@usereactify/search 5.17.2 → 5.18.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,39 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [5.18.0-beta.1](https://bitbucket.org/usereactify/reactify-search-ui/compare/beta-v5.18.0-beta.0...beta-v5.18.0-beta.1) (2023-03-01)
6
+
7
+
8
+ ### Features
9
+
10
+ * upgrade @appbaseio/reactivesearch to 3.43.8 ([0d42667](https://bitbucket.org/usereactify/reactify-search-ui/commit/0d426676f88e40ecf5dd1fbbfc75211e626808c4))
11
+
12
+ ## [5.18.0-beta.0](https://bitbucket.org/usereactify/reactify-search-ui/compare/beta-v5.12.0-beta.0...beta-v5.18.0-beta.0) (2023-03-01)
13
+
14
+
15
+ ### Features
16
+
17
+ * add filter value sorting for bedding sizes ([3bcf4b0](https://bitbucket.org/usereactify/reactify-search-ui/commit/3bcf4b0d8b1da312c586e3ac99482bdbe4ced28b))
18
+ * add support for settingsFilterLogic ([4c3b00f](https://bitbucket.org/usereactify/reactify-search-ui/commit/4c3b00f18cb216a4c454e0cf89e2520562973a13))
19
+ * allow custom filter sort order ([e7d9b0b](https://bitbucket.org/usereactify/reactify-search-ui/commit/e7d9b0bed3b8df5cf47a12968c915b9c2e492e2e))
20
+ * implement ga-gtag ([ff0bcb2](https://bitbucket.org/usereactify/reactify-search-ui/commit/ff0bcb2d8490f6a428769c21b8f9472207c8792f))
21
+ * remove javascript cache ttl behaviour for config and rely on rs cache option and browser cache-control ([730a9c5](https://bitbucket.org/usereactify/reactify-search-ui/commit/730a9c541e57a7336015c5d93b7b23371cf64bef))
22
+ * upgrade @appbaseio/reactivesearch to 3.43.8 ([67284fc](https://bitbucket.org/usereactify/reactify-search-ui/commit/67284fc9b478668360285305bd7babd00e7be0f4))
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * check window exists before initializing ga ([19d0f48](https://bitbucket.org/usereactify/reactify-search-ui/commit/19d0f485374f78a9c567cc130e9ec289fe59ae46))
28
+ * clear range filter values when values are cleared within underlying reactivesearch component ([720917f](https://bitbucket.org/usereactify/reactify-search-ui/commit/720917f6e3b2c017cfd05a1d2bacf1692212f37e))
29
+ * exclude selectable sort option from instant search logic ([988427d](https://bitbucket.org/usereactify/reactify-search-ui/commit/988427d72ee6525cf20c4a3f8a900d3bf9db398a))
30
+ * move gtag initializer into provider and include relevant user properties ([72ca81e](https://bitbucket.org/usereactify/reactify-search-ui/commit/72ca81e5556f07f1c7fd4a0c630698ed4e70f6fa))
31
+ * only apply global boosting rules in collection mode ([731009c](https://bitbucket.org/usereactify/reactify-search-ui/commit/731009c9d6df2dee80d30bbef678b7c7a68bdd55))
32
+ * properly encode search query when submitting ([3ecc44f](https://bitbucket.org/usereactify/reactify-search-ui/commit/3ecc44fd72ebe4ea3bc919bf1d823b0a49bc0830))
33
+ * remove duplicate sensors from storybook ([c41aab2](https://bitbucket.org/usereactify/reactify-search-ui/commit/c41aab22be3dcb16ea0fe31ede1a232b28f6ced3))
34
+ * sort by collection position after curation pin and boost sorting rather than before ([593ee9d](https://bitbucket.org/usereactify/reactify-search-ui/commit/593ee9d2b9e46726a99e20e1e7a9782bf0bc4590))
35
+ * trim whitespace around search terms for tracking within analytics ([257d99a](https://bitbucket.org/usereactify/reactify-search-ui/commit/257d99aa916210d120c0a17e670d34efcd1979f6))
36
+ * use shared ga cookie ([b406fe1](https://bitbucket.org/usereactify/reactify-search-ui/commit/b406fe11a120326bb90d0452dc1a23c0c8643b9a))
37
+
5
38
  ### [5.17.2](https://bitbucket.org/usereactify/reactify-search-ui/compare/release-v5.17.1...release-v5.17.2) (2023-01-23)
6
39
 
7
40
 
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@usereactify/search",
3
3
  "description": "React UI library for Reactify Search",
4
- "version": "5.17.2",
4
+ "version": "5.18.0-beta.1",
5
5
  "license": "MIT",
6
6
  "main": "dist/src/index.js",
7
7
  "types": "dist/src/index.d.ts",
@@ -40,11 +40,11 @@
40
40
  "react-slider": "2.0.4"
41
41
  },
42
42
  "peerDependencies": {
43
- "@appbaseio/reactivesearch": "3.14.0",
43
+ "@appbaseio/reactivesearch": "3.43.8",
44
44
  "react": "17 - 18"
45
45
  },
46
46
  "devDependencies": {
47
- "@appbaseio/reactivesearch": "3.14.0",
47
+ "@appbaseio/reactivesearch": "3.43.8",
48
48
  "@babel/plugin-transform-typescript": "7.18.12",
49
49
  "@commitlint/cli": "13.2.0",
50
50
  "@commitlint/config-conventional": "13.2.0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@usereactify/search",
3
3
  "description": "React UI library for Reactify Search",
4
- "version": "5.17.2",
4
+ "version": "5.18.0-beta.1",
5
5
  "license": "MIT",
6
6
  "main": "dist/src/index.js",
7
7
  "types": "dist/src/index.d.ts",
@@ -40,11 +40,11 @@
40
40
  "react-slider": "2.0.4"
41
41
  },
42
42
  "peerDependencies": {
43
- "@appbaseio/reactivesearch": "3.14.0",
43
+ "@appbaseio/reactivesearch": "3.43.8",
44
44
  "react": "17 - 18"
45
45
  },
46
46
  "devDependencies": {
47
- "@appbaseio/reactivesearch": "3.14.0",
47
+ "@appbaseio/reactivesearch": "3.43.8",
48
48
  "@babel/plugin-transform-typescript": "7.18.12",
49
49
  "@commitlint/cli": "13.2.0",
50
50
  "@commitlint/config-conventional": "13.2.0",