-
#3281
15e4549Thanks @FRSgit! - - [BREAKING][CHANGED] Padding size for square variant of SfButton changed -
#3281
15e4549Thanks @FRSgit! - - [BREAKING][CHANGED] removed flex classes from wrapper for slot in SfListItem -
#3281
15e4549Thanks @FRSgit! - - [BREAKING][CHANGED] Padding left and right in SfSelect changed from 14px and 16px to 12px -
#3289
6e609e7Thanks @FRSgit! - - [BREAKING][CHANGED] default badge background color. Add className!bg-secondary-700explicitly in order to migrate. -
#3316
939a982Thanks @FRSgit! - - [BREAKING][CHANGED] upgrade to React 19. There are no breaking changes specific to SFUI library itself. To upgrade, please follow official React guide. -
#3281
15e4549Thanks @FRSgit! - - [BREAKING][CHANGED] Deprecated optionarrowKeysOnfromuseTrapFocusis removed. This option was separated and replaced by two more specialised optionsarrowKeysLeftRightandarrowKeysUpDown. In order to migrate please one of those options or both. -
#3289
6e609e7Thanks @FRSgit! - - [BREAKING][CHANGED] Moved fromrounded-mdtorounded-xlas a default styling forSfInput. -
#3289
6e609e7Thanks @FRSgit! - - [BREAKING][CHANGED] ChangedSfCheckboxdefault text color. To brind the previous behaviour back, apply!text-gray !disabled:text-gray-300 !hover:text-gray-300to yourSfCheckboxelement. -
#3313
80a44ddThanks @FRSgit! - - [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 and updated storefront-ui docs. -
#3313
80a44ddThanks @FRSgit! - - [BREAKING][CHANGED] Addedtailwind-mergeto all base components & blocks. From now on it will be easier to override default SFUI styles. Seetailwind-mergedocs for more details.
- #3283
c850705Thanks @FRSgit! - - [ADDED]blankprop for SfButton component that eases out creating custom buttons. See documentation for more details.
- Updated dependencies [
80a44dd,80a44dd,31aa18f,31aa18f]:- @storefront-ui/tailwind-config@3.0.0
- @storefront-ui/shared@3.0.0
- #3263
f534058Thanks @lsliwaradioluz! - [FIXED] Fixed<SfSelect />placeholder not appearing initially when no value had been selected.
- #3148
34b7107Thanks @Razz21! - [CHANGED] Implementeduse clientdirective in components:SfAccordionItemSfDrawerSfDropdownSfModalSfRatingButtonSfScrollableSfSelectSfTextareaSfTooltip
- #3148
34b7107Thanks @Razz21! - [CHANGED] Implementeduse clientdirective in components:SfAccordionItemSfDrawerSfDropdownSfModalSfRatingButtonSfScrollableSfSelectSfTextareaSfTooltip
-
#3132
19fa774Thanks @Szymon-dziewonski! - Update dependencies -
Updated dependencies [
19fa774]:- @storefront-ui/tailwind-config@2.5.1
- @storefront-ui/shared@2.5.1
-
#3028
dd5ab48d0f3b153d719004350249a87a6a7335eeThanks @Szymon-dziewonski! - fix order inherit of attributes -
#3091
91d17b5346e2706ce0551f897f8753207b7a703fThanks @mattmaribojoc! - Minor type fixes -
#3070
e15a3f6cb56fd28b2e9a0bd525e9fcbde44d29f6Thanks @Szymon-dziewonski! - Add new alokai icon -
Updated dependencies [
a40579d26c2912c5d4d05e1a833801e3e87901b3,91d17b5346e2706ce0551f897f8753207b7a703f,e15a3f6cb56fd28b2e9a0bd525e9fcbde44d29f6]:- @storefront-ui/tailwind-config@2.5.0
-
#3028
dd5ab48d0Thanks @Szymon-dziewonski! - fix order inherit of attributes -
#3070
e15a3f6cbThanks @Szymon-dziewonski! - Add new alokai icon -
Updated dependencies [
a40579d26,e15a3f6cb]:- @storefront-ui/tailwind-config@2.4.0
- #2888
d5df1cd79Thanks @justyna-13! - New prop for defining tags for children in SfListItem component
-
#3005
e82aa920eThanks @Szymon-dziewonski! - Fix inhertiance of react icons, possibility to alter default attributes -
#2939
d57c3cfe3Thanks @filrak! - Import types from package in SfBadge -
#2936
6bf2b3fbcThanks @Szymon-dziewonski! - Unify code between vue and react, when buttons are disabled in floating button position mode they should be hidden -
#2946
979c29ee9Thanks @jagoral! - Fixaria-labelcasing inSfScrollable -
#2947
1667e4fa2Thanks @jagoral! - Remove redundantselectedattribute fromSfSelectplaceholder
-
#2848
93107ab26Thanks @AdamPawlinski! - Added props changing aria label for nav buttons in SfScrollable -
#2880
aa9c2f328Thanks @AdamPawlinski! - Added textarea base component
- Updated dependencies [
aa9c2f328]:- @storefront-ui/shared@2.5.0
- fixing publish error with workspaces protocol handling
-
#2730
4094afe04Thanks @dkacper! - Added SfBadge component in react and vue -
#2746
74dfce2c8Thanks @aniamusial! - Added new search blocks with customized buttons -
#2725
05560b55dThanks @AdamPawlinski! - useTrapFocus:- added
updateFocusableElementmethod that allow to refresh the list of focusable children within container element, - use
useStateinstead ofuseRefsforcurrentandfocusablereturn values.
- added
-
#2833
623ed8adeThanks @github-actions! - add RatingButton component (#2820) -
#2787
17e7e60d8Thanks @justyna-13! - add Email icon
-
#2787
17e7e60d8Thanks @justyna-13! - SfSelect wrapper as span tag -
#2747
0ab7b3967Thanks @Szymon-dziewonski! - Format SfSelect component, removal of extra unecessary lines -
Updated dependencies [
4094afe04,74dfce2c8,623ed8ade]:- @storefront-ui/shared@2.4.0
- fix package cross-dependencies that caused released package to fail
- SfBadge
- useScrollable: add missing methods, remove prop getter and add containerRef
- SfInput: replace div element with dynamic WrapperTag, remove spans around slots, styling issues
- Breadcrumbs: replace anchor from last item to span
- SfButton: ring border fixed
- Filters: checkbox and radio components selecting, styling issues
- Card Feature: styling issues
- Icons: visibility on the list
This is a patch release containing bug fixes to SFUI2.
- Order Summary - alerts
- SfSelect chevron rotates on blur (#2569)
- SfScrollable: general improvement
- MegaMenu: styling issues and keyboard navigation
- Pagination: improved mobile version
- Order Summary: styling issues
- Alert: styling issues
- NavbarTop: double login button
- Filters: issues with sort by and clear all
- SfScrollable
- useScrollable
- Modal - added animated block.
- AccordionItem component
- Button component
- Checkbox component
- Checkbox
- Chip component
- Counter component
- Drawer component
- Dropdown component
- IconBase component
- Input component
- Link component
- ListItem component
- LoaderCircular component
- LoaderLinear component
- Modal component
- ProgressCircular component
- ProgressLinear component
- Radio component
- Rating component
- Select component
- Switch component
- Thumbnail component
- Tooltip component
- useDisclosure
- useDropdown
- usePopover
- useTooltip
- useTrapFocus