From 51e66da42041c53d86e0fb5634365ec9a32d113e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Wed, 9 Sep 2020 15:18:09 +0200 Subject: [PATCH] chore: release v0.1.0-beta.5 (#152) --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ package.json | 2 +- src/version.js | 2 +- 3 files changed, 40 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec989e02..11bc1c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,41 @@ +# [0.1.0-beta.5](https://github.com/algolia/ecomm-unified/compare/v0.1.0-beta.4...v0.1.0-beta.5) (2020-09-09) + + +### Bug Fixes + +* **settings:** remove unsupported `searchable` hierarchical option ([#148](https://github.com/algolia/ecomm-unified/issues/148)) ([9bbb954](https://github.com/algolia/ecomm-unified/commit/9bbb954150b2b0b27b386b668ce2d8808e30fc8d)) +* authorize global assignment in PostCSS file ([#150](https://github.com/algolia/ecomm-unified/issues/150)) ([1a69fa1](https://github.com/algolia/ecomm-unified/commit/1a69fa10b5a729d91310f0ee5612374bbcf4ede2)) +* define `window` to avoid breakage when using it in the config file ([#142](https://github.com/algolia/ecomm-unified/issues/142)) ([ac30515](https://github.com/algolia/ecomm-unified/commit/ac3051563bb04c8f502b51ffb342ba94aa3c5452)) +* make text more helpful ([#132](https://github.com/algolia/ecomm-unified/issues/132)) ([03c5b25](https://github.com/algolia/ecomm-unified/commit/03c5b2528e9c53a4231d51293a64467f428bdbe8)) +* rename property ([9b2b143](https://github.com/algolia/ecomm-unified/commit/9b2b14379c0c2b323e038a1f4c676cfbc44f5f12)) +* **hits:** increase font weight ([3954fef](https://github.com/algolia/ecomm-unified/commit/3954fefac906a0d643a5a06b5fceff9a8f1a361d)) +* **mobile:** adjust mobile filtering design ([#112](https://github.com/algolia/ecomm-unified/issues/112)) ([62f5a62](https://github.com/algolia/ecomm-unified/commit/62f5a62f81771f0f9d0dae426fcbdf44aa0b0693)) +* **mobile:** update filters panel design ([#130](https://github.com/algolia/ecomm-unified/issues/130)) ([f4f40ec](https://github.com/algolia/ecomm-unified/commit/f4f40ec9a14afa4eb27272fd34ced0de737f8d66)) +* **searchBox:** autofocus input when modal opens ([#121](https://github.com/algolia/ecomm-unified/issues/121)) ([09f1856](https://github.com/algolia/ecomm-unified/commit/09f18568f4da081453cf9334990235a82dfb9000)) +* fix input completion offset ([#106](https://github.com/algolia/ecomm-unified/issues/106)) ([19e8b98](https://github.com/algolia/ecomm-unified/commit/19e8b98683b334827938e70cb0824a1d5f62fe18)) +* update "currency" casing ([f1038e6](https://github.com/algolia/ecomm-unified/commit/f1038e6760d1acc36f2cf0fd4cbad68570f58f3c)) +* **sortBy:** align arrow ([981a65a](https://github.com/algolia/ecomm-unified/commit/981a65aab820a79ba6b9d4627d8e1f15ea6c096b)) +* fix grid view for no results page ([#105](https://github.com/algolia/ecomm-unified/issues/105)) ([6797bae](https://github.com/algolia/ecomm-unified/commit/6797bae212616b88374fc3927411f33181545062)) + + +### Features + +* add baseZIndex congifuration ([#107](https://github.com/algolia/ecomm-unified/issues/107)) ([559509e](https://github.com/algolia/ecomm-unified/commit/559509e2c815ba1c6a77bb40bd1bb230c7fb6171)) +* add preconnect link to preview website ([#115](https://github.com/algolia/ecomm-unified/issues/115)) ([78c6dee](https://github.com/algolia/ecomm-unified/commit/78c6dee4d9f06fbbee155ae00993097d559f45b5)) +* allow escape to close filters ([#113](https://github.com/algolia/ecomm-unified/issues/113)) ([4088264](https://github.com/algolia/ecomm-unified/commit/4088264b9c040a674a2ecb80deef675add3e3409)) +* inline documentation within the configuration file ([#139](https://github.com/algolia/ecomm-unified/issues/139)) ([a2a87fe](https://github.com/algolia/ecomm-unified/commit/a2a87fea6aff3ec6a792a8973f570f337aebe754)) +* introduce runtime validation ([#140](https://github.com/algolia/ecomm-unified/issues/140)) ([9b64588](https://github.com/algolia/ecomm-unified/commit/9b64588b15b0311e0ee54ec36ddcb519163467c6)) +* remove left panel when refinements are empty ([#149](https://github.com/algolia/ecomm-unified/issues/149)) ([99a04ae](https://github.com/algolia/ecomm-unified/commit/99a04ae663e1953e535a9f131cda4b11fcafcbb9)) +* remove webpack-dashboard ([be666e6](https://github.com/algolia/ecomm-unified/commit/be666e6e88b4a7249278a0198809424cdbe64999)) +* replace insights trigger ([16ac898](https://github.com/algolia/ecomm-unified/commit/16ac898e21479146d029c896b4499b765854be39)) +* reuse config index name as default sort option ([#137](https://github.com/algolia/ecomm-unified/issues/137)) ([be54236](https://github.com/algolia/ecomm-unified/commit/be54236539bce3a2c3f3ae8a786b5b5c0d57ca0b)) +* throw when `inputContainer` refers to an ([#138](https://github.com/algolia/ecomm-unified/issues/138)) ([da536fc](https://github.com/algolia/ecomm-unified/commit/da536fc4f4570bad06be0c61de1116b85baea4f9)) +* **mobile:** display current refinements in filters panel ([#123](https://github.com/algolia/ecomm-unified/issues/123)) ([017c572](https://github.com/algolia/ecomm-unified/commit/017c5722e55b258b18cdc79220ec93d5db59a56e)) +* **pagination:** scroll to top on page change ([#111](https://github.com/algolia/ecomm-unified/issues/111)) ([638442c](https://github.com/algolia/ecomm-unified/commit/638442cc47b84615c4a3f9838fe13bc959ebe7d8)) +* **qs:** display bubbles on desktop ([#116](https://github.com/algolia/ecomm-unified/issues/116)) ([7c6a5e7](https://github.com/algolia/ecomm-unified/commit/7c6a5e71b46eebe52c7701fe0b525a93396f4864)) + + + # [0.1.0-beta.4](https://github.com/algolia/ecomm-unified/compare/v0.1.0-beta.3...v0.1.0-beta.4) (2020-07-28) diff --git a/package.json b/package.json index d1d84b2b..ae81af8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unified-instantsearch-ecommerce", - "version": "0.1.0-beta.4", + "version": "0.1.0-beta.5", "license": "Apache-2.0", "private": true, "scripts": { diff --git a/src/version.js b/src/version.js index 381b6499..259abae0 100644 --- a/src/version.js +++ b/src/version.js @@ -1 +1 @@ -export const version = '0.1.0-beta.4'; +export const version = '0.1.0-beta.5';