reshaped 2.11.0 → 2.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -36
- package/bundle.css +1 -1
- package/bundle.js +3 -3
- package/components/Actionable/Actionable.js +4 -4
- package/components/Actionable/tests/Actionable.stories.js +1 -1
- package/components/MenuItem/tests/MenuItem.stories.js +1 -1
- package/components/PinField/PinFieldControlled.js +2 -2
- package/components/PinField/tests/PinField.stories.js +2 -2
- package/components/_private/Expandable/Expandable.js +7 -3
- package/components/_private/Expandable/Expandable.module.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,36 +1 @@
|
|
1
|
-
2.
|
2
|
-
|
3
|
-
Features:
|
4
|
-
|
5
|
-
- Breadcrumbs: disableExpand
|
6
|
-
- Remix Vite FormControl error fixed
|
7
|
-
- Toast: Added support for toast render boundaries
|
8
|
-
- useHotkeys: disable flag
|
9
|
-
- Modal: overlayClassName
|
10
|
-
- PinField: new component
|
11
|
-
- useHotkeys: preventDefault flag
|
12
|
-
- Table: Added width: auto nowrap
|
13
|
-
- Table: Added minWidth support
|
14
|
-
- Tabs: Animated fade
|
15
|
-
|
16
|
-
Fixes:
|
17
|
-
|
18
|
-
- View: Fixed dividers incorrectly working with React.Fragments
|
19
|
-
- View: Padding respects border
|
20
|
-
- Card: Padding respects border
|
21
|
-
- TextField: Fixed focus-within when focused on the button inside
|
22
|
-
- useHotkeys: auto preventDefault
|
23
|
-
- useHotkeys: fixed used hotkeys cleanup
|
24
|
-
- DropdownMenu: fixed double click handling
|
25
|
-
- Slider: Float values
|
26
|
-
- Slider: Tabular numbers
|
27
|
-
- Actionable: Form submission with type="submit"
|
28
|
-
- Calendar: Fixed dates tabIndex edge cases
|
29
|
-
- Tabs: Improved tabs animation
|
30
|
-
- Tabs: Updated font weight to medium to align with buttons
|
31
|
-
- Pagination: Added tabular nums
|
32
|
-
- Modal: fixed swipe to close in scrollable areas
|
33
|
-
|
34
|
-
Updates:
|
35
|
-
|
36
|
-
- Commitlint 16, Storybook 8, Chromatic 11
|
1
|
+
2.12.0
|