Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/famous-bottles-tan.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-geese-serve.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/flat-radios-do.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fresh-emus-care.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/giant-geckos-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-geckos-burn.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/mighty-monkeys-occur.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sharp-pets-beam.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slimy-zoos-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-badgers-run.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/witty-singers-wait.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@nuxtjs/seo": "^2.0.0-rc.10",
"@nuxtjs/tailwindcss": "^6.12.1",
"@storefront-ui/typography": "^2.6.1",
"@storefront-ui/vue": "^2.6.5",
"@storefront-ui/vue": "^3.0.0",
"@tailwindcss/typography": "^0.5.13",
"@vueuse/integrations": "^12.8.0",
"@vueuse/nuxt": "^12.8.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/config/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @storefront-ui/tailwind-config

## 3.0.0

### Major Changes

- [#3282](https://github.com/vuestorefront/storefront-ui/pull/3282) [`31aa18f`](https://github.com/vuestorefront/storefront-ui/commit/31aa18f3dd7d85a2d2298c8fd776a5feadfc0167) Thanks [@FRSgit](https://github.com/FRSgit)! - - **[BREAKING][CHANGED]** The default color palette for `primary`, `neutral` and `secondary` colors. Copy [old color palette](https://github.com/vuestorefront/storefront-ui/blob/8b35d6507ee3ae93538539400947e2f86d0c5529/packages/config/tailwind/index.ts#L360-L381) to your local `tailwind.config.js` if you need to keep some of them.
Also, now the palette is converted from rgb to oklch colors to [fit with tailwind 4](https://tailwindcss.com/blog/tailwindcss-v4#modernized-p3-color-palette).

### Minor Changes

- [#3282](https://github.com/vuestorefront/storefront-ui/pull/3282) [`31aa18f`](https://github.com/vuestorefront/storefront-ui/commit/31aa18f3dd7d85a2d2298c8fd776a5feadfc0167) Thanks [@FRSgit](https://github.com/FRSgit)! - - **[ADDED]** Add `@tailwindcss/container-queries`. Now container queries are available out-of-the-box when using `@storefront-ui/tailwind-config`.

## 2.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storefront-ui/tailwind-config",
"version": "2.5.1",
"version": "3.0.0",
"license": "MIT",
"sideEffects": false,
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/sfui/frameworks/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @storefront-ui/nuxt

## 2.5.5

### Patch Changes

- Updated dependencies [[`c850705`](https://github.com/vuestorefront/storefront-ui/commit/c850705aba20c0f4a7ac969b55a50d9d8866f64c), [`33935c6`](https://github.com/vuestorefront/storefront-ui/commit/33935c6f7d65892b6375a61ea0157367c6b12cd2), [`bbec9e1`](https://github.com/vuestorefront/storefront-ui/commit/bbec9e1b2a1e915fbbca23a1d5c94230652ac861), [`a2bb3a2`](https://github.com/vuestorefront/storefront-ui/commit/a2bb3a20d7e902211e0dbb9c39fed3043597721e), [`6e609e7`](https://github.com/vuestorefront/storefront-ui/commit/6e609e7624e9c5c98cfb3db8adccbd6e75db5260), [`31aa18f`](https://github.com/vuestorefront/storefront-ui/commit/31aa18f3dd7d85a2d2298c8fd776a5feadfc0167), [`727a192`](https://github.com/vuestorefront/storefront-ui/commit/727a1929871eb9c8b7ea857b3f5cebdd3e51cf95), [`6e609e7`](https://github.com/vuestorefront/storefront-ui/commit/6e609e7624e9c5c98cfb3db8adccbd6e75db5260), [`6e609e7`](https://github.com/vuestorefront/storefront-ui/commit/6e609e7624e9c5c98cfb3db8adccbd6e75db5260)]:
- @storefront-ui/[email protected]

## 2.5.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/frameworks/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storefront-ui/nuxt",
"version": "2.5.4",
"version": "2.5.5",
"homepage": "https://docs.storefrontui.io/v2/",
"installConfig": {
"hoistingLimits": "workspaces"
Expand Down
29 changes: 29 additions & 0 deletions packages/sfui/frameworks/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @storefront-ui/react

## 3.0.0

### Major Changes

- [#2885](https://github.com/vuestorefront/storefront-ui/pull/2885) [`33935c6`](https://github.com/vuestorefront/storefront-ui/commit/33935c6f7d65892b6375a61ea0157367c6b12cd2) Thanks [@FRSgit](https://github.com/FRSgit)! - Breaking Change - Padding size for square variant of SfButton changed

- [#2902](https://github.com/vuestorefront/storefront-ui/pull/2902) [`bbec9e1`](https://github.com/vuestorefront/storefront-ui/commit/bbec9e1b2a1e915fbbca23a1d5c94230652ac861) Thanks [@justyna-13](https://github.com/justyna-13)! - Breaking Change - removed flex classes from wrapper for slot in SfListItem

- [#2864](https://github.com/vuestorefront/storefront-ui/pull/2864) [`a2bb3a2`](https://github.com/vuestorefront/storefront-ui/commit/a2bb3a20d7e902211e0dbb9c39fed3043597721e) Thanks [@aniamusial](https://github.com/aniamusial)! - Breaking Change - Padding left and right in SfSelect changed from 14px and 16px to 12px

- [#3289](https://github.com/vuestorefront/storefront-ui/pull/3289) [`6e609e7`](https://github.com/vuestorefront/storefront-ui/commit/6e609e7624e9c5c98cfb3db8adccbd6e75db5260) Thanks [@FRSgit](https://github.com/FRSgit)! - - **[CHANGED]** default badge background color. Add className `!bg-secondary-700` explicitly in order to migrate.

- [#3008](https://github.com/vuestorefront/storefront-ui/pull/3008) [`727a192`](https://github.com/vuestorefront/storefront-ui/commit/727a1929871eb9c8b7ea857b3f5cebdd3e51cf95) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - BREAKING CHANGE: Deprecated option `arrowKeysOn` from `useTrapFocus` is removed.
This option was separated and replaced by two more specialised options `arrowKeysLeftRight` and `arrowKeysUpDown`.
In order to migrate please one of those options or both.

- [#3289](https://github.com/vuestorefront/storefront-ui/pull/3289) [`6e609e7`](https://github.com/vuestorefront/storefront-ui/commit/6e609e7624e9c5c98cfb3db8adccbd6e75db5260) Thanks [@FRSgit](https://github.com/FRSgit)! - **[BREAKING][CHANGED]** Moved from `rounded-md` to `rounded-xl` as a default styling for `SfInput`.

- [#3289](https://github.com/vuestorefront/storefront-ui/pull/3289) [`6e609e7`](https://github.com/vuestorefront/storefront-ui/commit/6e609e7624e9c5c98cfb3db8adccbd6e75db5260) Thanks [@FRSgit](https://github.com/FRSgit)! - - **[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.

### Minor Changes

- [#3283](https://github.com/vuestorefront/storefront-ui/pull/3283) [`c850705`](https://github.com/vuestorefront/storefront-ui/commit/c850705aba20c0f4a7ac969b55a50d9d8866f64c) Thanks [@FRSgit](https://github.com/FRSgit)! - - **[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.

### Patch Changes

- Updated dependencies [[`31aa18f`](https://github.com/vuestorefront/storefront-ui/commit/31aa18f3dd7d85a2d2298c8fd776a5feadfc0167), [`31aa18f`](https://github.com/vuestorefront/storefront-ui/commit/31aa18f3dd7d85a2d2298c8fd776a5feadfc0167)]:
- @storefront-ui/[email protected]

## 2.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/frameworks/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storefront-ui/react",
"version": "2.7.1",
"version": "3.0.0",
"license": "MIT",
"sideEffects": false,
"type": "module",
Expand Down
31 changes: 31 additions & 0 deletions packages/sfui/frameworks/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @storefront-ui/vue

## 3.0.0

### Major Changes

- [#2885](https://github.com/vuestorefront/storefront-ui/pull/2885) [`33935c6`](https://github.com/vuestorefront/storefront-ui/commit/33935c6f7d65892b6375a61ea0157367c6b12cd2) Thanks [@FRSgit](https://github.com/FRSgit)! - Breaking Change - Padding size for square variant of SfButton changed

- [#2902](https://github.com/vuestorefront/storefront-ui/pull/2902) [`bbec9e1`](https://github.com/vuestorefront/storefront-ui/commit/bbec9e1b2a1e915fbbca23a1d5c94230652ac861) Thanks [@justyna-13](https://github.com/justyna-13)! - Breaking Change - removed flex classes from wrapper for slot in SfListItem

- [#2864](https://github.com/vuestorefront/storefront-ui/pull/2864) [`a2bb3a2`](https://github.com/vuestorefront/storefront-ui/commit/a2bb3a20d7e902211e0dbb9c39fed3043597721e) Thanks [@aniamusial](https://github.com/aniamusial)! - Breaking Change - Padding left and right in SfSelect changed from 14px and 16px to 12px

- [#3289](https://github.com/vuestorefront/storefront-ui/pull/3289) [`6e609e7`](https://github.com/vuestorefront/storefront-ui/commit/6e609e7624e9c5c98cfb3db8adccbd6e75db5260) Thanks [@FRSgit](https://github.com/FRSgit)! - - **[CHANGED]** default badge background color. Add className `!bg-secondary-700` explicitly in order to migrate.

- [#3282](https://github.com/vuestorefront/storefront-ui/pull/3282) [`31aa18f`](https://github.com/vuestorefront/storefront-ui/commit/31aa18f3dd7d85a2d2298c8fd776a5feadfc0167) Thanks [@FRSgit](https://github.com/FRSgit)! - - **[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).

- [#3008](https://github.com/vuestorefront/storefront-ui/pull/3008) [`727a192`](https://github.com/vuestorefront/storefront-ui/commit/727a1929871eb9c8b7ea857b3f5cebdd3e51cf95) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - BREAKING CHANGE: Deprecated option `arrowKeysOn` from `useTrapFocus` is removed.
This option was separated and replaced by two more specialised options `arrowKeysLeftRight` and `arrowKeysUpDown`.
In order to migrate please one of those options or both.

- [#3289](https://github.com/vuestorefront/storefront-ui/pull/3289) [`6e609e7`](https://github.com/vuestorefront/storefront-ui/commit/6e609e7624e9c5c98cfb3db8adccbd6e75db5260) Thanks [@FRSgit](https://github.com/FRSgit)! - **[BREAKING][CHANGED]** Moved from `rounded-md` to `rounded-xl` as a default styling for `SfInput`.

- [#3289](https://github.com/vuestorefront/storefront-ui/pull/3289) [`6e609e7`](https://github.com/vuestorefront/storefront-ui/commit/6e609e7624e9c5c98cfb3db8adccbd6e75db5260) Thanks [@FRSgit](https://github.com/FRSgit)! - - **[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.

### Minor Changes

- [#3283](https://github.com/vuestorefront/storefront-ui/pull/3283) [`c850705`](https://github.com/vuestorefront/storefront-ui/commit/c850705aba20c0f4a7ac969b55a50d9d8866f64c) Thanks [@FRSgit](https://github.com/FRSgit)! - - **[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.

### Patch Changes

- Updated dependencies [[`31aa18f`](https://github.com/vuestorefront/storefront-ui/commit/31aa18f3dd7d85a2d2298c8fd776a5feadfc0167), [`31aa18f`](https://github.com/vuestorefront/storefront-ui/commit/31aa18f3dd7d85a2d2298c8fd776a5feadfc0167)]:
- @storefront-ui/[email protected]

## 2.6.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/frameworks/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storefront-ui/vue",
"version": "2.6.5",
"version": "3.0.0",
"license": "MIT",
"sideEffects": false,
"exports": {
Expand Down