reshaped 3.2.0-canary.7 → 3.2.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 CHANGED
@@ -1,58 +1 @@
1
- 3.2.0
2
-
3
- - Grid utility
4
-
5
- - Theming: Updated rem calculations to be based on 16px
6
- - Theming: Updated generated bg neutral faded values (slightly lighter)
7
-
8
- - Package.json added types field for old module resolution
9
-
10
- - Updated all dependencies
11
-
12
- - Pagination: Fixed truncation for total < 8
13
- - PinField, source: Updated keyboard tests
14
- - Flyout: Correctly calculate position for scaled down triggers
15
- - Flyout: Using vanilla event listeners on trigger, you can pass additional custom handlers yourself
16
- - View: Responsive textAlign support
17
- - Toast: Warning color support
18
- - FileUpload: Added `height` support
19
- - Table: Aligned highlighted row bg color with other components
20
- - Autocomplete: onBackspace prop
21
- - TextField: focused prop
22
- - TextField: multiline prop
23
- - Autocomplete: instanceRef + AutocompleteInstance type
24
- - Modal: Added overflow="visible" prop
25
- - Switch: Fixed disabled label color
26
- - Image: Added support for passing attributes.style
27
- - Modal, Overlay: Added onClose 'reason'
28
- - useResponsiveClientValue: boolean values support
29
- - Flyout: Fixed blur event for the content-menu hover without buttons inside
30
- - Reshaped: `scoped` flag, scoped all global styles to data-rs-theme attribute
31
- - Badge: added neutral color to docs and types
32
- - Table: added className and attributes for tbody, thead, cells
33
- - useHotkeys: fixed keys alt modified keys (shiftleft)
34
- - Actionable: disableFocusRing
35
- - useOnClickOutside: support shadow DOM
36
- - Autocomplete, DropdownMenu, Popover, trapFocus: Support shadow dom for the keyboard navigation
37
- - Flyout: shadow dom doesn't required using containerRef
38
- - Accordion: fixed animation edge cases (inside live editor on the website)
39
- - useHotkeys: fixed mod+enter on non-mac os
40
- - Tabs: fixed edge cases when tab item active value is changing based on user events
41
- - useScrollLock: fixed ios lock
42
- - Icon: Fixed html width / height overrides
43
- - Tabs: Increased spacing between the items
44
- - Loader: Large size support
45
- - Flyout: fixed updatePosition not working when flyout stays opened
46
- - Flyout: better fallback calculations and correctly calculating the gap when positioning
47
- - Flyout, Popover, DropdownMenu: deprecated forcePosition, added fallbackPositions array and false
48
- - Flyout: fallback history when no position fits
49
- - Flyout, Popover: initialFocusRef
50
- - View: removed additional div around the content when it has a single child
51
- - Flyout: Optimized resize observer to only be active when rendered
52
- - Fixed :focus-visible safari edge cases (back to data-rs-keyboard)
53
- - Modal, Overlay: containerRef
54
- - useResponsiveClientValue: custom theme viewports support
55
- - Flyout: Fixed disableCloseOnOutsideClick dismissible queue
56
- - Button: Fixed icon glitching in Safari in some edge cases
57
- - Divider: children + contentPosition
58
- - TextField: multiline slot wrapping support
1
+ 3.3.0