diff --git a/.changeset/chilly-plants-destroy.md b/.changeset/chilly-plants-destroy.md new file mode 100644 index 0000000000..39ce3f3def --- /dev/null +++ b/.changeset/chilly-plants-destroy.md @@ -0,0 +1,5 @@ +--- +'@graphcommerce/hygraph-dynamic-rows-ui': patch +--- + +Fix eslint errors in Dynamic Rows UI package diff --git a/.changeset/dull-jobs-flash.md b/.changeset/dull-jobs-flash.md new file mode 100644 index 0000000000..15a1a76a83 --- /dev/null +++ b/.changeset/dull-jobs-flash.md @@ -0,0 +1,5 @@ +--- +'@graphcommerce/hygraph-dynamic-rows': patch +--- + +enabled multiple rows per Dynamic Row diff --git a/.changeset/famous-impalas-destroy.md b/.changeset/famous-impalas-destroy.md new file mode 100644 index 0000000000..ca38c60a16 --- /dev/null +++ b/.changeset/famous-impalas-destroy.md @@ -0,0 +1,5 @@ +--- +'@graphcommerce/next-ui': patch +--- + +Added info icon for Snackbar when severity is set to info diff --git a/.changeset/fresh-pens-hide.md b/.changeset/fresh-pens-hide.md new file mode 100644 index 0000000000..56d9e29d23 --- /dev/null +++ b/.changeset/fresh-pens-hide.md @@ -0,0 +1,5 @@ +--- +'@graphcommerce/next-config': patch +--- + +Created ./devcontainer/devcontainer.json to automatically run Graphcommerce after opening Codespaces diff --git a/.changeset/old-cycles-enjoy.md b/.changeset/old-cycles-enjoy.md new file mode 100644 index 0000000000..8d3d20016d --- /dev/null +++ b/.changeset/old-cycles-enjoy.md @@ -0,0 +1,6 @@ +--- +'@graphcommerce/magento-review': patch +'@graphcommerce/next-ui': patch +--- + +Fixed schema-dts dependency issue diff --git a/.changeset/plenty-icons-cough.md b/.changeset/plenty-icons-cough.md new file mode 100644 index 0000000000..bf41885e6e --- /dev/null +++ b/.changeset/plenty-icons-cough.md @@ -0,0 +1,5 @@ +--- +'@graphcommerce/next-ui': patch +--- + +Added ‘disableBackdropClick’ prop to MessageSnackbar to allow page interaction without closing the snackbar diff --git a/.changeset/poor-badgers-heal.md b/.changeset/poor-badgers-heal.md new file mode 100644 index 0000000000..f0bbb88d64 --- /dev/null +++ b/.changeset/poor-badgers-heal.md @@ -0,0 +1,5 @@ +--- +'@graphcommerce/mollie-magento-payment': patch +--- + +Fixed the issue where a guest returned to a empty cart after a canceled payment with Mollie diff --git a/.changeset/pre.json b/.changeset/pre.json index b43754a7b1..d33a633c9c 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -74,23 +74,28 @@ "@graphcommerce/next-config": "7.0.1", "@graphcommerce/prettier-config-pwa": "7.0.1", "@graphcommerce/typescript-config-pwa": "7.0.1", - "@graphcommerce/magento-recently-viewed-products": "7.1.0-canary.44" + "@graphcommerce/magento-recently-viewed-products": "7.1.0-canary.44", + "@graphcommerce/hygraph-dynamic-rows-ui": "7.1.0-canary.23" }, "changesets": [ "afraid-baboons-move", "brown-planes-retire", "chilled-pens-mate", "chilly-brooms-move", + "chilly-plants-destroy", "curvy-grapes-accept", "curvy-hairs-suffer", + "dull-jobs-flash", "eleven-hats-kneel", "empty-ads-run", + "famous-impalas-destroy", "fifty-impalas-hug", "fifty-parents-move", "fifty-taxis-speak", "flat-emus-look", "forty-rocks-bow", "fresh-games-roll", + "fresh-pens-hide", "fresh-ways-hide", "friendly-dogs-shop", "friendly-islands-cough", @@ -104,6 +109,10 @@ "mean-clocks-share", "new-crews-promise", "odd-poets-greet", + "old-cycles-enjoy", + "plenty-icons-cough", + "poor-badgers-heal", + "pretty-hairs-prove", "quick-queens-rush", "quiet-tomatoes-melt", "red-ghosts-cry", @@ -111,6 +120,7 @@ "red-poems-kick", "rich-beans-grin", "rich-guests-applaud", + "rotten-balloons-think", "selfish-peas-fold", "serious-fishes-do", "serious-wasps-itch", @@ -119,7 +129,11 @@ "sharp-apes-burn", "sharp-shrimps-flow", "shiny-bikes-kiss", + "shiny-radios-cover", + "short-toys-cry", + "silver-bears-kneel", "six-horses-repeat", + "slow-candles-remember", "slow-flies-scream", "soft-readers-camp", "soft-trees-leave", @@ -133,10 +147,12 @@ "tall-tips-float", "tame-dots-call", "thick-cougars-cheer", + "thirty-spiders-battle", "three-dogs-clap", "tricky-spoons-lick", "twelve-deers-begin", "two-years-relate", + "wild-ways-sin", "wise-wombats-remain" ] } diff --git a/.changeset/pretty-hairs-prove.md b/.changeset/pretty-hairs-prove.md new file mode 100644 index 0000000000..bfd3580430 --- /dev/null +++ b/.changeset/pretty-hairs-prove.md @@ -0,0 +1,5 @@ +--- +'@graphcommerce/magento-graphcms': patch +--- + +Added .graphqlrc.yml for graphql file autocompletion diff --git a/.changeset/rotten-balloons-think.md b/.changeset/rotten-balloons-think.md new file mode 100644 index 0000000000..430df9e2d6 --- /dev/null +++ b/.changeset/rotten-balloons-think.md @@ -0,0 +1,5 @@ +--- +'@graphcommerce/magento-category': patch +--- + +Fixed a bug where pagination would be added when navigating to a subcategory from a paginated page diff --git a/.changeset/shiny-radios-cover.md b/.changeset/shiny-radios-cover.md new file mode 100644 index 0000000000..d334548f78 --- /dev/null +++ b/.changeset/shiny-radios-cover.md @@ -0,0 +1,5 @@ +--- +'@graphcommerce/next-ui': patch +--- + +Added DismissibleSnackbar component to allow messages to be shown only once diff --git a/.changeset/short-toys-cry.md b/.changeset/short-toys-cry.md new file mode 100644 index 0000000000..dc79b269d6 --- /dev/null +++ b/.changeset/short-toys-cry.md @@ -0,0 +1,5 @@ +--- +'@graphcommerce/hygraph-dynamic-rows-ui': minor +--- + +Add Dynamic Row UI for property UI field through a custom Hygraph application diff --git a/.changeset/silver-bears-kneel.md b/.changeset/silver-bears-kneel.md new file mode 100644 index 0000000000..1560dc1232 --- /dev/null +++ b/.changeset/silver-bears-kneel.md @@ -0,0 +1,6 @@ +--- +'@graphcommerce/googletagmanager': minor +'@graphcommerce/googleanalytics': minor +--- + +Made all magento dependencies optional in the googleanalytics and googletagmanager packages diff --git a/.changeset/slow-candles-remember.md b/.changeset/slow-candles-remember.md new file mode 100644 index 0000000000..cb5284ea0a --- /dev/null +++ b/.changeset/slow-candles-remember.md @@ -0,0 +1,5 @@ +--- +'@graphcommerce/next-ui': patch +--- + +If there is an open menu in an overlay, pressing the escape button now closes the menu instead of the overlay. diff --git a/.changeset/thirty-spiders-battle.md b/.changeset/thirty-spiders-battle.md new file mode 100644 index 0000000000..03ad7a1b92 --- /dev/null +++ b/.changeset/thirty-spiders-battle.md @@ -0,0 +1,6 @@ +--- +'@graphcommerce/magento-graphcms': patch +'@graphcommerce/next-ui': patch +--- + +Implemented Message variant for RowColumnOne to show an important message which, after dismissing, will not show again diff --git a/.changeset/wild-ways-sin.md b/.changeset/wild-ways-sin.md new file mode 100644 index 0000000000..1c1785eb20 --- /dev/null +++ b/.changeset/wild-ways-sin.md @@ -0,0 +1,5 @@ +--- +'@graphcommerce/next-ui': patch +--- + +Change the critical css injection location to be in the head instead of `