Releases: ecomclub/ecomplus-storefront-renderer
Releases · ecomclub/ecomplus-storefront-renderer
Search items with filter from queue
Update methods
- Enhancement for
variationsGrid
method: add paraminStockOnly
to support filter by available variations only.
Fix handling search elements
- 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
- Separated index files for Node.js and browser;
- Edit Webpack config to output umd library to support
import
properly;
v1.3.2
Global init promise
- Declaring
EcomInit
promise on window object (browser only); - Update main dependencies (Vue and EcomIo);
Fix search tools
- Bug fix for listing products from collection (search items from collection
products
array); - New
searchedItems
method to map items objects;
V1: SSR fixed
- Bug fixes for SSR;
- Documentation updates;
First production ready release
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
- Adds SSR feature with NodeJS compatibility and CLI support.
- Working with promises.