Skip to content

Commit 1deaa0a

Browse files
authored
fix: after upgrade base components (#3313)
add focus-visible-within custom variant with docs change disabled color for fit our tailwind@3 implementation remove support for tailwind@3 from the packages it's not compatible anymore add docs about default focus styles docs - update example about customizing tailwind theme add & reword changesets
1 parent 15e4549 commit 1deaa0a

File tree

33 files changed

+187
-138
lines changed

33 files changed

+187
-138
lines changed

.changeset/five-geese-serve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
'@storefront-ui/vue': major
44
---
55

6-
Breaking Change - Padding size for square variant of SfButton changed
6+
- **[BREAKING][CHANGED]** Padding size for square variant of SfButton changed

.changeset/flat-radios-do.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
'@storefront-ui/vue': major
44
---
55

6-
Breaking Change - removed flex classes from wrapper for slot in SfListItem
6+
- **[BREAKING][CHANGED]** removed flex classes from wrapper for slot in SfListItem

.changeset/fresh-emus-care.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
'@storefront-ui/vue': major
44
---
55

6-
Breaking Change - Padding left and right in SfSelect changed from 14px and 16px to 12px
6+
- **[BREAKING][CHANGED]** Padding left and right in SfSelect changed from 14px and 16px to 12px

.changeset/giant-geckos-perform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
'@storefront-ui/vue': major
44
---
55

6-
- **[CHANGED]** default badge background color. Add className `!bg-secondary-700` explicitly in order to migrate.
6+
- **[BREAKING][CHANGED]** default badge background color. Add className `!bg-secondary-700` explicitly in order to migrate.

.changeset/mighty-monkeys-occur.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
'@storefront-ui/vue': major
44
---
55

6-
BREAKING CHANGE: Deprecated option `arrowKeysOn` from `useTrapFocus` is removed.
6+
- **[BREAKING][CHANGED]** Deprecated option `arrowKeysOn` from `useTrapFocus` is removed.
77
This option was separated and replaced by two more specialised options `arrowKeysLeftRight` and `arrowKeysUpDown`.
88
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
'@storefront-ui/vue': major
44
---
55

6-
**[BREAKING][CHANGED]** Moved from `rounded-md` to `rounded-xl` as a default styling for `SfInput`.
6+
- **[BREAKING][CHANGED]** Moved from `rounded-md` to `rounded-xl` as a default styling for `SfInput`.

.changeset/slow-insects-travel.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@storefront-ui/tailwind-config': major
3+
---
4+
5+
- **[BREAKING][CHANGED]** Migrate to Tailwind@4 new configuration syntax. If you're using Tailwind@3, please stick to `@storefront-ui/tailwind-config` in version 2.x.
6+
- **[BREAKING][CHANGED]** Introduce OOTB dark mode handling instead of relying on `@mertasan/tailwindcss-variables` package.
7+
- **[REMOVED]** The `@mertasan/tailwindcss-variables` dependency has been removed as Tailwind support CSS variables out of the box now.

.changeset/small-carrots-rescue.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@storefront-ui/tw-plugin-peer-next': major
3+
---
4+
5+
- **[BREAKING][CHANGED]** - Migrate to Tailwind@4. If you're using Tailwind@3 - please use tw-plugin-peer-next in version 2.x.

.changeset/strange-pants-smile.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@storefront-ui/react': major
3+
'@storefront-ui/nuxt': major
4+
'@storefront-ui/vue': major
5+
'@storefront-ui/shared': major
6+
---
7+
8+
- **[BREAKING][CHANGED]** Migrate to Tailwind@4. SFUI tries to defer some of Tailwinds' breaking changes, e.g. the default outline width or border-radius size scale, but not everything was possible. Please refer to all breaking changes described in the [Tailwind upgrade guide](https://tailwindcss.com/docs/upgrade-guide) and [updated storefront-ui docs](https://docs.storefrontui.io/v2/).
9+

0 commit comments

Comments
 (0)