Skip to content

Commit a7e88e6

Browse files
committed
chore: revert "ci: version packages (#2886)"
This reverts commit 75eb3da. # Conflicts: # yarn.lock
1 parent 528c20a commit a7e88e6

31 files changed

Lines changed: 108 additions & 129 deletions

.changeset/famous-bottles-tan.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@storefront-ui/react': minor
3+
'@storefront-ui/vue': minor
4+
---
5+
6+
- **[ADDED]** `blank` prop for SfButton component that eases out creating custom buttons. See [documentation](https://docs.storefrontui.io/v2/vue/components/button#blank-button-variants) for more details.

.changeset/five-geese-serve.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@storefront-ui/react': major
3+
'@storefront-ui/vue': major
4+
---
5+
6+
- **[BREAKING][CHANGED]** Padding size for square variant of SfButton changed

.changeset/flat-radios-do.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@storefront-ui/react': major
3+
'@storefront-ui/vue': major
4+
---
5+
6+
- **[BREAKING][CHANGED]** removed flex classes from wrapper for slot in SfListItem

.changeset/fresh-emus-care.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@storefront-ui/react': major
3+
'@storefront-ui/vue': major
4+
---
5+
6+
- **[BREAKING][CHANGED]** Padding left and right in SfSelect changed from 14px and 16px to 12px

.changeset/giant-geckos-perform.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@storefront-ui/react': major
3+
'@storefront-ui/vue': major
4+
---
5+
6+
- **[BREAKING][CHANGED]** default badge background color. Add className `!bg-secondary-700` explicitly in order to migrate.

.changeset/grumpy-geckos-burn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@storefront-ui/vue': major
3+
---
4+
5+
- **[BREAKING][UPDATED]** `@vueuse/core` package to major version 12 with the biggest change being **dropped support for Vue 2**. Please consult `@vuseuse/core` [release notes to see the details](https://github.com/vueuse/vueuse/releases?page=3#:~:text=Compare-,v12.0.0,-%F0%9F%9A%A8%20Breaking%20Changes).

.changeset/mighty-monkeys-occur.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@storefront-ui/react': major
3+
'@storefront-ui/vue': major
4+
---
5+
6+
- **[BREAKING][CHANGED]** Deprecated option `arrowKeysOn` from `useTrapFocus` is removed.
7+
This option was separated and replaced by two more specialised options `arrowKeysLeftRight` and `arrowKeysUpDown`.
8+
In order to migrate please one of those options or both.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@storefront-ui/typography': major
3+
---
4+
5+
- **[BREAKING][CHANGED]** Support for Tailwind@4, dropped support for Tailwind@3. If you'd like to use Tailwind@3, please us `@storefront-ui/typography` in version `2.x`.

.changeset/sharp-pets-beam.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@storefront-ui/react': major
3+
'@storefront-ui/vue': major
4+
---
5+
6+
- **[BREAKING][CHANGED]** Moved from `rounded-md` to `rounded-xl` as a default styling for `SfInput`.

.changeset/slimy-zoos-carry.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@storefront-ui/react': major
3+
'@storefront-ui/vue': major
4+
---
5+
6+
- **[BREAKING][CHANGED]** Changed `SfCheckbox` default text color. To brind the previous behaviour back, apply `!text-gray !disabled:text-gray-300 !hover:text-gray-300` to your `SfCheckbox` element.

0 commit comments

Comments
 (0)