@graphcommerce/next-ui 4.2.3 → 4.2.4
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/AnimatedRow/{index.tsx → AnimatedRow.tsx} +0 -0
- package/Blog/BlogAuthor/{index.tsx → BlogAuthor.tsx} +2 -2
- package/Blog/BlogContent/{index.tsx → BlogContent.tsx} +0 -0
- package/Blog/BlogHeader/{index.tsx → BlogHeader.tsx} +0 -0
- package/Blog/BlogList/{index.tsx → BlogList.tsx} +1 -1
- package/Blog/BlogListItem/{index.tsx → BlogListItem.tsx} +0 -0
- package/Blog/BlogTags/BlogTag.tsx +2 -2
- package/Blog/BlogTags/{index.tsx → BlogTags.tsx} +0 -0
- package/Blog/BlogTitle/{index.tsx → BlogTitle.tsx} +0 -0
- package/Button/{index.tsx → index.ts} +0 -0
- package/CHANGELOG.md +715 -1450
- package/ChipMenu/{index.tsx → ChipMenu.tsx} +4 -2
- package/ContainerWithHeader/{index.tsx → ContainerWithHeader.tsx} +1 -1
- package/FlagAvatar/{index.tsx → FlagAvatar.tsx} +0 -0
- package/FramerScroller/SidebarGallery.tsx +1 -1
- package/FramerScroller/SidebarSlider.tsx +1 -1
- package/FullPageMessage/{index.tsx → FullPageMessage.tsx} +0 -0
- package/Highlight/{index.tsx → Highlight.tsx} +0 -0
- package/IconHeader/{index.tsx → IconHeader.tsx} +0 -0
- package/JsonLd/{index.tsx → JsonLd.tsx} +0 -0
- package/Layout/components/LayoutHeader.tsx +3 -3
- package/Layout/components/LayoutHeaderBack.tsx +1 -1
- package/Layout/components/LayoutHeaderClose.tsx +1 -1
- package/Layout/components/LayoutHeaderContent.tsx +1 -1
- package/Layout/components/LayoutProvider.tsx +2 -2
- package/Layout/context/layoutContext.tsx +1 -3
- package/Layout/hooks/useScrollY.tsx +1 -1
- package/LayoutDefault/components/LayoutDefault.tsx +14 -4
- package/LayoutOverlay/components/LayoutOverlayBase.tsx +1 -1
- package/Page/types.ts +1 -0
- package/PageLoadIndicator/{index.tsx → PageLoadIndicator.tsx} +0 -0
- package/PageMeta/{index.tsx → PageMeta.tsx} +0 -0
- package/Pagination/{index.tsx → Pagination.tsx} +0 -0
- package/RenderType/{index.tsx → RenderType.tsx} +0 -0
- package/Row/ButtonLinkList/ButtonLinkList.tsx +2 -2
- package/Row/ColumnOne/{index.tsx → ColumnOne.tsx} +0 -0
- package/Row/ColumnOneBoxed/{index.tsx → ColumnOneBoxed.tsx} +1 -1
- package/Row/ColumnOneCentered/{index.tsx → ColumnOneCentered.tsx} +1 -1
- package/Row/ColumnThree/{index.tsx → ColumnThree.tsx} +1 -1
- package/Row/ColumnTwo/{index.tsx → ColumnTwo.tsx} +1 -1
- package/Row/ColumnTwoSpread/{index.tsx → ColumnTwoSpread.tsx} +1 -1
- package/Row/ColumnTwoWithTop/{index.tsx → ColumnTwoWithTop.tsx} +1 -1
- package/Row/ContentLinks/{index.tsx → ContentLinks.tsx} +0 -0
- package/Row/HeroBanner/{index.tsx → HeroBanner.tsx} +1 -1
- package/Row/IconBlocks/{IconBlock/index.tsx → IconBlock.tsx} +1 -1
- package/Row/IconBlocks/{index.tsx → IconBlocks.tsx} +1 -1
- package/Row/ImageText/{index.tsx → ImageText.tsx} +1 -1
- package/Row/ImageTextBoxed/{index.tsx → ImageTextBoxed.tsx} +1 -1
- package/Row/ParagraphWithSidebarSlide/{index.tsx → ParagraphWithSidebarSlide.tsx} +1 -1
- package/Row/Quote/{index.tsx → Quote.tsx} +1 -1
- package/Row/{index.tsx → Row.tsx} +0 -0
- package/Row/SpecialBanner/{index.tsx → SpecialBanner.tsx} +1 -1
- package/Row/index.ts +18 -0
- package/SectionContainer/{index.tsx → SectionContainer.tsx} +1 -1
- package/SectionHeader/{index.tsx → SectionHeader.tsx} +0 -0
- package/Separator/{index.tsx → Separator.tsx} +0 -0
- package/Snackbar/MessageSnackbarImpl.tsx +2 -1
- package/StarRatingField/{index.tsx → StarRatingField.tsx} +0 -0
- package/Styles/{index.tsx → index.ts} +0 -9
- package/Styles/withTheme.tsx +1 -0
- package/TextInputNumber/{index.tsx → TextInputNumber.tsx} +1 -5
- package/Theme/MuiButton.ts +2 -2
- package/Theme/MuiSlider.ts +1 -0
- package/Theme/themeDefaults.ts +1 -1
- package/TimeAgo/{index.tsx → TimeAgo.tsx} +0 -0
- package/ToggleButton/{index.tsx → ToggleButton.tsx} +1 -0
- package/ToggleButtonGroup/{index.tsx → ToggleButtonGroup.tsx} +8 -6
- package/UspList/{index.tsx → UspList.tsx} +0 -0
- package/docs/components/ComponentChild.tsx +1 -0
- package/docs/components/ComponentChildVariant.tsx +1 -0
- package/docs/components/ComponentChildVariantExtendable.tsx +1 -0
- package/icons/{index.tsx → index.ts} +0 -0
- package/index.ts +28 -45
- package/package.json +9 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,49 +1,46 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 4.2.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1307](https://github.com/ho-nl/m2-pwa/pull/1307) [`3d63b39f7`](https://github.com/ho-nl/m2-pwa/commit/3d63b39f7e330d1827a32dba782667d7b21adaba) Thanks [@paales](https://github.com/paales)! - Possible typescript performance improvement based on [community suggestion](https://gist.github.com/casamia918/dafd630a1cdd81935a4587297acaae00)
|
|
8
|
+
|
|
9
|
+
* [#1307](https://github.com/ho-nl/m2-pwa/pull/1307) [`bd10506d3`](https://github.com/ho-nl/m2-pwa/commit/bd10506d32fdbc91d01dadc29a12ebd1e0943655) Thanks [@paales](https://github.com/paales)! - All default exports are now named exports internally and all `index.tsx` are renamed to the component name.
|
|
10
|
+
|
|
11
|
+
- [#1307](https://github.com/ho-nl/m2-pwa/pull/1307) [`27cb1f2d8`](https://github.com/ho-nl/m2-pwa/commit/27cb1f2d8dbfb8f1b301ce56fb6a2b6c1fc6a5ef) Thanks [@paales](https://github.com/paales)! - upgrade dependencies
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`bd10506d3`](https://github.com/ho-nl/m2-pwa/commit/bd10506d32fdbc91d01dadc29a12ebd1e0943655), [`27cb1f2d8`](https://github.com/ho-nl/m2-pwa/commit/27cb1f2d8dbfb8f1b301ce56fb6a2b6c1fc6a5ef)]:
|
|
14
|
+
- @graphcommerce/framer-next-pages@3.1.2
|
|
15
|
+
- @graphcommerce/framer-scroller@2.0.6
|
|
16
|
+
- @graphcommerce/framer-utils@3.0.4
|
|
17
|
+
- @graphcommerce/image@3.1.1
|
|
18
|
+
|
|
3
19
|
## 4.2.3
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
6
22
|
|
|
7
|
-
- [#1299](https://github.com/ho-nl/m2-pwa/pull/1299)
|
|
8
|
-
[`e37caf437`](https://github.com/ho-nl/m2-pwa/commit/e37caf4376b304ab733d41f2b4fa8be2c35fd807)
|
|
9
|
-
Thanks [@paales](https://github.com/paales)! - Make sure Buttons and Fabs can have custom variants
|
|
23
|
+
- [#1299](https://github.com/ho-nl/m2-pwa/pull/1299) [`e37caf437`](https://github.com/ho-nl/m2-pwa/commit/e37caf4376b304ab733d41f2b4fa8be2c35fd807) Thanks [@paales](https://github.com/paales)! - Make sure Buttons and Fabs can have custom variants
|
|
10
24
|
|
|
11
25
|
## 4.2.2
|
|
12
26
|
|
|
13
27
|
### Patch Changes
|
|
14
28
|
|
|
15
|
-
- [#1296](https://github.com/ho-nl/m2-pwa/pull/1296)
|
|
16
|
-
[`a9cff2ce6`](https://github.com/ho-nl/m2-pwa/commit/a9cff2ce63fce5b86e9fd6bf63c10c782326d50e)
|
|
17
|
-
Thanks [@paales](https://github.com/paales)! - Make sure the page is max height when no menuFab or
|
|
18
|
-
cartFab is present
|
|
29
|
+
- [#1296](https://github.com/ho-nl/m2-pwa/pull/1296) [`a9cff2ce6`](https://github.com/ho-nl/m2-pwa/commit/a9cff2ce63fce5b86e9fd6bf63c10c782326d50e) Thanks [@paales](https://github.com/paales)! - Make sure the page is max height when no menuFab or cartFab is present
|
|
19
30
|
|
|
20
|
-
* [#1296](https://github.com/ho-nl/m2-pwa/pull/1296)
|
|
21
|
-
[`8473123fa`](https://github.com/ho-nl/m2-pwa/commit/8473123fa7d3f3eb1d282d9b4205c803a88010ea)
|
|
22
|
-
Thanks [@paales](https://github.com/paales)! - implement handling for canonical URLs based on
|
|
23
|
-
NEXT_PUBLIC_SITE_URL
|
|
31
|
+
* [#1296](https://github.com/ho-nl/m2-pwa/pull/1296) [`8473123fa`](https://github.com/ho-nl/m2-pwa/commit/8473123fa7d3f3eb1d282d9b4205c803a88010ea) Thanks [@paales](https://github.com/paales)! - implement handling for canonical URLs based on NEXT_PUBLIC_SITE_URL
|
|
24
32
|
|
|
25
|
-
- [#1296](https://github.com/ho-nl/m2-pwa/pull/1296)
|
|
26
|
-
[`50e205c51`](https://github.com/ho-nl/m2-pwa/commit/50e205c51f4d0d67d41d22fd70e8ed9a0996489e)
|
|
27
|
-
Thanks [@paales](https://github.com/paales)! - make sure the scroll performance of galleries in
|
|
28
|
-
safari is better
|
|
33
|
+
- [#1296](https://github.com/ho-nl/m2-pwa/pull/1296) [`50e205c51`](https://github.com/ho-nl/m2-pwa/commit/50e205c51f4d0d67d41d22fd70e8ed9a0996489e) Thanks [@paales](https://github.com/paales)! - make sure the scroll performance of galleries in safari is better
|
|
29
34
|
|
|
30
35
|
## 4.2.1
|
|
31
36
|
|
|
32
37
|
### Patch Changes
|
|
33
38
|
|
|
34
|
-
- [#1294](https://github.com/ho-nl/m2-pwa/pull/1294)
|
|
35
|
-
[`19f33e0aa`](https://github.com/ho-nl/m2-pwa/commit/19f33e0aaf4e3121edd444926d08b6459d3ef400)
|
|
36
|
-
Thanks [@paales](https://github.com/paales)! - Make sure the minHeight of overlays always have the
|
|
37
|
-
correct height, even if the content changes size
|
|
39
|
+
- [#1294](https://github.com/ho-nl/m2-pwa/pull/1294) [`19f33e0aa`](https://github.com/ho-nl/m2-pwa/commit/19f33e0aaf4e3121edd444926d08b6459d3ef400) Thanks [@paales](https://github.com/paales)! - Make sure the minHeight of overlays always have the correct height, even if the content changes size
|
|
38
40
|
|
|
39
|
-
* [#1294](https://github.com/ho-nl/m2-pwa/pull/1294)
|
|
40
|
-
[`aea787542`](https://github.com/ho-nl/m2-pwa/commit/aea787542484a0480a48031fcc4a9a5566c6bfc7)
|
|
41
|
-
Thanks [@paales](https://github.com/paales)! - Make sure the labels of LayoutHeaderBack/Close
|
|
42
|
-
aren’t rendered on mobile
|
|
41
|
+
* [#1294](https://github.com/ho-nl/m2-pwa/pull/1294) [`aea787542`](https://github.com/ho-nl/m2-pwa/commit/aea787542484a0480a48031fcc4a9a5566c6bfc7) Thanks [@paales](https://github.com/paales)! - Make sure the labels of LayoutHeaderBack/Close aren’t rendered on mobile
|
|
43
42
|
|
|
44
|
-
* Updated dependencies
|
|
45
|
-
[[`4e28c8afd`](https://github.com/ho-nl/m2-pwa/commit/4e28c8afd9cead3577dd0eff97b5c44ba4c1c862),
|
|
46
|
-
[`afb993244`](https://github.com/ho-nl/m2-pwa/commit/afb993244aabc8135ce54a79743cbf63bc5677d3)]:
|
|
43
|
+
* Updated dependencies [[`4e28c8afd`](https://github.com/ho-nl/m2-pwa/commit/4e28c8afd9cead3577dd0eff97b5c44ba4c1c862), [`afb993244`](https://github.com/ho-nl/m2-pwa/commit/afb993244aabc8135ce54a79743cbf63bc5677d3)]:
|
|
47
44
|
- @graphcommerce/framer-scroller@2.0.5
|
|
48
45
|
- @graphcommerce/framer-next-pages@3.1.1
|
|
49
46
|
|
|
@@ -51,95 +48,60 @@
|
|
|
51
48
|
|
|
52
49
|
### Minor Changes
|
|
53
50
|
|
|
54
|
-
- [#1292](https://github.com/ho-nl/m2-pwa/pull/1292)
|
|
55
|
-
[`63f9b56eb`](https://github.com/ho-nl/m2-pwa/commit/63f9b56eb68ba790567ff1427e599fd2c3c8f1ee)
|
|
56
|
-
Thanks [@paales](https://github.com/paales)! - added responsive size to the Fab component
|
|
51
|
+
- [#1292](https://github.com/ho-nl/m2-pwa/pull/1292) [`63f9b56eb`](https://github.com/ho-nl/m2-pwa/commit/63f9b56eb68ba790567ff1427e599fd2c3c8f1ee) Thanks [@paales](https://github.com/paales)! - added responsive size to the Fab component
|
|
57
52
|
|
|
58
53
|
### Patch Changes
|
|
59
54
|
|
|
60
|
-
- [#1292](https://github.com/ho-nl/m2-pwa/pull/1292)
|
|
61
|
-
[`5a1ba9e66`](https://github.com/ho-nl/m2-pwa/commit/5a1ba9e664abbac89c4f5f71f7d6d6ed1aefa5c0)
|
|
62
|
-
Thanks [@paales](https://github.com/paales)! - Renamed SvgIcon to IconSvg to prevent collisions
|
|
63
|
-
with MUI
|
|
55
|
+
- [#1292](https://github.com/ho-nl/m2-pwa/pull/1292) [`5a1ba9e66`](https://github.com/ho-nl/m2-pwa/commit/5a1ba9e664abbac89c4f5f71f7d6d6ed1aefa5c0) Thanks [@paales](https://github.com/paales)! - Renamed SvgIcon to IconSvg to prevent collisions with MUI
|
|
64
56
|
|
|
65
|
-
* [#1292](https://github.com/ho-nl/m2-pwa/pull/1292)
|
|
66
|
-
[`990df655b`](https://github.com/ho-nl/m2-pwa/commit/990df655b73b469718d6cb5837ee65dfe2ad6a1d)
|
|
67
|
-
Thanks [@paales](https://github.com/paales)! - `<SearchLink />` a more lightweight (less js)
|
|
68
|
-
alternative for `<SearchButton />`
|
|
57
|
+
* [#1292](https://github.com/ho-nl/m2-pwa/pull/1292) [`990df655b`](https://github.com/ho-nl/m2-pwa/commit/990df655b73b469718d6cb5837ee65dfe2ad6a1d) Thanks [@paales](https://github.com/paales)! - `<SearchLink />` a more lightweight (less js) alternative for `<SearchButton />`
|
|
69
58
|
|
|
70
59
|
## 4.1.5
|
|
71
60
|
|
|
72
61
|
### Patch Changes
|
|
73
62
|
|
|
74
|
-
- [#1290](https://github.com/ho-nl/m2-pwa/pull/1290)
|
|
75
|
-
[`47ae012c1`](https://github.com/ho-nl/m2-pwa/commit/47ae012c10f5762f99019ec38409177632377a98)
|
|
76
|
-
Thanks [@paales](https://github.com/paales)! - `withTheme` didn’t apply styles correcty
|
|
63
|
+
- [#1290](https://github.com/ho-nl/m2-pwa/pull/1290) [`47ae012c1`](https://github.com/ho-nl/m2-pwa/commit/47ae012c10f5762f99019ec38409177632377a98) Thanks [@paales](https://github.com/paales)! - `withTheme` didn’t apply styles correcty
|
|
77
64
|
|
|
78
|
-
* [#1290](https://github.com/ho-nl/m2-pwa/pull/1290)
|
|
79
|
-
[`39e28a4cd`](https://github.com/ho-nl/m2-pwa/commit/39e28a4cd6cdfaa4fc6dc4500ae86c14f7069150)
|
|
80
|
-
Thanks [@paales](https://github.com/paales)! - Allow background color on header
|
|
65
|
+
* [#1290](https://github.com/ho-nl/m2-pwa/pull/1290) [`39e28a4cd`](https://github.com/ho-nl/m2-pwa/commit/39e28a4cd6cdfaa4fc6dc4500ae86c14f7069150) Thanks [@paales](https://github.com/paales)! - Allow background color on header
|
|
81
66
|
|
|
82
|
-
- [#1289](https://github.com/ho-nl/m2-pwa/pull/1289)
|
|
83
|
-
[`ec8026cc5`](https://github.com/ho-nl/m2-pwa/commit/ec8026cc5a5be8d97a6e5dbf208808154fa1d618)
|
|
84
|
-
Thanks [@LaurensFranken](https://github.com/LaurensFranken)! - add sx prop to UspsList component
|
|
67
|
+
- [#1289](https://github.com/ho-nl/m2-pwa/pull/1289) [`ec8026cc5`](https://github.com/ho-nl/m2-pwa/commit/ec8026cc5a5be8d97a6e5dbf208808154fa1d618) Thanks [@LaurensFranken](https://github.com/LaurensFranken)! - add sx prop to UspsList component
|
|
85
68
|
|
|
86
|
-
* [#1290](https://github.com/ho-nl/m2-pwa/pull/1290)
|
|
87
|
-
[`35672d8e8`](https://github.com/ho-nl/m2-pwa/commit/35672d8e87011bf4eb049f449e86e851fc91a525)
|
|
88
|
-
Thanks [@paales](https://github.com/paales)! - Footer didn't accept sx prop
|
|
69
|
+
* [#1290](https://github.com/ho-nl/m2-pwa/pull/1290) [`35672d8e8`](https://github.com/ho-nl/m2-pwa/commit/35672d8e87011bf4eb049f449e86e851fc91a525) Thanks [@paales](https://github.com/paales)! - Footer didn't accept sx prop
|
|
89
70
|
|
|
90
71
|
## 4.1.4
|
|
91
72
|
|
|
92
73
|
### Patch Changes
|
|
93
74
|
|
|
94
|
-
- [#1287](https://github.com/ho-nl/m2-pwa/pull/1287)
|
|
95
|
-
[`d17f97d3a`](https://github.com/ho-nl/m2-pwa/commit/d17f97d3a786c33a99a10e4e949251c52fdbbdac)
|
|
96
|
-
Thanks [@paales](https://github.com/paales)! - Allow passing sx prop to SidebarGallery and
|
|
97
|
-
ContentLinks
|
|
75
|
+
- [#1287](https://github.com/ho-nl/m2-pwa/pull/1287) [`d17f97d3a`](https://github.com/ho-nl/m2-pwa/commit/d17f97d3a786c33a99a10e4e949251c52fdbbdac) Thanks [@paales](https://github.com/paales)! - Allow passing sx prop to SidebarGallery and ContentLinks
|
|
98
76
|
|
|
99
77
|
## 4.1.3
|
|
100
78
|
|
|
101
79
|
### Patch Changes
|
|
102
80
|
|
|
103
|
-
- [#1285](https://github.com/ho-nl/m2-pwa/pull/1285)
|
|
104
|
-
[`c85294ba6`](https://github.com/ho-nl/m2-pwa/commit/c85294ba6d742ce78c074559a1e95409b25a5017)
|
|
105
|
-
Thanks [@paales](https://github.com/paales)! - upgraded dependencies
|
|
81
|
+
- [#1285](https://github.com/ho-nl/m2-pwa/pull/1285) [`c85294ba6`](https://github.com/ho-nl/m2-pwa/commit/c85294ba6d742ce78c074559a1e95409b25a5017) Thanks [@paales](https://github.com/paales)! - upgraded dependencies
|
|
106
82
|
|
|
107
|
-
- Updated dependencies
|
|
108
|
-
[[`16d77b280`](https://github.com/ho-nl/m2-pwa/commit/16d77b2806e49e376d06bc0d578d38eb724b0c17)]:
|
|
83
|
+
- Updated dependencies [[`16d77b280`](https://github.com/ho-nl/m2-pwa/commit/16d77b2806e49e376d06bc0d578d38eb724b0c17)]:
|
|
109
84
|
- @graphcommerce/framer-scroller@2.0.4
|
|
110
85
|
|
|
111
86
|
## 4.1.2
|
|
112
87
|
|
|
113
88
|
### Patch Changes
|
|
114
89
|
|
|
115
|
-
- [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96)
|
|
116
|
-
Thanks [@paales](https://github.com/paales)! - made packages public
|
|
90
|
+
- [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96) Thanks [@paales](https://github.com/paales)! - made packages public
|
|
117
91
|
|
|
118
|
-
* [#1278](https://github.com/ho-nl/m2-pwa/pull/1278)
|
|
119
|
-
[`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20)
|
|
120
|
-
Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Upgraded dependencies to the latest version
|
|
92
|
+
* [#1278](https://github.com/ho-nl/m2-pwa/pull/1278) [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20) Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Upgraded dependencies to the latest version
|
|
121
93
|
|
|
122
|
-
- [#1281](https://github.com/ho-nl/m2-pwa/pull/1281)
|
|
123
|
-
[`3a719c88c`](https://github.com/ho-nl/m2-pwa/commit/3a719c88cad1eab58602de28c41adc0fc4827e1d)
|
|
124
|
-
Thanks [@paales](https://github.com/paales)! - Make sure we're able to style the backdrop and the
|
|
125
|
-
regular overlay for LayoutOverlay
|
|
94
|
+
- [#1281](https://github.com/ho-nl/m2-pwa/pull/1281) [`3a719c88c`](https://github.com/ho-nl/m2-pwa/commit/3a719c88cad1eab58602de28c41adc0fc4827e1d) Thanks [@paales](https://github.com/paales)! - Make sure we're able to style the backdrop and the regular overlay for LayoutOverlay
|
|
126
95
|
|
|
127
|
-
* [#1284](https://github.com/ho-nl/m2-pwa/pull/1284)
|
|
128
|
-
[`5ffcb56bf`](https://github.com/ho-nl/m2-pwa/commit/5ffcb56bfcbe49ebeaf24f9341e819a145ab9a14)
|
|
129
|
-
Thanks [@paales](https://github.com/paales)! - SvgIcon is now more extenable and flexible:
|
|
96
|
+
* [#1284](https://github.com/ho-nl/m2-pwa/pull/1284) [`5ffcb56bf`](https://github.com/ho-nl/m2-pwa/commit/5ffcb56bfcbe49ebeaf24f9341e819a145ab9a14) Thanks [@paales](https://github.com/paales)! - SvgIcon is now more extenable and flexible:
|
|
130
97
|
|
|
131
|
-
- It will automatically calculate the stroke-width of the SVG based on the rendered size, allowing
|
|
132
|
-
for a more flexible use for icons.
|
|
98
|
+
- It will automatically calculate the stroke-width of the SVG based on the rendered size, allowing for a more flexible use for icons.
|
|
133
99
|
|
|
134
100
|
- Make SvgIcon themable in your own Theme.
|
|
135
101
|
|
|
136
102
|
- Create overrides for components that will be used throughout the app.
|
|
137
103
|
|
|
138
|
-
* Updated dependencies
|
|
139
|
-
[[`4bb963d75`](https://github.com/ho-nl/m2-pwa/commit/4bb963d7595b5ce6e3a4924cc2e3e8b0210cdcd6),
|
|
140
|
-
[`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96),
|
|
141
|
-
[`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20),
|
|
142
|
-
[`5ffcb56bf`](https://github.com/ho-nl/m2-pwa/commit/5ffcb56bfcbe49ebeaf24f9341e819a145ab9a14)]:
|
|
104
|
+
* Updated dependencies [[`4bb963d75`](https://github.com/ho-nl/m2-pwa/commit/4bb963d7595b5ce6e3a4924cc2e3e8b0210cdcd6), [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96), [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20), [`5ffcb56bf`](https://github.com/ho-nl/m2-pwa/commit/5ffcb56bfcbe49ebeaf24f9341e819a145ab9a14)]:
|
|
143
105
|
- @graphcommerce/framer-next-pages@3.1.0
|
|
144
106
|
- @graphcommerce/framer-scroller@2.0.3
|
|
145
107
|
- @graphcommerce/framer-utils@3.0.3
|
|
@@ -149,43 +111,23 @@
|
|
|
149
111
|
|
|
150
112
|
### Patch Changes
|
|
151
113
|
|
|
152
|
-
- [#1274](https://github.com/ho-nl/m2-pwa/pull/1274)
|
|
153
|
-
[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7)
|
|
154
|
-
Thanks [@paales](https://github.com/paales)! - Moved `ApolloErrorAlert`, `ApolloErrorFullPage` and
|
|
155
|
-
`ApolloErrorSnackbar` to the ecommerce-ui package.
|
|
114
|
+
- [#1274](https://github.com/ho-nl/m2-pwa/pull/1274) [`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7) Thanks [@paales](https://github.com/paales)! - Moved `ApolloErrorAlert`, `ApolloErrorFullPage` and `ApolloErrorSnackbar` to the ecommerce-ui package.
|
|
156
115
|
|
|
157
|
-
Created `ComposedSubmitButton` and `ComposedSubmitLinkOrButton` to reduce complexity from
|
|
158
|
-
`magento-graphcms` example.
|
|
116
|
+
Created `ComposedSubmitButton` and `ComposedSubmitLinkOrButton` to reduce complexity from `magento-graphcms` example.
|
|
159
117
|
|
|
160
118
|
Removed dependency an `@graphcommerce/react-hook-form` from `magento-graphcms` example.
|
|
161
119
|
|
|
162
120
|
Added dependency `@graphcommerce/ecommerce-ui` from `magento-graphcms` example.
|
|
163
121
|
|
|
164
|
-
* [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
* [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
|
|
175
|
-
[`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
|
|
176
|
-
Thanks [@paales](https://github.com/paales)! - Upgraded to
|
|
177
|
-
[NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
|
|
178
|
-
implementing
|
|
179
|
-
[On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
|
|
180
|
-
soon.
|
|
181
|
-
|
|
182
|
-
This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
|
|
183
|
-
frontend to be able to revalidate pages manually.
|
|
184
|
-
|
|
185
|
-
* Updated dependencies
|
|
186
|
-
[[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7),
|
|
187
|
-
[`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2),
|
|
188
|
-
[`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)]:
|
|
122
|
+
* [#1276](https://github.com/ho-nl/m2-pwa/pull/1276) [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2) Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from `dependencies` to `peerDependencies`. The result of this is that there will be significantly less duplicate packages in the node_modules folders.
|
|
123
|
+
|
|
124
|
+
- [#1276](https://github.com/ho-nl/m2-pwa/pull/1276) [`e7c8e2756`](https://github.com/ho-nl/m2-pwa/commit/e7c8e2756d637cbcd2e793d62ef5721d35d9fa7b) Thanks [@paales](https://github.com/paales)! - CartFab positioning was incorrect
|
|
125
|
+
|
|
126
|
+
* [#1276](https://github.com/ho-nl/m2-pwa/pull/1276) [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d) Thanks [@paales](https://github.com/paales)! - Upgraded to [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be implementing [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta) soon.
|
|
127
|
+
|
|
128
|
+
This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the frontend to be able to revalidate pages manually.
|
|
129
|
+
|
|
130
|
+
* Updated dependencies [[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7), [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2), [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)]:
|
|
189
131
|
- @graphcommerce/framer-next-pages@3.0.2
|
|
190
132
|
- @graphcommerce/framer-scroller@2.0.2
|
|
191
133
|
- @graphcommerce/framer-utils@3.0.2
|
|
@@ -195,36 +137,22 @@
|
|
|
195
137
|
|
|
196
138
|
### Minor Changes
|
|
197
139
|
|
|
198
|
-
- [#1273](https://github.com/ho-nl/m2-pwa/pull/1273)
|
|
199
|
-
[`8c4e4f7cd`](https://github.com/ho-nl/m2-pwa/commit/8c4e4f7cdd2fa4252788fbc9889d0803bba20eef)
|
|
200
|
-
Thanks [@paales](https://github.com/paales)! - Added darkmode support! ☀️🌑, adds a toggle to the
|
|
201
|
-
hamburger menu.
|
|
140
|
+
- [#1273](https://github.com/ho-nl/m2-pwa/pull/1273) [`8c4e4f7cd`](https://github.com/ho-nl/m2-pwa/commit/8c4e4f7cdd2fa4252788fbc9889d0803bba20eef) Thanks [@paales](https://github.com/paales)! - Added darkmode support! ☀️🌑, adds a toggle to the hamburger menu.
|
|
202
141
|
|
|
203
142
|
### Patch Changes
|
|
204
143
|
|
|
205
|
-
- [#1271](https://github.com/ho-nl/m2-pwa/pull/1271)
|
|
206
|
-
[`e0008d60d`](https://github.com/ho-nl/m2-pwa/commit/e0008d60d712603219129dd411d1985bf1ebbed1)
|
|
207
|
-
Thanks [@paales](https://github.com/paales)! - make sure the CartFab and MenuFab are stylable with
|
|
208
|
-
sx
|
|
144
|
+
- [#1271](https://github.com/ho-nl/m2-pwa/pull/1271) [`e0008d60d`](https://github.com/ho-nl/m2-pwa/commit/e0008d60d712603219129dd411d1985bf1ebbed1) Thanks [@paales](https://github.com/paales)! - make sure the CartFab and MenuFab are stylable with sx
|
|
209
145
|
|
|
210
|
-
* [#1271](https://github.com/ho-nl/m2-pwa/pull/1271)
|
|
211
|
-
[`5d9f8320f`](https://github.com/ho-nl/m2-pwa/commit/5d9f8320ff9621d7357fbe01319ab0cafdf9095d)
|
|
212
|
-
Thanks [@paales](https://github.com/paales)! - prevent layout from breaking when url has params
|
|
146
|
+
* [#1271](https://github.com/ho-nl/m2-pwa/pull/1271) [`5d9f8320f`](https://github.com/ho-nl/m2-pwa/commit/5d9f8320ff9621d7357fbe01319ab0cafdf9095d) Thanks [@paales](https://github.com/paales)! - prevent layout from breaking when url has params
|
|
213
147
|
|
|
214
|
-
- [#1271](https://github.com/ho-nl/m2-pwa/pull/1271)
|
|
215
|
-
[`5082b8c81`](https://github.com/ho-nl/m2-pwa/commit/5082b8c8191cc3e0b4627678bf837af093513d57)
|
|
216
|
-
Thanks [@paales](https://github.com/paales)! - Prevent showing back button on homepage when query
|
|
217
|
-
parameter is present
|
|
148
|
+
- [#1271](https://github.com/ho-nl/m2-pwa/pull/1271) [`5082b8c81`](https://github.com/ho-nl/m2-pwa/commit/5082b8c8191cc3e0b4627678bf837af093513d57) Thanks [@paales](https://github.com/paales)! - Prevent showing back button on homepage when query parameter is present
|
|
218
149
|
|
|
219
150
|
## 4.0.1
|
|
220
151
|
|
|
221
152
|
### Patch Changes
|
|
222
153
|
|
|
223
|
-
- [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
|
|
224
|
-
|
|
225
|
-
so that the packages link to back to the website and repository
|
|
226
|
-
- Updated dependencies
|
|
227
|
-
[[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
|
|
154
|
+
- [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514) Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files, so that the packages link to back to the website and repository
|
|
155
|
+
- Updated dependencies [[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
|
|
228
156
|
- @graphcommerce/framer-next-pages@3.0.1
|
|
229
157
|
- @graphcommerce/framer-scroller@2.0.1
|
|
230
158
|
- @graphcommerce/framer-utils@3.0.1
|
|
@@ -235,575 +163,439 @@
|
|
|
235
163
|
|
|
236
164
|
### Major Changes
|
|
237
165
|
|
|
238
|
-
- [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
|
|
239
|
-
[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
|
|
240
|
-
Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
|
|
166
|
+
- [#1258](https://github.com/ho-nl/m2-pwa/pull/1258) [`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05) Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
|
|
241
167
|
|
|
242
168
|
### Patch Changes
|
|
243
169
|
|
|
244
|
-
- Updated dependencies
|
|
245
|
-
[[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
|
|
170
|
+
- Updated dependencies [[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
|
|
246
171
|
- @graphcommerce/framer-next-pages@3.0.0
|
|
247
172
|
- @graphcommerce/framer-scroller@2.0.0
|
|
248
173
|
- @graphcommerce/framer-utils@3.0.0
|
|
249
174
|
- @graphcommerce/graphql@3.0.0
|
|
250
175
|
- @graphcommerce/image@3.0.0
|
|
251
176
|
|
|
252
|
-
All notable changes to this project will be documented in this file. See
|
|
253
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
177
|
+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
254
178
|
|
|
255
179
|
## [3.25.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.25.2...@graphcommerce/next-ui@3.25.3) (2022-02-11)
|
|
256
180
|
|
|
257
181
|
### Bug Fixes
|
|
258
182
|
|
|
259
|
-
- Removal of default style where H2 and H3 get converted to H4, style wise.
|
|
260
|
-
([68772ec](https://github.com/ho-nl/m2-pwa/commit/68772eccbb3d8c1f1ecd59cf0e47f3435a9f1d55))
|
|
183
|
+
- Removal of default style where H2 and H3 get converted to H4, style wise. ([68772ec](https://github.com/ho-nl/m2-pwa/commit/68772eccbb3d8c1f1ecd59cf0e47f3435a9f1d55))
|
|
261
184
|
|
|
262
185
|
## [3.25.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.25.1...@graphcommerce/next-ui@3.25.2) (2022-02-09)
|
|
263
186
|
|
|
264
187
|
### Bug Fixes
|
|
265
188
|
|
|
266
|
-
- change breakpoints down in footer component
|
|
267
|
-
([9ec181c](https://github.com/ho-nl/m2-pwa/commit/9ec181cc44f6b73450645b3b8a3ab57fd1a68d2e))
|
|
189
|
+
- change breakpoints down in footer component ([9ec181c](https://github.com/ho-nl/m2-pwa/commit/9ec181cc44f6b73450645b3b8a3ab57fd1a68d2e))
|
|
268
190
|
|
|
269
191
|
## [3.25.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.25.0...@graphcommerce/next-ui@3.25.1) (2022-02-01)
|
|
270
192
|
|
|
271
193
|
### Bug Fixes
|
|
272
194
|
|
|
273
|
-
- make DesktopNavActions stylable
|
|
274
|
-
([db31369](https://github.com/ho-nl/m2-pwa/commit/db3136931d2ace1bfb6e7fecad0e01758aa2b397))
|
|
195
|
+
- make DesktopNavActions stylable ([db31369](https://github.com/ho-nl/m2-pwa/commit/db3136931d2ace1bfb6e7fecad0e01758aa2b397))
|
|
275
196
|
|
|
276
197
|
# [3.25.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.24.3...@graphcommerce/next-ui@3.25.0) (2022-01-25)
|
|
277
198
|
|
|
278
199
|
### Features
|
|
279
200
|
|
|
280
|
-
- add beforeHeader prop
|
|
281
|
-
|
|
282
|
-
- remove fixed fap and position cart with parent sticky
|
|
283
|
-
([bfd8adf](https://github.com/ho-nl/m2-pwa/commit/bfd8adf1372f77e6b27f6e0482ec03762d9148e4))
|
|
201
|
+
- add beforeHeader prop ([00501ef](https://github.com/ho-nl/m2-pwa/commit/00501efab97fae2469f783751702db95e4e2c93e))
|
|
202
|
+
- remove fixed fap and position cart with parent sticky ([bfd8adf](https://github.com/ho-nl/m2-pwa/commit/bfd8adf1372f77e6b27f6e0482ec03762d9148e4))
|
|
284
203
|
|
|
285
204
|
## [3.24.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.24.2...@graphcommerce/next-ui@3.24.3) (2022-01-21)
|
|
286
205
|
|
|
287
206
|
### Bug Fixes
|
|
288
207
|
|
|
289
|
-
- prevent layout from breaking when url has params
|
|
290
|
-
([9197bf7](https://github.com/ho-nl/m2-pwa/commit/9197bf72c5c3e422d70741cadbc40b19a1ae4936))
|
|
208
|
+
- prevent layout from breaking when url has params ([9197bf7](https://github.com/ho-nl/m2-pwa/commit/9197bf72c5c3e422d70741cadbc40b19a1ae4936))
|
|
291
209
|
|
|
292
210
|
## [3.24.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.24.1...@graphcommerce/next-ui@3.24.2) (2022-01-21)
|
|
293
211
|
|
|
294
212
|
### Bug Fixes
|
|
295
213
|
|
|
296
|
-
- favicon.svg path
|
|
297
|
-
([fefe20b](https://github.com/ho-nl/m2-pwa/commit/fefe20bd1d8392b9d39632c6335395dd4931af2f))
|
|
214
|
+
- favicon.svg path ([fefe20b](https://github.com/ho-nl/m2-pwa/commit/fefe20bd1d8392b9d39632c6335395dd4931af2f))
|
|
298
215
|
|
|
299
216
|
## [3.24.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.24.0...@graphcommerce/next-ui@3.24.1) (2022-01-18)
|
|
300
217
|
|
|
301
218
|
### Bug Fixes
|
|
302
219
|
|
|
303
|
-
- favicon and manifest
|
|
304
|
-
([304d6dd](https://github.com/ho-nl/m2-pwa/commit/304d6dd7769d349b02b06dfdfdc3f9d22a4af081))
|
|
220
|
+
- favicon and manifest ([304d6dd](https://github.com/ho-nl/m2-pwa/commit/304d6dd7769d349b02b06dfdfdc3f9d22a4af081))
|
|
305
221
|
|
|
306
222
|
# [3.24.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.23.1...@graphcommerce/next-ui@3.24.0) (2022-01-17)
|
|
307
223
|
|
|
308
224
|
### Features
|
|
309
225
|
|
|
310
|
-
- manifest and favicon
|
|
311
|
-
([a82202c](https://github.com/ho-nl/m2-pwa/commit/a82202c0e572f005cbcfca815936af9356eb2767))
|
|
226
|
+
- manifest and favicon ([a82202c](https://github.com/ho-nl/m2-pwa/commit/a82202c0e572f005cbcfca815936af9356eb2767))
|
|
312
227
|
|
|
313
228
|
## [3.23.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.23.0...@graphcommerce/next-ui@3.23.1) (2022-01-04)
|
|
314
229
|
|
|
315
230
|
### Bug Fixes
|
|
316
231
|
|
|
317
|
-
- close button on mobile
|
|
318
|
-
([a0c6c07](https://github.com/ho-nl/m2-pwa/commit/a0c6c075a1ee2541c864a561cd5318ed5fb5760c))
|
|
232
|
+
- close button on mobile ([a0c6c07](https://github.com/ho-nl/m2-pwa/commit/a0c6c075a1ee2541c864a561cd5318ed5fb5760c))
|
|
319
233
|
|
|
320
234
|
# [3.23.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.22.2...@graphcommerce/next-ui@3.23.0) (2022-01-04)
|
|
321
235
|
|
|
322
236
|
### Bug Fixes
|
|
323
237
|
|
|
324
|
-
- backbutton wasn't translated
|
|
325
|
-
([5f841c0](https://github.com/ho-nl/m2-pwa/commit/5f841c052b454c0d565a68829f78492c5a3b6dab))
|
|
238
|
+
- backbutton wasn't translated ([5f841c0](https://github.com/ho-nl/m2-pwa/commit/5f841c052b454c0d565a68829f78492c5a3b6dab))
|
|
326
239
|
|
|
327
240
|
### Features
|
|
328
241
|
|
|
329
|
-
- introduced a withTheme hoc to allow theming per route
|
|
330
|
-
([55e3fc1](https://github.com/ho-nl/m2-pwa/commit/55e3fc178b385d0ccdc19a5c09a7887be5db14dc))
|
|
242
|
+
- introduced a withTheme hoc to allow theming per route ([55e3fc1](https://github.com/ho-nl/m2-pwa/commit/55e3fc178b385d0ccdc19a5c09a7887be5db14dc))
|
|
331
243
|
|
|
332
244
|
## [3.22.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.22.1...@graphcommerce/next-ui@3.22.2) (2022-01-04)
|
|
333
245
|
|
|
334
246
|
### Bug Fixes
|
|
335
247
|
|
|
336
|
-
- broder radius of drawer was too small on desktop
|
|
337
|
-
|
|
338
|
-
-
|
|
339
|
-
([be33c20](https://github.com/ho-nl/m2-pwa/commit/be33c20fc8f41ad85d90bff15842738bc370b81e))
|
|
340
|
-
- regression where primary action wasn't visible
|
|
341
|
-
([66f8ed2](https://github.com/ho-nl/m2-pwa/commit/66f8ed20ea0728881be81994d49bd6c399f2e914))
|
|
248
|
+
- broder radius of drawer was too small on desktop ([f8b3962](https://github.com/ho-nl/m2-pwa/commit/f8b3962825972e6bc232387e0a2e801289fcc492))
|
|
249
|
+
- close button of bottom sheet spacing ([be33c20](https://github.com/ho-nl/m2-pwa/commit/be33c20fc8f41ad85d90bff15842738bc370b81e))
|
|
250
|
+
- regression where primary action wasn't visible ([66f8ed2](https://github.com/ho-nl/m2-pwa/commit/66f8ed20ea0728881be81994d49bd6c399f2e914))
|
|
342
251
|
|
|
343
252
|
## [3.22.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.22.0...@graphcommerce/next-ui@3.22.1) (2022-01-04)
|
|
344
253
|
|
|
345
254
|
### Bug Fixes
|
|
346
255
|
|
|
347
|
-
- overlay would have a height instead of minHeight
|
|
348
|
-
([07dba4b](https://github.com/ho-nl/m2-pwa/commit/07dba4b875a37beac2ab6a8afe50e6b7a7ba1bf9))
|
|
256
|
+
- overlay would have a height instead of minHeight ([07dba4b](https://github.com/ho-nl/m2-pwa/commit/07dba4b875a37beac2ab6a8afe50e6b7a7ba1bf9))
|
|
349
257
|
|
|
350
258
|
# [3.22.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.21.15...@graphcommerce/next-ui@3.22.0) (2022-01-03)
|
|
351
259
|
|
|
352
260
|
### Bug Fixes
|
|
353
261
|
|
|
354
|
-
- backbutton had wrong label
|
|
355
|
-
|
|
356
|
-
- make sure we're able to close the overlay
|
|
357
|
-
([8d19fde](https://github.com/ho-nl/m2-pwa/commit/8d19fde07d51493acfdfaa97a19f61246d04d42a))
|
|
262
|
+
- backbutton had wrong label ([c6d0b27](https://github.com/ho-nl/m2-pwa/commit/c6d0b2738e5de734af40bc632177dcc867e8e556))
|
|
263
|
+
- make sure we're able to close the overlay ([8d19fde](https://github.com/ho-nl/m2-pwa/commit/8d19fde07d51493acfdfaa97a19f61246d04d42a))
|
|
358
264
|
|
|
359
265
|
### Features
|
|
360
266
|
|
|
361
|
-
- add support for minimal overlay size
|
|
362
|
-
|
|
363
|
-
-
|
|
364
|
-
([79eae9e](https://github.com/ho-nl/m2-pwa/commit/79eae9eb39513f5611103c4c745c3db99b11f15a))
|
|
365
|
-
- **framer-next-pages:** reduce rerenders when navigating to a new page
|
|
366
|
-
([5cf3301](https://github.com/ho-nl/m2-pwa/commit/5cf330130bb3527057da015e3c4a6fa295d7262e))
|
|
267
|
+
- add support for minimal overlay size ([96e508a](https://github.com/ho-nl/m2-pwa/commit/96e508a94e23fe5b3ec523cddeb19b7b70f50034))
|
|
268
|
+
- added support for more positioning options for the overlay ([79eae9e](https://github.com/ho-nl/m2-pwa/commit/79eae9eb39513f5611103c4c745c3db99b11f15a))
|
|
269
|
+
- **framer-next-pages:** reduce rerenders when navigating to a new page ([5cf3301](https://github.com/ho-nl/m2-pwa/commit/5cf330130bb3527057da015e3c4a6fa295d7262e))
|
|
367
270
|
|
|
368
271
|
## [3.21.15](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.21.14...@graphcommerce/next-ui@3.21.15) (2021-12-24)
|
|
369
272
|
|
|
370
273
|
### Bug Fixes
|
|
371
274
|
|
|
372
|
-
- make sure the filters are aligned properly on mobile
|
|
373
|
-
([4bfe978](https://github.com/ho-nl/m2-pwa/commit/4bfe978f095c1b9867608c138eccf3227b18d4e9))
|
|
275
|
+
- make sure the filters are aligned properly on mobile ([4bfe978](https://github.com/ho-nl/m2-pwa/commit/4bfe978f095c1b9867608c138eccf3227b18d4e9))
|
|
374
276
|
|
|
375
277
|
## [3.21.13](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.21.12...@graphcommerce/next-ui@3.21.13) (2021-12-23)
|
|
376
278
|
|
|
377
279
|
### Bug Fixes
|
|
378
280
|
|
|
379
|
-
- **framer-next-pages:** make sure we dont have a double scroll while a bottomsheet is opened
|
|
380
|
-
([2887aba](https://github.com/ho-nl/m2-pwa/commit/2887abae0c0c553bdc6343fd2f431e4daeabefb5))
|
|
281
|
+
- **framer-next-pages:** make sure we dont have a double scroll while a bottomsheet is opened ([2887aba](https://github.com/ho-nl/m2-pwa/commit/2887abae0c0c553bdc6343fd2f431e4daeabefb5))
|
|
381
282
|
|
|
382
283
|
## [3.21.11](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.21.10...@graphcommerce/next-ui@3.21.11) (2021-12-22)
|
|
383
284
|
|
|
384
285
|
### Bug Fixes
|
|
385
286
|
|
|
386
|
-
- cart fab wouldnt properly switch to darkmode
|
|
387
|
-
([2f4fe1e](https://github.com/ho-nl/m2-pwa/commit/2f4fe1ed28ab3b63440f40d1455f06bc02e44ce7))
|
|
287
|
+
- cart fab wouldnt properly switch to darkmode ([2f4fe1e](https://github.com/ho-nl/m2-pwa/commit/2f4fe1ed28ab3b63440f40d1455f06bc02e44ce7))
|
|
388
288
|
|
|
389
289
|
## [3.21.10](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.21.9...@graphcommerce/next-ui@3.21.10) (2021-12-22)
|
|
390
290
|
|
|
391
291
|
### Bug Fixes
|
|
392
292
|
|
|
393
|
-
- **framer-scroller:** gallery didn't align images in the center
|
|
394
|
-
|
|
395
|
-
- safari hero banner didn't animate border radius
|
|
396
|
-
([7301bec](https://github.com/ho-nl/m2-pwa/commit/7301becf33a60f977546be1bcabc68e018f6c5cd))
|
|
293
|
+
- **framer-scroller:** gallery didn't align images in the center ([0cf6066](https://github.com/ho-nl/m2-pwa/commit/0cf60669b2547d2c421eb07c1ba23d7718df74aa))
|
|
294
|
+
- safari hero banner didn't animate border radius ([7301bec](https://github.com/ho-nl/m2-pwa/commit/7301becf33a60f977546be1bcabc68e018f6c5cd))
|
|
397
295
|
|
|
398
296
|
## [3.21.9](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.21.8...@graphcommerce/next-ui@3.21.9) (2021-12-21)
|
|
399
297
|
|
|
400
298
|
### Bug Fixes
|
|
401
299
|
|
|
402
|
-
- layout overlay sometimes have a horizontal scrollbar
|
|
403
|
-
|
|
404
|
-
- make sure the bottomsheet has enough space on android
|
|
405
|
-
([02d3e63](https://github.com/ho-nl/m2-pwa/commit/02d3e639388446423149461ae52d0ed12a962f5e))
|
|
300
|
+
- layout overlay sometimes have a horizontal scrollbar ([a1cfe72](https://github.com/ho-nl/m2-pwa/commit/a1cfe72d207dcdf07948080b605b64e7f73939bf))
|
|
301
|
+
- make sure the bottomsheet has enough space on android ([02d3e63](https://github.com/ho-nl/m2-pwa/commit/02d3e639388446423149461ae52d0ed12a962f5e))
|
|
406
302
|
|
|
407
303
|
## [3.21.8](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.21.7...@graphcommerce/next-ui@3.21.8) (2021-12-21)
|
|
408
304
|
|
|
409
305
|
### Bug Fixes
|
|
410
306
|
|
|
411
|
-
- logo invert darkmode and consistent logo spacing
|
|
412
|
-
|
|
413
|
-
- menuFab, cartFab shadows, darkTheme color and opacity bug
|
|
414
|
-
([6c7afa7](https://github.com/ho-nl/m2-pwa/commit/6c7afa7d3b584b455476aa26d95041c4cf6c1d0c))
|
|
307
|
+
- logo invert darkmode and consistent logo spacing ([2a80603](https://github.com/ho-nl/m2-pwa/commit/2a80603fd3255544f78d9da28aad17fb3fca0c9c))
|
|
308
|
+
- menuFab, cartFab shadows, darkTheme color and opacity bug ([6c7afa7](https://github.com/ho-nl/m2-pwa/commit/6c7afa7d3b584b455476aa26d95041c4cf6c1d0c))
|
|
415
309
|
|
|
416
310
|
## [3.21.5](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.21.4...@graphcommerce/next-ui@3.21.5) (2021-12-20)
|
|
417
311
|
|
|
418
312
|
### Bug Fixes
|
|
419
313
|
|
|
420
|
-
- animations would run on background page, make sure animations are not running when page is not
|
|
421
|
-
active
|
|
422
|
-
([2fcf4b8](https://github.com/ho-nl/m2-pwa/commit/2fcf4b8a853108147477e3a67c7ea202abb2842f))
|
|
314
|
+
- animations would run on background page, make sure animations are not running when page is not active ([2fcf4b8](https://github.com/ho-nl/m2-pwa/commit/2fcf4b8a853108147477e3a67c7ea202abb2842f))
|
|
423
315
|
|
|
424
316
|
## [3.21.4](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.21.3...@graphcommerce/next-ui@3.21.4) (2021-12-20)
|
|
425
317
|
|
|
426
318
|
### Bug Fixes
|
|
427
319
|
|
|
428
|
-
- **framer-scroller:** remove jank from scroller when opening
|
|
429
|
-
([c618bf2](https://github.com/ho-nl/m2-pwa/commit/c618bf290bd580fe5eb45663c44843dd751e00ed))
|
|
320
|
+
- **framer-scroller:** remove jank from scroller when opening ([c618bf2](https://github.com/ho-nl/m2-pwa/commit/c618bf290bd580fe5eb45663c44843dd751e00ed))
|
|
430
321
|
|
|
431
322
|
## [3.21.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.21.0...@graphcommerce/next-ui@3.21.1) (2021-12-17)
|
|
432
323
|
|
|
433
324
|
### Bug Fixes
|
|
434
325
|
|
|
435
|
-
- darkMode fixes
|
|
436
|
-
([7d33d45](https://github.com/ho-nl/m2-pwa/commit/7d33d452ec801632565839b2fdfef0bc4959c14a))
|
|
326
|
+
- darkMode fixes ([7d33d45](https://github.com/ho-nl/m2-pwa/commit/7d33d452ec801632565839b2fdfef0bc4959c14a))
|
|
437
327
|
|
|
438
328
|
# [3.21.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.20.9...@graphcommerce/next-ui@3.21.0) (2021-12-17)
|
|
439
329
|
|
|
440
330
|
### Bug Fixes
|
|
441
331
|
|
|
442
|
-
- Form contained should be less spacious
|
|
443
|
-
|
|
444
|
-
- make sure the snackbar message is formatted correctly
|
|
445
|
-
([b9e1e26](https://github.com/ho-nl/m2-pwa/commit/b9e1e2623ec2aff6b623603aa38fe8d71ff59e1c))
|
|
332
|
+
- Form contained should be less spacious ([7d9557e](https://github.com/ho-nl/m2-pwa/commit/7d9557e9a75622a3dc40a3c7aab86da152d2e399))
|
|
333
|
+
- make sure the snackbar message is formatted correctly ([b9e1e26](https://github.com/ho-nl/m2-pwa/commit/b9e1e2623ec2aff6b623603aa38fe8d71ff59e1c))
|
|
446
334
|
|
|
447
335
|
### Features
|
|
448
336
|
|
|
449
|
-
- added ApolloErrorSnackbar
|
|
450
|
-
([96bc92e](https://github.com/ho-nl/m2-pwa/commit/96bc92e24bac735b28f5f32e1154f715ddf8cd6c))
|
|
337
|
+
- added ApolloErrorSnackbar ([96bc92e](https://github.com/ho-nl/m2-pwa/commit/96bc92e24bac735b28f5f32e1154f715ddf8cd6c))
|
|
451
338
|
|
|
452
339
|
## [3.20.9](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.20.8...@graphcommerce/next-ui@3.20.9) (2021-12-16)
|
|
453
340
|
|
|
454
341
|
### Bug Fixes
|
|
455
342
|
|
|
456
|
-
- simplify ButtonLinkList and made more flexible
|
|
457
|
-
([e01cc82](https://github.com/ho-nl/m2-pwa/commit/e01cc825b87abf81d1cb8f9dc976f674b9e8e6d3))
|
|
343
|
+
- simplify ButtonLinkList and made more flexible ([e01cc82](https://github.com/ho-nl/m2-pwa/commit/e01cc825b87abf81d1cb8f9dc976f674b9e8e6d3))
|
|
458
344
|
|
|
459
345
|
## [3.20.8](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.20.7...@graphcommerce/next-ui@3.20.8) (2021-12-15)
|
|
460
346
|
|
|
461
347
|
### Bug Fixes
|
|
462
348
|
|
|
463
|
-
- could not scroll to the bottom of a left/right sheet
|
|
464
|
-
|
|
465
|
-
- scroller should not snap to off-axis while dragging and direction isn't set to both
|
|
466
|
-
([9118bfc](https://github.com/ho-nl/m2-pwa/commit/9118bfcb1eb9ade5f144167e47e0c26724ce832f))
|
|
349
|
+
- could not scroll to the bottom of a left/right sheet ([b84c86e](https://github.com/ho-nl/m2-pwa/commit/b84c86efa090657fc4cd480547f576bf6d9e0709))
|
|
350
|
+
- scroller should not snap to off-axis while dragging and direction isn't set to both ([9118bfc](https://github.com/ho-nl/m2-pwa/commit/9118bfcb1eb9ade5f144167e47e0c26724ce832f))
|
|
467
351
|
|
|
468
352
|
## [3.20.7](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.20.6...@graphcommerce/next-ui@3.20.7) (2021-12-13)
|
|
469
353
|
|
|
470
354
|
### Bug Fixes
|
|
471
355
|
|
|
472
|
-
- header style color
|
|
473
|
-
|
|
474
|
-
-
|
|
475
|
-
([16ee45d](https://github.com/ho-nl/m2-pwa/commit/16ee45d8bea8072388dc1508e48704be5a84c4ec))
|
|
476
|
-
- overlay didn't handle portals correctly and closed the overlay
|
|
477
|
-
([3cef4e7](https://github.com/ho-nl/m2-pwa/commit/3cef4e73042fd836fc776dad17abcc39d7403eee))
|
|
356
|
+
- header style color ([ea373be](https://github.com/ho-nl/m2-pwa/commit/ea373be9dbf609e0a719b000d27ad79d2be45f65))
|
|
357
|
+
- make sure we're allowed to scroll all the way down ([16ee45d](https://github.com/ho-nl/m2-pwa/commit/16ee45d8bea8072388dc1508e48704be5a84c4ec))
|
|
358
|
+
- overlay didn't handle portals correctly and closed the overlay ([3cef4e7](https://github.com/ho-nl/m2-pwa/commit/3cef4e73042fd836fc776dad17abcc39d7403eee))
|
|
478
359
|
|
|
479
360
|
## [3.20.5](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.20.4...@graphcommerce/next-ui@3.20.5) (2021-12-06)
|
|
480
361
|
|
|
481
362
|
### Bug Fixes
|
|
482
363
|
|
|
483
|
-
- Accessibility, SEO
|
|
484
|
-
([a258837](https://github.com/ho-nl/m2-pwa/commit/a258837476d94d20d33e13a4c4f950fff57f7dca))
|
|
364
|
+
- Accessibility, SEO ([a258837](https://github.com/ho-nl/m2-pwa/commit/a258837476d94d20d33e13a4c4f950fff57f7dca))
|
|
485
365
|
|
|
486
366
|
## [3.20.4](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.20.3...@graphcommerce/next-ui@3.20.4) (2021-12-06)
|
|
487
367
|
|
|
488
368
|
### Bug Fixes
|
|
489
369
|
|
|
490
|
-
- use Locale to set storeSwitcher icons
|
|
491
|
-
([65ea397](https://github.com/ho-nl/m2-pwa/commit/65ea397ec53aa27f545b43feda8e35227e119ebe))
|
|
370
|
+
- use Locale to set storeSwitcher icons ([65ea397](https://github.com/ho-nl/m2-pwa/commit/65ea397ec53aa27f545b43feda8e35227e119ebe))
|
|
492
371
|
|
|
493
372
|
## [3.20.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.20.1...@graphcommerce/next-ui@3.20.2) (2021-12-03)
|
|
494
373
|
|
|
495
374
|
### Bug Fixes
|
|
496
375
|
|
|
497
|
-
- aria-labels missing
|
|
498
|
-
|
|
499
|
-
- make sure the overlay can be clicked away
|
|
500
|
-
([5b43e2f](https://github.com/ho-nl/m2-pwa/commit/5b43e2f0568c2587be63b74271409123fc0a44e2))
|
|
376
|
+
- aria-labels missing ([16570d1](https://github.com/ho-nl/m2-pwa/commit/16570d11efcb264eba6c620c5508c9616c2d0a2a))
|
|
377
|
+
- make sure the overlay can be clicked away ([5b43e2f](https://github.com/ho-nl/m2-pwa/commit/5b43e2f0568c2587be63b74271409123fc0a44e2))
|
|
501
378
|
|
|
502
379
|
## [3.20.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.20.0...@graphcommerce/next-ui@3.20.1) (2021-12-03)
|
|
503
380
|
|
|
504
381
|
### Bug Fixes
|
|
505
382
|
|
|
506
|
-
- overlay didn't initialize
|
|
507
|
-
|
|
508
|
-
-
|
|
509
|
-
|
|
510
|
-
- sidebar gallery hideScrollbar
|
|
511
|
-
([da68544](https://github.com/ho-nl/m2-pwa/commit/da68544c7d99b23db8cb0b96c8ae96ede32abc62))
|
|
512
|
-
- use standard shadows in overlay
|
|
513
|
-
([5383aa2](https://github.com/ho-nl/m2-pwa/commit/5383aa2ae69363ebcff1ebec7c120137a83653d0))
|
|
383
|
+
- overlay didn't initialize ([f3b4ad9](https://github.com/ho-nl/m2-pwa/commit/f3b4ad9d96656b965865008f315ffcbdd24842de))
|
|
384
|
+
- search page ([85cf721](https://github.com/ho-nl/m2-pwa/commit/85cf72130bce4c3d2c392a3745adf05bca8618b1))
|
|
385
|
+
- sidebar gallery hideScrollbar ([da68544](https://github.com/ho-nl/m2-pwa/commit/da68544c7d99b23db8cb0b96c8ae96ede32abc62))
|
|
386
|
+
- use standard shadows in overlay ([5383aa2](https://github.com/ho-nl/m2-pwa/commit/5383aa2ae69363ebcff1ebec7c120137a83653d0))
|
|
514
387
|
|
|
515
388
|
# [3.20.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.19.1...@graphcommerce/next-ui@3.20.0) (2021-12-03)
|
|
516
389
|
|
|
517
390
|
### Bug Fixes
|
|
518
391
|
|
|
519
|
-
- classesPicker would sometimes return 'undefined' as a class
|
|
520
|
-
|
|
521
|
-
-
|
|
522
|
-
|
|
523
|
-
-
|
|
524
|
-
|
|
525
|
-
- make sure
|
|
526
|
-
|
|
527
|
-
- make
|
|
528
|
-
|
|
529
|
-
-
|
|
530
|
-
|
|
531
|
-
-
|
|
532
|
-
([c142b31](https://github.com/ho-nl/m2-pwa/commit/c142b31552417d2296341785994e2f7b35462793))
|
|
533
|
-
- make sure the overlay becomes visible, even if the overlay is scrolled
|
|
534
|
-
([1738c98](https://github.com/ho-nl/m2-pwa/commit/1738c982ea84ec2b93daa824c4b8c86ab2a3f5ed))
|
|
535
|
-
- make the headerHeight properly configurable
|
|
536
|
-
([c39c942](https://github.com/ho-nl/m2-pwa/commit/c39c942a62a9bb9687ea553be28e37fb49a6b065))
|
|
537
|
-
- minHeight of page on iOS is sometimes less high than expected
|
|
538
|
-
([8a0bc23](https://github.com/ho-nl/m2-pwa/commit/8a0bc234d153d974ac415369483ddabfb5e7fb0c))
|
|
539
|
-
- missing CssBaseline
|
|
540
|
-
([d2a7126](https://github.com/ho-nl/m2-pwa/commit/d2a7126295b99b0446dc31b0cf7c60671a18f976))
|
|
541
|
-
- only apply page meta when the current page is active
|
|
542
|
-
([f099a51](https://github.com/ho-nl/m2-pwa/commit/f099a519d169dcc9e2653db8353ce93d7b0a138e))
|
|
543
|
-
- spacing of LayoutTItle
|
|
544
|
-
([7afcd31](https://github.com/ho-nl/m2-pwa/commit/7afcd3163d16e902cf2ff7917f56ee6a8798f55b))
|
|
392
|
+
- classesPicker would sometimes return 'undefined' as a class ([baa51f1](https://github.com/ho-nl/m2-pwa/commit/baa51f1ac6d47460bfc713bd2c10ae14f1f6ecbf))
|
|
393
|
+
- close button should always be present ([32d4173](https://github.com/ho-nl/m2-pwa/commit/32d4173e44c6e77815cf483590c1f703d48a386b))
|
|
394
|
+
- horizontal scroll on page ([d025a16](https://github.com/ho-nl/m2-pwa/commit/d025a16a02b43756fc58b0b764faa404eb06da6c))
|
|
395
|
+
- make sure elements that use scroll positioning are using the right hook ([80ee33f](https://github.com/ho-nl/m2-pwa/commit/80ee33f68ecc223147d63fc37e5b9ba94df4564e))
|
|
396
|
+
- make sure galleries are scrollable properly ([8653316](https://github.com/ho-nl/m2-pwa/commit/86533167891f0ae197fdf096b84fdda8e89a0f6e))
|
|
397
|
+
- make sure it doesn't error when trying to override root ([99a69a3](https://github.com/ho-nl/m2-pwa/commit/99a69a36579b4c934f3b1be187130983bdf133bf))
|
|
398
|
+
- make sure that pill link buttons get the right background color etc. ([c142b31](https://github.com/ho-nl/m2-pwa/commit/c142b31552417d2296341785994e2f7b35462793))
|
|
399
|
+
- make sure the overlay becomes visible, even if the overlay is scrolled ([1738c98](https://github.com/ho-nl/m2-pwa/commit/1738c982ea84ec2b93daa824c4b8c86ab2a3f5ed))
|
|
400
|
+
- make the headerHeight properly configurable ([c39c942](https://github.com/ho-nl/m2-pwa/commit/c39c942a62a9bb9687ea553be28e37fb49a6b065))
|
|
401
|
+
- minHeight of page on iOS is sometimes less high than expected ([8a0bc23](https://github.com/ho-nl/m2-pwa/commit/8a0bc234d153d974ac415369483ddabfb5e7fb0c))
|
|
402
|
+
- missing CssBaseline ([d2a7126](https://github.com/ho-nl/m2-pwa/commit/d2a7126295b99b0446dc31b0cf7c60671a18f976))
|
|
403
|
+
- only apply page meta when the current page is active ([f099a51](https://github.com/ho-nl/m2-pwa/commit/f099a519d169dcc9e2653db8353ce93d7b0a138e))
|
|
404
|
+
- spacing of LayoutTItle ([7afcd31](https://github.com/ho-nl/m2-pwa/commit/7afcd3163d16e902cf2ff7917f56ee6a8798f55b))
|
|
545
405
|
|
|
546
406
|
### Features
|
|
547
407
|
|
|
548
|
-
- **framer-scroller-sheet:** created package replacing the framer-sheet package
|
|
549
|
-
|
|
550
|
-
-
|
|
551
|
-
([81307ea](https://github.com/ho-nl/m2-pwa/commit/81307ea2652bf31a1f94e8db72af4ee161bdca2e))
|
|
552
|
-
- refactor page shell
|
|
553
|
-
([594bdb3](https://github.com/ho-nl/m2-pwa/commit/594bdb32927b797208b2a295bc0db9f9ceb94676))
|
|
408
|
+
- **framer-scroller-sheet:** created package replacing the framer-sheet package ([f9f2e91](https://github.com/ho-nl/m2-pwa/commit/f9f2e9101191f5cb5c4514ceb9534ddeb2476763))
|
|
409
|
+
- **framer-scroller:** split the grid functionality from the scroller ([81307ea](https://github.com/ho-nl/m2-pwa/commit/81307ea2652bf31a1f94e8db72af4ee161bdca2e))
|
|
410
|
+
- refactor page shell ([594bdb3](https://github.com/ho-nl/m2-pwa/commit/594bdb32927b797208b2a295bc0db9f9ceb94676))
|
|
554
411
|
|
|
555
412
|
# [3.19.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.18.2...@graphcommerce/next-ui@3.19.0) (2021-12-01)
|
|
556
413
|
|
|
557
414
|
### Bug Fixes
|
|
558
415
|
|
|
559
|
-
- borderRadius
|
|
560
|
-
|
|
561
|
-
- borderRadius
|
|
562
|
-
([b9cffcc](https://github.com/ho-nl/m2-pwa/commit/b9cffccf444cb2ff8d6257ef3a64c0ea18e30477))
|
|
563
|
-
- borderRadius toggleButton
|
|
564
|
-
([4a97800](https://github.com/ho-nl/m2-pwa/commit/4a97800150bbfe03692a66d7fbde5705a32b9cd7))
|
|
416
|
+
- borderRadius ([0999901](https://github.com/ho-nl/m2-pwa/commit/0999901f6a3265f40fef18e72702d80158d8c4a9))
|
|
417
|
+
- borderRadius ([b9cffcc](https://github.com/ho-nl/m2-pwa/commit/b9cffccf444cb2ff8d6257ef3a64c0ea18e30477))
|
|
418
|
+
- borderRadius toggleButton ([4a97800](https://github.com/ho-nl/m2-pwa/commit/4a97800150bbfe03692a66d7fbde5705a32b9cd7))
|
|
565
419
|
- build ([ba97378](https://github.com/ho-nl/m2-pwa/commit/ba97378d40d70b3f47c4c252600c669a53568c27))
|
|
566
420
|
- build ([b6cb704](https://github.com/ho-nl/m2-pwa/commit/b6cb7048c1208648687621000ab0d6789032d480))
|
|
567
|
-
- finetune svg stroke width
|
|
568
|
-
|
|
569
|
-
-
|
|
570
|
-
|
|
571
|
-
- hero text spacing
|
|
572
|
-
([79dd6aa](https://github.com/ho-nl/m2-pwa/commit/79dd6aa2fe576104ebbbdd092f6b415d319dec48))
|
|
573
|
-
- icon OrderBefore
|
|
574
|
-
([25a2390](https://github.com/ho-nl/m2-pwa/commit/25a2390321c7047c5191a15a9352020b8161ff7a))
|
|
421
|
+
- finetune svg stroke width ([d788d72](https://github.com/ho-nl/m2-pwa/commit/d788d72c88d5b924a14e9fdde1a52f62be7c274c))
|
|
422
|
+
- flicker on menu icon ([04d9633](https://github.com/ho-nl/m2-pwa/commit/04d96331cfdd4678a56a4eb9170141800c03a6a1))
|
|
423
|
+
- hero text spacing ([79dd6aa](https://github.com/ho-nl/m2-pwa/commit/79dd6aa2fe576104ebbbdd092f6b415d319dec48))
|
|
424
|
+
- icon OrderBefore ([25a2390](https://github.com/ho-nl/m2-pwa/commit/25a2390321c7047c5191a15a9352020b8161ff7a))
|
|
575
425
|
- icons ([c561e20](https://github.com/ho-nl/m2-pwa/commit/c561e20a247fef5ea33ac10dbecf55d1e5500dec))
|
|
576
|
-
- prevent scaling of video on mobile
|
|
577
|
-
|
|
578
|
-
- Tap targets are not sized appropriately
|
|
579
|
-
([b3b3339](https://github.com/ho-nl/m2-pwa/commit/b3b33398c26cfe775f2e9fc4dacd8eaad2e02725))
|
|
426
|
+
- prevent scaling of video on mobile ([168b5b9](https://github.com/ho-nl/m2-pwa/commit/168b5b9451dbe373703ebc76c44516d1c0eb316f))
|
|
427
|
+
- Tap targets are not sized appropriately ([b3b3339](https://github.com/ho-nl/m2-pwa/commit/b3b33398c26cfe775f2e9fc4dacd8eaad2e02725))
|
|
580
428
|
|
|
581
429
|
### Features
|
|
582
430
|
|
|
583
|
-
- borderRadius based on theme.shape.borderRadius
|
|
584
|
-
|
|
585
|
-
-
|
|
586
|
-
|
|
587
|
-
-
|
|
588
|
-
|
|
589
|
-
- icon for 404
|
|
590
|
-
([ff32915](https://github.com/ho-nl/m2-pwa/commit/ff3291578719cb7105d1045d68a78952b27da7fe))
|
|
591
|
-
- introduce borderRadius
|
|
592
|
-
([183afbc](https://github.com/ho-nl/m2-pwa/commit/183afbc8ee269f6694c372b06afdf41302f86c09))
|
|
593
|
-
- responsiveTyp
|
|
594
|
-
([6108b61](https://github.com/ho-nl/m2-pwa/commit/6108b6148e76ddbbe2db1614f10aaf88423db5ca))
|
|
431
|
+
- borderRadius based on theme.shape.borderRadius ([7c34937](https://github.com/ho-nl/m2-pwa/commit/7c349376cd41a131c628324c299106fdb7e60484))
|
|
432
|
+
- breakpointVal ([0294503](https://github.com/ho-nl/m2-pwa/commit/029450343051cf6995babad9f9b42c7e6ad1094e))
|
|
433
|
+
- closeable menu ([5f94bb5](https://github.com/ho-nl/m2-pwa/commit/5f94bb5644ce1058ec705a8acced71ba2ba95e04))
|
|
434
|
+
- icon for 404 ([ff32915](https://github.com/ho-nl/m2-pwa/commit/ff3291578719cb7105d1045d68a78952b27da7fe))
|
|
435
|
+
- introduce borderRadius ([183afbc](https://github.com/ho-nl/m2-pwa/commit/183afbc8ee269f6694c372b06afdf41302f86c09))
|
|
436
|
+
- responsiveTyp ([6108b61](https://github.com/ho-nl/m2-pwa/commit/6108b6148e76ddbbe2db1614f10aaf88423db5ca))
|
|
595
437
|
|
|
596
438
|
## [3.18.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.18.1...@graphcommerce/next-ui@3.18.2) (2021-11-27)
|
|
597
439
|
|
|
598
440
|
### Bug Fixes
|
|
599
441
|
|
|
600
|
-
- shadow snackbar with elevation
|
|
601
|
-
([8d7d011](https://github.com/ho-nl/m2-pwa/commit/8d7d0119357325f5c838def4ae8dc4ae19a43a6f))
|
|
442
|
+
- shadow snackbar with elevation ([8d7d011](https://github.com/ho-nl/m2-pwa/commit/8d7d0119357325f5c838def4ae8dc4ae19a43a6f))
|
|
602
443
|
|
|
603
444
|
## [3.18.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.18.0...@graphcommerce/next-ui@3.18.1) (2021-11-22)
|
|
604
445
|
|
|
605
446
|
### Bug Fixes
|
|
606
447
|
|
|
607
|
-
- green app shell header
|
|
608
|
-
([a0774e6](https://github.com/ho-nl/m2-pwa/commit/a0774e6da078ea1e96d7d93bccafae5b55a69792))
|
|
448
|
+
- green app shell header ([a0774e6](https://github.com/ho-nl/m2-pwa/commit/a0774e6da078ea1e96d7d93bccafae5b55a69792))
|
|
609
449
|
|
|
610
450
|
# [3.18.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.17.1...@graphcommerce/next-ui@3.18.0) (2021-11-22)
|
|
611
451
|
|
|
612
452
|
### Bug Fixes
|
|
613
453
|
|
|
614
|
-
- remove styles
|
|
615
|
-
|
|
616
|
-
- revert to SvgImageSimple
|
|
617
|
-
([b247c6b](https://github.com/ho-nl/m2-pwa/commit/b247c6b96979bc313e597a8ffe1275b73f38bd6a))
|
|
454
|
+
- remove styles ([335c8cb](https://github.com/ho-nl/m2-pwa/commit/335c8cb663bdd4c1670cdb3ea88c8a9a42bcf745))
|
|
455
|
+
- revert to SvgImageSimple ([b247c6b](https://github.com/ho-nl/m2-pwa/commit/b247c6b96979bc313e597a8ffe1275b73f38bd6a))
|
|
618
456
|
|
|
619
457
|
### Features
|
|
620
458
|
|
|
621
|
-
- use Rating component
|
|
622
|
-
([ec54f45](https://github.com/ho-nl/m2-pwa/commit/ec54f4522adb2d330bbdecc2ce032f86f13fb7a6))
|
|
459
|
+
- use Rating component ([ec54f45](https://github.com/ho-nl/m2-pwa/commit/ec54f4522adb2d330bbdecc2ce032f86f13fb7a6))
|
|
623
460
|
|
|
624
461
|
## [3.17.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.17.0...@graphcommerce/next-ui@3.17.1) (2021-11-12)
|
|
625
462
|
|
|
626
463
|
### Bug Fixes
|
|
627
464
|
|
|
628
|
-
- disable CartFab animation for mobile
|
|
629
|
-
([ea04e67](https://github.com/ho-nl/m2-pwa/commit/ea04e678b7d5ab23e903a59a7f369053d17f9e79))
|
|
465
|
+
- disable CartFab animation for mobile ([ea04e67](https://github.com/ho-nl/m2-pwa/commit/ea04e678b7d5ab23e903a59a7f369053d17f9e79))
|
|
630
466
|
|
|
631
467
|
# [3.17.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.16.0...@graphcommerce/next-ui@3.17.0) (2021-11-12)
|
|
632
468
|
|
|
633
469
|
### Features
|
|
634
470
|
|
|
635
|
-
- added tons of translations
|
|
636
|
-
([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
|
|
471
|
+
- added tons of translations ([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
|
|
637
472
|
|
|
638
473
|
# [3.16.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.15.2...@graphcommerce/next-ui@3.16.0) (2021-11-12)
|
|
639
474
|
|
|
640
475
|
### Bug Fixes
|
|
641
476
|
|
|
642
|
-
- Accessibility: Tap targets are sized appropriately
|
|
643
|
-
|
|
644
|
-
-
|
|
645
|
-
|
|
646
|
-
-
|
|
647
|
-
|
|
648
|
-
-
|
|
649
|
-
|
|
650
|
-
-
|
|
651
|
-
|
|
652
|
-
-
|
|
653
|
-
|
|
654
|
-
-
|
|
655
|
-
|
|
656
|
-
-
|
|
657
|
-
|
|
658
|
-
-
|
|
659
|
-
|
|
660
|
-
-
|
|
661
|
-
|
|
662
|
-
- pagination color not primary
|
|
663
|
-
([c4e6d4f](https://github.com/ho-nl/m2-pwa/commit/c4e6d4f35d2df7a93fe045bde6c015fbcc5e5089))
|
|
664
|
-
- perfectly spaced video
|
|
665
|
-
([f1481ed](https://github.com/ho-nl/m2-pwa/commit/f1481edaf08564315a8c6f50fa1a500bbdc58fc5))
|
|
666
|
-
- prevent video casting on android
|
|
667
|
-
([a8baf94](https://github.com/ho-nl/m2-pwa/commit/a8baf949283c854283fe32befae4a60b119e02e0))
|
|
668
|
-
- remove unused wrapping div
|
|
669
|
-
([6ced7b9](https://github.com/ho-nl/m2-pwa/commit/6ced7b912229303a9d708db1d2621f50f431c73f))
|
|
670
|
-
- replace value with headerInnerHeight
|
|
671
|
-
([656fedc](https://github.com/ho-nl/m2-pwa/commit/656fedc573bbdd941c34e05e4dcd9a6af49fe987))
|
|
672
|
-
- replace value with headerInnerHeight
|
|
673
|
-
([d961720](https://github.com/ho-nl/m2-pwa/commit/d9617200d375a9db98f7f1c3b47a5927764dae71))
|
|
674
|
-
- revert background changes
|
|
675
|
-
([7661670](https://github.com/ho-nl/m2-pwa/commit/76616703968099039d79a4ca6001b942684adda5))
|
|
676
|
-
- set sheet backgroundColor to background.default
|
|
677
|
-
([5d3f971](https://github.com/ho-nl/m2-pwa/commit/5d3f9719b446ee9440ac8834679ef5ba14be53d4))
|
|
678
|
-
- text color iconBlock and styling
|
|
679
|
-
([0f2b0a8](https://github.com/ho-nl/m2-pwa/commit/0f2b0a896b11eafb79ea045c44f0115649a2040e))
|
|
680
|
-
- use alpha to set rgba value of theme variable
|
|
681
|
-
([aebee87](https://github.com/ho-nl/m2-pwa/commit/aebee87b32eb769c6454ad9ced10d5612c4d1af8))
|
|
477
|
+
- Accessibility: Tap targets are sized appropriately ([55177f0](https://github.com/ho-nl/m2-pwa/commit/55177f03e79a29a879022ed34439e6c7aebbd80e))
|
|
478
|
+
- behaviour for CartFab animation including darkTheme support ([6152ef3](https://github.com/ho-nl/m2-pwa/commit/6152ef32d093e42c58ee79d4d713c5b8c2870746))
|
|
479
|
+
- clean up themeProvider ([6868e71](https://github.com/ho-nl/m2-pwa/commit/6868e71b59a637be8229a2ab49791dd324e02bb9))
|
|
480
|
+
- darkTheme ([b08f522](https://github.com/ho-nl/m2-pwa/commit/b08f52255c91dcba5498481ba5e9f0fa0b6c5013))
|
|
481
|
+
- darkTheme proof background color for sheet ([2af3b4a](https://github.com/ho-nl/m2-pwa/commit/2af3b4a6b7115400c5bbed36a21cd48852bea122))
|
|
482
|
+
- design ([a8e2888](https://github.com/ho-nl/m2-pwa/commit/a8e288856011ca7d8fdcb75d7c672629a8f8bcf4))
|
|
483
|
+
- design ([2dd5f41](https://github.com/ho-nl/m2-pwa/commit/2dd5f415010d19549158d837f0f98497d350fc2d))
|
|
484
|
+
- fab animation should be background paper ([b538f96](https://github.com/ho-nl/m2-pwa/commit/b538f963b6c45a3973b11abe8de7823f2864326b))
|
|
485
|
+
- hex for darktheme paper value, so calculations can be made ([c93bb22](https://github.com/ho-nl/m2-pwa/commit/c93bb22ba287c85ad5c27fd5f13d82dbb9a7d16f))
|
|
486
|
+
- icon style ([6b9fea9](https://github.com/ho-nl/m2-pwa/commit/6b9fea9112206bb38b419e8257ad1b2b3fad74b6))
|
|
487
|
+
- pagination color not primary ([c4e6d4f](https://github.com/ho-nl/m2-pwa/commit/c4e6d4f35d2df7a93fe045bde6c015fbcc5e5089))
|
|
488
|
+
- perfectly spaced video ([f1481ed](https://github.com/ho-nl/m2-pwa/commit/f1481edaf08564315a8c6f50fa1a500bbdc58fc5))
|
|
489
|
+
- prevent video casting on android ([a8baf94](https://github.com/ho-nl/m2-pwa/commit/a8baf949283c854283fe32befae4a60b119e02e0))
|
|
490
|
+
- remove unused wrapping div ([6ced7b9](https://github.com/ho-nl/m2-pwa/commit/6ced7b912229303a9d708db1d2621f50f431c73f))
|
|
491
|
+
- replace value with headerInnerHeight ([656fedc](https://github.com/ho-nl/m2-pwa/commit/656fedc573bbdd941c34e05e4dcd9a6af49fe987))
|
|
492
|
+
- replace value with headerInnerHeight ([d961720](https://github.com/ho-nl/m2-pwa/commit/d9617200d375a9db98f7f1c3b47a5927764dae71))
|
|
493
|
+
- revert background changes ([7661670](https://github.com/ho-nl/m2-pwa/commit/76616703968099039d79a4ca6001b942684adda5))
|
|
494
|
+
- set sheet backgroundColor to background.default ([5d3f971](https://github.com/ho-nl/m2-pwa/commit/5d3f9719b446ee9440ac8834679ef5ba14be53d4))
|
|
495
|
+
- text color iconBlock and styling ([0f2b0a8](https://github.com/ho-nl/m2-pwa/commit/0f2b0a896b11eafb79ea045c44f0115649a2040e))
|
|
496
|
+
- use alpha to set rgba value of theme variable ([aebee87](https://github.com/ho-nl/m2-pwa/commit/aebee87b32eb769c6454ad9ced10d5612c4d1af8))
|
|
682
497
|
|
|
683
498
|
### Features
|
|
684
499
|
|
|
685
|
-
- provide all (different type of) overlays with the default background color
|
|
686
|
-
|
|
687
|
-
- remove svg stroke definitions, set all to currentColor
|
|
688
|
-
([189814f](https://github.com/ho-nl/m2-pwa/commit/189814f822d111c8adc6be1fff65c9a4a4c50c65))
|
|
500
|
+
- provide all (different type of) overlays with the default background color ([111fe71](https://github.com/ho-nl/m2-pwa/commit/111fe718fbfddbeef452829e08b574ca46d51345))
|
|
501
|
+
- remove svg stroke definitions, set all to currentColor ([189814f](https://github.com/ho-nl/m2-pwa/commit/189814f822d111c8adc6be1fff65c9a4a4c50c65))
|
|
689
502
|
|
|
690
503
|
## [3.15.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.15.1...@graphcommerce/next-ui@3.15.2) (2021-11-12)
|
|
691
504
|
|
|
692
505
|
### Bug Fixes
|
|
693
506
|
|
|
694
|
-
- **sheet-shell-base:** prevent sheet backdrop from navigating back multiple times
|
|
695
|
-
([5ca2f7e](https://github.com/ho-nl/m2-pwa/commit/5ca2f7e0d3404501a6b5763daf1d442c8080f8cb))
|
|
507
|
+
- **sheet-shell-base:** prevent sheet backdrop from navigating back multiple times ([5ca2f7e](https://github.com/ho-nl/m2-pwa/commit/5ca2f7e0d3404501a6b5763daf1d442c8080f8cb))
|
|
696
508
|
|
|
697
509
|
## [3.15.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.15.0...@graphcommerce/next-ui@3.15.1) (2021-11-11)
|
|
698
510
|
|
|
699
511
|
### Bug Fixes
|
|
700
512
|
|
|
701
|
-
- better handling to go back from product page
|
|
702
|
-
([ff8e72b](https://github.com/ho-nl/m2-pwa/commit/ff8e72beef81b9fb0d20cbfbd50c282f0144aed7))
|
|
513
|
+
- better handling to go back from product page ([ff8e72b](https://github.com/ho-nl/m2-pwa/commit/ff8e72beef81b9fb0d20cbfbd50c282f0144aed7))
|
|
703
514
|
|
|
704
515
|
# [3.15.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.14.8...@graphcommerce/next-ui@3.15.0) (2021-11-11)
|
|
705
516
|
|
|
706
517
|
### Features
|
|
707
518
|
|
|
708
|
-
- lingui configuration and integration greatly simplified and fixed ssr
|
|
709
|
-
([d8ec22a](https://github.com/ho-nl/m2-pwa/commit/d8ec22a80295af854a4cf6f357c4fb137c5b550d))
|
|
519
|
+
- lingui configuration and integration greatly simplified and fixed ssr ([d8ec22a](https://github.com/ho-nl/m2-pwa/commit/d8ec22a80295af854a4cf6f357c4fb137c5b550d))
|
|
710
520
|
|
|
711
521
|
## [3.14.8](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.14.7...@graphcommerce/next-ui@3.14.8) (2021-11-09)
|
|
712
522
|
|
|
713
523
|
### Bug Fixes
|
|
714
524
|
|
|
715
|
-
- **menu-fab:** revert h3 styling for mobile menu
|
|
716
|
-
|
|
717
|
-
- restyle menu to h4
|
|
718
|
-
([642e166](https://github.com/ho-nl/m2-pwa/commit/642e16635dc06f38bed91ffd1a374922ac70439b))
|
|
525
|
+
- **menu-fab:** revert h3 styling for mobile menu ([7a45b4f](https://github.com/ho-nl/m2-pwa/commit/7a45b4fb8b0165f7a072bc0658833c819c9f8082))
|
|
526
|
+
- restyle menu to h4 ([642e166](https://github.com/ho-nl/m2-pwa/commit/642e16635dc06f38bed91ffd1a374922ac70439b))
|
|
719
527
|
|
|
720
528
|
## [3.14.7](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.14.6...@graphcommerce/next-ui@3.14.7) (2021-11-09)
|
|
721
529
|
|
|
722
530
|
### Bug Fixes
|
|
723
531
|
|
|
724
|
-
- make sure the translations are ran
|
|
725
|
-
([9d77807](https://github.com/ho-nl/m2-pwa/commit/9d7780711fc1d66884a7465e18d175a6a1d40abb))
|
|
532
|
+
- make sure the translations are ran ([9d77807](https://github.com/ho-nl/m2-pwa/commit/9d7780711fc1d66884a7465e18d175a6a1d40abb))
|
|
726
533
|
|
|
727
534
|
## [3.14.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.14.2...@graphcommerce/next-ui@3.14.3) (2021-11-06)
|
|
728
535
|
|
|
729
536
|
### Bug Fixes
|
|
730
537
|
|
|
731
|
-
- spacing DesktopNavBar items
|
|
732
|
-
([c3373b9](https://github.com/ho-nl/m2-pwa/commit/c3373b97add87864adc5809ab04cf683bc5b0498))
|
|
538
|
+
- spacing DesktopNavBar items ([c3373b9](https://github.com/ho-nl/m2-pwa/commit/c3373b97add87864adc5809ab04cf683bc5b0498))
|
|
733
539
|
|
|
734
540
|
## [3.14.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.14.0...@graphcommerce/next-ui@3.14.1) (2021-11-04)
|
|
735
541
|
|
|
736
542
|
### Bug Fixes
|
|
737
543
|
|
|
738
|
-
- can't remove filters on click icon
|
|
739
|
-
|
|
740
|
-
-
|
|
741
|
-
([9fcf7e7](https://github.com/ho-nl/m2-pwa/commit/9fcf7e7d96172448b2d2911771d6bf70ab976594))
|
|
742
|
-
- remove hardcoded fontSize
|
|
743
|
-
([e4e09e1](https://github.com/ho-nl/m2-pwa/commit/e4e09e11baeb8edeff634550b8cdb88571d96911))
|
|
544
|
+
- can't remove filters on click icon ([2528802](https://github.com/ho-nl/m2-pwa/commit/252880216994da7f8e65c1b565ff996bbab0472a))
|
|
545
|
+
- Checkout button margin consistency ([9fcf7e7](https://github.com/ho-nl/m2-pwa/commit/9fcf7e7d96172448b2d2911771d6bf70ab976594))
|
|
546
|
+
- remove hardcoded fontSize ([e4e09e1](https://github.com/ho-nl/m2-pwa/commit/e4e09e11baeb8edeff634550b8cdb88571d96911))
|
|
744
547
|
|
|
745
548
|
# [3.14.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.13.2...@graphcommerce/next-ui@3.14.0) (2021-11-04)
|
|
746
549
|
|
|
747
550
|
### Bug Fixes
|
|
748
551
|
|
|
749
|
-
- **menu-fab:** fix route change start event handling
|
|
750
|
-
([20dde65](https://github.com/ho-nl/m2-pwa/commit/20dde65f8e8ead449b21f4f5292d653d003e6ead))
|
|
552
|
+
- **menu-fab:** fix route change start event handling ([20dde65](https://github.com/ho-nl/m2-pwa/commit/20dde65f8e8ead449b21f4f5292d653d003e6ead))
|
|
751
553
|
|
|
752
554
|
### Features
|
|
753
555
|
|
|
754
|
-
- **sheet-shell-base:** stop animating drawer on browser back
|
|
755
|
-
([c6262f1](https://github.com/ho-nl/m2-pwa/commit/c6262f1c3a0d181e57bd5d4971efb469901503b1))
|
|
556
|
+
- **sheet-shell-base:** stop animating drawer on browser back ([c6262f1](https://github.com/ho-nl/m2-pwa/commit/c6262f1c3a0d181e57bd5d4971efb469901503b1))
|
|
756
557
|
|
|
757
558
|
## [3.13.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.13.1...@graphcommerce/next-ui@3.13.2) (2021-11-03)
|
|
758
559
|
|
|
759
560
|
### Bug Fixes
|
|
760
561
|
|
|
761
|
-
- various accessibility improvements
|
|
762
|
-
([47481a9](https://github.com/ho-nl/m2-pwa/commit/47481a9a882ba87968de6dd797557b0b275d75fb))
|
|
562
|
+
- various accessibility improvements ([47481a9](https://github.com/ho-nl/m2-pwa/commit/47481a9a882ba87968de6dd797557b0b275d75fb))
|
|
763
563
|
|
|
764
564
|
## [3.13.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.13.0...@graphcommerce/next-ui@3.13.1) (2021-11-03)
|
|
765
565
|
|
|
766
566
|
### Bug Fixes
|
|
767
567
|
|
|
768
|
-
- logo shouldnt invert, because it depends on the logo if it can be inverted.
|
|
769
|
-
([8426b09](https://github.com/ho-nl/m2-pwa/commit/8426b09688c7c77f45f912c56684ad1f378fc263))
|
|
568
|
+
- logo shouldnt invert, because it depends on the logo if it can be inverted. ([8426b09](https://github.com/ho-nl/m2-pwa/commit/8426b09688c7c77f45f912c56684ad1f378fc263))
|
|
770
569
|
|
|
771
570
|
# [3.13.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.12.4...@graphcommerce/next-ui@3.13.0) (2021-11-03)
|
|
772
571
|
|
|
773
572
|
### Bug Fixes
|
|
774
573
|
|
|
775
|
-
- **full-page-shell:** show logo on mobile
|
|
776
|
-
|
|
777
|
-
- **logo:** correct props propagation
|
|
778
|
-
([968025b](https://github.com/ho-nl/m2-pwa/commit/968025bc0bed4843cce7d11c0ef2740edb2ea02b))
|
|
574
|
+
- **full-page-shell:** show logo on mobile ([abe2af7](https://github.com/ho-nl/m2-pwa/commit/abe2af7001ce9a31ba67a9fa326c50a07fe86135))
|
|
575
|
+
- **logo:** correct props propagation ([968025b](https://github.com/ho-nl/m2-pwa/commit/968025bc0bed4843cce7d11c0ef2740edb2ea02b))
|
|
779
576
|
|
|
780
577
|
### Features
|
|
781
578
|
|
|
782
|
-
- **next-ui:** introducing footer component
|
|
783
|
-
([a98129b](https://github.com/ho-nl/m2-pwa/commit/a98129b935b9fd45e985f958a60a4ad6b21c880c))
|
|
579
|
+
- **next-ui:** introducing footer component ([a98129b](https://github.com/ho-nl/m2-pwa/commit/a98129b935b9fd45e985f958a60a4ad6b21c880c))
|
|
784
580
|
|
|
785
581
|
## [3.12.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.12.2...@graphcommerce/next-ui@3.12.3) (2021-11-02)
|
|
786
582
|
|
|
787
583
|
### Bug Fixes
|
|
788
584
|
|
|
789
|
-
- **MenuFab:** make icon customizable
|
|
790
|
-
([375bafd](https://github.com/ho-nl/m2-pwa/commit/375bafd901b3c53405e02d681ea0dca3af190e35))
|
|
585
|
+
- **MenuFab:** make icon customizable ([375bafd](https://github.com/ho-nl/m2-pwa/commit/375bafd901b3c53405e02d681ea0dca3af190e35))
|
|
791
586
|
|
|
792
587
|
## [3.12.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.12.1...@graphcommerce/next-ui@3.12.2) (2021-11-02)
|
|
793
588
|
|
|
794
589
|
### Bug Fixes
|
|
795
590
|
|
|
796
|
-
- **message-snackbar:** children alignment
|
|
797
|
-
|
|
798
|
-
- **message-snackbar:** children alignment
|
|
799
|
-
([9b9ac09](https://github.com/ho-nl/m2-pwa/commit/9b9ac094e10ec3e57155014366f39a22f07a7f52))
|
|
591
|
+
- **message-snackbar:** children alignment ([02051df](https://github.com/ho-nl/m2-pwa/commit/02051df0f09945218117c6ba2c761e4dca3872a3))
|
|
592
|
+
- **message-snackbar:** children alignment ([9b9ac09](https://github.com/ho-nl/m2-pwa/commit/9b9ac094e10ec3e57155014366f39a22f07a7f52))
|
|
800
593
|
|
|
801
594
|
## [3.12.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.12.0...@graphcommerce/next-ui@3.12.1) (2021-11-02)
|
|
802
595
|
|
|
803
596
|
### Bug Fixes
|
|
804
597
|
|
|
805
|
-
- RemoveCoupon Button and fix pill-link style to match buttons
|
|
806
|
-
([6838812](https://github.com/ho-nl/m2-pwa/commit/68388123773fb4f79a3e4b1beb7ecca601d7748e))
|
|
598
|
+
- RemoveCoupon Button and fix pill-link style to match buttons ([6838812](https://github.com/ho-nl/m2-pwa/commit/68388123773fb4f79a3e4b1beb7ecca601d7748e))
|
|
807
599
|
|
|
808
600
|
# [3.12.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.11.5...@graphcommerce/next-ui@3.12.0) (2021-11-02)
|
|
809
601
|
|
|
@@ -811,333 +603,236 @@ All notable changes to this project will be documented in this file. See
|
|
|
811
603
|
|
|
812
604
|
- build ([2c2d317](https://github.com/ho-nl/m2-pwa/commit/2c2d317432e3a6f2b027f24c00ac2416d56847be))
|
|
813
605
|
- build ([5d07e8e](https://github.com/ho-nl/m2-pwa/commit/5d07e8e8dc9b70ab8e58018183c54484944e8822))
|
|
814
|
-
- cancel filter icon
|
|
815
|
-
|
|
816
|
-
-
|
|
817
|
-
|
|
818
|
-
-
|
|
819
|
-
|
|
820
|
-
- darkTheme
|
|
821
|
-
|
|
822
|
-
-
|
|
823
|
-
|
|
824
|
-
-
|
|
825
|
-
|
|
826
|
-
-
|
|
827
|
-
|
|
828
|
-
-
|
|
829
|
-
([6d14b0e](https://github.com/ho-nl/m2-pwa/commit/6d14b0ef24fa60321a442a42d5861adc20e4a5fa))
|
|
830
|
-
- icon size in checkout
|
|
831
|
-
([d7bb962](https://github.com/ho-nl/m2-pwa/commit/d7bb962a6827b81f737f22e36f828454abef1b47))
|
|
832
|
-
- move checkmark icons on select fields
|
|
833
|
-
([95ce54d](https://github.com/ho-nl/m2-pwa/commit/95ce54d7fd41d11120847f2fdf6b9097a2c93871))
|
|
834
|
-
- remove text from inputprops
|
|
835
|
-
([ccc11f2](https://github.com/ho-nl/m2-pwa/commit/ccc11f267e85b8b333877afb4ce11f96dad0a3d0))
|
|
836
|
-
- remove text='bold', make contained button text stronger by default
|
|
837
|
-
([cd277c9](https://github.com/ho-nl/m2-pwa/commit/cd277c9f434a4a765eac372467e5a05c822d5512))
|
|
838
|
-
- remove unused imports
|
|
839
|
-
([5018763](https://github.com/ho-nl/m2-pwa/commit/5018763a8a2bbd0ba4a775979cc5885e9b17ad8d))
|
|
840
|
-
- style cleanup snackbar
|
|
841
|
-
([610221a](https://github.com/ho-nl/m2-pwa/commit/610221ad82f5726e9d745436cb1c08314bd342d5))
|
|
842
|
-
- svg color
|
|
843
|
-
([095ac85](https://github.com/ho-nl/m2-pwa/commit/095ac8578409ec005fbfe449fe4759d4f63b6f79))
|
|
606
|
+
- cancel filter icon ([8e03602](https://github.com/ho-nl/m2-pwa/commit/8e03602dd54b2dae714ad514515fad907539b594))
|
|
607
|
+
- cleanup blog header styles ([b96aec1](https://github.com/ho-nl/m2-pwa/commit/b96aec13b5a0af74ec2058502c7da558eb675dbb))
|
|
608
|
+
- darkMode ([c7573de](https://github.com/ho-nl/m2-pwa/commit/c7573de6bb80643b26931c35ac61735539e7fbf0))
|
|
609
|
+
- darkTheme ([df3d326](https://github.com/ho-nl/m2-pwa/commit/df3d326126446c1b92f8e46eff0533bbbe35604f))
|
|
610
|
+
- darkTheme ([a12786f](https://github.com/ho-nl/m2-pwa/commit/a12786f33cf09e974cceb8592ec98439ccbc3fad))
|
|
611
|
+
- darkTheme ([d0517af](https://github.com/ho-nl/m2-pwa/commit/d0517af5a788532c48f567ee3e840986efa26a67))
|
|
612
|
+
- darkTheme ([ae017c1](https://github.com/ho-nl/m2-pwa/commit/ae017c1a1e82f86ee5eb2f67106dac8174950c45))
|
|
613
|
+
- full image on blog view page ([6d14b0e](https://github.com/ho-nl/m2-pwa/commit/6d14b0ef24fa60321a442a42d5861adc20e4a5fa))
|
|
614
|
+
- icon size in checkout ([d7bb962](https://github.com/ho-nl/m2-pwa/commit/d7bb962a6827b81f737f22e36f828454abef1b47))
|
|
615
|
+
- move checkmark icons on select fields ([95ce54d](https://github.com/ho-nl/m2-pwa/commit/95ce54d7fd41d11120847f2fdf6b9097a2c93871))
|
|
616
|
+
- remove text from inputprops ([ccc11f2](https://github.com/ho-nl/m2-pwa/commit/ccc11f267e85b8b333877afb4ce11f96dad0a3d0))
|
|
617
|
+
- remove text='bold', make contained button text stronger by default ([cd277c9](https://github.com/ho-nl/m2-pwa/commit/cd277c9f434a4a765eac372467e5a05c822d5512))
|
|
618
|
+
- remove unused imports ([5018763](https://github.com/ho-nl/m2-pwa/commit/5018763a8a2bbd0ba4a775979cc5885e9b17ad8d))
|
|
619
|
+
- style cleanup snackbar ([610221a](https://github.com/ho-nl/m2-pwa/commit/610221ad82f5726e9d745436cb1c08314bd342d5))
|
|
620
|
+
- svg color ([095ac85](https://github.com/ho-nl/m2-pwa/commit/095ac8578409ec005fbfe449fe4759d4f63b6f79))
|
|
844
621
|
|
|
845
622
|
### Features
|
|
846
623
|
|
|
847
|
-
- add social icons to codebase for convenience
|
|
848
|
-
|
|
849
|
-
- darkTheme
|
|
850
|
-
|
|
851
|
-
- darkTheme
|
|
852
|
-
([3ed6647](https://github.com/ho-nl/m2-pwa/commit/3ed664714670315bc9f20542549724f66cb5052d))
|
|
853
|
-
- Mui true Pagination based on Fab
|
|
854
|
-
([572fa7b](https://github.com/ho-nl/m2-pwa/commit/572fa7b031b58b6ffdab60c4a50407a53202fa34))
|
|
624
|
+
- add social icons to codebase for convenience ([9e4b404](https://github.com/ho-nl/m2-pwa/commit/9e4b404aa1dbc821562529f7b15ab4761a1ab52c))
|
|
625
|
+
- darkTheme ([968f4f1](https://github.com/ho-nl/m2-pwa/commit/968f4f1360417bf7daa36454c19e6bc5cf53ae90))
|
|
626
|
+
- darkTheme ([3ed6647](https://github.com/ho-nl/m2-pwa/commit/3ed664714670315bc9f20542549724f66cb5052d))
|
|
627
|
+
- Mui true Pagination based on Fab ([572fa7b](https://github.com/ho-nl/m2-pwa/commit/572fa7b031b58b6ffdab60c4a50407a53202fa34))
|
|
855
628
|
|
|
856
629
|
## [3.11.5](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.11.4...@graphcommerce/next-ui@3.11.5) (2021-11-02)
|
|
857
630
|
|
|
858
631
|
### Bug Fixes
|
|
859
632
|
|
|
860
|
-
- back button loop
|
|
861
|
-
|
|
862
|
-
-
|
|
863
|
-
|
|
864
|
-
- **
|
|
865
|
-
|
|
866
|
-
- **framer-next-pages:** prevent back button loop when previous page is the up page of the previous
|
|
867
|
-
page ([cbdde83](https://github.com/ho-nl/m2-pwa/commit/cbdde83790337bdf4c5f03c907ca6e6e02792e70))
|
|
868
|
-
- **types:** apollo state props ‘up’ can be null
|
|
869
|
-
([9377d7f](https://github.com/ho-nl/m2-pwa/commit/9377d7fd9a080a8a2b8c7127961d64dc66a5729a))
|
|
870
|
-
- **types:** make apollo up state optional
|
|
871
|
-
([eba9683](https://github.com/ho-nl/m2-pwa/commit/eba96832e372adaeaa2ed71622c88f9dc95071c5))
|
|
633
|
+
- back button loop ([4d901e6](https://github.com/ho-nl/m2-pwa/commit/4d901e662579d1cfb97c823d581e60d687908b1a))
|
|
634
|
+
- break back button loop ([be2e5ae](https://github.com/ho-nl/m2-pwa/commit/be2e5aefa1e409a97c1ebf94173f4da7ea25386b))
|
|
635
|
+
- **framer-next-pages:** prevent back button loop when previous page is the up page of the previous page ([ec829c8](https://github.com/ho-nl/m2-pwa/commit/ec829c8eee2a3744747a7572b32299879c780d45))
|
|
636
|
+
- **framer-next-pages:** prevent back button loop when previous page is the up page of the previous page ([cbdde83](https://github.com/ho-nl/m2-pwa/commit/cbdde83790337bdf4c5f03c907ca6e6e02792e70))
|
|
637
|
+
- **types:** apollo state props ‘up’ can be null ([9377d7f](https://github.com/ho-nl/m2-pwa/commit/9377d7fd9a080a8a2b8c7127961d64dc66a5729a))
|
|
638
|
+
- **types:** make apollo up state optional ([eba9683](https://github.com/ho-nl/m2-pwa/commit/eba96832e372adaeaa2ed71622c88f9dc95071c5))
|
|
872
639
|
|
|
873
640
|
## [3.11.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.11.2...@graphcommerce/next-ui@3.11.3) (2021-11-01)
|
|
874
641
|
|
|
875
642
|
### Bug Fixes
|
|
876
643
|
|
|
877
|
-
- category page design fixs
|
|
878
|
-
([d3fccc2](https://github.com/ho-nl/m2-pwa/commit/d3fccc2a86106b854e9a1fd89040a248fe20c99a))
|
|
644
|
+
- category page design fixs ([d3fccc2](https://github.com/ho-nl/m2-pwa/commit/d3fccc2a86106b854e9a1fd89040a248fe20c99a))
|
|
879
645
|
|
|
880
646
|
## [3.11.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.11.0...@graphcommerce/next-ui@3.11.1) (2021-10-28)
|
|
881
647
|
|
|
882
648
|
### Bug Fixes
|
|
883
649
|
|
|
884
|
-
- External SVG's can't have alt tags
|
|
885
|
-
([1b1414a](https://github.com/ho-nl/m2-pwa/commit/1b1414a782d55d3acf7b0e6bcaa50f2ad5f18f39))
|
|
650
|
+
- External SVG's can't have alt tags ([1b1414a](https://github.com/ho-nl/m2-pwa/commit/1b1414a782d55d3acf7b0e6bcaa50f2ad5f18f39))
|
|
886
651
|
|
|
887
652
|
# [3.11.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.10.2...@graphcommerce/next-ui@3.11.0) (2021-10-28)
|
|
888
653
|
|
|
889
654
|
### Bug Fixes
|
|
890
655
|
|
|
891
|
-
- add missing row container for consistent margins
|
|
892
|
-
|
|
893
|
-
-
|
|
894
|
-
([d80d180](https://github.com/ho-nl/m2-pwa/commit/d80d18043a86551feaf5ce49a30752c93ee27924))
|
|
895
|
-
- base icon size on responsiveVal
|
|
896
|
-
([3bbd2a7](https://github.com/ho-nl/m2-pwa/commit/3bbd2a7be4853b284f90603056ae8990e5d62040))
|
|
656
|
+
- add missing row container for consistent margins ([10869b8](https://github.com/ho-nl/m2-pwa/commit/10869b8a7ab9579306b268b22a0af47c1a2e2e25))
|
|
657
|
+
- alt person icon ([d80d180](https://github.com/ho-nl/m2-pwa/commit/d80d18043a86551feaf5ce49a30752c93ee27924))
|
|
658
|
+
- base icon size on responsiveVal ([3bbd2a7](https://github.com/ho-nl/m2-pwa/commit/3bbd2a7be4853b284f90603056ae8990e5d62040))
|
|
897
659
|
- build ([25582a4](https://github.com/ho-nl/m2-pwa/commit/25582a496039c704e75bb969d4fa06c13ee6267d))
|
|
898
|
-
- build missing import
|
|
899
|
-
|
|
900
|
-
-
|
|
901
|
-
|
|
902
|
-
-
|
|
903
|
-
|
|
904
|
-
-
|
|
905
|
-
|
|
906
|
-
-
|
|
907
|
-
|
|
908
|
-
-
|
|
909
|
-
|
|
910
|
-
-
|
|
911
|
-
|
|
912
|
-
-
|
|
913
|
-
|
|
914
|
-
-
|
|
915
|
-
|
|
916
|
-
-
|
|
917
|
-
|
|
918
|
-
-
|
|
919
|
-
([19dc4c4](https://github.com/ho-nl/m2-pwa/commit/19dc4c4bde18bec74c8f3e13e3769b929f2e9d57))
|
|
920
|
-
- small sized chevron for service page links
|
|
921
|
-
([1748418](https://github.com/ho-nl/m2-pwa/commit/17484186ae20e8002f38f1dcb820f942023f5bbc))
|
|
922
|
-
- smaller icons for search and menu
|
|
923
|
-
([f8e8949](https://github.com/ho-nl/m2-pwa/commit/f8e89494f358f9d2868c75901abaca2bffe38bdc))
|
|
924
|
-
- strokeWidth for xxl icons
|
|
925
|
-
([da131e2](https://github.com/ho-nl/m2-pwa/commit/da131e20beb5bdf94c99de6237d7563b187f20da))
|
|
926
|
-
- SvgImage to SvgImageSimple
|
|
927
|
-
([0004269](https://github.com/ho-nl/m2-pwa/commit/00042694f89e4a5fc17a4b74a16185cada14b80a))
|
|
928
|
-
- SvgImage to SvgImageSimple
|
|
929
|
-
([9722167](https://github.com/ho-nl/m2-pwa/commit/9722167cd3c6032b4251ef4a4921d727eb92167e))
|
|
930
|
-
- SvgImage to SvgImageSimple
|
|
931
|
-
([793fac7](https://github.com/ho-nl/m2-pwa/commit/793fac769f045d283817fe47fbed77d38d282f3c))
|
|
932
|
-
- tuning sizeLarge, adjust muted and inverted styles
|
|
933
|
-
([49d69ee](https://github.com/ho-nl/m2-pwa/commit/49d69ee8d9a04a87fbd9979594c5a3b445f7dd58))
|
|
934
|
-
- update SvgImage to SvgImageSimple
|
|
935
|
-
([f116543](https://github.com/ho-nl/m2-pwa/commit/f116543730853fa9782abff0ccacee7032e85789))
|
|
936
|
-
- use font from theme for menu
|
|
937
|
-
([74522ae](https://github.com/ho-nl/m2-pwa/commit/74522ae9bababbf204d925ae96997dc45f611bfc))
|
|
938
|
-
- usp fontsize
|
|
939
|
-
([1164907](https://github.com/ho-nl/m2-pwa/commit/1164907be4fa7ed3a517f66b2af67a54df55a38f))
|
|
660
|
+
- build missing import ([5850f25](https://github.com/ho-nl/m2-pwa/commit/5850f2561a2d9d72d4ebe0da5c964b6571a72b03))
|
|
661
|
+
- build, remove unused imports ([af6d72c](https://github.com/ho-nl/m2-pwa/commit/af6d72c6e70f670effb4d9e0c1fd883bf771f99d))
|
|
662
|
+
- consistent margin product page ([1c65ff6](https://github.com/ho-nl/m2-pwa/commit/1c65ff6b19ebb3fed70abf8326f4e593d77c70da))
|
|
663
|
+
- force object-fit image ([df049f7](https://github.com/ho-nl/m2-pwa/commit/df049f727a26aa049c6c9d3aa338223ce442bffd))
|
|
664
|
+
- icon size ([6063855](https://github.com/ho-nl/m2-pwa/commit/6063855d9c7360f0ea69ffdb22292de6c93e5f27))
|
|
665
|
+
- loading state icon muted ([f7c3a6b](https://github.com/ho-nl/m2-pwa/commit/f7c3a6be199f2d05d1ad918043bf199544824ff6))
|
|
666
|
+
- make pill buttons always completely rounded ([9d8e211](https://github.com/ho-nl/m2-pwa/commit/9d8e211303ac6cd371a834bf73fb10a6345ca13a))
|
|
667
|
+
- pagination size ([7d16290](https://github.com/ho-nl/m2-pwa/commit/7d16290d8180a2eb06755859cb9dcdbd44e7d59b))
|
|
668
|
+
- remove double icons ([1654e34](https://github.com/ho-nl/m2-pwa/commit/1654e3441911f3c7c1600357f8f8e3032f5ee729))
|
|
669
|
+
- remove laggy animation ([3ca0922](https://github.com/ho-nl/m2-pwa/commit/3ca09221ecd6e533063c42ec9fbe11f9484099bc))
|
|
670
|
+
- remove unused breakpoint ([19dc4c4](https://github.com/ho-nl/m2-pwa/commit/19dc4c4bde18bec74c8f3e13e3769b929f2e9d57))
|
|
671
|
+
- small sized chevron for service page links ([1748418](https://github.com/ho-nl/m2-pwa/commit/17484186ae20e8002f38f1dcb820f942023f5bbc))
|
|
672
|
+
- smaller icons for search and menu ([f8e8949](https://github.com/ho-nl/m2-pwa/commit/f8e89494f358f9d2868c75901abaca2bffe38bdc))
|
|
673
|
+
- strokeWidth for xxl icons ([da131e2](https://github.com/ho-nl/m2-pwa/commit/da131e20beb5bdf94c99de6237d7563b187f20da))
|
|
674
|
+
- SvgImage to SvgImageSimple ([0004269](https://github.com/ho-nl/m2-pwa/commit/00042694f89e4a5fc17a4b74a16185cada14b80a))
|
|
675
|
+
- SvgImage to SvgImageSimple ([9722167](https://github.com/ho-nl/m2-pwa/commit/9722167cd3c6032b4251ef4a4921d727eb92167e))
|
|
676
|
+
- SvgImage to SvgImageSimple ([793fac7](https://github.com/ho-nl/m2-pwa/commit/793fac769f045d283817fe47fbed77d38d282f3c))
|
|
677
|
+
- tuning sizeLarge, adjust muted and inverted styles ([49d69ee](https://github.com/ho-nl/m2-pwa/commit/49d69ee8d9a04a87fbd9979594c5a3b445f7dd58))
|
|
678
|
+
- update SvgImage to SvgImageSimple ([f116543](https://github.com/ho-nl/m2-pwa/commit/f116543730853fa9782abff0ccacee7032e85789))
|
|
679
|
+
- use font from theme for menu ([74522ae](https://github.com/ho-nl/m2-pwa/commit/74522ae9bababbf204d925ae96997dc45f611bfc))
|
|
680
|
+
- usp fontsize ([1164907](https://github.com/ho-nl/m2-pwa/commit/1164907be4fa7ed3a517f66b2af67a54df55a38f))
|
|
940
681
|
|
|
941
682
|
### Features
|
|
942
683
|
|
|
943
|
-
- add default iconset
|
|
944
|
-
|
|
945
|
-
-
|
|
946
|
-
|
|
947
|
-
-
|
|
948
|
-
|
|
949
|
-
-
|
|
950
|
-
|
|
951
|
-
-
|
|
952
|
-
([0b3e973](https://github.com/ho-nl/m2-pwa/commit/0b3e9734aa01fcc0801fa12281edd224d9600464))
|
|
953
|
-
- rebuild to support svg imports
|
|
954
|
-
([59fbda3](https://github.com/ho-nl/m2-pwa/commit/59fbda300ce88c51a5d1c6a7ea457cb3b323b24d))
|
|
955
|
-
- replace icons with icon pack
|
|
956
|
-
([60951d5](https://github.com/ho-nl/m2-pwa/commit/60951d57684637da8c4aed94f28e69f18129bbd0))
|
|
957
|
-
- set correct font sizes
|
|
958
|
-
([9317448](https://github.com/ho-nl/m2-pwa/commit/9317448c94a9fb4408dfbcaa320adccc363964d0))
|
|
959
|
-
- UspList styling and svg support
|
|
960
|
-
([70f472b](https://github.com/ho-nl/m2-pwa/commit/70f472bb143aae86879e69dc911bbbdf229b39b9))
|
|
684
|
+
- add default iconset ([eb78d4c](https://github.com/ho-nl/m2-pwa/commit/eb78d4c081937bc56ce1c593a6632a4ff32e611e))
|
|
685
|
+
- dynamic icons, update SvgImage uses to SvgImageSimple ([3d3cc0e](https://github.com/ho-nl/m2-pwa/commit/3d3cc0e0336fcde1cce6ba19705f82c1edf9bfc6))
|
|
686
|
+
- icon references ([b477029](https://github.com/ho-nl/m2-pwa/commit/b47702955cf47b19fb0861c0d40751ac43e8eeab))
|
|
687
|
+
- mobile menu styling ([3cc3085](https://github.com/ho-nl/m2-pwa/commit/3cc308585d4ded68d2ac8ebf97f96288424ee914))
|
|
688
|
+
- more spacious row margins for mobile ([0b3e973](https://github.com/ho-nl/m2-pwa/commit/0b3e9734aa01fcc0801fa12281edd224d9600464))
|
|
689
|
+
- rebuild to support svg imports ([59fbda3](https://github.com/ho-nl/m2-pwa/commit/59fbda300ce88c51a5d1c6a7ea457cb3b323b24d))
|
|
690
|
+
- replace icons with icon pack ([60951d5](https://github.com/ho-nl/m2-pwa/commit/60951d57684637da8c4aed94f28e69f18129bbd0))
|
|
691
|
+
- set correct font sizes ([9317448](https://github.com/ho-nl/m2-pwa/commit/9317448c94a9fb4408dfbcaa320adccc363964d0))
|
|
692
|
+
- UspList styling and svg support ([70f472b](https://github.com/ho-nl/m2-pwa/commit/70f472bb143aae86879e69dc911bbbdf229b39b9))
|
|
961
693
|
|
|
962
694
|
# [3.10.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.9.0...@graphcommerce/next-ui@3.10.0) (2021-10-27)
|
|
963
695
|
|
|
964
696
|
### Features
|
|
965
697
|
|
|
966
|
-
- **nextjs:** upgraded to nextjs 12
|
|
967
|
-
([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
|
|
698
|
+
- **nextjs:** upgraded to nextjs 12 ([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
|
|
968
699
|
|
|
969
700
|
# [3.9.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.8.1...@graphcommerce/next-ui@3.9.0) (2021-10-25)
|
|
970
701
|
|
|
971
702
|
### Features
|
|
972
703
|
|
|
973
|
-
- prepare for yarn 3 usage (not actually migrated because vercel doesn't support yarn 3)
|
|
974
|
-
([41734be](https://github.com/ho-nl/m2-pwa/commit/41734beaa016bf4c3487b3fbd5a402d8024e173f))
|
|
704
|
+
- prepare for yarn 3 usage (not actually migrated because vercel doesn't support yarn 3) ([41734be](https://github.com/ho-nl/m2-pwa/commit/41734beaa016bf4c3487b3fbd5a402d8024e173f))
|
|
975
705
|
|
|
976
706
|
# [3.8.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.7.1...@graphcommerce/next-ui@3.8.0) (2021-10-21)
|
|
977
707
|
|
|
978
708
|
### Features
|
|
979
709
|
|
|
980
|
-
- **graphql-mesh:** remove the api project and use a single project 🎉👩👩👦👦
|
|
981
|
-
([ea4ad03](https://github.com/ho-nl/m2-pwa/commit/ea4ad0397d4ff289ef3b3253593fb0914c8c5246))
|
|
710
|
+
- **graphql-mesh:** remove the api project and use a single project 🎉👩👩👦👦 ([ea4ad03](https://github.com/ho-nl/m2-pwa/commit/ea4ad0397d4ff289ef3b3253593fb0914c8c5246))
|
|
982
711
|
|
|
983
712
|
# [3.7.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.6.0...@graphcommerce/next-ui@3.7.0) (2021-10-19)
|
|
984
713
|
|
|
985
714
|
### Bug Fixes
|
|
986
715
|
|
|
987
|
-
- solve import issue where @material-ui/styles couldn't be found
|
|
988
|
-
([efb3771](https://github.com/ho-nl/m2-pwa/commit/efb3771e8c173799779691d4d52857678dab4c15))
|
|
716
|
+
- solve import issue where @material-ui/styles couldn't be found ([efb3771](https://github.com/ho-nl/m2-pwa/commit/efb3771e8c173799779691d4d52857678dab4c15))
|
|
989
717
|
|
|
990
718
|
### Features
|
|
991
719
|
|
|
992
|
-
- **framer-scroller:** better defaults so the Scroller doesn't look broken when providing no props
|
|
993
|
-
([b177ce9](https://github.com/ho-nl/m2-pwa/commit/b177ce9570abb9ccfd4eb5cc34e43d157bb4e81a))
|
|
720
|
+
- **framer-scroller:** better defaults so the Scroller doesn't look broken when providing no props ([b177ce9](https://github.com/ho-nl/m2-pwa/commit/b177ce9570abb9ccfd4eb5cc34e43d157bb4e81a))
|
|
994
721
|
|
|
995
722
|
# [3.6.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.5.0...@graphcommerce/next-ui@3.6.0) (2021-10-18)
|
|
996
723
|
|
|
997
724
|
### Features
|
|
998
725
|
|
|
999
|
-
- **message-snackbar:** severity props
|
|
1000
|
-
([c7be8a5](https://github.com/ho-nl/m2-pwa/commit/c7be8a51faf7a5937b7fab5bb352df2089ae4eea))
|
|
726
|
+
- **message-snackbar:** severity props ([c7be8a5](https://github.com/ho-nl/m2-pwa/commit/c7be8a51faf7a5937b7fab5bb352df2089ae4eea))
|
|
1001
727
|
|
|
1002
728
|
# [3.5.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.4.0...@graphcommerce/next-ui@3.5.0) (2021-10-18)
|
|
1003
729
|
|
|
1004
730
|
### Features
|
|
1005
731
|
|
|
1006
|
-
- **graphcms:** combined multiple models to bypass model creation limit
|
|
1007
|
-
([fd6dc14](https://github.com/ho-nl/m2-pwa/commit/fd6dc140cb60c5733dab2e0a43b5df2059e0c739))
|
|
732
|
+
- **graphcms:** combined multiple models to bypass model creation limit ([fd6dc14](https://github.com/ho-nl/m2-pwa/commit/fd6dc140cb60c5733dab2e0a43b5df2059e0c739))
|
|
1008
733
|
|
|
1009
734
|
# [3.4.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.3.3...@graphcommerce/next-ui@3.4.0) (2021-10-15)
|
|
1010
735
|
|
|
1011
736
|
### Features
|
|
1012
737
|
|
|
1013
|
-
- **DesktopNavBar:** allow custom scroller button icons
|
|
1014
|
-
([401f457](https://github.com/ho-nl/m2-pwa/commit/401f4572ce67dbe52008dca8e1d4473e2fcbf5cf))
|
|
738
|
+
- **DesktopNavBar:** allow custom scroller button icons ([401f457](https://github.com/ho-nl/m2-pwa/commit/401f4572ce67dbe52008dca8e1d4473e2fcbf5cf))
|
|
1015
739
|
|
|
1016
740
|
## [3.3.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.3.2...@graphcommerce/next-ui@3.3.3) (2021-10-13)
|
|
1017
741
|
|
|
1018
742
|
### Bug Fixes
|
|
1019
743
|
|
|
1020
|
-
- regression in header
|
|
1021
|
-
([4738fb7](https://github.com/ho-nl/m2-pwa/commit/4738fb7e13fb3be187f58b474219497783525d72))
|
|
744
|
+
- regression in header ([4738fb7](https://github.com/ho-nl/m2-pwa/commit/4738fb7e13fb3be187f58b474219497783525d72))
|
|
1022
745
|
|
|
1023
746
|
# [3.3.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.2.3...@graphcommerce/next-ui@3.3.0) (2021-10-13)
|
|
1024
747
|
|
|
1025
748
|
### Features
|
|
1026
749
|
|
|
1027
|
-
- allow styling DesktopNavBar
|
|
1028
|
-
|
|
1029
|
-
-
|
|
1030
|
-
([5710de8](https://github.com/ho-nl/m2-pwa/commit/5710de8936f59c7d0fcc648978183f0e7fdd26b7))
|
|
1031
|
-
- make DesktopNavBar Link variant customizable
|
|
1032
|
-
([d47172f](https://github.com/ho-nl/m2-pwa/commit/d47172f3ebe0cc0b769e0d17c171ae4bb2045bbb))
|
|
750
|
+
- allow styling DesktopNavBar ([12f99a6](https://github.com/ho-nl/m2-pwa/commit/12f99a603d9e9f89e28ec2452823b58abee59c4c))
|
|
751
|
+
- implement extensibility for DesktopNavBar, SearchButton ([5710de8](https://github.com/ho-nl/m2-pwa/commit/5710de8936f59c7d0fcc648978183f0e7fdd26b7))
|
|
752
|
+
- make DesktopNavBar Link variant customizable ([d47172f](https://github.com/ho-nl/m2-pwa/commit/d47172f3ebe0cc0b769e0d17c171ae4bb2045bbb))
|
|
1033
753
|
|
|
1034
754
|
## [3.2.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.2.2...@graphcommerce/next-ui@3.2.3) (2021-10-11)
|
|
1035
755
|
|
|
1036
756
|
### Bug Fixes
|
|
1037
757
|
|
|
1038
|
-
- **desktop-nav-bar:** prev/next button alignment in menu
|
|
1039
|
-
|
|
1040
|
-
- **section-heeader-filter-items:** remove large paddings
|
|
1041
|
-
([18f4d77](https://github.com/ho-nl/m2-pwa/commit/18f4d77e4eb1b029bf2e5656b753e2f18fde90ab))
|
|
758
|
+
- **desktop-nav-bar:** prev/next button alignment in menu ([c7fabf0](https://github.com/ho-nl/m2-pwa/commit/c7fabf0474100aaf40a7526858fa2b01566b3250))
|
|
759
|
+
- **section-heeader-filter-items:** remove large paddings ([18f4d77](https://github.com/ho-nl/m2-pwa/commit/18f4d77e4eb1b029bf2e5656b753e2f18fde90ab))
|
|
1042
760
|
|
|
1043
761
|
## [3.2.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.2.1...@graphcommerce/next-ui@3.2.2) (2021-10-11)
|
|
1044
762
|
|
|
1045
763
|
### Bug Fixes
|
|
1046
764
|
|
|
1047
|
-
- **menu-fab:** animation duration
|
|
1048
|
-
([5b9ece2](https://github.com/ho-nl/m2-pwa/commit/5b9ece293fb7e12663386f9f9cbc99bc4e22aaa9))
|
|
765
|
+
- **menu-fab:** animation duration ([5b9ece2](https://github.com/ho-nl/m2-pwa/commit/5b9ece293fb7e12663386f9f9cbc99bc4e22aaa9))
|
|
1049
766
|
|
|
1050
767
|
## [3.2.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.2.0...@graphcommerce/next-ui@3.2.1) (2021-10-11)
|
|
1051
768
|
|
|
1052
769
|
### Bug Fixes
|
|
1053
770
|
|
|
1054
|
-
- **framer-scroller:** dots should have a background
|
|
1055
|
-
([8f2e1a1](https://github.com/ho-nl/m2-pwa/commit/8f2e1a1ffc9de3369938fe2f9e9f25f592739d8d))
|
|
771
|
+
- **framer-scroller:** dots should have a background ([8f2e1a1](https://github.com/ho-nl/m2-pwa/commit/8f2e1a1ffc9de3369938fe2f9e9f25f592739d8d))
|
|
1056
772
|
|
|
1057
773
|
# [3.2.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.1.7...@graphcommerce/next-ui@3.2.0) (2021-10-09)
|
|
1058
774
|
|
|
1059
775
|
### Bug Fixes
|
|
1060
776
|
|
|
1061
|
-
- **framer-scroller:** pan snap does not work on mobile
|
|
1062
|
-
|
|
1063
|
-
-
|
|
1064
|
-
|
|
1065
|
-
-
|
|
1066
|
-
|
|
1067
|
-
-
|
|
1068
|
-
|
|
1069
|
-
-
|
|
1070
|
-
([acd408e](https://github.com/ho-nl/m2-pwa/commit/acd408e400f8285e2b3a9105b4694d5fd839dd99))
|
|
1071
|
-
- **sidebar-gallery:** push gallery to history one time
|
|
1072
|
-
([2c45b64](https://github.com/ho-nl/m2-pwa/commit/2c45b64e171577f7b584662d56416eeae4a22554))
|
|
1073
|
-
- **sidebar-gallery:** route handling
|
|
1074
|
-
([1c3b8b1](https://github.com/ho-nl/m2-pwa/commit/1c3b8b1687b0bf637da6c88d2d9b30a734b98d11))
|
|
1075
|
-
- **sidebar-gallery:** use fullscreen and fullscreen exit icons
|
|
1076
|
-
([1328d22](https://github.com/ho-nl/m2-pwa/commit/1328d220030f766be2d4046abd87d45175e4fe38))
|
|
1077
|
-
- use better URL handling and remove drag temporarily
|
|
1078
|
-
([0b99387](https://github.com/ho-nl/m2-pwa/commit/0b993876280270320eef5301130c5cc3eb339ea9))
|
|
777
|
+
- **framer-scroller:** pan snap does not work on mobile ([660f242](https://github.com/ho-nl/m2-pwa/commit/660f242a38558669fa896a74e14cafdd85069d57))
|
|
778
|
+
- **framer-slider:** route changes ([4cadbea](https://github.com/ho-nl/m2-pwa/commit/4cadbea3e494326377e74e2fa9370ab80f8d8c35))
|
|
779
|
+
- make sure the gallery never gets higher than 100% ([1eae8c7](https://github.com/ho-nl/m2-pwa/commit/1eae8c7cfb2a9e67f03f1e4e4db5c95213d2dbe0))
|
|
780
|
+
- poistioning on mobile ([bec497f](https://github.com/ho-nl/m2-pwa/commit/bec497fca426346b80b453a3871b9c66521a2161))
|
|
781
|
+
- **sidebar-gallery:** differentiate drag from click ([acd408e](https://github.com/ho-nl/m2-pwa/commit/acd408e400f8285e2b3a9105b4694d5fd839dd99))
|
|
782
|
+
- **sidebar-gallery:** push gallery to history one time ([2c45b64](https://github.com/ho-nl/m2-pwa/commit/2c45b64e171577f7b584662d56416eeae4a22554))
|
|
783
|
+
- **sidebar-gallery:** route handling ([1c3b8b1](https://github.com/ho-nl/m2-pwa/commit/1c3b8b1687b0bf637da6c88d2d9b30a734b98d11))
|
|
784
|
+
- **sidebar-gallery:** use fullscreen and fullscreen exit icons ([1328d22](https://github.com/ho-nl/m2-pwa/commit/1328d220030f766be2d4046abd87d45175e4fe38))
|
|
785
|
+
- use better URL handling and remove drag temporarily ([0b99387](https://github.com/ho-nl/m2-pwa/commit/0b993876280270320eef5301130c5cc3eb339ea9))
|
|
1079
786
|
|
|
1080
787
|
### Features
|
|
1081
788
|
|
|
1082
|
-
- **sidebar-gallery:** toggle with browser back buttons
|
|
1083
|
-
([a2f804b](https://github.com/ho-nl/m2-pwa/commit/a2f804b0cedb98df8f6a7b197aeeeeda43c6b1ba))
|
|
789
|
+
- **sidebar-gallery:** toggle with browser back buttons ([a2f804b](https://github.com/ho-nl/m2-pwa/commit/a2f804b0cedb98df8f6a7b197aeeeeda43c6b1ba))
|
|
1084
790
|
|
|
1085
791
|
## [3.1.7](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.1.6...@graphcommerce/next-ui@3.1.7) (2021-10-08)
|
|
1086
792
|
|
|
1087
793
|
### Bug Fixes
|
|
1088
794
|
|
|
1089
|
-
- SvgImageSimple should pass the layout prop
|
|
1090
|
-
([a0b5c81](https://github.com/ho-nl/m2-pwa/commit/a0b5c818f93ba24a34c6ce8aa21f8af50bd05dd2))
|
|
795
|
+
- SvgImageSimple should pass the layout prop ([a0b5c81](https://github.com/ho-nl/m2-pwa/commit/a0b5c818f93ba24a34c6ce8aa21f8af50bd05dd2))
|
|
1091
796
|
|
|
1092
797
|
## [3.1.6](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.1.5...@graphcommerce/next-ui@3.1.6) (2021-10-07)
|
|
1093
798
|
|
|
1094
799
|
### Bug Fixes
|
|
1095
800
|
|
|
1096
|
-
- Form component added classes attribute
|
|
1097
|
-
([269fd46](https://github.com/ho-nl/m2-pwa/commit/269fd4629cedcaab74043604ac21a4557b4e514f))
|
|
801
|
+
- Form component added classes attribute ([269fd46](https://github.com/ho-nl/m2-pwa/commit/269fd4629cedcaab74043604ac21a4557b4e514f))
|
|
1098
802
|
|
|
1099
803
|
## [3.1.4](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.1.3...@graphcommerce/next-ui@3.1.4) (2021-10-06)
|
|
1100
804
|
|
|
1101
805
|
### Bug Fixes
|
|
1102
806
|
|
|
1103
|
-
- cart fab alignment
|
|
1104
|
-
|
|
1105
|
-
- **cart-fab:**
|
|
1106
|
-
([4eb316d](https://github.com/ho-nl/m2-pwa/commit/4eb316dd0f2ab7ee2806a3acdb306af1eb72854b))
|
|
1107
|
-
- **cart-fab:** positioning
|
|
1108
|
-
([7bb31b4](https://github.com/ho-nl/m2-pwa/commit/7bb31b4bf6e663d14220aedaddf420b24d427b3a))
|
|
807
|
+
- cart fab alignment ([209ad30](https://github.com/ho-nl/m2-pwa/commit/209ad3027eff32e174c1774d21e9f33a3051a819))
|
|
808
|
+
- **cart-fab:** box shadow in safari ([4eb316d](https://github.com/ho-nl/m2-pwa/commit/4eb316dd0f2ab7ee2806a3acdb306af1eb72854b))
|
|
809
|
+
- **cart-fab:** positioning ([7bb31b4](https://github.com/ho-nl/m2-pwa/commit/7bb31b4bf6e663d14220aedaddf420b24d427b3a))
|
|
1109
810
|
|
|
1110
811
|
## [3.1.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.1.2...@graphcommerce/next-ui@3.1.3) (2021-10-04)
|
|
1111
812
|
|
|
1112
813
|
### Bug Fixes
|
|
1113
814
|
|
|
1114
|
-
- **blog:** use app shell title
|
|
1115
|
-
([987bb15](https://github.com/ho-nl/m2-pwa/commit/987bb157c4064141b1c2978935e66cf47ae24ff0))
|
|
815
|
+
- **blog:** use app shell title ([987bb15](https://github.com/ho-nl/m2-pwa/commit/987bb157c4064141b1c2978935e66cf47ae24ff0))
|
|
1116
816
|
|
|
1117
817
|
## [3.1.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.1.1...@graphcommerce/next-ui@3.1.2) (2021-10-04)
|
|
1118
818
|
|
|
1119
819
|
### Bug Fixes
|
|
1120
820
|
|
|
1121
|
-
- **hero-banner:** too large top spacing
|
|
1122
|
-
|
|
1123
|
-
- **sheet-shell:** mobile border bottom gap
|
|
1124
|
-
([70104d8](https://github.com/ho-nl/m2-pwa/commit/70104d88994c2324f415eec1efeeba21de7872b9))
|
|
821
|
+
- **hero-banner:** too large top spacing ([0ad8499](https://github.com/ho-nl/m2-pwa/commit/0ad8499a1702caf8e121f38e1ccb70fba4f418db))
|
|
822
|
+
- **sheet-shell:** mobile border bottom gap ([70104d8](https://github.com/ho-nl/m2-pwa/commit/70104d88994c2324f415eec1efeeba21de7872b9))
|
|
1125
823
|
|
|
1126
824
|
## [3.1.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.1.0...@graphcommerce/next-ui@3.1.1) (2021-10-04)
|
|
1127
825
|
|
|
1128
826
|
### Bug Fixes
|
|
1129
827
|
|
|
1130
|
-
- cart icon alignment
|
|
1131
|
-
|
|
1132
|
-
- **icon-block:** render href
|
|
1133
|
-
([738fd82](https://github.com/ho-nl/m2-pwa/commit/738fd82629dd3be92fe0cdd63ed8eeaa5d4886f6))
|
|
828
|
+
- cart icon alignment ([8b75b40](https://github.com/ho-nl/m2-pwa/commit/8b75b40bcdecf6d43579ee824677bf1a03763157))
|
|
829
|
+
- **icon-block:** render href ([738fd82](https://github.com/ho-nl/m2-pwa/commit/738fd82629dd3be92fe0cdd63ed8eeaa5d4886f6))
|
|
1134
830
|
|
|
1135
831
|
# [3.1.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.0.6...@graphcommerce/next-ui@3.1.0) (2021-10-01)
|
|
1136
832
|
|
|
1137
833
|
### Features
|
|
1138
834
|
|
|
1139
|
-
- **sidebar-gallery:** close using esc key
|
|
1140
|
-
([fd46fe1](https://github.com/ho-nl/m2-pwa/commit/fd46fe1029f436c1e0e04cbcc3b66deca4d1b0b6))
|
|
835
|
+
- **sidebar-gallery:** close using esc key ([fd46fe1](https://github.com/ho-nl/m2-pwa/commit/fd46fe1029f436c1e0e04cbcc3b66deca4d1b0b6))
|
|
1141
836
|
|
|
1142
837
|
## [3.0.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@3.0.0...@graphcommerce/next-ui@3.0.1) (2021-09-27)
|
|
1143
838
|
|
|
@@ -1145,651 +840,337 @@ All notable changes to this project will be documented in this file. See
|
|
|
1145
840
|
|
|
1146
841
|
# Change Log
|
|
1147
842
|
|
|
1148
|
-
All notable changes to this project will be documented in this file. See
|
|
1149
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
843
|
+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1150
844
|
|
|
1151
845
|
# 3.0.0 (2021-09-27)
|
|
1152
846
|
|
|
1153
847
|
### Bug Fixes
|
|
1154
848
|
|
|
1155
|
-
- account flow (wip)
|
|
1156
|
-
|
|
1157
|
-
-
|
|
1158
|
-
|
|
1159
|
-
-
|
|
1160
|
-
|
|
1161
|
-
- add
|
|
1162
|
-
|
|
1163
|
-
-
|
|
1164
|
-
|
|
1165
|
-
-
|
|
1166
|
-
|
|
1167
|
-
-
|
|
1168
|
-
|
|
1169
|
-
-
|
|
1170
|
-
|
|
1171
|
-
-
|
|
1172
|
-
|
|
1173
|
-
- app
|
|
1174
|
-
|
|
1175
|
-
- app shell
|
|
1176
|
-
|
|
1177
|
-
-
|
|
1178
|
-
|
|
1179
|
-
-
|
|
1180
|
-
|
|
1181
|
-
-
|
|
1182
|
-
|
|
1183
|
-
-
|
|
1184
|
-
|
|
1185
|
-
-
|
|
1186
|
-
|
|
1187
|
-
-
|
|
1188
|
-
|
|
1189
|
-
-
|
|
1190
|
-
|
|
1191
|
-
-
|
|
1192
|
-
|
|
1193
|
-
-
|
|
1194
|
-
|
|
1195
|
-
-
|
|
1196
|
-
|
|
1197
|
-
-
|
|
1198
|
-
|
|
1199
|
-
-
|
|
1200
|
-
|
|
1201
|
-
-
|
|
1202
|
-
|
|
1203
|
-
-
|
|
1204
|
-
|
|
1205
|
-
-
|
|
1206
|
-
|
|
1207
|
-
-
|
|
1208
|
-
|
|
1209
|
-
-
|
|
1210
|
-
|
|
1211
|
-
-
|
|
1212
|
-
|
|
1213
|
-
-
|
|
1214
|
-
|
|
1215
|
-
-
|
|
1216
|
-
|
|
1217
|
-
-
|
|
1218
|
-
|
|
1219
|
-
-
|
|
1220
|
-
|
|
1221
|
-
-
|
|
1222
|
-
|
|
1223
|
-
-
|
|
1224
|
-
|
|
1225
|
-
-
|
|
1226
|
-
|
|
1227
|
-
-
|
|
1228
|
-
|
|
1229
|
-
-
|
|
1230
|
-
|
|
1231
|
-
-
|
|
1232
|
-
|
|
1233
|
-
-
|
|
1234
|
-
|
|
1235
|
-
-
|
|
1236
|
-
|
|
1237
|
-
-
|
|
1238
|
-
|
|
1239
|
-
-
|
|
1240
|
-
|
|
1241
|
-
-
|
|
1242
|
-
|
|
1243
|
-
-
|
|
1244
|
-
|
|
1245
|
-
-
|
|
1246
|
-
|
|
1247
|
-
-
|
|
1248
|
-
|
|
1249
|
-
-
|
|
1250
|
-
|
|
1251
|
-
-
|
|
1252
|
-
|
|
1253
|
-
-
|
|
1254
|
-
|
|
1255
|
-
-
|
|
1256
|
-
|
|
1257
|
-
-
|
|
1258
|
-
|
|
1259
|
-
-
|
|
1260
|
-
|
|
1261
|
-
-
|
|
1262
|
-
|
|
1263
|
-
-
|
|
1264
|
-
|
|
1265
|
-
-
|
|
1266
|
-
|
|
1267
|
-
-
|
|
1268
|
-
|
|
1269
|
-
-
|
|
1270
|
-
|
|
1271
|
-
-
|
|
1272
|
-
|
|
1273
|
-
-
|
|
1274
|
-
|
|
1275
|
-
-
|
|
1276
|
-
|
|
1277
|
-
-
|
|
1278
|
-
|
|
1279
|
-
-
|
|
1280
|
-
|
|
1281
|
-
-
|
|
1282
|
-
|
|
1283
|
-
-
|
|
1284
|
-
|
|
1285
|
-
-
|
|
1286
|
-
|
|
1287
|
-
-
|
|
1288
|
-
|
|
1289
|
-
-
|
|
1290
|
-
|
|
1291
|
-
-
|
|
1292
|
-
|
|
1293
|
-
-
|
|
1294
|
-
|
|
1295
|
-
-
|
|
1296
|
-
|
|
1297
|
-
-
|
|
1298
|
-
|
|
1299
|
-
-
|
|
1300
|
-
|
|
1301
|
-
-
|
|
1302
|
-
|
|
1303
|
-
-
|
|
1304
|
-
|
|
1305
|
-
-
|
|
1306
|
-
|
|
1307
|
-
-
|
|
1308
|
-
|
|
1309
|
-
-
|
|
1310
|
-
|
|
1311
|
-
-
|
|
1312
|
-
|
|
1313
|
-
- **
|
|
1314
|
-
|
|
1315
|
-
-
|
|
1316
|
-
|
|
1317
|
-
-
|
|
1318
|
-
|
|
1319
|
-
- header
|
|
1320
|
-
|
|
1321
|
-
-
|
|
1322
|
-
|
|
1323
|
-
-
|
|
1324
|
-
|
|
1325
|
-
-
|
|
1326
|
-
|
|
1327
|
-
-
|
|
1328
|
-
|
|
1329
|
-
-
|
|
1330
|
-
|
|
1331
|
-
-
|
|
1332
|
-
|
|
1333
|
-
-
|
|
1334
|
-
|
|
1335
|
-
-
|
|
1336
|
-
|
|
1337
|
-
-
|
|
1338
|
-
|
|
1339
|
-
-
|
|
1340
|
-
|
|
1341
|
-
-
|
|
1342
|
-
|
|
1343
|
-
-
|
|
1344
|
-
|
|
1345
|
-
-
|
|
1346
|
-
|
|
1347
|
-
-
|
|
1348
|
-
|
|
1349
|
-
-
|
|
1350
|
-
images
|
|
1351
|
-
([fb2b4fc](https://github.com/ho-nl/m2-pwa/commit/fb2b4fcb5336ff880a9b32775847d7b6738ba1ea))
|
|
1352
|
-
- implement next-ui barrel imports
|
|
1353
|
-
([75bea70](https://github.com/ho-nl/m2-pwa/commit/75bea703dba898f18a2a1dfa3243ebd0a4e6f0e1))
|
|
1354
|
-
- index page video and image overlay fix
|
|
1355
|
-
([53c9d70](https://github.com/ho-nl/m2-pwa/commit/53c9d70bae1229c44f6a45730abe47482d0b9ac2))
|
|
1356
|
-
- input checkmarks
|
|
1357
|
-
([279c1c1](https://github.com/ho-nl/m2-pwa/commit/279c1c112ada46fdea102024298e8293d1a23293))
|
|
1358
|
-
- introduced SvgImageSimple and solve issue with review chips
|
|
1359
|
-
([931d7fd](https://github.com/ho-nl/m2-pwa/commit/931d7fdcf0faa9d2264899b72e564138215b6bd8))
|
|
1360
|
-
- janky animation for last block on homepage
|
|
1361
|
-
([a572986](https://github.com/ho-nl/m2-pwa/commit/a572986d87ee450badf96ef6608f75f30f71ed5b))
|
|
1362
|
-
- labelInnerContainer sectionHeader overwrite
|
|
1363
|
-
([293f97b](https://github.com/ho-nl/m2-pwa/commit/293f97bf86f43aa6b7807ef96eec0c1826b8438a))
|
|
1364
|
-
- layout of home
|
|
1365
|
-
([e2dcacf](https://github.com/ho-nl/m2-pwa/commit/e2dcacf6758a8149346e65e00ef1039cde536db4))
|
|
1366
|
-
- localized routes didn’t have the correct transition
|
|
1367
|
-
([ab11c92](https://github.com/ho-nl/m2-pwa/commit/ab11c92c694e1c7330ffd520f8181a3ee2f82287))
|
|
1368
|
-
- lower image quality for 3g
|
|
1369
|
-
([be1c7fe](https://github.com/ho-nl/m2-pwa/commit/be1c7fe75d8e2c8e40acad7865b70e45ce5ad5df))
|
|
1370
|
-
- make fonts more default
|
|
1371
|
-
([cba1d90](https://github.com/ho-nl/m2-pwa/commit/cba1d90578db33d3458c126bf4932312eed05271))
|
|
1372
|
-
- make sense of spacings for mobile navigation
|
|
1373
|
-
([bd42c97](https://github.com/ho-nl/m2-pwa/commit/bd42c973753cd3e09ae8599bfef677979bae21f6))
|
|
1374
|
-
- make sure sessionVar isn’t throwing a ts error
|
|
1375
|
-
([a7ae141](https://github.com/ho-nl/m2-pwa/commit/a7ae141f5908dfad0c1a75b47350e2b3a4e364a1))
|
|
1376
|
-
- make sure the apollo.config.js works as expected
|
|
1377
|
-
([3c417fa](https://github.com/ho-nl/m2-pwa/commit/3c417fae82bc5db25f482b4092b13db5609b7431))
|
|
1378
|
-
- make sure the component is still mounted for PictureResponsive
|
|
1379
|
-
([6bebcd3](https://github.com/ho-nl/m2-pwa/commit/6bebcd37ff05397c2da6a2be1babc3ae3c17051a))
|
|
1380
|
-
- make sure the ExpandableGallery is always on top
|
|
1381
|
-
([06de050](https://github.com/ho-nl/m2-pwa/commit/06de0501ec3880fa62c702f328b7ffe8cfccb761))
|
|
1382
|
-
- make sure the first resize also works properly
|
|
1383
|
-
([41105c3](https://github.com/ho-nl/m2-pwa/commit/41105c3d0eee92690526f256821384c7e21f46b3))
|
|
1384
|
-
- make sure the image is sized correctly
|
|
1385
|
-
([096f1bf](https://github.com/ho-nl/m2-pwa/commit/096f1bf354001d80d45b50010a114832adf9701a))
|
|
1386
|
-
- make sure the image scales correctly
|
|
1387
|
-
([595321b](https://github.com/ho-nl/m2-pwa/commit/595321b3c20f26ff94c59d42854e3a724b80c3eb))
|
|
1388
|
-
- make sure the ToggleButton doesn’t change it’s border width when disabled
|
|
1389
|
-
([bfd017f](https://github.com/ho-nl/m2-pwa/commit/bfd017f2d4212941c258565059a302596fec5bcf))
|
|
1390
|
-
- make sure useMutationFormPersist only save diffs
|
|
1391
|
-
([d50a796](https://github.com/ho-nl/m2-pwa/commit/d50a7960950923f6309eed2624442f158ece5870))
|
|
1392
|
-
- make sure we can drag any clickable element
|
|
1393
|
-
([25e3b72](https://github.com/ho-nl/m2-pwa/commit/25e3b72c4386a91f960f333f1a2f9d36fb80ed60))
|
|
1394
|
-
- make sure we disable the animating property on ExpandableGallery
|
|
1395
|
-
([197e6df](https://github.com/ho-nl/m2-pwa/commit/197e6df9762f26138ac2cab03e9741babd4cb93f))
|
|
1396
|
-
- make sure we preload the right image for moto 3g
|
|
1397
|
-
([55aa6c2](https://github.com/ho-nl/m2-pwa/commit/55aa6c2358db86199d83235a78af8bc295d83a6f))
|
|
1398
|
-
- make sure we remove the scrollbar only when the animation completes
|
|
1399
|
-
([aa629e0](https://github.com/ho-nl/m2-pwa/commit/aa629e06b7b13e4cd85332cd6dcfbe8ae973a7f5))
|
|
1400
|
-
- make sure we render the simplest possible image dependening on the src
|
|
1401
|
-
([84b322d](https://github.com/ho-nl/m2-pwa/commit/84b322dca776fa80d9e5780b0965006dc0ec4f84))
|
|
1402
|
-
- make the SingleItemSlider working
|
|
1403
|
-
([aa1e4b3](https://github.com/ho-nl/m2-pwa/commit/aa1e4b3b7cd35589b2c8c776c99526eefc6ce7e5))
|
|
1404
|
-
- **message-snackbar:** close on action click
|
|
1405
|
-
([146c232](https://github.com/ho-nl/m2-pwa/commit/146c232a3a0e78b2be68631b0461e7b4699b99e1))
|
|
1406
|
-
- minor fixes
|
|
1407
|
-
([9b7cb41](https://github.com/ho-nl/m2-pwa/commit/9b7cb410659a70042a86b00e89c1dd3b2fe0ff43))
|
|
1408
|
-
- missing alt tag
|
|
1409
|
-
([bcdee67](https://github.com/ho-nl/m2-pwa/commit/bcdee67b1b4d36530af54b13ba991edc27464b61))
|
|
1410
|
-
- my account mobile view
|
|
1411
|
-
([1fc48e0](https://github.com/ho-nl/m2-pwa/commit/1fc48e0ff7470f5904492619d96315db19dcc42b))
|
|
1412
|
-
- narrow quote on mobile
|
|
1413
|
-
([e06ccc2](https://github.com/ho-nl/m2-pwa/commit/e06ccc25048124431dcdb786f1719f688a5e429c))
|
|
1414
|
-
- **next-ui:** remove decoding=async from images, causes flash when upgrading image
|
|
1415
|
-
([7719072](https://github.com/ho-nl/m2-pwa/commit/7719072c020390b9b921657527efb1f838e95775))
|
|
1416
|
-
- **next-ui:** toggle button stylign
|
|
1417
|
-
([c806d35](https://github.com/ho-nl/m2-pwa/commit/c806d358aed030c54d568275ee497f8cb9b01359))
|
|
1418
|
-
- **next-ui:** ToggleButton throws because ‘selected’ can’t be passed to Button
|
|
1419
|
-
([dccedc6](https://github.com/ho-nl/m2-pwa/commit/dccedc68d43385d2f93ef972c65fb8169574b6e4))
|
|
1420
|
-
- no search results message
|
|
1421
|
-
([2ecd6e3](https://github.com/ho-nl/m2-pwa/commit/2ecd6e36481e546dc78acfb46dfff08dcfdd8e6a))
|
|
1422
|
-
- only cart should be fixed on scroll
|
|
1423
|
-
([9c8f536](https://github.com/ho-nl/m2-pwa/commit/9c8f5366c53798b377dcf397822b0945774b1dce))
|
|
1424
|
-
- page keeps reloading after each change in @graphcommerce/next-ui
|
|
1425
|
-
([45ff0f5](https://github.com/ho-nl/m2-pwa/commit/45ff0f51d87e2100faefad93d5d224a8761e6e75))
|
|
1426
|
-
- pagination markup
|
|
1427
|
-
([0ab7707](https://github.com/ho-nl/m2-pwa/commit/0ab7707aa4cbf49c5df1da3e806641a840ec2aff))
|
|
1428
|
-
- pagination showed wrong chevron
|
|
1429
|
-
([8b0d027](https://github.com/ho-nl/m2-pwa/commit/8b0d027cc2a59dfed6e144c9bcb28b1258e2aa08))
|
|
1430
|
-
- prevent variable imagesizes
|
|
1431
|
-
([c707bc7](https://github.com/ho-nl/m2-pwa/commit/c707bc7dcabb26982a7f9a621ff9fbb5515c05cf))
|
|
1432
|
-
- primary button height
|
|
1433
|
-
([741279e](https://github.com/ho-nl/m2-pwa/commit/741279e1c92845f067af5ad63adec04b05936fcc))
|
|
1434
|
-
- prop types
|
|
1435
|
-
([caccb1a](https://github.com/ho-nl/m2-pwa/commit/caccb1ab4c459642b64498dde22c372fd890f0c7))
|
|
1436
|
-
- pwa theme color
|
|
1437
|
-
([6f51e58](https://github.com/ho-nl/m2-pwa/commit/6f51e586519b1b1e58ee13ed7d3255a26e1e0734))
|
|
1438
|
-
- quantity value not shown in cart item
|
|
1439
|
-
([d6421aa](https://github.com/ho-nl/m2-pwa/commit/d6421aa5383e095a5c1615595b28b5341238d1ce))
|
|
1440
|
-
- quantity value not shown in cart items
|
|
1441
|
-
([013f58c](https://github.com/ho-nl/m2-pwa/commit/013f58cde1e5cc3f7131e5d87f51fdb37d51f784))
|
|
1442
|
-
- react-hook-form watch with react-fast-refresh
|
|
1443
|
-
([5d7dfc9](https://github.com/ho-nl/m2-pwa/commit/5d7dfc9ae394d2d2dca3c78d037337ce454edc00))
|
|
1444
|
-
- **react-hook-form:** handle ComposedForm network errors
|
|
1445
|
-
([e028ae0](https://github.com/ho-nl/m2-pwa/commit/e028ae06f49fea5d4e4dbdf58f803b365c902404))
|
|
1446
|
-
- really fix variable imagesizes
|
|
1447
|
-
([0312ab1](https://github.com/ho-nl/m2-pwa/commit/0312ab18bc2aa32a2ba21da44a064d03bf1b0f04))
|
|
1448
|
-
- ref couldn't be forwarded for ShippingAddressForm
|
|
1449
|
-
([1f90f1a](https://github.com/ho-nl/m2-pwa/commit/1f90f1a30437d656fcf841026ad13bb2b45d831b))
|
|
1450
|
-
- relative time format
|
|
1451
|
-
([64b9bc5](https://github.com/ho-nl/m2-pwa/commit/64b9bc54c7bc2792bb32560eec20ed138f04b147))
|
|
1452
|
-
- remove breaking/unused import
|
|
1453
|
-
([cafd73a](https://github.com/ho-nl/m2-pwa/commit/cafd73ab0e2170b7e7783a30c5e2a87c06de8f46))
|
|
1454
|
-
- remove canonical metatag when no canonical is given
|
|
1455
|
-
([167b7f0](https://github.com/ho-nl/m2-pwa/commit/167b7f080f98a10ff35cbd760b24b8198aac6518))
|
|
1456
|
-
- remove component specific Row
|
|
1457
|
-
([fcad430](https://github.com/ho-nl/m2-pwa/commit/fcad430ba01b215e77abb2c1ae01071a8ea1ec55))
|
|
1458
|
-
- remove component specific Rows
|
|
1459
|
-
([ed60655](https://github.com/ho-nl/m2-pwa/commit/ed60655ffca8e4578cf2627bf0a9428fd9a79337))
|
|
1460
|
-
- remove conflicting files
|
|
1461
|
-
([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
|
|
1462
|
-
- remove max width from containers
|
|
1463
|
-
([afff6f3](https://github.com/ho-nl/m2-pwa/commit/afff6f30c0544fff72b81cbcdd4e3acbb6a52b49))
|
|
1464
|
-
- remove run up and run down from textinputnumber
|
|
1465
|
-
([1a30341](https://github.com/ho-nl/m2-pwa/commit/1a30341fcb03b1d7c7963df91045cadd6f235e1b))
|
|
1466
|
-
- removed unnecessary pixelsize prop
|
|
1467
|
-
([4921fa0](https://github.com/ho-nl/m2-pwa/commit/4921fa09c20cd7ebb8fd82c66e687cd6f6c380e9))
|
|
1468
|
-
- rename NextButton to Button, change imports
|
|
1469
|
-
([976adb0](https://github.com/ho-nl/m2-pwa/commit/976adb0bf906310d1efce888dcc9be1e28ce0f1b))
|
|
1470
|
-
- replace captionOldOld with overline
|
|
1471
|
-
([c19bc8a](https://github.com/ho-nl/m2-pwa/commit/c19bc8aee829432a8c72d0d4bc9d266110af65ab))
|
|
1472
|
-
- **review:** make sure chip is rendered correctly
|
|
1473
|
-
([387df34](https://github.com/ho-nl/m2-pwa/commit/387df3456973290f9ce98d47823a7c71a6d95850))
|
|
1474
|
-
- ripple effect icon blocks
|
|
1475
|
-
([7b6a833](https://github.com/ho-nl/m2-pwa/commit/7b6a8332145e179cba6024f83166e8be494e81ed))
|
|
1476
|
-
- scrollbar layout shift when using layered nav
|
|
1477
|
-
([f51f285](https://github.com/ho-nl/m2-pwa/commit/f51f28572e1f0116ef46869bd3eb988585e0d5b9))
|
|
1478
|
-
- search page white background
|
|
1479
|
-
([8676bfa](https://github.com/ho-nl/m2-pwa/commit/8676bfa30273b4d5f41b708b2ac45474d2e31e65))
|
|
1480
|
-
- **search-page:** hide menu and cart fabs when opened virtual keyboard mobile
|
|
1481
|
-
([e728768](https://github.com/ho-nl/m2-pwa/commit/e7287680545f33079d0af47df1c6ea519b208978))
|
|
1482
|
-
- set the height of the sliderimage
|
|
1483
|
-
([9a118a0](https://github.com/ho-nl/m2-pwa/commit/9a118a08092592ed098deebb35e6d28fce071495))
|
|
1484
|
-
- **sheet-shell-header:** adjust mobile height
|
|
1485
|
-
([c4310ff](https://github.com/ho-nl/m2-pwa/commit/c4310fff4314aa0121906aa4694af32f77ff12c8))
|
|
1486
|
-
- SheetPrimaryAction doesn’t accept a ref
|
|
1487
|
-
([d4b4ae2](https://github.com/ho-nl/m2-pwa/commit/d4b4ae2721144ece22180dfe10bde0b0437f2454))
|
|
1488
|
-
- show prev/next buttons only when necessary
|
|
1489
|
-
([f97cbe3](https://github.com/ho-nl/m2-pwa/commit/f97cbe3a01cf2593d3a94596f13e977831b79b76))
|
|
1490
|
-
- sidebar gallery width
|
|
1491
|
-
([7185850](https://github.com/ho-nl/m2-pwa/commit/71858500d5b62e1d2130d236247fc06fd80649f9))
|
|
1492
|
-
- since all links are of next/link we need to add passHref for custom components
|
|
1493
|
-
([16fb931](https://github.com/ho-nl/m2-pwa/commit/16fb93100d367203ea79bb4f93357221253f2ecd))
|
|
1494
|
-
- small icon size was too large
|
|
1495
|
-
([61a4bc7](https://github.com/ho-nl/m2-pwa/commit/61a4bc72ad88a5df764d100a78ba26635c35e035))
|
|
1496
|
-
- solve page refresh issue
|
|
1497
|
-
([08086d9](https://github.com/ho-nl/m2-pwa/commit/08086d9dede3c3c78d8f7a674628e14b08667995))
|
|
1498
|
-
- spacing consistency between app shells
|
|
1499
|
-
([c57ad81](https://github.com/ho-nl/m2-pwa/commit/c57ad81a1784ca6737ccfa0d7d33c3a5d19d1654))
|
|
1500
|
-
- spacing on message snackbar
|
|
1501
|
-
([0899321](https://github.com/ho-nl/m2-pwa/commit/0899321a3ea74a2d4c714e2dbe17c785a07dfc11))
|
|
1502
|
-
- spacings
|
|
1503
|
-
([332954f](https://github.com/ho-nl/m2-pwa/commit/332954f92f62ff57391192242fb95e26c6de1aae))
|
|
1504
|
-
- spacings
|
|
1505
|
-
([9aab8fb](https://github.com/ho-nl/m2-pwa/commit/9aab8fbdec6afb9ff06f2c66ef00bf0050192b05))
|
|
1506
|
-
- star rating styling
|
|
1507
|
-
([0a484d9](https://github.com/ho-nl/m2-pwa/commit/0a484d99e91aa3dbb531344c8d01c11ce3f09244))
|
|
1508
|
-
- style for snackbar on smaller resolution
|
|
1509
|
-
([b53473f](https://github.com/ho-nl/m2-pwa/commit/b53473fc5e0aac5819d2c51882a260d108255af9))
|
|
1510
|
-
- SvgSimpleImage sizing didn't use rem
|
|
1511
|
-
([1ba07a5](https://github.com/ho-nl/m2-pwa/commit/1ba07a5694bd60ad3cee2e8102814643d2a7c79d))
|
|
1512
|
-
- tags styling
|
|
1513
|
-
([1a4bcf2](https://github.com/ho-nl/m2-pwa/commit/1a4bcf2e339647cc93120ea9f951253a4e138142))
|
|
1514
|
-
- title offset
|
|
1515
|
-
([2fef3ea](https://github.com/ho-nl/m2-pwa/commit/2fef3ea10ad98467062d4de397b40a83a86d7102))
|
|
1516
|
-
- transparent filters on hover
|
|
1517
|
-
([9ca0b71](https://github.com/ho-nl/m2-pwa/commit/9ca0b71928ea34d55c75fce760f29600ec171a43))
|
|
1518
|
-
- unresponsive back button
|
|
1519
|
-
([91d66d7](https://github.com/ho-nl/m2-pwa/commit/91d66d762281ef9e9ffe800bb68530073a3d76f1))
|
|
1520
|
-
- use CSS grid to align pagination
|
|
1521
|
-
([b9eea01](https://github.com/ho-nl/m2-pwa/commit/b9eea01f842f82189e61f3ac75b6096c2eb2c32b))
|
|
1522
|
-
- use semantically correct components for menufab
|
|
1523
|
-
([0196b29](https://github.com/ho-nl/m2-pwa/commit/0196b29523b3f49294dde32d96b348d100de5fa8))
|
|
1524
|
-
- use SvgImageSimple for multiple areas
|
|
1525
|
-
([bf851a6](https://github.com/ho-nl/m2-pwa/commit/bf851a6740e1956a78f457c2d90904ee2f65da2f))
|
|
1526
|
-
- useMutationForm can handle hard GraphQL errors (fields missing etc.)
|
|
1527
|
-
([e6e6f78](https://github.com/ho-nl/m2-pwa/commit/e6e6f7843a3b88a31c858c160262dc2f072209b9))
|
|
1528
|
-
- using dynamic values in filter row & behaviour bugfixes with ‘too long filter row’
|
|
1529
|
-
([ffdb6ac](https://github.com/ho-nl/m2-pwa/commit/ffdb6acaa000bf455e2aff008aadbc25e1bdb12d))
|
|
1530
|
-
- vertical align full page message
|
|
1531
|
-
([b74af1d](https://github.com/ho-nl/m2-pwa/commit/b74af1da88e62cf2aaeae48f727a2f01b12b7850))
|
|
1532
|
-
- white space after footer on category page
|
|
1533
|
-
([0fe13a4](https://github.com/ho-nl/m2-pwa/commit/0fe13a4daa284546487dfafcfa93daa8cbcd827b))
|
|
1534
|
-
- white space below divider on sheet shells
|
|
1535
|
-
([1159f20](https://github.com/ho-nl/m2-pwa/commit/1159f20452b308f6301749492765af066ab3d673))
|
|
1536
|
-
- wishlist icon
|
|
1537
|
-
([5d99ab7](https://github.com/ho-nl/m2-pwa/commit/5d99ab726eda56f0f9aa906914a8204c8f2ec87b))
|
|
1538
|
-
- write review button mobile styles
|
|
1539
|
-
([8f6b883](https://github.com/ho-nl/m2-pwa/commit/8f6b883fa0a513f84b7c6d8ed376b0e8d4b8a3bd))
|
|
1540
|
-
- wrong bottom overlay ui animation
|
|
1541
|
-
([f2033f8](https://github.com/ho-nl/m2-pwa/commit/f2033f8505884fb5c0efb34ea2396454fb223a4d))
|
|
1542
|
-
- yarn workspace packages hot reload
|
|
1543
|
-
([d03fc9f](https://github.com/ho-nl/m2-pwa/commit/d03fc9fdda3486476761786f2b56a934cc92befc))
|
|
1544
|
-
- zIndex issue OverlayUi
|
|
1545
|
-
([9dd0892](https://github.com/ho-nl/m2-pwa/commit/9dd089236e912b8cd1f1c0987e46fafb43885c67))
|
|
849
|
+
- account flow (wip) ([0e75aeb](https://github.com/ho-nl/m2-pwa/commit/0e75aebcab3043f9dcd7fd095f9c46cb25d40d57))
|
|
850
|
+
- account tweaks ([26ca295](https://github.com/ho-nl/m2-pwa/commit/26ca2955fe7a3ed509aaa7df98cbb4854d636179))
|
|
851
|
+
- accuratately calculate the target x-position after drag ends ([817a505](https://github.com/ho-nl/m2-pwa/commit/817a505a78165c7a97fa7e59fc24bb625b810940))
|
|
852
|
+
- add blogTags fragment ([8ab1ee8](https://github.com/ho-nl/m2-pwa/commit/8ab1ee874fa0174b15f2df5108cdca03599f1ef5))
|
|
853
|
+
- add configurable product to cart ([5b0f6fe](https://github.com/ho-nl/m2-pwa/commit/5b0f6fee6a59ff0b228c47bb124378cd23047adf))
|
|
854
|
+
- add styling for subtitle1 ([3b18e36](https://github.com/ho-nl/m2-pwa/commit/3b18e36e66d7c7406585a930723fa4f152763a26))
|
|
855
|
+
- add types ([18dac42](https://github.com/ho-nl/m2-pwa/commit/18dac421042e4050407987b33eae0bf33e2f6e12))
|
|
856
|
+
- adjust header height ([d22310d](https://github.com/ho-nl/m2-pwa/commit/d22310dca282208c6d7020c6c27f8ba5be980e3c))
|
|
857
|
+
- all disabled buttons have white text ([358114d](https://github.com/ho-nl/m2-pwa/commit/358114ddff5d7ffa51c30f6a6e7787e88d5e4c5c))
|
|
858
|
+
- app shell consistency ([e062c3d](https://github.com/ho-nl/m2-pwa/commit/e062c3d4af75c6bfe1ad7056dfb172277f1b01cb))
|
|
859
|
+
- app shell consistency wip ([be995ca](https://github.com/ho-nl/m2-pwa/commit/be995ca5c3e383b89fea3759186d53af4790e99b))
|
|
860
|
+
- app shell fixes ([1b13d0d](https://github.com/ho-nl/m2-pwa/commit/1b13d0d0d4b480ddc9712b4d298af2d81fb2b1d4))
|
|
861
|
+
- app shell fixes ([c3bddee](https://github.com/ho-nl/m2-pwa/commit/c3bddee6b878cd9d2183c4938df0824a6eca4f36))
|
|
862
|
+
- app shell header scroll spacings ([b1f5706](https://github.com/ho-nl/m2-pwa/commit/b1f570697bb0a9207129c9d24623b6069cf38ab5))
|
|
863
|
+
- app shell sticky overlapping buttons on scroll ([7548b30](https://github.com/ho-nl/m2-pwa/commit/7548b30718290d976f4839f0096fea432f9a6b45))
|
|
864
|
+
- app shell tests ([10b58bd](https://github.com/ho-nl/m2-pwa/commit/10b58bd1a0271ef5d90a51394a9efd194b285ed0))
|
|
865
|
+
- **app-shell-header:** hide divider ([34d183e](https://github.com/ho-nl/m2-pwa/commit/34d183e7ee13c3e6d76bc211d44398cb7e492d67))
|
|
866
|
+
- **app-shell-header:** offset not always correctly set ([11a8907](https://github.com/ho-nl/m2-pwa/commit/11a890764be1ab4f6c584a5c8ca4e6620d0d73e5))
|
|
867
|
+
- **app-shell-header:** show fallbacktitle instead of back on back button when applicable ([27d7d7d](https://github.com/ho-nl/m2-pwa/commit/27d7d7d716265c856cd64d3f485f0227f99c5cd0))
|
|
868
|
+
- **app-shell-header:** title offset top not correctly set ([c144309](https://github.com/ho-nl/m2-pwa/commit/c1443095317c1779074f3a4058f4041159c8e31b))
|
|
869
|
+
- **app-shell:** pages after app shell changes ([fb74510](https://github.com/ho-nl/m2-pwa/commit/fb74510121f6124009db72ad2ddebf6459c52a85))
|
|
870
|
+
- automatically set SliderImage to the size of the container ([d5a71bf](https://github.com/ho-nl/m2-pwa/commit/d5a71bf687a43d001aa172e58c9b582c3f2f3093))
|
|
871
|
+
- back button behavior ([59f7b20](https://github.com/ho-nl/m2-pwa/commit/59f7b2047194c3506037fc88d791302c7c4a1a69))
|
|
872
|
+
- back button on service pages ([d89f200](https://github.com/ho-nl/m2-pwa/commit/d89f2003cabdb780819a848d4ca7754c708b3895))
|
|
873
|
+
- backdrop click, prevent going back to many times ([08b2c28](https://github.com/ho-nl/m2-pwa/commit/08b2c2846b9cae9f51d680af0d15b547eea43050))
|
|
874
|
+
- bad setState when render is in a loop ([fc5223b](https://github.com/ho-nl/m2-pwa/commit/fc5223b27ccc9632c1fd229444d88997842cc04c))
|
|
875
|
+
- bad state update fix, drag animation improvements ([fecdb6e](https://github.com/ho-nl/m2-pwa/commit/fecdb6efc87f6defe97b59689bb7ee808173bcf8))
|
|
876
|
+
- base mechanics on page relations ([345a682](https://github.com/ho-nl/m2-pwa/commit/345a68274dc7bc7f561a963d29fd9cd96907d4d1))
|
|
877
|
+
- big icon header icon on mobile ([3596d96](https://github.com/ho-nl/m2-pwa/commit/3596d96283a60b31228a5c3941c78404cf68308a))
|
|
878
|
+
- big indicator on mobile ([2204f9d](https://github.com/ho-nl/m2-pwa/commit/2204f9d219e79af29acdd2db643df06184ae3af5))
|
|
879
|
+
- blue back button ([0f134ff](https://github.com/ho-nl/m2-pwa/commit/0f134ffb249e3d7e4885244a6f79b7c4728f7f1b))
|
|
880
|
+
- blurry svgimage ([02d1616](https://github.com/ho-nl/m2-pwa/commit/02d16163a79734e6aaa5ca6d3d77c643e69ca459))
|
|
881
|
+
- Button font weight styling ([e9c3265](https://github.com/ho-nl/m2-pwa/commit/e9c3265755ce5c6344d7aa534786fbf6687d1856))
|
|
882
|
+
- **button:** pill link not visible on mobile ([c4474f5](https://github.com/ho-nl/m2-pwa/commit/c4474f5cfe4dbb6b9aa795d7d175dbce053720d8))
|
|
883
|
+
- buttons reporting errors all over the place ([0fa9099](https://github.com/ho-nl/m2-pwa/commit/0fa9099671659094f990449d3286e5216fce6a51))
|
|
884
|
+
- cannot export svg icons build error ([b326e5b](https://github.com/ho-nl/m2-pwa/commit/b326e5b312cedfc8a531d0e12d60035e94b33ae6))
|
|
885
|
+
- canonical urls ([9ff8d3f](https://github.com/ho-nl/m2-pwa/commit/9ff8d3f950098fb28440f31f5dd93a835dce0bda))
|
|
886
|
+
- caption styles bugs ([f223918](https://github.com/ho-nl/m2-pwa/commit/f223918cc557a996b5f321fbf6910b4981646dcb))
|
|
887
|
+
- cart fab box shadow animation ([4c73e42](https://github.com/ho-nl/m2-pwa/commit/4c73e423a920f6485f72b24141cccda010a35ab7))
|
|
888
|
+
- cart item image sizes ([e7c860c](https://github.com/ho-nl/m2-pwa/commit/e7c860c785e172b9275e1a00c8b51509d6b297a8))
|
|
889
|
+
- cart styling ([56feeee](https://github.com/ho-nl/m2-pwa/commit/56feeeeb85657d8abfec1e9613f12bf9d54686b5))
|
|
890
|
+
- center overlay ui reaching the bottom ([e9c53e6](https://github.com/ho-nl/m2-pwa/commit/e9c53e6147daa6ba39cd938f2139fd6c569e3871))
|
|
891
|
+
- chevron icon consistency ([858725c](https://github.com/ho-nl/m2-pwa/commit/858725c56761d2aa721761f1c089fd70051845a5))
|
|
892
|
+
- **chip-menu:** layout shift on open ([c65cf5b](https://github.com/ho-nl/m2-pwa/commit/c65cf5bc18864b5180aba3f2361399bd85967952))
|
|
893
|
+
- chipmenu styling ([dcdbbcc](https://github.com/ho-nl/m2-pwa/commit/dcdbbccceb2226de5067b14414f3d4ff5e016a5b))
|
|
894
|
+
- close overlay using esc key ([c74940f](https://github.com/ho-nl/m2-pwa/commit/c74940f7c44405ff958ec3e9ceb3f998d98ce35d))
|
|
895
|
+
- compact text input number ([8999053](https://github.com/ho-nl/m2-pwa/commit/899905364808d6ea6ef257e948c68dc3851717a6))
|
|
896
|
+
- component for returning flag avatars ([38e181f](https://github.com/ho-nl/m2-pwa/commit/38e181f9767aac3d7bfc1d3d6a6c665e57868fe7))
|
|
897
|
+
- contained prop throws error on Form ([2eb6651](https://github.com/ho-nl/m2-pwa/commit/2eb6651e2c26274adbf08562918d3f1a9659cbe8))
|
|
898
|
+
- container shouldn’t overflow, should be handled by specific implementation ([7d53f83](https://github.com/ho-nl/m2-pwa/commit/7d53f83261e384d92fc1d365b8e8e0e45f2da04d))
|
|
899
|
+
- **conten-header:** remove back button box shadow on mobile ([652c778](https://github.com/ho-nl/m2-pwa/commit/652c77826b7765acc9d450ffcfe4a2b3052b80da))
|
|
900
|
+
- content header title typography ([1eb2dc9](https://github.com/ho-nl/m2-pwa/commit/1eb2dc94f191f3fb29a470b06a21b1c3bab7744b))
|
|
901
|
+
- **content-header:** icon sizes ([a037ec3](https://github.com/ho-nl/m2-pwa/commit/a037ec3dc3c87d54bb8aea0d2d6b78c05d9afc63))
|
|
902
|
+
- contentLinks full page width ([2d61eed](https://github.com/ho-nl/m2-pwa/commit/2d61eed6683dfa6ac2446b80a1a18d7a3f1c89a8))
|
|
903
|
+
- correct backbutton hover background color ([ff90c12](https://github.com/ho-nl/m2-pwa/commit/ff90c12533c014a9962ce4674763444f1bc117fb))
|
|
904
|
+
- correct pdp swatch selected color ([d3c9285](https://github.com/ho-nl/m2-pwa/commit/d3c9285fb1ba3a0b99ba52a04b0dda3b5870dede))
|
|
905
|
+
- **country-switcher:** navigate back to correct locale ([579d146](https://github.com/ho-nl/m2-pwa/commit/579d146e1b658a343b1514d8e8a45c01a507c084))
|
|
906
|
+
- disable menuscrolllock ([f715fca](https://github.com/ho-nl/m2-pwa/commit/f715fca590ee18329908eb595685fd0f1f163450))
|
|
907
|
+
- disappearing asset with zIndex -1 ([44956e5](https://github.com/ho-nl/m2-pwa/commit/44956e5d0b57a62322033395d378d0e4788454b1))
|
|
908
|
+
- do not hide the overflow for sliders by default ([1bc3ffa](https://github.com/ho-nl/m2-pwa/commit/1bc3ffa69e8b5fa812c9c82f1d65e9ae54adbff8))
|
|
909
|
+
- do not use ToggleButtonGroup, only use the ToggleButton ([5172f70](https://github.com/ho-nl/m2-pwa/commit/5172f709ee26122b0a8700afb4325f23cb9ba9b9))
|
|
910
|
+
- downgrade to resize-observer 6 ([32c412c](https://github.com/ho-nl/m2-pwa/commit/32c412c77c2c7b5a5b5b889963c254ff379b018b))
|
|
911
|
+
- drag handle rotation ([b1b0dcb](https://github.com/ho-nl/m2-pwa/commit/b1b0dcbfa822fdbae621e9ff121186ec97a65876))
|
|
912
|
+
- drawer content overlaps with title ([6f37f50](https://github.com/ho-nl/m2-pwa/commit/6f37f50a6d82e17060cc347491d30d92544afe79))
|
|
913
|
+
- drawer stacking issues ([bd5a97d](https://github.com/ho-nl/m2-pwa/commit/bd5a97dd38c6e0f68aa24ee897be3f4a7e22e966))
|
|
914
|
+
- duplicate key error when multiple errors of the same error occur ([f2c5bc0](https://github.com/ho-nl/m2-pwa/commit/f2c5bc040c1e9cc1340f67c68460b8fe42230659))
|
|
915
|
+
- duplicated (meta) tags in document head ([d52e962](https://github.com/ho-nl/m2-pwa/commit/d52e9629036ccab1f266ddd01600a0bd45930149))
|
|
916
|
+
- enable early exit / enter for SheetShellBase ([e8630d2](https://github.com/ho-nl/m2-pwa/commit/e8630d2e74d8754bc3ce55c910e3641a497a2b58))
|
|
917
|
+
- filter labels fully shown ([f96d1c9](https://github.com/ho-nl/m2-pwa/commit/f96d1c92c34562474d72277e87622e4b5cd1d70d))
|
|
918
|
+
- fix pagination didn’t show next when not available ([58b9fb1](https://github.com/ho-nl/m2-pwa/commit/58b9fb114d2d8b4991c66c6dda0fced42614945c))
|
|
919
|
+
- footer spacing missing ([6198665](https://github.com/ho-nl/m2-pwa/commit/61986653411dda9cb70ea15dd2d74ef1d48c2721))
|
|
920
|
+
- **Form:** forms always have background ([1f3fa1e](https://github.com/ho-nl/m2-pwa/commit/1f3fa1e53a997b88512335dc344bff3fa24f6bc6))
|
|
921
|
+
- forward ref not used IconBlocks ([7af4df3](https://github.com/ho-nl/m2-pwa/commit/7af4df3b03cba0a7748614e1db49d86e8157b75f))
|
|
922
|
+
- forwardRef issue ([6bcf15f](https://github.com/ho-nl/m2-pwa/commit/6bcf15f5a4ee7b684ebe57a714340fa4fc416542))
|
|
923
|
+
- **framer-next-page:** usePageRouter in SharedLayout ([c2fb164](https://github.com/ho-nl/m2-pwa/commit/c2fb164b342770089b787378a3f79529c36d2152))
|
|
924
|
+
- **framer-scroller:** center the prev/next buttons on the gallery ([234dc37](https://github.com/ho-nl/m2-pwa/commit/234dc37fc46f723410e9a844bbcb33cfe5d8a588))
|
|
925
|
+
- **framer-sheet:** bottom sheet does not resize properly ([2ae89db](https://github.com/ho-nl/m2-pwa/commit/2ae89dbd651acba10f40ac68956213dd744e2247))
|
|
926
|
+
- **framer-slider:** prev/next buttons don't always show up correctly ([ba2510e](https://github.com/ho-nl/m2-pwa/commit/ba2510ea659344a2d71957eed396f4e5ce536a8c))
|
|
927
|
+
- **FramerSlider:** handle layout transitions + paddings on the container ([ed8d0fa](https://github.com/ho-nl/m2-pwa/commit/ed8d0fa44e13e496ab4489249234efe527883f36))
|
|
928
|
+
- **full-page-shell:** fabs not clickable ([2c8d7f9](https://github.com/ho-nl/m2-pwa/commit/2c8d7f9529e83ac08d4fd758547379b72eb2f3d1))
|
|
929
|
+
- **GCOM-430:** only show scrollbar if there is content to scroll ([a67ebfd](https://github.com/ho-nl/m2-pwa/commit/a67ebfd515672b5ef6b74dc902871765494f01db))
|
|
930
|
+
- grid blowout on homepage ([8c0e225](https://github.com/ho-nl/m2-pwa/commit/8c0e225a629841e4a391a1edbc0614fc30789ba6))
|
|
931
|
+
- header app shell margin bottom in some circumstances ([6030ba7](https://github.com/ho-nl/m2-pwa/commit/6030ba7d07619d0b877a9f557c3e14676c326c7a))
|
|
932
|
+
- header fab icons size ([772a721](https://github.com/ho-nl/m2-pwa/commit/772a7213a7ee8274ed006fcd6b6fb5123630a771))
|
|
933
|
+
- header spacing ([967573a](https://github.com/ho-nl/m2-pwa/commit/967573a12f3651f2be47e4630dab737ccf8bf498))
|
|
934
|
+
- header spacings ([f00462f](https://github.com/ho-nl/m2-pwa/commit/f00462f9abb61a54552c96dbed35ef708fe05608))
|
|
935
|
+
- hero banner not full page width ([0ecd014](https://github.com/ho-nl/m2-pwa/commit/0ecd0145a98045eccfde6efe6a4410e83b6fb872))
|
|
936
|
+
- hide prev/next buttons ([4ad733b](https://github.com/ho-nl/m2-pwa/commit/4ad733b7109bec257ec19b049ffd8f476f23dfd4))
|
|
937
|
+
- icon alignments & sizes ([3b349c9](https://github.com/ho-nl/m2-pwa/commit/3b349c96f08f25cad892cf224ee76e937fb338b8))
|
|
938
|
+
- icon size & shadows ([b253e11](https://github.com/ho-nl/m2-pwa/commit/b253e1168e6a47362014038a2d1c6ca9fc4259b2))
|
|
939
|
+
- icon title correct heading ([ee7b0b4](https://github.com/ho-nl/m2-pwa/commit/ee7b0b4ce85625673126c4aefd2b8012791a0370))
|
|
940
|
+
- **icon-header:** optional no margin prop ([4b189a1](https://github.com/ho-nl/m2-pwa/commit/4b189a12a543825a2036a12a7c06f40f2dd033ba))
|
|
941
|
+
- ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
|
942
|
+
- image height in grid ([e95fe1a](https://github.com/ho-nl/m2-pwa/commit/e95fe1a613e2047ca9aae54ea413c592eba19bf3))
|
|
943
|
+
- image height on blog view ([2f8aaa3](https://github.com/ho-nl/m2-pwa/commit/2f8aaa32af3d4d8c4e3412c3b4dcab5485a0504f))
|
|
944
|
+
- **image:** component would rerender unnessarily ([bfc041d](https://github.com/ho-nl/m2-pwa/commit/bfc041d39e34faf60581dbdba7a15a32928368b3))
|
|
945
|
+
- **image:** fix build ([b730cb6](https://github.com/ho-nl/m2-pwa/commit/b730cb6ae4e50dcf2f60e2046d6acf3047caacb3))
|
|
946
|
+
- **image:** make sure unoptimized images are preloaded correctly and remove preloads from lots of images ([fb2b4fc](https://github.com/ho-nl/m2-pwa/commit/fb2b4fcb5336ff880a9b32775847d7b6738ba1ea))
|
|
947
|
+
- implement next-ui barrel imports ([75bea70](https://github.com/ho-nl/m2-pwa/commit/75bea703dba898f18a2a1dfa3243ebd0a4e6f0e1))
|
|
948
|
+
- index page video and image overlay fix ([53c9d70](https://github.com/ho-nl/m2-pwa/commit/53c9d70bae1229c44f6a45730abe47482d0b9ac2))
|
|
949
|
+
- input checkmarks ([279c1c1](https://github.com/ho-nl/m2-pwa/commit/279c1c112ada46fdea102024298e8293d1a23293))
|
|
950
|
+
- introduced SvgImageSimple and solve issue with review chips ([931d7fd](https://github.com/ho-nl/m2-pwa/commit/931d7fdcf0faa9d2264899b72e564138215b6bd8))
|
|
951
|
+
- janky animation for last block on homepage ([a572986](https://github.com/ho-nl/m2-pwa/commit/a572986d87ee450badf96ef6608f75f30f71ed5b))
|
|
952
|
+
- labelInnerContainer sectionHeader overwrite ([293f97b](https://github.com/ho-nl/m2-pwa/commit/293f97bf86f43aa6b7807ef96eec0c1826b8438a))
|
|
953
|
+
- layout of home ([e2dcacf](https://github.com/ho-nl/m2-pwa/commit/e2dcacf6758a8149346e65e00ef1039cde536db4))
|
|
954
|
+
- localized routes didn’t have the correct transition ([ab11c92](https://github.com/ho-nl/m2-pwa/commit/ab11c92c694e1c7330ffd520f8181a3ee2f82287))
|
|
955
|
+
- lower image quality for 3g ([be1c7fe](https://github.com/ho-nl/m2-pwa/commit/be1c7fe75d8e2c8e40acad7865b70e45ce5ad5df))
|
|
956
|
+
- make fonts more default ([cba1d90](https://github.com/ho-nl/m2-pwa/commit/cba1d90578db33d3458c126bf4932312eed05271))
|
|
957
|
+
- make sense of spacings for mobile navigation ([bd42c97](https://github.com/ho-nl/m2-pwa/commit/bd42c973753cd3e09ae8599bfef677979bae21f6))
|
|
958
|
+
- make sure sessionVar isn’t throwing a ts error ([a7ae141](https://github.com/ho-nl/m2-pwa/commit/a7ae141f5908dfad0c1a75b47350e2b3a4e364a1))
|
|
959
|
+
- make sure the apollo.config.js works as expected ([3c417fa](https://github.com/ho-nl/m2-pwa/commit/3c417fae82bc5db25f482b4092b13db5609b7431))
|
|
960
|
+
- make sure the component is still mounted for PictureResponsive ([6bebcd3](https://github.com/ho-nl/m2-pwa/commit/6bebcd37ff05397c2da6a2be1babc3ae3c17051a))
|
|
961
|
+
- make sure the ExpandableGallery is always on top ([06de050](https://github.com/ho-nl/m2-pwa/commit/06de0501ec3880fa62c702f328b7ffe8cfccb761))
|
|
962
|
+
- make sure the first resize also works properly ([41105c3](https://github.com/ho-nl/m2-pwa/commit/41105c3d0eee92690526f256821384c7e21f46b3))
|
|
963
|
+
- make sure the image is sized correctly ([096f1bf](https://github.com/ho-nl/m2-pwa/commit/096f1bf354001d80d45b50010a114832adf9701a))
|
|
964
|
+
- make sure the image scales correctly ([595321b](https://github.com/ho-nl/m2-pwa/commit/595321b3c20f26ff94c59d42854e3a724b80c3eb))
|
|
965
|
+
- make sure the ToggleButton doesn’t change it’s border width when disabled ([bfd017f](https://github.com/ho-nl/m2-pwa/commit/bfd017f2d4212941c258565059a302596fec5bcf))
|
|
966
|
+
- make sure useMutationFormPersist only save diffs ([d50a796](https://github.com/ho-nl/m2-pwa/commit/d50a7960950923f6309eed2624442f158ece5870))
|
|
967
|
+
- make sure we can drag any clickable element ([25e3b72](https://github.com/ho-nl/m2-pwa/commit/25e3b72c4386a91f960f333f1a2f9d36fb80ed60))
|
|
968
|
+
- make sure we disable the animating property on ExpandableGallery ([197e6df](https://github.com/ho-nl/m2-pwa/commit/197e6df9762f26138ac2cab03e9741babd4cb93f))
|
|
969
|
+
- make sure we preload the right image for moto 3g ([55aa6c2](https://github.com/ho-nl/m2-pwa/commit/55aa6c2358db86199d83235a78af8bc295d83a6f))
|
|
970
|
+
- make sure we remove the scrollbar only when the animation completes ([aa629e0](https://github.com/ho-nl/m2-pwa/commit/aa629e06b7b13e4cd85332cd6dcfbe8ae973a7f5))
|
|
971
|
+
- make sure we render the simplest possible image dependening on the src ([84b322d](https://github.com/ho-nl/m2-pwa/commit/84b322dca776fa80d9e5780b0965006dc0ec4f84))
|
|
972
|
+
- make the SingleItemSlider working ([aa1e4b3](https://github.com/ho-nl/m2-pwa/commit/aa1e4b3b7cd35589b2c8c776c99526eefc6ce7e5))
|
|
973
|
+
- **message-snackbar:** close on action click ([146c232](https://github.com/ho-nl/m2-pwa/commit/146c232a3a0e78b2be68631b0461e7b4699b99e1))
|
|
974
|
+
- minor fixes ([9b7cb41](https://github.com/ho-nl/m2-pwa/commit/9b7cb410659a70042a86b00e89c1dd3b2fe0ff43))
|
|
975
|
+
- missing alt tag ([bcdee67](https://github.com/ho-nl/m2-pwa/commit/bcdee67b1b4d36530af54b13ba991edc27464b61))
|
|
976
|
+
- my account mobile view ([1fc48e0](https://github.com/ho-nl/m2-pwa/commit/1fc48e0ff7470f5904492619d96315db19dcc42b))
|
|
977
|
+
- narrow quote on mobile ([e06ccc2](https://github.com/ho-nl/m2-pwa/commit/e06ccc25048124431dcdb786f1719f688a5e429c))
|
|
978
|
+
- **next-ui:** remove decoding=async from images, causes flash when upgrading image ([7719072](https://github.com/ho-nl/m2-pwa/commit/7719072c020390b9b921657527efb1f838e95775))
|
|
979
|
+
- **next-ui:** toggle button stylign ([c806d35](https://github.com/ho-nl/m2-pwa/commit/c806d358aed030c54d568275ee497f8cb9b01359))
|
|
980
|
+
- **next-ui:** ToggleButton throws because ‘selected’ can’t be passed to Button ([dccedc6](https://github.com/ho-nl/m2-pwa/commit/dccedc68d43385d2f93ef972c65fb8169574b6e4))
|
|
981
|
+
- no search results message ([2ecd6e3](https://github.com/ho-nl/m2-pwa/commit/2ecd6e36481e546dc78acfb46dfff08dcfdd8e6a))
|
|
982
|
+
- only cart should be fixed on scroll ([9c8f536](https://github.com/ho-nl/m2-pwa/commit/9c8f5366c53798b377dcf397822b0945774b1dce))
|
|
983
|
+
- page keeps reloading after each change in @graphcommerce/next-ui ([45ff0f5](https://github.com/ho-nl/m2-pwa/commit/45ff0f51d87e2100faefad93d5d224a8761e6e75))
|
|
984
|
+
- pagination markup ([0ab7707](https://github.com/ho-nl/m2-pwa/commit/0ab7707aa4cbf49c5df1da3e806641a840ec2aff))
|
|
985
|
+
- pagination showed wrong chevron ([8b0d027](https://github.com/ho-nl/m2-pwa/commit/8b0d027cc2a59dfed6e144c9bcb28b1258e2aa08))
|
|
986
|
+
- prevent variable imagesizes ([c707bc7](https://github.com/ho-nl/m2-pwa/commit/c707bc7dcabb26982a7f9a621ff9fbb5515c05cf))
|
|
987
|
+
- primary button height ([741279e](https://github.com/ho-nl/m2-pwa/commit/741279e1c92845f067af5ad63adec04b05936fcc))
|
|
988
|
+
- prop types ([caccb1a](https://github.com/ho-nl/m2-pwa/commit/caccb1ab4c459642b64498dde22c372fd890f0c7))
|
|
989
|
+
- pwa theme color ([6f51e58](https://github.com/ho-nl/m2-pwa/commit/6f51e586519b1b1e58ee13ed7d3255a26e1e0734))
|
|
990
|
+
- quantity value not shown in cart item ([d6421aa](https://github.com/ho-nl/m2-pwa/commit/d6421aa5383e095a5c1615595b28b5341238d1ce))
|
|
991
|
+
- quantity value not shown in cart items ([013f58c](https://github.com/ho-nl/m2-pwa/commit/013f58cde1e5cc3f7131e5d87f51fdb37d51f784))
|
|
992
|
+
- react-hook-form watch with react-fast-refresh ([5d7dfc9](https://github.com/ho-nl/m2-pwa/commit/5d7dfc9ae394d2d2dca3c78d037337ce454edc00))
|
|
993
|
+
- **react-hook-form:** handle ComposedForm network errors ([e028ae0](https://github.com/ho-nl/m2-pwa/commit/e028ae06f49fea5d4e4dbdf58f803b365c902404))
|
|
994
|
+
- really fix variable imagesizes ([0312ab1](https://github.com/ho-nl/m2-pwa/commit/0312ab18bc2aa32a2ba21da44a064d03bf1b0f04))
|
|
995
|
+
- ref couldn't be forwarded for ShippingAddressForm ([1f90f1a](https://github.com/ho-nl/m2-pwa/commit/1f90f1a30437d656fcf841026ad13bb2b45d831b))
|
|
996
|
+
- relative time format ([64b9bc5](https://github.com/ho-nl/m2-pwa/commit/64b9bc54c7bc2792bb32560eec20ed138f04b147))
|
|
997
|
+
- remove breaking/unused import ([cafd73a](https://github.com/ho-nl/m2-pwa/commit/cafd73ab0e2170b7e7783a30c5e2a87c06de8f46))
|
|
998
|
+
- remove canonical metatag when no canonical is given ([167b7f0](https://github.com/ho-nl/m2-pwa/commit/167b7f080f98a10ff35cbd760b24b8198aac6518))
|
|
999
|
+
- remove component specific Row ([fcad430](https://github.com/ho-nl/m2-pwa/commit/fcad430ba01b215e77abb2c1ae01071a8ea1ec55))
|
|
1000
|
+
- remove component specific Rows ([ed60655](https://github.com/ho-nl/m2-pwa/commit/ed60655ffca8e4578cf2627bf0a9428fd9a79337))
|
|
1001
|
+
- remove conflicting files ([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
|
|
1002
|
+
- remove max width from containers ([afff6f3](https://github.com/ho-nl/m2-pwa/commit/afff6f30c0544fff72b81cbcdd4e3acbb6a52b49))
|
|
1003
|
+
- remove run up and run down from textinputnumber ([1a30341](https://github.com/ho-nl/m2-pwa/commit/1a30341fcb03b1d7c7963df91045cadd6f235e1b))
|
|
1004
|
+
- removed unnecessary pixelsize prop ([4921fa0](https://github.com/ho-nl/m2-pwa/commit/4921fa09c20cd7ebb8fd82c66e687cd6f6c380e9))
|
|
1005
|
+
- rename NextButton to Button, change imports ([976adb0](https://github.com/ho-nl/m2-pwa/commit/976adb0bf906310d1efce888dcc9be1e28ce0f1b))
|
|
1006
|
+
- replace captionOldOld with overline ([c19bc8a](https://github.com/ho-nl/m2-pwa/commit/c19bc8aee829432a8c72d0d4bc9d266110af65ab))
|
|
1007
|
+
- **review:** make sure chip is rendered correctly ([387df34](https://github.com/ho-nl/m2-pwa/commit/387df3456973290f9ce98d47823a7c71a6d95850))
|
|
1008
|
+
- ripple effect icon blocks ([7b6a833](https://github.com/ho-nl/m2-pwa/commit/7b6a8332145e179cba6024f83166e8be494e81ed))
|
|
1009
|
+
- scrollbar layout shift when using layered nav ([f51f285](https://github.com/ho-nl/m2-pwa/commit/f51f28572e1f0116ef46869bd3eb988585e0d5b9))
|
|
1010
|
+
- search page white background ([8676bfa](https://github.com/ho-nl/m2-pwa/commit/8676bfa30273b4d5f41b708b2ac45474d2e31e65))
|
|
1011
|
+
- **search-page:** hide menu and cart fabs when opened virtual keyboard mobile ([e728768](https://github.com/ho-nl/m2-pwa/commit/e7287680545f33079d0af47df1c6ea519b208978))
|
|
1012
|
+
- set the height of the sliderimage ([9a118a0](https://github.com/ho-nl/m2-pwa/commit/9a118a08092592ed098deebb35e6d28fce071495))
|
|
1013
|
+
- **sheet-shell-header:** adjust mobile height ([c4310ff](https://github.com/ho-nl/m2-pwa/commit/c4310fff4314aa0121906aa4694af32f77ff12c8))
|
|
1014
|
+
- SheetPrimaryAction doesn’t accept a ref ([d4b4ae2](https://github.com/ho-nl/m2-pwa/commit/d4b4ae2721144ece22180dfe10bde0b0437f2454))
|
|
1015
|
+
- show prev/next buttons only when necessary ([f97cbe3](https://github.com/ho-nl/m2-pwa/commit/f97cbe3a01cf2593d3a94596f13e977831b79b76))
|
|
1016
|
+
- sidebar gallery width ([7185850](https://github.com/ho-nl/m2-pwa/commit/71858500d5b62e1d2130d236247fc06fd80649f9))
|
|
1017
|
+
- since all links are of next/link we need to add passHref for custom components ([16fb931](https://github.com/ho-nl/m2-pwa/commit/16fb93100d367203ea79bb4f93357221253f2ecd))
|
|
1018
|
+
- small icon size was too large ([61a4bc7](https://github.com/ho-nl/m2-pwa/commit/61a4bc72ad88a5df764d100a78ba26635c35e035))
|
|
1019
|
+
- solve page refresh issue ([08086d9](https://github.com/ho-nl/m2-pwa/commit/08086d9dede3c3c78d8f7a674628e14b08667995))
|
|
1020
|
+
- spacing consistency between app shells ([c57ad81](https://github.com/ho-nl/m2-pwa/commit/c57ad81a1784ca6737ccfa0d7d33c3a5d19d1654))
|
|
1021
|
+
- spacing on message snackbar ([0899321](https://github.com/ho-nl/m2-pwa/commit/0899321a3ea74a2d4c714e2dbe17c785a07dfc11))
|
|
1022
|
+
- spacings ([332954f](https://github.com/ho-nl/m2-pwa/commit/332954f92f62ff57391192242fb95e26c6de1aae))
|
|
1023
|
+
- spacings ([9aab8fb](https://github.com/ho-nl/m2-pwa/commit/9aab8fbdec6afb9ff06f2c66ef00bf0050192b05))
|
|
1024
|
+
- star rating styling ([0a484d9](https://github.com/ho-nl/m2-pwa/commit/0a484d99e91aa3dbb531344c8d01c11ce3f09244))
|
|
1025
|
+
- style for snackbar on smaller resolution ([b53473f](https://github.com/ho-nl/m2-pwa/commit/b53473fc5e0aac5819d2c51882a260d108255af9))
|
|
1026
|
+
- SvgSimpleImage sizing didn't use rem ([1ba07a5](https://github.com/ho-nl/m2-pwa/commit/1ba07a5694bd60ad3cee2e8102814643d2a7c79d))
|
|
1027
|
+
- tags styling ([1a4bcf2](https://github.com/ho-nl/m2-pwa/commit/1a4bcf2e339647cc93120ea9f951253a4e138142))
|
|
1028
|
+
- title offset ([2fef3ea](https://github.com/ho-nl/m2-pwa/commit/2fef3ea10ad98467062d4de397b40a83a86d7102))
|
|
1029
|
+
- transparent filters on hover ([9ca0b71](https://github.com/ho-nl/m2-pwa/commit/9ca0b71928ea34d55c75fce760f29600ec171a43))
|
|
1030
|
+
- unresponsive back button ([91d66d7](https://github.com/ho-nl/m2-pwa/commit/91d66d762281ef9e9ffe800bb68530073a3d76f1))
|
|
1031
|
+
- use CSS grid to align pagination ([b9eea01](https://github.com/ho-nl/m2-pwa/commit/b9eea01f842f82189e61f3ac75b6096c2eb2c32b))
|
|
1032
|
+
- use semantically correct components for menufab ([0196b29](https://github.com/ho-nl/m2-pwa/commit/0196b29523b3f49294dde32d96b348d100de5fa8))
|
|
1033
|
+
- use SvgImageSimple for multiple areas ([bf851a6](https://github.com/ho-nl/m2-pwa/commit/bf851a6740e1956a78f457c2d90904ee2f65da2f))
|
|
1034
|
+
- useMutationForm can handle hard GraphQL errors (fields missing etc.) ([e6e6f78](https://github.com/ho-nl/m2-pwa/commit/e6e6f7843a3b88a31c858c160262dc2f072209b9))
|
|
1035
|
+
- using dynamic values in filter row & behaviour bugfixes with ‘too long filter row’ ([ffdb6ac](https://github.com/ho-nl/m2-pwa/commit/ffdb6acaa000bf455e2aff008aadbc25e1bdb12d))
|
|
1036
|
+
- vertical align full page message ([b74af1d](https://github.com/ho-nl/m2-pwa/commit/b74af1da88e62cf2aaeae48f727a2f01b12b7850))
|
|
1037
|
+
- white space after footer on category page ([0fe13a4](https://github.com/ho-nl/m2-pwa/commit/0fe13a4daa284546487dfafcfa93daa8cbcd827b))
|
|
1038
|
+
- white space below divider on sheet shells ([1159f20](https://github.com/ho-nl/m2-pwa/commit/1159f20452b308f6301749492765af066ab3d673))
|
|
1039
|
+
- wishlist icon ([5d99ab7](https://github.com/ho-nl/m2-pwa/commit/5d99ab726eda56f0f9aa906914a8204c8f2ec87b))
|
|
1040
|
+
- write review button mobile styles ([8f6b883](https://github.com/ho-nl/m2-pwa/commit/8f6b883fa0a513f84b7c6d8ed376b0e8d4b8a3bd))
|
|
1041
|
+
- wrong bottom overlay ui animation ([f2033f8](https://github.com/ho-nl/m2-pwa/commit/f2033f8505884fb5c0efb34ea2396454fb223a4d))
|
|
1042
|
+
- yarn workspace packages hot reload ([d03fc9f](https://github.com/ho-nl/m2-pwa/commit/d03fc9fdda3486476761786f2b56a934cc92befc))
|
|
1043
|
+
- zIndex issue OverlayUi ([9dd0892](https://github.com/ho-nl/m2-pwa/commit/9dd089236e912b8cd1f1c0987e46fafb43885c67))
|
|
1546
1044
|
|
|
1547
1045
|
### Features
|
|
1548
1046
|
|
|
1549
|
-
- add add-to-cart snackbar message
|
|
1550
|
-
|
|
1551
|
-
-
|
|
1552
|
-
|
|
1553
|
-
-
|
|
1554
|
-
|
|
1555
|
-
- add
|
|
1556
|
-
|
|
1557
|
-
- add
|
|
1558
|
-
|
|
1559
|
-
- add
|
|
1560
|
-
|
|
1561
|
-
-
|
|
1562
|
-
|
|
1563
|
-
-
|
|
1564
|
-
|
|
1565
|
-
-
|
|
1566
|
-
|
|
1567
|
-
-
|
|
1568
|
-
|
|
1569
|
-
-
|
|
1570
|
-
|
|
1571
|
-
-
|
|
1572
|
-
|
|
1573
|
-
-
|
|
1574
|
-
|
|
1575
|
-
-
|
|
1576
|
-
|
|
1577
|
-
-
|
|
1578
|
-
|
|
1579
|
-
-
|
|
1580
|
-
|
|
1581
|
-
-
|
|
1582
|
-
|
|
1583
|
-
-
|
|
1584
|
-
|
|
1585
|
-
-
|
|
1586
|
-
|
|
1587
|
-
-
|
|
1588
|
-
|
|
1589
|
-
-
|
|
1590
|
-
|
|
1591
|
-
- **
|
|
1592
|
-
|
|
1593
|
-
-
|
|
1594
|
-
|
|
1595
|
-
-
|
|
1596
|
-
|
|
1597
|
-
-
|
|
1598
|
-
|
|
1599
|
-
-
|
|
1600
|
-
|
|
1601
|
-
-
|
|
1602
|
-
|
|
1603
|
-
- **
|
|
1604
|
-
|
|
1605
|
-
-
|
|
1606
|
-
|
|
1607
|
-
-
|
|
1608
|
-
|
|
1609
|
-
-
|
|
1610
|
-
|
|
1611
|
-
-
|
|
1612
|
-
|
|
1613
|
-
-
|
|
1614
|
-
|
|
1615
|
-
-
|
|
1616
|
-
|
|
1617
|
-
-
|
|
1618
|
-
|
|
1619
|
-
-
|
|
1620
|
-
|
|
1621
|
-
-
|
|
1622
|
-
|
|
1623
|
-
-
|
|
1624
|
-
|
|
1625
|
-
-
|
|
1626
|
-
|
|
1627
|
-
-
|
|
1628
|
-
|
|
1629
|
-
-
|
|
1630
|
-
|
|
1631
|
-
-
|
|
1632
|
-
|
|
1633
|
-
-
|
|
1634
|
-
|
|
1635
|
-
-
|
|
1636
|
-
|
|
1637
|
-
-
|
|
1638
|
-
|
|
1639
|
-
-
|
|
1640
|
-
|
|
1641
|
-
-
|
|
1642
|
-
|
|
1643
|
-
-
|
|
1644
|
-
|
|
1645
|
-
-
|
|
1646
|
-
|
|
1647
|
-
-
|
|
1648
|
-
|
|
1649
|
-
-
|
|
1650
|
-
|
|
1651
|
-
-
|
|
1652
|
-
|
|
1653
|
-
-
|
|
1654
|
-
|
|
1655
|
-
-
|
|
1656
|
-
|
|
1657
|
-
-
|
|
1658
|
-
|
|
1659
|
-
-
|
|
1660
|
-
|
|
1661
|
-
- groundwork for complete reimplementation of product pages
|
|
1662
|
-
([b224da8](https://github.com/ho-nl/m2-pwa/commit/b224da8273eb5c8173ad30d006391b2291331623))
|
|
1663
|
-
- **image:** introduced completely rewritten Image component
|
|
1664
|
-
([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
|
|
1665
|
-
- implement ref forwarding for the PictureResponsive and PictureResponsiveNext
|
|
1666
|
-
([5ce010c](https://github.com/ho-nl/m2-pwa/commit/5ce010cfd1edf3d726d4baf805d6a534d98f5f82))
|
|
1667
|
-
- implement scrollSnapAlign: start | center | end
|
|
1668
|
-
([d2c7c17](https://github.com/ho-nl/m2-pwa/commit/d2c7c17a5362b246755ffc7d05a7e722a95bcad8))
|
|
1669
|
-
- implement sticky snackbar in needed places
|
|
1670
|
-
([0426e73](https://github.com/ho-nl/m2-pwa/commit/0426e73ff7bb24cae656a082e15f36d5012c6653))
|
|
1671
|
-
- implemented checkmo payment method
|
|
1672
|
-
([18525b2](https://github.com/ho-nl/m2-pwa/commit/18525b2f4efe9bd0eea12a7a992d284f341e0c68))
|
|
1673
|
-
- imported react-modal-sheet
|
|
1674
|
-
([e3a76f7](https://github.com/ho-nl/m2-pwa/commit/e3a76f71a6c8f7b5cfc0766673265733040ba164))
|
|
1675
|
-
- improved drawer stacking and stable layoutId support
|
|
1676
|
-
([b5b0406](https://github.com/ho-nl/m2-pwa/commit/b5b040635993eb3da819606e94d3cd6fdaddb05c))
|
|
1677
|
-
- introduce bottom drawer stacking
|
|
1678
|
-
([e82de09](https://github.com/ho-nl/m2-pwa/commit/e82de0904b07093b27be2d660933dd3dc95188e7))
|
|
1679
|
-
- introduce useFormPersist to complent useMutationFormPersist
|
|
1680
|
-
([4e75217](https://github.com/ho-nl/m2-pwa/commit/4e75217f1c211a7ae159312ddbcc476d8c4064d9))
|
|
1681
|
-
- introduced SheetShell as a shared layout component
|
|
1682
|
-
([eb64f28](https://github.com/ho-nl/m2-pwa/commit/eb64f28fd05b69efbf14fa850c70b0f1da5c4237))
|
|
1683
|
-
- introduced useFormPersist to store form values without submitting
|
|
1684
|
-
([c042cdb](https://github.com/ho-nl/m2-pwa/commit/c042cdb6c3211d6354bad16b5b6503efe7321c42))
|
|
1685
|
-
- introduces framer-next-pages and framer-sheet to next-ui and soxbase package
|
|
1686
|
-
([e04ad8a](https://github.com/ho-nl/m2-pwa/commit/e04ad8a94cd1fd5a7c5575c9db7916b6e8a88f16))
|
|
1687
|
-
- introducing useAutoSubmit for useForm to handle shipping address step
|
|
1688
|
-
([d375a12](https://github.com/ho-nl/m2-pwa/commit/d375a123d5ba88285703fc1706a43c21c5a248d5))
|
|
1689
|
-
- left and sidebar drawers
|
|
1690
|
-
([12a3b72](https://github.com/ho-nl/m2-pwa/commit/12a3b72edfad38a4b82701ec502f2f4d85c40e53))
|
|
1691
|
-
- login flow
|
|
1692
|
-
([8132b1a](https://github.com/ho-nl/m2-pwa/commit/8132b1a9be7040c3e2f70f1c1d04e6a9d7840a91))
|
|
1693
|
-
- major performance refactor
|
|
1694
|
-
([03f8e2f](https://github.com/ho-nl/m2-pwa/commit/03f8e2fa16ef919bd6bd6eadd36922d0245ed960))
|
|
1695
|
-
- make action optional in snackbar
|
|
1696
|
-
([70cf9a4](https://github.com/ho-nl/m2-pwa/commit/70cf9a456e483040b2aad087a9cc01ecf85fe4c8))
|
|
1697
|
-
- make bottom drawer dismissable by dragging
|
|
1698
|
-
([ff8e575](https://github.com/ho-nl/m2-pwa/commit/ff8e575b51cebe92734e0c8f1ead77c127e9f8aa))
|
|
1699
|
-
- **mesh:** use mesh with build version with increased stability/performance
|
|
1700
|
-
([63863f3](https://github.com/ho-nl/m2-pwa/commit/63863f3a2df4d596819b85f3cf736c7f52f828c1))
|
|
1701
|
-
- minimal page shell
|
|
1702
|
-
([1693674](https://github.com/ho-nl/m2-pwa/commit/1693674631fc8438c60d9b74b73e607e08971a2d))
|
|
1703
|
-
- new app shell components
|
|
1704
|
-
([2db3b7a](https://github.com/ho-nl/m2-pwa/commit/2db3b7a646f45ac273679770715d23e3472e9d2c))
|
|
1705
|
-
- new my account overview
|
|
1706
|
-
([6de0761](https://github.com/ho-nl/m2-pwa/commit/6de0761c452e1ba5364345a168b400d90418b44e))
|
|
1707
|
-
- **next-ui:** SectionContainer/SectionHeader now accepts variantLeft/variantRight as prop
|
|
1708
|
-
([a58f8f2](https://github.com/ho-nl/m2-pwa/commit/a58f8f2962e74c9aaa41142524d42d9c8f662b8d))
|
|
1709
|
-
- next.js 11
|
|
1710
|
-
([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
|
|
1711
|
-
- overlay ui component
|
|
1712
|
-
([227eedc](https://github.com/ho-nl/m2-pwa/commit/227eedcdace65b77390f635398e9d5a56249df6b))
|
|
1713
|
-
- pictureResponsiveNext svg support
|
|
1714
|
-
([3872620](https://github.com/ho-nl/m2-pwa/commit/3872620aba45645110b4691cc0cd9bdf86ec1266))
|
|
1715
|
-
- PictureResponsiveNext: lossy compression for gifs
|
|
1716
|
-
([cb9d279](https://github.com/ho-nl/m2-pwa/commit/cb9d279a6a8b8acde4deafc13bad8a39fc7969d0))
|
|
1717
|
-
- PictureResppnsive: support loading=eager, single img tag instead of picture
|
|
1718
|
-
([2836f4c](https://github.com/ho-nl/m2-pwa/commit/2836f4cdc8499b0b422b30d8683f8ef0715ffff5))
|
|
1719
|
-
- **playwright:** added new playwright package to enable browser testing
|
|
1720
|
-
([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
1721
|
-
- product page review pagination
|
|
1722
|
-
([4e18395](https://github.com/ho-nl/m2-pwa/commit/4e18395944c08e195fd09192086301c695d044ed))
|
|
1723
|
-
- quick checkout component on cart page
|
|
1724
|
-
([0eaafe5](https://github.com/ho-nl/m2-pwa/commit/0eaafe510da3a473b9888707a198361db9b65e06))
|
|
1725
|
-
- redirect page/1 to /blog
|
|
1726
|
-
([7ad1eaf](https://github.com/ho-nl/m2-pwa/commit/7ad1eafe2c3046706392f23a7c29b8263288d417))
|
|
1727
|
-
- reduced page shell component
|
|
1728
|
-
([7e0b0a1](https://github.com/ho-nl/m2-pwa/commit/7e0b0a1471795f47e2f0f876b0e09cb65b053c2a))
|
|
1729
|
-
- reimplemented RowSwipeableGrid
|
|
1730
|
-
([a9131de](https://github.com/ho-nl/m2-pwa/commit/a9131dea19347db2985ee3864e460dfa8a3f2182))
|
|
1731
|
-
- remove wrapper div from ScrollSnapSlider
|
|
1732
|
-
([476add8](https://github.com/ho-nl/m2-pwa/commit/476add8db64811f2c7e3fc482487967cd7573cf6))
|
|
1733
|
-
- renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
|
|
1734
|
-
[@reachdigital](https://github.com/reachdigital)
|
|
1735
|
-
([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
|
|
1736
|
-
- **reviews:** no reviews written message
|
|
1737
|
-
([8ade3db](https://github.com/ho-nl/m2-pwa/commit/8ade3dbe830f5a59af09c002dfa38fa5349a4b61))
|
|
1738
|
-
- RowSwipable
|
|
1739
|
-
([8908ff6](https://github.com/ho-nl/m2-pwa/commit/8908ff62fbd82695e9a80d2d89cde6cecb19d260))
|
|
1740
|
-
- SidebarSlider added and implemented
|
|
1741
|
-
([188f7e3](https://github.com/ho-nl/m2-pwa/commit/188f7e38cad3729a1424a3a808fda9cdd51a6954))
|
|
1742
|
-
- standalone Blog Title
|
|
1743
|
-
([311a468](https://github.com/ho-nl/m2-pwa/commit/311a4688833e054660c57e06dc98176163f3d14f))
|
|
1744
|
-
- sticky footer
|
|
1745
|
-
([1547cab](https://github.com/ho-nl/m2-pwa/commit/1547cab694c0ebf7cf9acb57817a5fe5565f10fd))
|
|
1746
|
-
- svgimage component
|
|
1747
|
-
([f369605](https://github.com/ho-nl/m2-pwa/commit/f3696051e381a24c543fd24e199da5b17f9e124f))
|
|
1748
|
-
- **theme:** restructured fonts and applied to home and category page
|
|
1749
|
-
([6adf5f1](https://github.com/ho-nl/m2-pwa/commit/6adf5f11321bdfbf499125f1161c5abf5a1bfe4a))
|
|
1750
|
-
- **theme:** restructured typography
|
|
1751
|
-
([6fcddae](https://github.com/ho-nl/m2-pwa/commit/6fcddae6b1b54d071475c59c80a9f8d8a36294d5))
|
|
1752
|
-
- time ago component
|
|
1753
|
-
([bf3ca85](https://github.com/ho-nl/m2-pwa/commit/bf3ca852e66d53041ef9f535724b19376c5648ca))
|
|
1754
|
-
- tweak app performance
|
|
1755
|
-
([cde0a9b](https://github.com/ho-nl/m2-pwa/commit/cde0a9bda1560b354e9adde3c022e3fddb71ea69))
|
|
1756
|
-
- upgrade to node 14
|
|
1757
|
-
([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
|
|
1758
|
-
- upgraded to nextjs 11
|
|
1759
|
-
([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
|
|
1760
|
-
- use LazyMotion configuration for better bundle splitting
|
|
1761
|
-
([f043eb7](https://github.com/ho-nl/m2-pwa/commit/f043eb72a3fbe698644afdfe80a4915db142eebc))
|
|
1762
|
-
- use official nextjs image endpoint
|
|
1763
|
-
([0e76ab4](https://github.com/ho-nl/m2-pwa/commit/0e76ab4cece15d4d6f192cb938588a34abaebe8a))
|
|
1764
|
-
- useFormPersist, useFormAutoSubmit, useFormGqlMutation everywhere
|
|
1765
|
-
([e591285](https://github.com/ho-nl/m2-pwa/commit/e5912854babee87c8efc5b7c00455d61b301aad3))
|
|
1766
|
-
- useMutationFormPersist to save form field values for current session
|
|
1767
|
-
([f26197d](https://github.com/ho-nl/m2-pwa/commit/f26197dce51bf76450775dd6ed8ce2b17d70ee55))
|
|
1768
|
-
- view list of blogposts tagged
|
|
1769
|
-
([9efe088](https://github.com/ho-nl/m2-pwa/commit/9efe0884d43e0dc63e614f625b81e6f8b3f1dc50))
|
|
1770
|
-
- working on EmailForm
|
|
1771
|
-
([f16141f](https://github.com/ho-nl/m2-pwa/commit/f16141f8cc0dfeaef8dee2a3e635bda898550a51))
|
|
1772
|
-
- working on shipping-method step
|
|
1773
|
-
([d89a072](https://github.com/ho-nl/m2-pwa/commit/d89a072298baa20bfa0ac7a2a885c40728a23edb))
|
|
1047
|
+
- add add-to-cart snackbar message ([0644de5](https://github.com/ho-nl/m2-pwa/commit/0644de5acccada024eda2b5c92b52536a1da5385))
|
|
1048
|
+
- add add-to-cart snackbar to all products ([e9570fd](https://github.com/ho-nl/m2-pwa/commit/e9570fdb55331b2a790f8910c0722dba83480f64))
|
|
1049
|
+
- Add blog pagination ([04bf2d0](https://github.com/ho-nl/m2-pwa/commit/04bf2d033f14bc159df7ec8a45aabd8ac5d4fd13))
|
|
1050
|
+
- add blog tags to page ([bdc31af](https://github.com/ho-nl/m2-pwa/commit/bdc31af37e1b348f409dd347fe0c88581b0cf375))
|
|
1051
|
+
- add Chip with author and publish date ([20a28a5](https://github.com/ho-nl/m2-pwa/commit/20a28a5c4fdbb4cd883b69459e13ac481bdf3a64))
|
|
1052
|
+
- add default snackbar ([2ccdb26](https://github.com/ho-nl/m2-pwa/commit/2ccdb2661b7bfb6353ed23defcc626e652495514))
|
|
1053
|
+
- add getFilterTypes to shared client, faster generation ([beccfde](https://github.com/ho-nl/m2-pwa/commit/beccfde6ebc8aaf6223f0e8b33fabf4f5039efed))
|
|
1054
|
+
- add new customer address ([df7cbe9](https://github.com/ho-nl/m2-pwa/commit/df7cbe92f64ffa1ff0cdfde7fa9a5d74fb05f969))
|
|
1055
|
+
- add party (tada) icon ([c5daf6f](https://github.com/ho-nl/m2-pwa/commit/c5daf6f78d77aad768c8414a97c76b185250ea87))
|
|
1056
|
+
- add preload to first item for ProductListItemsBase ([a4e06bc](https://github.com/ho-nl/m2-pwa/commit/a4e06bcb4192596b25d509b61669cff9d8bfdee7))
|
|
1057
|
+
- add sideDrawerUi component ([072642b](https://github.com/ho-nl/m2-pwa/commit/072642b8eb8e1162d257cee92a2c1f84fe101fd3))
|
|
1058
|
+
- added decode=async to PictureResponsive ([c2ca558](https://github.com/ho-nl/m2-pwa/commit/c2ca558d9739b2efe45ccccb17e526005b5b9c81))
|
|
1059
|
+
- added FramerNextPagesSlider for service pages ([282e249](https://github.com/ho-nl/m2-pwa/commit/282e249d5d487f04e1ab37b7551d4a65b5d20789))
|
|
1060
|
+
- added FramerSlider ImageGallery example ([257cee1](https://github.com/ho-nl/m2-pwa/commit/257cee1660e85991f60fcd3f9d896a2a3e7e332b))
|
|
1061
|
+
- added full height support for BottomDrawerUi ([d27b842](https://github.com/ho-nl/m2-pwa/commit/d27b842e387fcf514bb5cb27df829aef026c8f77))
|
|
1062
|
+
- added prev/next keyboard handling ([8e7e42f](https://github.com/ho-nl/m2-pwa/commit/8e7e42fe6b12006612287736c972a2194854febe))
|
|
1063
|
+
- animated cart rows and checkout stepper component ([5b3294d](https://github.com/ho-nl/m2-pwa/commit/5b3294d4a97c89d5c4690bbeac0814481babe3c9))
|
|
1064
|
+
- animated filters ([846e233](https://github.com/ho-nl/m2-pwa/commit/846e233c9653821afbe9cfe7742dc42bb869a078))
|
|
1065
|
+
- apollo error full page component ([fc1e695](https://github.com/ho-nl/m2-pwa/commit/fc1e695251a8792abaec5b9382e8301d3794cb6d))
|
|
1066
|
+
- apollo error full page on account pages ([ed8c80f](https://github.com/ho-nl/m2-pwa/commit/ed8c80ffa66094e5aee3b0ca830436d863a85e82))
|
|
1067
|
+
- **app-shell-title:** support typography variants ([74ed6a4](https://github.com/ho-nl/m2-pwa/commit/74ed6a4982bf6f43aa7f6b3771f919156653336c))
|
|
1068
|
+
- **app-shell:** now consistent ([fb5b506](https://github.com/ho-nl/m2-pwa/commit/fb5b5062729002b508e888a4962f1b2578e5199b))
|
|
1069
|
+
- barrel file for next-ui components ([04737e0](https://github.com/ho-nl/m2-pwa/commit/04737e02bc36d0b6293a704463023de161a5b89a))
|
|
1070
|
+
- better 404 handling and simplified getStaticProps ([321ace1](https://github.com/ho-nl/m2-pwa/commit/321ace1850642ee3eddfa674c37e6fca8adcdb74))
|
|
1071
|
+
- better handling of shipping options ([9598f9b](https://github.com/ho-nl/m2-pwa/commit/9598f9bf5c523dfa2f043e6df42ce5e33aa218db))
|
|
1072
|
+
- **button:** pill-link variant ([a6d837a](https://github.com/ho-nl/m2-pwa/commit/a6d837adf73fedb4490d9eafb1a7b87e9931ecb3))
|
|
1073
|
+
- cart fab on mobile ([bd2e9eb](https://github.com/ho-nl/m2-pwa/commit/bd2e9ebe056ba9a81b5c7228f1e5be57171266f4))
|
|
1074
|
+
- **cart:** when a cart is not active anymore show a clear cart button ([5d04a14](https://github.com/ho-nl/m2-pwa/commit/5d04a14726c040b20b34c0b88f923aee1dff22e5))
|
|
1075
|
+
- checkout email added ([452a953](https://github.com/ho-nl/m2-pwa/commit/452a95377e116bfa8b757d3ccc45cf2e4ac7cc51))
|
|
1076
|
+
- configurable product form ([dae6f10](https://github.com/ho-nl/m2-pwa/commit/dae6f10e4b8655761900c7ce3028605efe8e154a))
|
|
1077
|
+
- content header component ([9cf58cd](https://github.com/ho-nl/m2-pwa/commit/9cf58cd5ced3e89237fc04076aa0fae3618205ef))
|
|
1078
|
+
- content header context ([95b010a](https://github.com/ho-nl/m2-pwa/commit/95b010a175b7e6875da928f4abe4c45fc5c9e942))
|
|
1079
|
+
- **content-header:** text buttons on mobile - pill buttons on desktop ([1438838](https://github.com/ho-nl/m2-pwa/commit/1438838fbd2aac1e3510368f2a657314ebd05d2d))
|
|
1080
|
+
- **content-header:** title animation based on header height ([3eae793](https://github.com/ho-nl/m2-pwa/commit/3eae793c660c64c0862257907f268ae85d5f6e54))
|
|
1081
|
+
- convert account ([b2ad16a](https://github.com/ho-nl/m2-pwa/commit/b2ad16aeb054ff89688e9fcdd4b5f2081f88aa3c))
|
|
1082
|
+
- created FramerSlider components ([586f140](https://github.com/ho-nl/m2-pwa/commit/586f140824718eacda41318b57af14bc02e2e3ea))
|
|
1083
|
+
- created stacked-pages package ([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
|
|
1084
|
+
- data agnostic animated header ([17047a6](https://github.com/ho-nl/m2-pwa/commit/17047a6d754494d9443c8f2e486cc232cf199c45))
|
|
1085
|
+
- detailed cart view ([3a7126c](https://github.com/ho-nl/m2-pwa/commit/3a7126c08a1be580a1d9bba86951e11558cb0e5b))
|
|
1086
|
+
- divided links component ([14be359](https://github.com/ho-nl/m2-pwa/commit/14be35984b697dc3f182e3767f0d2e294a65e25d))
|
|
1087
|
+
- form styling consistency ([87cba85](https://github.com/ho-nl/m2-pwa/commit/87cba85e828fa42a02dfe74ac841aa2b39a60f4e))
|
|
1088
|
+
- framer slider gallery for product view ([43f5c67](https://github.com/ho-nl/m2-pwa/commit/43f5c678f5f075372d5b02c87858d858cde6ce4e))
|
|
1089
|
+
- **framer-next-page:** introduced SheetHeader ([dd6949f](https://github.com/ho-nl/m2-pwa/commit/dd6949fd027f6ec984f4de44fe75b36265f44906))
|
|
1090
|
+
- **framer-next-pages:** added useCloseOverlay hook to close multiple steps at once ([55b7473](https://github.com/ho-nl/m2-pwa/commit/55b74730e64060c20072bf10f34d346964edc51f))
|
|
1091
|
+
- **framer-next-pages:** implemented the FullPageShell for the remaining pages ([88386b4](https://github.com/ho-nl/m2-pwa/commit/88386b4652abb7765d6e755c7fb7a3cb6285a0e7))
|
|
1092
|
+
- **framer-scroller:** add prev/next buttons to SidebarSlider ([00472e5](https://github.com/ho-nl/m2-pwa/commit/00472e5fe3c3c5408db358c0c78a3559cea902ca))
|
|
1093
|
+
- **framer-scroller:** added the new slider to the product page ([3c6b726](https://github.com/ho-nl/m2-pwa/commit/3c6b7262fb6418798f828f4517ed097fd9734e96))
|
|
1094
|
+
- **framer-scroller:** implemented the scroller on all pages ([73fb518](https://github.com/ho-nl/m2-pwa/commit/73fb518eff74edb2b3212e892b3d8cc2b088011b))
|
|
1095
|
+
- **framer-scroller:** package to implement scroll-snap handling with JS ([b3a279f](https://github.com/ho-nl/m2-pwa/commit/b3a279f8b4acb2b9de99004efe0459c534786bdd))
|
|
1096
|
+
- FramerSlider support resizing of slider ([8209e98](https://github.com/ho-nl/m2-pwa/commit/8209e980419c9e53e43910be965862cdebe6fbe5))
|
|
1097
|
+
- friendly no orders message in my account ([46a25b6](https://github.com/ho-nl/m2-pwa/commit/46a25b64ad94540cdaff948557374e9db99cc588))
|
|
1098
|
+
- full page message component ([659d4ca](https://github.com/ho-nl/m2-pwa/commit/659d4ca8241c88907b5a7aaed29efe25a8d0f82d))
|
|
1099
|
+
- full page ui back and menu button position swap ([93b3419](https://github.com/ho-nl/m2-pwa/commit/93b34197947d133f4d1480c4ce68a0302201b858))
|
|
1100
|
+
- full page ui desktop variant ([a70f301](https://github.com/ho-nl/m2-pwa/commit/a70f3013da36fa131f82fb44457b107fb7705df6))
|
|
1101
|
+
- **FullPageUi:** make backFallbackTitle and backFallbackHref required ([7e65bc7](https://github.com/ho-nl/m2-pwa/commit/7e65bc769ad5071d797481d143f9757611408c1d))
|
|
1102
|
+
- **graphql:** introduced new graphql package that holds all generated files ([a3e7aa0](https://github.com/ho-nl/m2-pwa/commit/a3e7aa05540540533b5ced9a95f1f802ecbe499f))
|
|
1103
|
+
- groundwork for complete reimplementation of product pages ([b224da8](https://github.com/ho-nl/m2-pwa/commit/b224da8273eb5c8173ad30d006391b2291331623))
|
|
1104
|
+
- **image:** introduced completely rewritten Image component ([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
|
|
1105
|
+
- implement ref forwarding for the PictureResponsive and PictureResponsiveNext ([5ce010c](https://github.com/ho-nl/m2-pwa/commit/5ce010cfd1edf3d726d4baf805d6a534d98f5f82))
|
|
1106
|
+
- implement scrollSnapAlign: start | center | end ([d2c7c17](https://github.com/ho-nl/m2-pwa/commit/d2c7c17a5362b246755ffc7d05a7e722a95bcad8))
|
|
1107
|
+
- implement sticky snackbar in needed places ([0426e73](https://github.com/ho-nl/m2-pwa/commit/0426e73ff7bb24cae656a082e15f36d5012c6653))
|
|
1108
|
+
- implemented checkmo payment method ([18525b2](https://github.com/ho-nl/m2-pwa/commit/18525b2f4efe9bd0eea12a7a992d284f341e0c68))
|
|
1109
|
+
- imported react-modal-sheet ([e3a76f7](https://github.com/ho-nl/m2-pwa/commit/e3a76f71a6c8f7b5cfc0766673265733040ba164))
|
|
1110
|
+
- improved drawer stacking and stable layoutId support ([b5b0406](https://github.com/ho-nl/m2-pwa/commit/b5b040635993eb3da819606e94d3cd6fdaddb05c))
|
|
1111
|
+
- introduce bottom drawer stacking ([e82de09](https://github.com/ho-nl/m2-pwa/commit/e82de0904b07093b27be2d660933dd3dc95188e7))
|
|
1112
|
+
- introduce useFormPersist to complent useMutationFormPersist ([4e75217](https://github.com/ho-nl/m2-pwa/commit/4e75217f1c211a7ae159312ddbcc476d8c4064d9))
|
|
1113
|
+
- introduced SheetShell as a shared layout component ([eb64f28](https://github.com/ho-nl/m2-pwa/commit/eb64f28fd05b69efbf14fa850c70b0f1da5c4237))
|
|
1114
|
+
- introduced useFormPersist to store form values without submitting ([c042cdb](https://github.com/ho-nl/m2-pwa/commit/c042cdb6c3211d6354bad16b5b6503efe7321c42))
|
|
1115
|
+
- introduces framer-next-pages and framer-sheet to next-ui and soxbase package ([e04ad8a](https://github.com/ho-nl/m2-pwa/commit/e04ad8a94cd1fd5a7c5575c9db7916b6e8a88f16))
|
|
1116
|
+
- introducing useAutoSubmit for useForm to handle shipping address step ([d375a12](https://github.com/ho-nl/m2-pwa/commit/d375a123d5ba88285703fc1706a43c21c5a248d5))
|
|
1117
|
+
- left and sidebar drawers ([12a3b72](https://github.com/ho-nl/m2-pwa/commit/12a3b72edfad38a4b82701ec502f2f4d85c40e53))
|
|
1118
|
+
- login flow ([8132b1a](https://github.com/ho-nl/m2-pwa/commit/8132b1a9be7040c3e2f70f1c1d04e6a9d7840a91))
|
|
1119
|
+
- major performance refactor ([03f8e2f](https://github.com/ho-nl/m2-pwa/commit/03f8e2fa16ef919bd6bd6eadd36922d0245ed960))
|
|
1120
|
+
- make action optional in snackbar ([70cf9a4](https://github.com/ho-nl/m2-pwa/commit/70cf9a456e483040b2aad087a9cc01ecf85fe4c8))
|
|
1121
|
+
- make bottom drawer dismissable by dragging ([ff8e575](https://github.com/ho-nl/m2-pwa/commit/ff8e575b51cebe92734e0c8f1ead77c127e9f8aa))
|
|
1122
|
+
- **mesh:** use mesh with build version with increased stability/performance ([63863f3](https://github.com/ho-nl/m2-pwa/commit/63863f3a2df4d596819b85f3cf736c7f52f828c1))
|
|
1123
|
+
- minimal page shell ([1693674](https://github.com/ho-nl/m2-pwa/commit/1693674631fc8438c60d9b74b73e607e08971a2d))
|
|
1124
|
+
- new app shell components ([2db3b7a](https://github.com/ho-nl/m2-pwa/commit/2db3b7a646f45ac273679770715d23e3472e9d2c))
|
|
1125
|
+
- new my account overview ([6de0761](https://github.com/ho-nl/m2-pwa/commit/6de0761c452e1ba5364345a168b400d90418b44e))
|
|
1126
|
+
- **next-ui:** SectionContainer/SectionHeader now accepts variantLeft/variantRight as prop ([a58f8f2](https://github.com/ho-nl/m2-pwa/commit/a58f8f2962e74c9aaa41142524d42d9c8f662b8d))
|
|
1127
|
+
- next.js 11 ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
|
|
1128
|
+
- overlay ui component ([227eedc](https://github.com/ho-nl/m2-pwa/commit/227eedcdace65b77390f635398e9d5a56249df6b))
|
|
1129
|
+
- pictureResponsiveNext svg support ([3872620](https://github.com/ho-nl/m2-pwa/commit/3872620aba45645110b4691cc0cd9bdf86ec1266))
|
|
1130
|
+
- PictureResponsiveNext: lossy compression for gifs ([cb9d279](https://github.com/ho-nl/m2-pwa/commit/cb9d279a6a8b8acde4deafc13bad8a39fc7969d0))
|
|
1131
|
+
- PictureResppnsive: support loading=eager, single img tag instead of picture ([2836f4c](https://github.com/ho-nl/m2-pwa/commit/2836f4cdc8499b0b422b30d8683f8ef0715ffff5))
|
|
1132
|
+
- **playwright:** added new playwright package to enable browser testing ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
1133
|
+
- product page review pagination ([4e18395](https://github.com/ho-nl/m2-pwa/commit/4e18395944c08e195fd09192086301c695d044ed))
|
|
1134
|
+
- quick checkout component on cart page ([0eaafe5](https://github.com/ho-nl/m2-pwa/commit/0eaafe510da3a473b9888707a198361db9b65e06))
|
|
1135
|
+
- redirect page/1 to /blog ([7ad1eaf](https://github.com/ho-nl/m2-pwa/commit/7ad1eafe2c3046706392f23a7c29b8263288d417))
|
|
1136
|
+
- reduced page shell component ([7e0b0a1](https://github.com/ho-nl/m2-pwa/commit/7e0b0a1471795f47e2f0f876b0e09cb65b053c2a))
|
|
1137
|
+
- reimplemented RowSwipeableGrid ([a9131de](https://github.com/ho-nl/m2-pwa/commit/a9131dea19347db2985ee3864e460dfa8a3f2182))
|
|
1138
|
+
- remove wrapper div from ScrollSnapSlider ([476add8](https://github.com/ho-nl/m2-pwa/commit/476add8db64811f2c7e3fc482487967cd7573cf6))
|
|
1139
|
+
- renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of [@reachdigital](https://github.com/reachdigital) ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
|
|
1140
|
+
- **reviews:** no reviews written message ([8ade3db](https://github.com/ho-nl/m2-pwa/commit/8ade3dbe830f5a59af09c002dfa38fa5349a4b61))
|
|
1141
|
+
- RowSwipable ([8908ff6](https://github.com/ho-nl/m2-pwa/commit/8908ff62fbd82695e9a80d2d89cde6cecb19d260))
|
|
1142
|
+
- SidebarSlider added and implemented ([188f7e3](https://github.com/ho-nl/m2-pwa/commit/188f7e38cad3729a1424a3a808fda9cdd51a6954))
|
|
1143
|
+
- standalone Blog Title ([311a468](https://github.com/ho-nl/m2-pwa/commit/311a4688833e054660c57e06dc98176163f3d14f))
|
|
1144
|
+
- sticky footer ([1547cab](https://github.com/ho-nl/m2-pwa/commit/1547cab694c0ebf7cf9acb57817a5fe5565f10fd))
|
|
1145
|
+
- svgimage component ([f369605](https://github.com/ho-nl/m2-pwa/commit/f3696051e381a24c543fd24e199da5b17f9e124f))
|
|
1146
|
+
- **theme:** restructured fonts and applied to home and category page ([6adf5f1](https://github.com/ho-nl/m2-pwa/commit/6adf5f11321bdfbf499125f1161c5abf5a1bfe4a))
|
|
1147
|
+
- **theme:** restructured typography ([6fcddae](https://github.com/ho-nl/m2-pwa/commit/6fcddae6b1b54d071475c59c80a9f8d8a36294d5))
|
|
1148
|
+
- time ago component ([bf3ca85](https://github.com/ho-nl/m2-pwa/commit/bf3ca852e66d53041ef9f535724b19376c5648ca))
|
|
1149
|
+
- tweak app performance ([cde0a9b](https://github.com/ho-nl/m2-pwa/commit/cde0a9bda1560b354e9adde3c022e3fddb71ea69))
|
|
1150
|
+
- upgrade to node 14 ([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
|
|
1151
|
+
- upgraded to nextjs 11 ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
|
|
1152
|
+
- use LazyMotion configuration for better bundle splitting ([f043eb7](https://github.com/ho-nl/m2-pwa/commit/f043eb72a3fbe698644afdfe80a4915db142eebc))
|
|
1153
|
+
- use official nextjs image endpoint ([0e76ab4](https://github.com/ho-nl/m2-pwa/commit/0e76ab4cece15d4d6f192cb938588a34abaebe8a))
|
|
1154
|
+
- useFormPersist, useFormAutoSubmit, useFormGqlMutation everywhere ([e591285](https://github.com/ho-nl/m2-pwa/commit/e5912854babee87c8efc5b7c00455d61b301aad3))
|
|
1155
|
+
- useMutationFormPersist to save form field values for current session ([f26197d](https://github.com/ho-nl/m2-pwa/commit/f26197dce51bf76450775dd6ed8ce2b17d70ee55))
|
|
1156
|
+
- view list of blogposts tagged ([9efe088](https://github.com/ho-nl/m2-pwa/commit/9efe0884d43e0dc63e614f625b81e6f8b3f1dc50))
|
|
1157
|
+
- working on EmailForm ([f16141f](https://github.com/ho-nl/m2-pwa/commit/f16141f8cc0dfeaef8dee2a3e635bda898550a51))
|
|
1158
|
+
- working on shipping-method step ([d89a072](https://github.com/ho-nl/m2-pwa/commit/d89a072298baa20bfa0ac7a2a885c40728a23edb))
|
|
1774
1159
|
|
|
1775
1160
|
### Reverts
|
|
1776
1161
|
|
|
1777
|
-
- Revert "chore: upgrade @apollo/client"
|
|
1778
|
-
([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
|
|
1162
|
+
- Revert "chore: upgrade @apollo/client" ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
|
|
1779
1163
|
|
|
1780
1164
|
## 2.0.8 (2020-10-28)
|
|
1781
1165
|
|
|
1782
1166
|
### Bug Fixes
|
|
1783
1167
|
|
|
1784
|
-
- make sure themes extensions are found
|
|
1785
|
-
([5aa18db](https://github.com/ho-nl/m2-pwa/commit/5aa18db514fd2e2f50681367e39523f8e742ece0))
|
|
1168
|
+
- make sure themes extensions are found ([5aa18db](https://github.com/ho-nl/m2-pwa/commit/5aa18db514fd2e2f50681367e39523f8e742ece0))
|
|
1786
1169
|
|
|
1787
1170
|
### Features
|
|
1788
1171
|
|
|
1789
|
-
- added generated graphql.ts files
|
|
1790
|
-
|
|
1791
|
-
- split into packages
|
|
1792
|
-
([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
|
|
1172
|
+
- added generated graphql.ts files ([3e44415](https://github.com/ho-nl/m2-pwa/commit/3e44415b018e74b502e9e98479aa5e84041f337d))
|
|
1173
|
+
- split into packages ([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
|
|
1793
1174
|
|
|
1794
1175
|
### BREAKING CHANGES
|
|
1795
1176
|
|
|
@@ -1797,24 +1178,20 @@ All notable changes to this project will be documented in this file. See
|
|
|
1797
1178
|
|
|
1798
1179
|
# Change Log
|
|
1799
1180
|
|
|
1800
|
-
All notable changes to this project will be documented in this file. See
|
|
1801
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1181
|
+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
1802
1182
|
|
|
1803
1183
|
## [2.112.6](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.112.5...@graphcommerce/next-ui@2.112.6) (2021-09-24)
|
|
1804
1184
|
|
|
1805
1185
|
### Bug Fixes
|
|
1806
1186
|
|
|
1807
|
-
- all disabled buttons have white text
|
|
1808
|
-
|
|
1809
|
-
- **message-snackbar:** close on action click
|
|
1810
|
-
([146c232](https://github.com/ho-nl/m2-pwa/commit/146c232a3a0e78b2be68631b0461e7b4699b99e1))
|
|
1187
|
+
- all disabled buttons have white text ([358114d](https://github.com/ho-nl/m2-pwa/commit/358114ddff5d7ffa51c30f6a6e7787e88d5e4c5c))
|
|
1188
|
+
- **message-snackbar:** close on action click ([146c232](https://github.com/ho-nl/m2-pwa/commit/146c232a3a0e78b2be68631b0461e7b4699b99e1))
|
|
1811
1189
|
|
|
1812
1190
|
## [2.112.5](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.112.4...@graphcommerce/next-ui@2.112.5) (2021-09-24)
|
|
1813
1191
|
|
|
1814
1192
|
### Bug Fixes
|
|
1815
1193
|
|
|
1816
|
-
- **chip-menu:** layout shift on open
|
|
1817
|
-
([c65cf5b](https://github.com/ho-nl/m2-pwa/commit/c65cf5bc18864b5180aba3f2361399bd85967952))
|
|
1194
|
+
- **chip-menu:** layout shift on open ([c65cf5b](https://github.com/ho-nl/m2-pwa/commit/c65cf5bc18864b5180aba3f2361399bd85967952))
|
|
1818
1195
|
|
|
1819
1196
|
## [2.112.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.112.2...@graphcommerce/next-ui@2.112.3) (2021-09-23)
|
|
1820
1197
|
|
|
@@ -1822,400 +1199,288 @@ All notable changes to this project will be documented in this file. See
|
|
|
1822
1199
|
|
|
1823
1200
|
### Bug Fixes
|
|
1824
1201
|
|
|
1825
|
-
- do not use ToggleButtonGroup, only use the ToggleButton
|
|
1826
|
-
|
|
1827
|
-
- **Form:** forms always have background
|
|
1828
|
-
([1f3fa1e](https://github.com/ho-nl/m2-pwa/commit/1f3fa1e53a997b88512335dc344bff3fa24f6bc6))
|
|
1202
|
+
- do not use ToggleButtonGroup, only use the ToggleButton ([5172f70](https://github.com/ho-nl/m2-pwa/commit/5172f709ee26122b0a8700afb4325f23cb9ba9b9))
|
|
1203
|
+
- **Form:** forms always have background ([1f3fa1e](https://github.com/ho-nl/m2-pwa/commit/1f3fa1e53a997b88512335dc344bff3fa24f6bc6))
|
|
1829
1204
|
|
|
1830
1205
|
## [2.112.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.112.1...@graphcommerce/next-ui@2.112.2) (2021-09-20)
|
|
1831
1206
|
|
|
1832
1207
|
### Bug Fixes
|
|
1833
1208
|
|
|
1834
|
-
- header app shell margin bottom in some circumstances
|
|
1835
|
-
([6030ba7](https://github.com/ho-nl/m2-pwa/commit/6030ba7d07619d0b877a9f557c3e14676c326c7a))
|
|
1209
|
+
- header app shell margin bottom in some circumstances ([6030ba7](https://github.com/ho-nl/m2-pwa/commit/6030ba7d07619d0b877a9f557c3e14676c326c7a))
|
|
1836
1210
|
|
|
1837
1211
|
# [2.112.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.111.0...@graphcommerce/next-ui@2.112.0) (2021-09-01)
|
|
1838
1212
|
|
|
1839
1213
|
### Bug Fixes
|
|
1840
1214
|
|
|
1841
|
-
- **framer-slider:** prev/next buttons don't always show up correctly
|
|
1842
|
-
|
|
1843
|
-
- sidebar gallery width
|
|
1844
|
-
([7185850](https://github.com/ho-nl/m2-pwa/commit/71858500d5b62e1d2130d236247fc06fd80649f9))
|
|
1215
|
+
- **framer-slider:** prev/next buttons don't always show up correctly ([ba2510e](https://github.com/ho-nl/m2-pwa/commit/ba2510ea659344a2d71957eed396f4e5ce536a8c))
|
|
1216
|
+
- sidebar gallery width ([7185850](https://github.com/ho-nl/m2-pwa/commit/71858500d5b62e1d2130d236247fc06fd80649f9))
|
|
1845
1217
|
|
|
1846
1218
|
### Features
|
|
1847
1219
|
|
|
1848
|
-
- **framer-scroller:** add prev/next buttons to SidebarSlider
|
|
1849
|
-
([00472e5](https://github.com/ho-nl/m2-pwa/commit/00472e5fe3c3c5408db358c0c78a3559cea902ca))
|
|
1220
|
+
- **framer-scroller:** add prev/next buttons to SidebarSlider ([00472e5](https://github.com/ho-nl/m2-pwa/commit/00472e5fe3c3c5408db358c0c78a3559cea902ca))
|
|
1850
1221
|
|
|
1851
1222
|
# [2.111.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.110.1...@graphcommerce/next-ui@2.111.0) (2021-09-01)
|
|
1852
1223
|
|
|
1853
1224
|
### Bug Fixes
|
|
1854
1225
|
|
|
1855
|
-
- chipmenu styling
|
|
1856
|
-
|
|
1857
|
-
-
|
|
1858
|
-
([234dc37](https://github.com/ho-nl/m2-pwa/commit/234dc37fc46f723410e9a844bbcb33cfe5d8a588))
|
|
1859
|
-
- make sure we remove the scrollbar only when the animation completes
|
|
1860
|
-
([aa629e0](https://github.com/ho-nl/m2-pwa/commit/aa629e06b7b13e4cd85332cd6dcfbe8ae973a7f5))
|
|
1226
|
+
- chipmenu styling ([dcdbbcc](https://github.com/ho-nl/m2-pwa/commit/dcdbbccceb2226de5067b14414f3d4ff5e016a5b))
|
|
1227
|
+
- **framer-scroller:** center the prev/next buttons on the gallery ([234dc37](https://github.com/ho-nl/m2-pwa/commit/234dc37fc46f723410e9a844bbcb33cfe5d8a588))
|
|
1228
|
+
- make sure we remove the scrollbar only when the animation completes ([aa629e0](https://github.com/ho-nl/m2-pwa/commit/aa629e06b7b13e4cd85332cd6dcfbe8ae973a7f5))
|
|
1861
1229
|
|
|
1862
1230
|
### Features
|
|
1863
1231
|
|
|
1864
|
-
- **framer-scroller:** added the new slider to the product page
|
|
1865
|
-
|
|
1866
|
-
- **framer-scroller:**
|
|
1867
|
-
([73fb518](https://github.com/ho-nl/m2-pwa/commit/73fb518eff74edb2b3212e892b3d8cc2b088011b))
|
|
1868
|
-
- **framer-scroller:** package to implement scroll-snap handling with JS
|
|
1869
|
-
([b3a279f](https://github.com/ho-nl/m2-pwa/commit/b3a279f8b4acb2b9de99004efe0459c534786bdd))
|
|
1232
|
+
- **framer-scroller:** added the new slider to the product page ([3c6b726](https://github.com/ho-nl/m2-pwa/commit/3c6b7262fb6418798f828f4517ed097fd9734e96))
|
|
1233
|
+
- **framer-scroller:** implemented the scroller on all pages ([73fb518](https://github.com/ho-nl/m2-pwa/commit/73fb518eff74edb2b3212e892b3d8cc2b088011b))
|
|
1234
|
+
- **framer-scroller:** package to implement scroll-snap handling with JS ([b3a279f](https://github.com/ho-nl/m2-pwa/commit/b3a279f8b4acb2b9de99004efe0459c534786bdd))
|
|
1870
1235
|
|
|
1871
1236
|
## [2.110.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.110.0...@graphcommerce/next-ui@2.110.1) (2021-08-30)
|
|
1872
1237
|
|
|
1873
1238
|
### Bug Fixes
|
|
1874
1239
|
|
|
1875
|
-
- **app-shell-header:** show fallbacktitle instead of back on back button when applicable
|
|
1876
|
-
([27d7d7d](https://github.com/ho-nl/m2-pwa/commit/27d7d7d716265c856cd64d3f485f0227f99c5cd0))
|
|
1240
|
+
- **app-shell-header:** show fallbacktitle instead of back on back button when applicable ([27d7d7d](https://github.com/ho-nl/m2-pwa/commit/27d7d7d716265c856cd64d3f485f0227f99c5cd0))
|
|
1877
1241
|
|
|
1878
1242
|
# [2.110.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.109.2...@graphcommerce/next-ui@2.110.0) (2021-08-27)
|
|
1879
1243
|
|
|
1880
1244
|
### Bug Fixes
|
|
1881
1245
|
|
|
1882
|
-
- adjust header height
|
|
1883
|
-
|
|
1884
|
-
- app shell consistency
|
|
1885
|
-
|
|
1886
|
-
- app shell
|
|
1887
|
-
|
|
1888
|
-
- app shell
|
|
1889
|
-
|
|
1890
|
-
- app shell
|
|
1891
|
-
|
|
1892
|
-
-
|
|
1893
|
-
|
|
1894
|
-
-
|
|
1895
|
-
|
|
1896
|
-
- **app-shell-header:** hide divider
|
|
1897
|
-
([34d183e](https://github.com/ho-nl/m2-pwa/commit/34d183e7ee13c3e6d76bc211d44398cb7e492d67))
|
|
1898
|
-
- **app-shell:** pages after app shell changes
|
|
1899
|
-
([fb74510](https://github.com/ho-nl/m2-pwa/commit/fb74510121f6124009db72ad2ddebf6459c52a85))
|
|
1900
|
-
- primary button height
|
|
1901
|
-
([741279e](https://github.com/ho-nl/m2-pwa/commit/741279e1c92845f067af5ad63adec04b05936fcc))
|
|
1902
|
-
- search page white background
|
|
1903
|
-
([8676bfa](https://github.com/ho-nl/m2-pwa/commit/8676bfa30273b4d5f41b708b2ac45474d2e31e65))
|
|
1904
|
-
- **sheet-shell-header:** adjust mobile height
|
|
1905
|
-
([c4310ff](https://github.com/ho-nl/m2-pwa/commit/c4310fff4314aa0121906aa4694af32f77ff12c8))
|
|
1906
|
-
- title offset
|
|
1907
|
-
([2fef3ea](https://github.com/ho-nl/m2-pwa/commit/2fef3ea10ad98467062d4de397b40a83a86d7102))
|
|
1908
|
-
- white space below divider on sheet shells
|
|
1909
|
-
([1159f20](https://github.com/ho-nl/m2-pwa/commit/1159f20452b308f6301749492765af066ab3d673))
|
|
1246
|
+
- adjust header height ([d22310d](https://github.com/ho-nl/m2-pwa/commit/d22310dca282208c6d7020c6c27f8ba5be980e3c))
|
|
1247
|
+
- app shell consistency ([e062c3d](https://github.com/ho-nl/m2-pwa/commit/e062c3d4af75c6bfe1ad7056dfb172277f1b01cb))
|
|
1248
|
+
- app shell consistency wip ([be995ca](https://github.com/ho-nl/m2-pwa/commit/be995ca5c3e383b89fea3759186d53af4790e99b))
|
|
1249
|
+
- app shell fixes ([1b13d0d](https://github.com/ho-nl/m2-pwa/commit/1b13d0d0d4b480ddc9712b4d298af2d81fb2b1d4))
|
|
1250
|
+
- app shell fixes ([c3bddee](https://github.com/ho-nl/m2-pwa/commit/c3bddee6b878cd9d2183c4938df0824a6eca4f36))
|
|
1251
|
+
- app shell header scroll spacings ([b1f5706](https://github.com/ho-nl/m2-pwa/commit/b1f570697bb0a9207129c9d24623b6069cf38ab5))
|
|
1252
|
+
- app shell tests ([10b58bd](https://github.com/ho-nl/m2-pwa/commit/10b58bd1a0271ef5d90a51394a9efd194b285ed0))
|
|
1253
|
+
- **app-shell-header:** hide divider ([34d183e](https://github.com/ho-nl/m2-pwa/commit/34d183e7ee13c3e6d76bc211d44398cb7e492d67))
|
|
1254
|
+
- **app-shell:** pages after app shell changes ([fb74510](https://github.com/ho-nl/m2-pwa/commit/fb74510121f6124009db72ad2ddebf6459c52a85))
|
|
1255
|
+
- primary button height ([741279e](https://github.com/ho-nl/m2-pwa/commit/741279e1c92845f067af5ad63adec04b05936fcc))
|
|
1256
|
+
- search page white background ([8676bfa](https://github.com/ho-nl/m2-pwa/commit/8676bfa30273b4d5f41b708b2ac45474d2e31e65))
|
|
1257
|
+
- **sheet-shell-header:** adjust mobile height ([c4310ff](https://github.com/ho-nl/m2-pwa/commit/c4310fff4314aa0121906aa4694af32f77ff12c8))
|
|
1258
|
+
- title offset ([2fef3ea](https://github.com/ho-nl/m2-pwa/commit/2fef3ea10ad98467062d4de397b40a83a86d7102))
|
|
1259
|
+
- white space below divider on sheet shells ([1159f20](https://github.com/ho-nl/m2-pwa/commit/1159f20452b308f6301749492765af066ab3d673))
|
|
1910
1260
|
|
|
1911
1261
|
### Features
|
|
1912
1262
|
|
|
1913
|
-
- **app-shell-title:** support typography variants
|
|
1914
|
-
|
|
1915
|
-
- **app-shell:** now consistent
|
|
1916
|
-
([fb5b506](https://github.com/ho-nl/m2-pwa/commit/fb5b5062729002b508e888a4962f1b2578e5199b))
|
|
1263
|
+
- **app-shell-title:** support typography variants ([74ed6a4](https://github.com/ho-nl/m2-pwa/commit/74ed6a4982bf6f43aa7f6b3771f919156653336c))
|
|
1264
|
+
- **app-shell:** now consistent ([fb5b506](https://github.com/ho-nl/m2-pwa/commit/fb5b5062729002b508e888a4962f1b2578e5199b))
|
|
1917
1265
|
|
|
1918
1266
|
## [2.109.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.109.1...@graphcommerce/next-ui@2.109.2) (2021-08-26)
|
|
1919
1267
|
|
|
1920
1268
|
### Bug Fixes
|
|
1921
1269
|
|
|
1922
|
-
- **button:** pill link not visible on mobile
|
|
1923
|
-
|
|
1924
|
-
- cart styling
|
|
1925
|
-
([56feeee](https://github.com/ho-nl/m2-pwa/commit/56feeeeb85657d8abfec1e9613f12bf9d54686b5))
|
|
1270
|
+
- **button:** pill link not visible on mobile ([c4474f5](https://github.com/ho-nl/m2-pwa/commit/c4474f5cfe4dbb6b9aa795d7d175dbce053720d8))
|
|
1271
|
+
- cart styling ([56feeee](https://github.com/ho-nl/m2-pwa/commit/56feeeeb85657d8abfec1e9613f12bf9d54686b5))
|
|
1926
1272
|
|
|
1927
1273
|
## [2.109.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.109.0...@graphcommerce/next-ui@2.109.1) (2021-08-19)
|
|
1928
1274
|
|
|
1929
1275
|
### Bug Fixes
|
|
1930
1276
|
|
|
1931
|
-
- app shell sticky overlapping buttons on scroll
|
|
1932
|
-
|
|
1933
|
-
- white space after footer on category page
|
|
1934
|
-
([0fe13a4](https://github.com/ho-nl/m2-pwa/commit/0fe13a4daa284546487dfafcfa93daa8cbcd827b))
|
|
1277
|
+
- app shell sticky overlapping buttons on scroll ([7548b30](https://github.com/ho-nl/m2-pwa/commit/7548b30718290d976f4839f0096fea432f9a6b45))
|
|
1278
|
+
- white space after footer on category page ([0fe13a4](https://github.com/ho-nl/m2-pwa/commit/0fe13a4daa284546487dfafcfa93daa8cbcd827b))
|
|
1935
1279
|
|
|
1936
1280
|
# [2.109.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.108.3...@graphcommerce/next-ui@2.109.0) (2021-08-17)
|
|
1937
1281
|
|
|
1938
1282
|
### Bug Fixes
|
|
1939
1283
|
|
|
1940
|
-
- **search-page:** hide menu and cart fabs when opened virtual keyboard mobile
|
|
1941
|
-
([e728768](https://github.com/ho-nl/m2-pwa/commit/e7287680545f33079d0af47df1c6ea519b208978))
|
|
1284
|
+
- **search-page:** hide menu and cart fabs when opened virtual keyboard mobile ([e728768](https://github.com/ho-nl/m2-pwa/commit/e7287680545f33079d0af47df1c6ea519b208978))
|
|
1942
1285
|
|
|
1943
1286
|
### Features
|
|
1944
1287
|
|
|
1945
|
-
- left and sidebar drawers
|
|
1946
|
-
([12a3b72](https://github.com/ho-nl/m2-pwa/commit/12a3b72edfad38a4b82701ec502f2f4d85c40e53))
|
|
1288
|
+
- left and sidebar drawers ([12a3b72](https://github.com/ho-nl/m2-pwa/commit/12a3b72edfad38a4b82701ec502f2f4d85c40e53))
|
|
1947
1289
|
|
|
1948
1290
|
## [2.108.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.108.1...@graphcommerce/next-ui@2.108.2) (2021-08-13)
|
|
1949
1291
|
|
|
1950
1292
|
### Bug Fixes
|
|
1951
1293
|
|
|
1952
|
-
- ref couldn't be forwarded for ShippingAddressForm
|
|
1953
|
-
([1f90f1a](https://github.com/ho-nl/m2-pwa/commit/1f90f1a30437d656fcf841026ad13bb2b45d831b))
|
|
1294
|
+
- ref couldn't be forwarded for ShippingAddressForm ([1f90f1a](https://github.com/ho-nl/m2-pwa/commit/1f90f1a30437d656fcf841026ad13bb2b45d831b))
|
|
1954
1295
|
|
|
1955
1296
|
# [2.108.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.107.0...@graphcommerce/next-ui@2.108.0) (2021-08-13)
|
|
1956
1297
|
|
|
1957
1298
|
### Features
|
|
1958
1299
|
|
|
1959
|
-
- **mesh:** use mesh with build version with increased stability/performance
|
|
1960
|
-
([63863f3](https://github.com/ho-nl/m2-pwa/commit/63863f3a2df4d596819b85f3cf736c7f52f828c1))
|
|
1300
|
+
- **mesh:** use mesh with build version with increased stability/performance ([63863f3](https://github.com/ho-nl/m2-pwa/commit/63863f3a2df4d596819b85f3cf736c7f52f828c1))
|
|
1961
1301
|
|
|
1962
1302
|
# [2.107.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.106.0...@graphcommerce/next-ui@2.107.0) (2021-08-12)
|
|
1963
1303
|
|
|
1964
1304
|
### Bug Fixes
|
|
1965
1305
|
|
|
1966
|
-
- account tweaks
|
|
1967
|
-
|
|
1968
|
-
- grid blowout on homepage
|
|
1969
|
-
([8c0e225](https://github.com/ho-nl/m2-pwa/commit/8c0e225a629841e4a391a1edbc0614fc30789ba6))
|
|
1306
|
+
- account tweaks ([26ca295](https://github.com/ho-nl/m2-pwa/commit/26ca2955fe7a3ed509aaa7df98cbb4854d636179))
|
|
1307
|
+
- grid blowout on homepage ([8c0e225](https://github.com/ho-nl/m2-pwa/commit/8c0e225a629841e4a391a1edbc0614fc30789ba6))
|
|
1970
1308
|
|
|
1971
1309
|
### Features
|
|
1972
1310
|
|
|
1973
|
-
- sticky footer
|
|
1974
|
-
([1547cab](https://github.com/ho-nl/m2-pwa/commit/1547cab694c0ebf7cf9acb57817a5fe5565f10fd))
|
|
1311
|
+
- sticky footer ([1547cab](https://github.com/ho-nl/m2-pwa/commit/1547cab694c0ebf7cf9acb57817a5fe5565f10fd))
|
|
1975
1312
|
|
|
1976
1313
|
# [2.106.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.105.2...@graphcommerce/next-ui@2.106.0) (2021-08-12)
|
|
1977
1314
|
|
|
1978
1315
|
### Bug Fixes
|
|
1979
1316
|
|
|
1980
|
-
- small icon size was too large
|
|
1981
|
-
([61a4bc7](https://github.com/ho-nl/m2-pwa/commit/61a4bc72ad88a5df764d100a78ba26635c35e035))
|
|
1317
|
+
- small icon size was too large ([61a4bc7](https://github.com/ho-nl/m2-pwa/commit/61a4bc72ad88a5df764d100a78ba26635c35e035))
|
|
1982
1318
|
|
|
1983
1319
|
### Features
|
|
1984
1320
|
|
|
1985
|
-
- upgraded to nextjs 11
|
|
1986
|
-
([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
|
|
1321
|
+
- upgraded to nextjs 11 ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
|
|
1987
1322
|
|
|
1988
1323
|
## [2.105.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.105.1...@graphcommerce/next-ui@2.105.2) (2021-08-09)
|
|
1989
1324
|
|
|
1990
1325
|
### Bug Fixes
|
|
1991
1326
|
|
|
1992
|
-
- forward ref not used IconBlocks
|
|
1993
|
-
|
|
1994
|
-
-
|
|
1995
|
-
|
|
1996
|
-
-
|
|
1997
|
-
([1ba07a5](https://github.com/ho-nl/m2-pwa/commit/1ba07a5694bd60ad3cee2e8102814643d2a7c79d))
|
|
1998
|
-
- use semantically correct components for menufab
|
|
1999
|
-
([0196b29](https://github.com/ho-nl/m2-pwa/commit/0196b29523b3f49294dde32d96b348d100de5fa8))
|
|
2000
|
-
- use SvgImageSimple for multiple areas
|
|
2001
|
-
([bf851a6](https://github.com/ho-nl/m2-pwa/commit/bf851a6740e1956a78f457c2d90904ee2f65da2f))
|
|
1327
|
+
- forward ref not used IconBlocks ([7af4df3](https://github.com/ho-nl/m2-pwa/commit/7af4df3b03cba0a7748614e1db49d86e8157b75f))
|
|
1328
|
+
- page keeps reloading after each change in @graphcommerce/next-ui ([45ff0f5](https://github.com/ho-nl/m2-pwa/commit/45ff0f51d87e2100faefad93d5d224a8761e6e75))
|
|
1329
|
+
- SvgSimpleImage sizing didn't use rem ([1ba07a5](https://github.com/ho-nl/m2-pwa/commit/1ba07a5694bd60ad3cee2e8102814643d2a7c79d))
|
|
1330
|
+
- use semantically correct components for menufab ([0196b29](https://github.com/ho-nl/m2-pwa/commit/0196b29523b3f49294dde32d96b348d100de5fa8))
|
|
1331
|
+
- use SvgImageSimple for multiple areas ([bf851a6](https://github.com/ho-nl/m2-pwa/commit/bf851a6740e1956a78f457c2d90904ee2f65da2f))
|
|
2002
1332
|
|
|
2003
1333
|
### Reverts
|
|
2004
1334
|
|
|
2005
|
-
- Revert "chore: upgrade @apollo/client"
|
|
2006
|
-
([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
|
|
1335
|
+
- Revert "chore: upgrade @apollo/client" ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
|
|
2007
1336
|
|
|
2008
1337
|
## [2.105.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.105.0...@graphcommerce/next-ui@2.105.1) (2021-08-09)
|
|
2009
1338
|
|
|
2010
1339
|
### Bug Fixes
|
|
2011
1340
|
|
|
2012
|
-
- make fonts more default
|
|
2013
|
-
|
|
2014
|
-
- **review:** make sure chip is rendered correctly
|
|
2015
|
-
([387df34](https://github.com/ho-nl/m2-pwa/commit/387df3456973290f9ce98d47823a7c71a6d95850))
|
|
1341
|
+
- make fonts more default ([cba1d90](https://github.com/ho-nl/m2-pwa/commit/cba1d90578db33d3458c126bf4932312eed05271))
|
|
1342
|
+
- **review:** make sure chip is rendered correctly ([387df34](https://github.com/ho-nl/m2-pwa/commit/387df3456973290f9ce98d47823a7c71a6d95850))
|
|
2016
1343
|
|
|
2017
1344
|
# [2.105.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.104.0...@graphcommerce/next-ui@2.105.0) (2021-08-06)
|
|
2018
1345
|
|
|
2019
1346
|
### Bug Fixes
|
|
2020
1347
|
|
|
2021
|
-
- introduced SvgImageSimple and solve issue with review chips
|
|
2022
|
-
|
|
2023
|
-
- replace captionOldOld with overline
|
|
2024
|
-
([c19bc8a](https://github.com/ho-nl/m2-pwa/commit/c19bc8aee829432a8c72d0d4bc9d266110af65ab))
|
|
1348
|
+
- introduced SvgImageSimple and solve issue with review chips ([931d7fd](https://github.com/ho-nl/m2-pwa/commit/931d7fdcf0faa9d2264899b72e564138215b6bd8))
|
|
1349
|
+
- replace captionOldOld with overline ([c19bc8a](https://github.com/ho-nl/m2-pwa/commit/c19bc8aee829432a8c72d0d4bc9d266110af65ab))
|
|
2025
1350
|
|
|
2026
1351
|
### Features
|
|
2027
1352
|
|
|
2028
|
-
- **theme:** restructured fonts and applied to home and category page
|
|
2029
|
-
|
|
2030
|
-
- **theme:** restructured typography
|
|
2031
|
-
([6fcddae](https://github.com/ho-nl/m2-pwa/commit/6fcddae6b1b54d071475c59c80a9f8d8a36294d5))
|
|
1353
|
+
- **theme:** restructured fonts and applied to home and category page ([6adf5f1](https://github.com/ho-nl/m2-pwa/commit/6adf5f11321bdfbf499125f1161c5abf5a1bfe4a))
|
|
1354
|
+
- **theme:** restructured typography ([6fcddae](https://github.com/ho-nl/m2-pwa/commit/6fcddae6b1b54d071475c59c80a9f8d8a36294d5))
|
|
2032
1355
|
|
|
2033
1356
|
# [2.104.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.103.5...@graphcommerce/next-ui@2.104.0) (2021-08-04)
|
|
2034
1357
|
|
|
2035
1358
|
### Bug Fixes
|
|
2036
1359
|
|
|
2037
|
-
- add blogTags fragment
|
|
2038
|
-
|
|
2039
|
-
-
|
|
2040
|
-
|
|
2041
|
-
-
|
|
2042
|
-
|
|
2043
|
-
-
|
|
2044
|
-
|
|
2045
|
-
-
|
|
2046
|
-
|
|
2047
|
-
- image height in grid
|
|
2048
|
-
([e95fe1a](https://github.com/ho-nl/m2-pwa/commit/e95fe1a613e2047ca9aae54ea413c592eba19bf3))
|
|
2049
|
-
- image height on blog view
|
|
2050
|
-
([2f8aaa3](https://github.com/ho-nl/m2-pwa/commit/2f8aaa32af3d4d8c4e3412c3b4dcab5485a0504f))
|
|
2051
|
-
- remove component specific Row
|
|
2052
|
-
([fcad430](https://github.com/ho-nl/m2-pwa/commit/fcad430ba01b215e77abb2c1ae01071a8ea1ec55))
|
|
2053
|
-
- remove component specific Rows
|
|
2054
|
-
([ed60655](https://github.com/ho-nl/m2-pwa/commit/ed60655ffca8e4578cf2627bf0a9428fd9a79337))
|
|
2055
|
-
- tags styling
|
|
2056
|
-
([1a4bcf2](https://github.com/ho-nl/m2-pwa/commit/1a4bcf2e339647cc93120ea9f951253a4e138142))
|
|
1360
|
+
- add blogTags fragment ([8ab1ee8](https://github.com/ho-nl/m2-pwa/commit/8ab1ee874fa0174b15f2df5108cdca03599f1ef5))
|
|
1361
|
+
- add types ([18dac42](https://github.com/ho-nl/m2-pwa/commit/18dac421042e4050407987b33eae0bf33e2f6e12))
|
|
1362
|
+
- base mechanics on page relations ([345a682](https://github.com/ho-nl/m2-pwa/commit/345a68274dc7bc7f561a963d29fd9cd96907d4d1))
|
|
1363
|
+
- cart item image sizes ([e7c860c](https://github.com/ho-nl/m2-pwa/commit/e7c860c785e172b9275e1a00c8b51509d6b297a8))
|
|
1364
|
+
- compact text input number ([8999053](https://github.com/ho-nl/m2-pwa/commit/899905364808d6ea6ef257e948c68dc3851717a6))
|
|
1365
|
+
- image height in grid ([e95fe1a](https://github.com/ho-nl/m2-pwa/commit/e95fe1a613e2047ca9aae54ea413c592eba19bf3))
|
|
1366
|
+
- image height on blog view ([2f8aaa3](https://github.com/ho-nl/m2-pwa/commit/2f8aaa32af3d4d8c4e3412c3b4dcab5485a0504f))
|
|
1367
|
+
- remove component specific Row ([fcad430](https://github.com/ho-nl/m2-pwa/commit/fcad430ba01b215e77abb2c1ae01071a8ea1ec55))
|
|
1368
|
+
- remove component specific Rows ([ed60655](https://github.com/ho-nl/m2-pwa/commit/ed60655ffca8e4578cf2627bf0a9428fd9a79337))
|
|
1369
|
+
- tags styling ([1a4bcf2](https://github.com/ho-nl/m2-pwa/commit/1a4bcf2e339647cc93120ea9f951253a4e138142))
|
|
2057
1370
|
|
|
2058
1371
|
### Features
|
|
2059
1372
|
|
|
2060
|
-
- add blog tags to page
|
|
2061
|
-
|
|
2062
|
-
-
|
|
2063
|
-
|
|
2064
|
-
- standalone Blog Title
|
|
2065
|
-
([311a468](https://github.com/ho-nl/m2-pwa/commit/311a4688833e054660c57e06dc98176163f3d14f))
|
|
2066
|
-
- view list of blogposts tagged
|
|
2067
|
-
([9efe088](https://github.com/ho-nl/m2-pwa/commit/9efe0884d43e0dc63e614f625b81e6f8b3f1dc50))
|
|
1373
|
+
- add blog tags to page ([bdc31af](https://github.com/ho-nl/m2-pwa/commit/bdc31af37e1b348f409dd347fe0c88581b0cf375))
|
|
1374
|
+
- add Chip with author and publish date ([20a28a5](https://github.com/ho-nl/m2-pwa/commit/20a28a5c4fdbb4cd883b69459e13ac481bdf3a64))
|
|
1375
|
+
- standalone Blog Title ([311a468](https://github.com/ho-nl/m2-pwa/commit/311a4688833e054660c57e06dc98176163f3d14f))
|
|
1376
|
+
- view list of blogposts tagged ([9efe088](https://github.com/ho-nl/m2-pwa/commit/9efe0884d43e0dc63e614f625b81e6f8b3f1dc50))
|
|
2068
1377
|
|
|
2069
1378
|
## [2.103.5](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.103.4...@graphcommerce/next-ui@2.103.5) (2021-08-03)
|
|
2070
1379
|
|
|
2071
1380
|
### Bug Fixes
|
|
2072
1381
|
|
|
2073
|
-
- footer spacing missing
|
|
2074
|
-
|
|
2075
|
-
-
|
|
2076
|
-
|
|
2077
|
-
- janky animation for last block on homepage
|
|
2078
|
-
([a572986](https://github.com/ho-nl/m2-pwa/commit/a572986d87ee450badf96ef6608f75f30f71ed5b))
|
|
2079
|
-
- spacing on message snackbar
|
|
2080
|
-
([0899321](https://github.com/ho-nl/m2-pwa/commit/0899321a3ea74a2d4c714e2dbe17c785a07dfc11))
|
|
1382
|
+
- footer spacing missing ([6198665](https://github.com/ho-nl/m2-pwa/commit/61986653411dda9cb70ea15dd2d74ef1d48c2721))
|
|
1383
|
+
- index page video and image overlay fix ([53c9d70](https://github.com/ho-nl/m2-pwa/commit/53c9d70bae1229c44f6a45730abe47482d0b9ac2))
|
|
1384
|
+
- janky animation for last block on homepage ([a572986](https://github.com/ho-nl/m2-pwa/commit/a572986d87ee450badf96ef6608f75f30f71ed5b))
|
|
1385
|
+
- spacing on message snackbar ([0899321](https://github.com/ho-nl/m2-pwa/commit/0899321a3ea74a2d4c714e2dbe17c785a07dfc11))
|
|
2081
1386
|
|
|
2082
1387
|
## [2.103.4](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.103.3...@graphcommerce/next-ui@2.103.4) (2021-08-02)
|
|
2083
1388
|
|
|
2084
1389
|
### Bug Fixes
|
|
2085
1390
|
|
|
2086
|
-
- disappearing asset with zIndex -1
|
|
2087
|
-
([44956e5](https://github.com/ho-nl/m2-pwa/commit/44956e5d0b57a62322033395d378d0e4788454b1))
|
|
1391
|
+
- disappearing asset with zIndex -1 ([44956e5](https://github.com/ho-nl/m2-pwa/commit/44956e5d0b57a62322033395d378d0e4788454b1))
|
|
2088
1392
|
|
|
2089
1393
|
## [2.103.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.103.2...@graphcommerce/next-ui@2.103.3) (2021-07-29)
|
|
2090
1394
|
|
|
2091
1395
|
### Bug Fixes
|
|
2092
1396
|
|
|
2093
|
-
- duplicate key error when multiple errors of the same error occur
|
|
2094
|
-
([f2c5bc0](https://github.com/ho-nl/m2-pwa/commit/f2c5bc040c1e9cc1340f67c68460b8fe42230659))
|
|
1397
|
+
- duplicate key error when multiple errors of the same error occur ([f2c5bc0](https://github.com/ho-nl/m2-pwa/commit/f2c5bc040c1e9cc1340f67c68460b8fe42230659))
|
|
2095
1398
|
|
|
2096
1399
|
## [2.103.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.103.0...@graphcommerce/next-ui@2.103.1) (2021-07-28)
|
|
2097
1400
|
|
|
2098
1401
|
### Bug Fixes
|
|
2099
1402
|
|
|
2100
|
-
- buttons reporting errors all over the place
|
|
2101
|
-
([0fa9099](https://github.com/ho-nl/m2-pwa/commit/0fa9099671659094f990449d3286e5216fce6a51))
|
|
1403
|
+
- buttons reporting errors all over the place ([0fa9099](https://github.com/ho-nl/m2-pwa/commit/0fa9099671659094f990449d3286e5216fce6a51))
|
|
2102
1404
|
|
|
2103
1405
|
# [2.103.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.102.3...@graphcommerce/next-ui@2.103.0) (2021-07-26)
|
|
2104
1406
|
|
|
2105
1407
|
### Features
|
|
2106
1408
|
|
|
2107
|
-
- **playwright:** added new playwright package to enable browser testing
|
|
2108
|
-
([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
1409
|
+
- **playwright:** added new playwright package to enable browser testing ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
2109
1410
|
|
|
2110
1411
|
## [2.102.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.102.2...@graphcommerce/next-ui@2.102.3) (2021-07-26)
|
|
2111
1412
|
|
|
2112
1413
|
### Bug Fixes
|
|
2113
1414
|
|
|
2114
|
-
- **full-page-shell:** fabs not clickable
|
|
2115
|
-
([2c8d7f9](https://github.com/ho-nl/m2-pwa/commit/2c8d7f9529e83ac08d4fd758547379b72eb2f3d1))
|
|
1415
|
+
- **full-page-shell:** fabs not clickable ([2c8d7f9](https://github.com/ho-nl/m2-pwa/commit/2c8d7f9529e83ac08d4fd758547379b72eb2f3d1))
|
|
2116
1416
|
|
|
2117
1417
|
## [2.102.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.102.1...@graphcommerce/next-ui@2.102.2) (2021-07-23)
|
|
2118
1418
|
|
|
2119
1419
|
### Bug Fixes
|
|
2120
1420
|
|
|
2121
|
-
- **app-shell-header:** offset not always correctly set
|
|
2122
|
-
|
|
2123
|
-
- **app-shell-header:** title offset top not correctly set
|
|
2124
|
-
([c144309](https://github.com/ho-nl/m2-pwa/commit/c1443095317c1779074f3a4058f4041159c8e31b))
|
|
1421
|
+
- **app-shell-header:** offset not always correctly set ([11a8907](https://github.com/ho-nl/m2-pwa/commit/11a890764be1ab4f6c584a5c8ca4e6620d0d73e5))
|
|
1422
|
+
- **app-shell-header:** title offset top not correctly set ([c144309](https://github.com/ho-nl/m2-pwa/commit/c1443095317c1779074f3a4058f4041159c8e31b))
|
|
2125
1423
|
|
|
2126
1424
|
## [2.102.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.102.0...@graphcommerce/next-ui@2.102.1) (2021-07-21)
|
|
2127
1425
|
|
|
2128
1426
|
### Bug Fixes
|
|
2129
1427
|
|
|
2130
|
-
- header spacings
|
|
2131
|
-
([f00462f](https://github.com/ho-nl/m2-pwa/commit/f00462f9abb61a54552c96dbed35ef708fe05608))
|
|
1428
|
+
- header spacings ([f00462f](https://github.com/ho-nl/m2-pwa/commit/f00462f9abb61a54552c96dbed35ef708fe05608))
|
|
2132
1429
|
|
|
2133
1430
|
# [2.102.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.101.3...@graphcommerce/next-ui@2.102.0) (2021-07-21)
|
|
2134
1431
|
|
|
2135
1432
|
### Bug Fixes
|
|
2136
1433
|
|
|
2137
|
-
- pagination markup
|
|
2138
|
-
|
|
2139
|
-
- write review button mobile styles
|
|
2140
|
-
([8f6b883](https://github.com/ho-nl/m2-pwa/commit/8f6b883fa0a513f84b7c6d8ed376b0e8d4b8a3bd))
|
|
1434
|
+
- pagination markup ([0ab7707](https://github.com/ho-nl/m2-pwa/commit/0ab7707aa4cbf49c5df1da3e806641a840ec2aff))
|
|
1435
|
+
- write review button mobile styles ([8f6b883](https://github.com/ho-nl/m2-pwa/commit/8f6b883fa0a513f84b7c6d8ed376b0e8d4b8a3bd))
|
|
2141
1436
|
|
|
2142
1437
|
### Features
|
|
2143
1438
|
|
|
2144
|
-
- **reviews:** no reviews written message
|
|
2145
|
-
([8ade3db](https://github.com/ho-nl/m2-pwa/commit/8ade3dbe830f5a59af09c002dfa38fa5349a4b61))
|
|
1439
|
+
- **reviews:** no reviews written message ([8ade3db](https://github.com/ho-nl/m2-pwa/commit/8ade3dbe830f5a59af09c002dfa38fa5349a4b61))
|
|
2146
1440
|
|
|
2147
1441
|
## [2.101.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.101.2...@graphcommerce/next-ui@2.101.3) (2021-07-21)
|
|
2148
1442
|
|
|
2149
1443
|
### Bug Fixes
|
|
2150
1444
|
|
|
2151
|
-
- unresponsive back button
|
|
2152
|
-
([91d66d7](https://github.com/ho-nl/m2-pwa/commit/91d66d762281ef9e9ffe800bb68530073a3d76f1))
|
|
1445
|
+
- unresponsive back button ([91d66d7](https://github.com/ho-nl/m2-pwa/commit/91d66d762281ef9e9ffe800bb68530073a3d76f1))
|
|
2153
1446
|
|
|
2154
1447
|
## [2.101.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.101.1...@graphcommerce/next-ui@2.101.2) (2021-07-21)
|
|
2155
1448
|
|
|
2156
1449
|
### Bug Fixes
|
|
2157
1450
|
|
|
2158
|
-
- scrollbar layout shift when using layered nav
|
|
2159
|
-
([f51f285](https://github.com/ho-nl/m2-pwa/commit/f51f28572e1f0116ef46869bd3eb988585e0d5b9))
|
|
1451
|
+
- scrollbar layout shift when using layered nav ([f51f285](https://github.com/ho-nl/m2-pwa/commit/f51f28572e1f0116ef46869bd3eb988585e0d5b9))
|
|
2160
1452
|
|
|
2161
1453
|
# [2.101.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/next-ui@2.100.10...@graphcommerce/next-ui@2.101.0) (2021-07-20)
|
|
2162
1454
|
|
|
2163
1455
|
### Bug Fixes
|
|
2164
1456
|
|
|
2165
|
-
- back button behavior
|
|
2166
|
-
|
|
2167
|
-
-
|
|
2168
|
-
|
|
2169
|
-
-
|
|
2170
|
-
|
|
2171
|
-
-
|
|
2172
|
-
|
|
2173
|
-
-
|
|
2174
|
-
|
|
2175
|
-
- **
|
|
2176
|
-
|
|
2177
|
-
-
|
|
2178
|
-
|
|
2179
|
-
-
|
|
2180
|
-
|
|
2181
|
-
- drag handle rotation
|
|
2182
|
-
([b1b0dcb](https://github.com/ho-nl/m2-pwa/commit/b1b0dcbfa822fdbae621e9ff121186ec97a65876))
|
|
2183
|
-
- header spacing
|
|
2184
|
-
([967573a](https://github.com/ho-nl/m2-pwa/commit/967573a12f3651f2be47e4630dab737ccf8bf498))
|
|
2185
|
-
- **icon-header:** optional no margin prop
|
|
2186
|
-
([4b189a1](https://github.com/ho-nl/m2-pwa/commit/4b189a12a543825a2036a12a7c06f40f2dd033ba))
|
|
2187
|
-
- ignore md files from triggering version updates
|
|
2188
|
-
([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
|
2189
|
-
- only cart should be fixed on scroll
|
|
2190
|
-
([9c8f536](https://github.com/ho-nl/m2-pwa/commit/9c8f5366c53798b377dcf397822b0945774b1dce))
|
|
2191
|
-
- SheetPrimaryAction doesn’t accept a ref
|
|
2192
|
-
([d4b4ae2](https://github.com/ho-nl/m2-pwa/commit/d4b4ae2721144ece22180dfe10bde0b0437f2454))
|
|
2193
|
-
- spacing consistency between app shells
|
|
2194
|
-
([c57ad81](https://github.com/ho-nl/m2-pwa/commit/c57ad81a1784ca6737ccfa0d7d33c3a5d19d1654))
|
|
2195
|
-
- spacings
|
|
2196
|
-
([332954f](https://github.com/ho-nl/m2-pwa/commit/332954f92f62ff57391192242fb95e26c6de1aae))
|
|
1457
|
+
- back button behavior ([59f7b20](https://github.com/ho-nl/m2-pwa/commit/59f7b2047194c3506037fc88d791302c7c4a1a69))
|
|
1458
|
+
- big indicator on mobile ([2204f9d](https://github.com/ho-nl/m2-pwa/commit/2204f9d219e79af29acdd2db643df06184ae3af5))
|
|
1459
|
+
- blue back button ([0f134ff](https://github.com/ho-nl/m2-pwa/commit/0f134ffb249e3d7e4885244a6f79b7c4728f7f1b))
|
|
1460
|
+
- cart fab box shadow animation ([4c73e42](https://github.com/ho-nl/m2-pwa/commit/4c73e423a920f6485f72b24141cccda010a35ab7))
|
|
1461
|
+
- close overlay using esc key ([c74940f](https://github.com/ho-nl/m2-pwa/commit/c74940f7c44405ff958ec3e9ceb3f998d98ce35d))
|
|
1462
|
+
- **conten-header:** remove back button box shadow on mobile ([652c778](https://github.com/ho-nl/m2-pwa/commit/652c77826b7765acc9d450ffcfe4a2b3052b80da))
|
|
1463
|
+
- content header title typography ([1eb2dc9](https://github.com/ho-nl/m2-pwa/commit/1eb2dc94f191f3fb29a470b06a21b1c3bab7744b))
|
|
1464
|
+
- **content-header:** icon sizes ([a037ec3](https://github.com/ho-nl/m2-pwa/commit/a037ec3dc3c87d54bb8aea0d2d6b78c05d9afc63))
|
|
1465
|
+
- drag handle rotation ([b1b0dcb](https://github.com/ho-nl/m2-pwa/commit/b1b0dcbfa822fdbae621e9ff121186ec97a65876))
|
|
1466
|
+
- header spacing ([967573a](https://github.com/ho-nl/m2-pwa/commit/967573a12f3651f2be47e4630dab737ccf8bf498))
|
|
1467
|
+
- **icon-header:** optional no margin prop ([4b189a1](https://github.com/ho-nl/m2-pwa/commit/4b189a12a543825a2036a12a7c06f40f2dd033ba))
|
|
1468
|
+
- ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
|
1469
|
+
- only cart should be fixed on scroll ([9c8f536](https://github.com/ho-nl/m2-pwa/commit/9c8f5366c53798b377dcf397822b0945774b1dce))
|
|
1470
|
+
- SheetPrimaryAction doesn’t accept a ref ([d4b4ae2](https://github.com/ho-nl/m2-pwa/commit/d4b4ae2721144ece22180dfe10bde0b0437f2454))
|
|
1471
|
+
- spacing consistency between app shells ([c57ad81](https://github.com/ho-nl/m2-pwa/commit/c57ad81a1784ca6737ccfa0d7d33c3a5d19d1654))
|
|
1472
|
+
- spacings ([332954f](https://github.com/ho-nl/m2-pwa/commit/332954f92f62ff57391192242fb95e26c6de1aae))
|
|
2197
1473
|
|
|
2198
1474
|
### Features
|
|
2199
1475
|
|
|
2200
|
-
- **button:** pill-link variant
|
|
2201
|
-
|
|
2202
|
-
-
|
|
2203
|
-
|
|
2204
|
-
- content
|
|
2205
|
-
|
|
2206
|
-
-
|
|
2207
|
-
|
|
2208
|
-
-
|
|
2209
|
-
|
|
2210
|
-
-
|
|
2211
|
-
([3eae793](https://github.com/ho-nl/m2-pwa/commit/3eae793c660c64c0862257907f268ae85d5f6e54))
|
|
2212
|
-
- convert account
|
|
2213
|
-
([b2ad16a](https://github.com/ho-nl/m2-pwa/commit/b2ad16aeb054ff89688e9fcdd4b5f2081f88aa3c))
|
|
2214
|
-
- full page ui back and menu button position swap
|
|
2215
|
-
([93b3419](https://github.com/ho-nl/m2-pwa/commit/93b34197947d133f4d1480c4ce68a0302201b858))
|
|
2216
|
-
- full page ui desktop variant
|
|
2217
|
-
([a70f301](https://github.com/ho-nl/m2-pwa/commit/a70f3013da36fa131f82fb44457b107fb7705df6))
|
|
2218
|
-
- minimal page shell
|
|
2219
|
-
([1693674](https://github.com/ho-nl/m2-pwa/commit/1693674631fc8438c60d9b74b73e607e08971a2d))
|
|
2220
|
-
- new app shell components
|
|
2221
|
-
([2db3b7a](https://github.com/ho-nl/m2-pwa/commit/2db3b7a646f45ac273679770715d23e3472e9d2c))
|
|
1476
|
+
- **button:** pill-link variant ([a6d837a](https://github.com/ho-nl/m2-pwa/commit/a6d837adf73fedb4490d9eafb1a7b87e9931ecb3))
|
|
1477
|
+
- cart fab on mobile ([bd2e9eb](https://github.com/ho-nl/m2-pwa/commit/bd2e9ebe056ba9a81b5c7228f1e5be57171266f4))
|
|
1478
|
+
- content header component ([9cf58cd](https://github.com/ho-nl/m2-pwa/commit/9cf58cd5ced3e89237fc04076aa0fae3618205ef))
|
|
1479
|
+
- content header context ([95b010a](https://github.com/ho-nl/m2-pwa/commit/95b010a175b7e6875da928f4abe4c45fc5c9e942))
|
|
1480
|
+
- **content-header:** text buttons on mobile - pill buttons on desktop ([1438838](https://github.com/ho-nl/m2-pwa/commit/1438838fbd2aac1e3510368f2a657314ebd05d2d))
|
|
1481
|
+
- **content-header:** title animation based on header height ([3eae793](https://github.com/ho-nl/m2-pwa/commit/3eae793c660c64c0862257907f268ae85d5f6e54))
|
|
1482
|
+
- convert account ([b2ad16a](https://github.com/ho-nl/m2-pwa/commit/b2ad16aeb054ff89688e9fcdd4b5f2081f88aa3c))
|
|
1483
|
+
- full page ui back and menu button position swap ([93b3419](https://github.com/ho-nl/m2-pwa/commit/93b34197947d133f4d1480c4ce68a0302201b858))
|
|
1484
|
+
- full page ui desktop variant ([a70f301](https://github.com/ho-nl/m2-pwa/commit/a70f3013da36fa131f82fb44457b107fb7705df6))
|
|
1485
|
+
- minimal page shell ([1693674](https://github.com/ho-nl/m2-pwa/commit/1693674631fc8438c60d9b74b73e607e08971a2d))
|
|
1486
|
+
- new app shell components ([2db3b7a](https://github.com/ho-nl/m2-pwa/commit/2db3b7a646f45ac273679770715d23e3472e9d2c))
|