@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Fixed
11
+
12
+ - ` Thumbnail ` : fix focal points equal to 0
13
+
10
14
### Changed
11
15
12
16
- ` Button ` : add disabled behavior with ` aria-disabled ` only
@@ -59,7 +63,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
59
63
- ` Link ` : deprecated ` rightIcon ` /` leftIcon ` props (use nested icons instead)
60
64
- ` Link ` docs: rework documentation page
61
65
62
-
63
66
## [ 3.12.0] [ ] - 2025-03-19
64
67
65
68
### Added
@@ -133,8 +136,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
133
136
- ` Chip ` : add border and background color CSS variable theming on selected state.
134
137
- ` SideNavigationItem ` : add border CSS variable theming on selected state.
135
138
- ` Button ` : deprecated variables ` --lumx-button-emphasis-selected-state-default-padding-horizontal ` ,
136
- ` --lumx-button-emphasis-selected-hover-hover-padding-horizontal ` and
137
- ` --lumx-button-emphasis-selected-hover-active-padding-horizontal ` (use the base ` low ` or ` medium ` emphasis padding)
139
+ ` --lumx-button-emphasis-selected-hover-hover-padding-horizontal ` and
140
+ ` --lumx-button-emphasis-selected-hover-active-padding-horizontal ` (use the base ` low ` or ` medium ` emphasis padding)
138
141
139
142
### Fixed
140
143
@@ -148,9 +151,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
148
151
- Storybook ` withCombinations() ` : better section heading, exclude combinations
149
152
- Storybook ` withTheming() ` : new decorator to demonstrate CSS variables on stories
150
153
- Storybook ` Button ` :
151
- - Cleaned up stories argTypes and controls
152
- - Rework stories content with more combinations
153
- - Add theming story
154
+ - Cleaned up stories argTypes and controls
155
+ - Rework stories content with more combinations
156
+ - Add theming story
154
157
- Storybook ` DatePicker ` : add theming story
155
158
- Storybook ` Chip ` : add theming story
156
159
- Storybook ` Navigation ` : add variants & theming stories
0 commit comments