Skip to content

Releases: ecomclub/ecomplus-storefront-renderer

Search items with filter from queue

27 May 15:15
Compare
Choose a tag to compare

Treat data-search-by to handle search items with filters on queue elements, useful to render categories and brands retail.

Update methods

24 May 18:38
Compare
Choose a tag to compare
  • Enhancement for variationsGrid method: add param inStockOnly to support filter by available variations only.

Fix handling search elements

23 May 21:45
Compare
Choose a tag to compare
  • Mock empty ELS response when error or empty callback;
  • Solves bug when collection or recommended/related products result has empty products list;

Build with target library

21 May 04:34
Compare
Choose a tag to compare
  • Separated index files for Node.js and browser;
  • Edit Webpack config to output umd library to support import properly;

v1.3.2

14 May 22:29
Compare
Choose a tag to compare

Single performance optimization.

Global init promise

14 May 22:21
Compare
Choose a tag to compare
  • Declaring EcomInit promise on window object (browser only);
  • Update main dependencies (Vue and EcomIo);

Fix search tools

24 Apr 21:23
Compare
Choose a tag to compare
  • Bug fix for listing products from collection (search items from collection products array);
  • New searchedItems method to map items objects;

V1: SSR fixed

24 Apr 21:15
Compare
Choose a tag to compare
  • Bug fixes for SSR;
  • Documentation updates;

First production ready release

07 Apr 23:22
Compare
Choose a tag to compare

All from Beta releases plus:

  • CLI tool and package.json bin;
  • SSR fixed;
  • Setting page metatags;
  • Preloading some data (grids);
  • Documentation updated (JSDoc);

Handling SSR

18 Feb 21:53
Compare
Choose a tag to compare
Handling SSR Pre-release
Pre-release
  • Adds SSR feature with NodeJS compatibility and CLI support.
  • Working with promises.