@graphcommerce/magento-search 9.0.0 → 9.0.1-canary.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -64
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,10 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.1-canary.1
4
+
3
5
  ## 9.0.0
4
6
 
5
- ### Minor Changes
7
+ ### Major Changes
6
8
 
7
- - [#2361](https://github.com/graphcommerce-org/graphcommerce/pull/2361) [`9c3149c`](https://github.com/graphcommerce-org/graphcommerce/commit/9c3149cb7550c6bf7de4b8e3bcaabe2f6a70d5c7) - Search overlay package this is compatible with Magento's default search as well as any other implementation like Algolia and Adobe Sensei. ([@paales](https://github.com/paales))
9
+ - [#2361](https://github.com/graphcommerce-org/graphcommerce/pull/2361) [`9c3149c`](https://github.com/graphcommerce-org/graphcommerce/commit/9c3149cb7550c6bf7de4b8e3bcaabe2f6a70d5c7) - Completely new SearchOverlay package this is compatible with Magento's default search as well as any other implementation like Algolia and Adobe Sensei. ([@paales](https://github.com/paales))
8
10
 
9
11
  ### Patch Changes
10
12
 
@@ -18,68 +20,6 @@
18
20
 
19
21
  - [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
20
22
 
21
- ## 9.0.0-canary.118
22
-
23
- ## 9.0.0-canary.117
24
-
25
- ### Minor Changes
26
-
27
- - [#2361](https://github.com/graphcommerce-org/graphcommerce/pull/2361) [`9c3149c`](https://github.com/graphcommerce-org/graphcommerce/commit/9c3149cb7550c6bf7de4b8e3bcaabe2f6a70d5c7) - Search overlay package this is compatible with Magento's default search as well as any other implementation like Algolia and Adobe Sensei. ([@paales](https://github.com/paales))
28
-
29
- ## 9.0.0-canary.116
30
-
31
- ### Patch Changes
32
-
33
- - [#2452](https://github.com/graphcommerce-org/graphcommerce/pull/2452) [`5dfd3b2`](https://github.com/graphcommerce-org/graphcommerce/commit/5dfd3b201255ef35263485d04153d37bb7e4fe67) - Renamed useInContextQuery to usePrivateQuery ([@paales](https://github.com/paales))
34
-
35
- ## 9.0.0-canary.115
36
-
37
- ## 9.0.0-canary.114
38
-
39
- ## 9.0.0-canary.113
40
-
41
- ## 9.0.0-canary.112
42
-
43
- ## 9.0.0-canary.111
44
-
45
- ## 9.0.0-canary.110
46
-
47
- ## 9.0.0-canary.109
48
-
49
- ## 9.0.0-canary.108
50
-
51
- ### Patch Changes
52
-
53
- - [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
54
-
55
- ## 9.0.0-canary.107
56
-
57
- ## 9.0.0-canary.106
58
-
59
- ## 9.0.0-canary.105
60
-
61
- ## 9.0.0-canary.104
62
-
63
- ## 9.0.0-canary.103
64
-
65
- ## 9.0.0-canary.101
66
-
67
- ### Patch Changes
68
-
69
- - [#2380](https://github.com/graphcommerce-org/graphcommerce/pull/2380) [`c17e5f1`](https://github.com/graphcommerce-org/graphcommerce/commit/c17e5f1cf9fb291b9bbf1fca0620c2721dceb331) - Solve issue: Warning: Cannot update a component (`FormAutoSubmitBase`) while rendering a different component (`ActionCardListForm`). ([@paales](https://github.com/paales))
70
-
71
- ## 9.0.0-canary.59
72
-
73
- ### Patch Changes
74
-
75
- - [#2309](https://github.com/graphcommerce-org/graphcommerce/pull/2309) [`03e410f`](https://github.com/graphcommerce-org/graphcommerce/commit/03e410f7ad59ce94a6ff199809999e56ff8cc1f5) - Solve issue where the input field wouldn't open and wouldn't be focussed on render. ([@Renzovh](https://github.com/Renzovh))
76
-
77
- ## 9.0.0-canary.58
78
-
79
- ### Patch Changes
80
-
81
- - [#2328](https://github.com/graphcommerce-org/graphcommerce/pull/2328) [`ee04368`](https://github.com/graphcommerce-org/graphcommerce/commit/ee04368444f732e5541a595db6e2ef66d15add68) - Move to attributesList to get a list of filterable attributes instead of using an introspection query. `productFiltersProSectionRenderer` and `productFiltersProChipRenderer` keys now now one of `AttributeFrontendInputEnum`. ([@paales](https://github.com/paales))
82
-
83
23
  ## 8.0.0
84
24
 
85
25
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-search",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.0",
5
+ "version": "9.0.1-canary.1",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,17 +12,17 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^9.0.0",
16
- "@graphcommerce/eslint-config-pwa": "^9.0.0",
17
- "@graphcommerce/framer-utils": "^9.0.0",
18
- "@graphcommerce/graphql": "^9.0.0",
19
- "@graphcommerce/image": "^9.0.0",
20
- "@graphcommerce/magento-product": "^9.0.0",
21
- "@graphcommerce/magento-store": "^9.0.0",
22
- "@graphcommerce/next-ui": "^9.0.0",
23
- "@graphcommerce/prettier-config-pwa": "^9.0.0",
24
- "@graphcommerce/react-hook-form": "^9.0.0",
25
- "@graphcommerce/typescript-config-pwa": "^9.0.0",
15
+ "@graphcommerce/ecommerce-ui": "^9.0.1-canary.1",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
17
+ "@graphcommerce/framer-utils": "^9.0.1-canary.1",
18
+ "@graphcommerce/graphql": "^9.0.1-canary.1",
19
+ "@graphcommerce/image": "^9.0.1-canary.1",
20
+ "@graphcommerce/magento-product": "^9.0.1-canary.1",
21
+ "@graphcommerce/magento-store": "^9.0.1-canary.1",
22
+ "@graphcommerce/next-ui": "^9.0.1-canary.1",
23
+ "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
24
+ "@graphcommerce/react-hook-form": "^9.0.1-canary.1",
25
+ "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1",
26
26
  "@lingui/core": "^4.2.1",
27
27
  "@lingui/macro": "^4.2.1",
28
28
  "@lingui/react": "^4.2.1",