@graphcommerce/next-ui 4.2.3 → 4.3.0

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