reshaped 3.6.1 → 3.6.2
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,62 +1,4 @@
|
|
1
|
-
##
|
1
|
+
## 3.6.2
|
2
2
|
|
3
|
-
-
|
4
|
-
-
|
5
|
-
- Tailwind: Added scoped theming / color mode support for Tailwind v4 (rebuild themes)
|
6
|
-
- Website: Added DS comparison
|
7
|
-
- Website: Updated supported browsers for OKLCH usage
|
8
|
-
- Removed irrelevant hover effects for touch events not using a pointer device
|
9
|
-
- ToggleButton, ToggleButtonGroup
|
10
|
-
|
11
|
-
- Button: Updated highlighted state opacity to differ from the hover
|
12
|
-
- Flyout: Exported from the library
|
13
|
-
- Flyout: Moved css to css layers
|
14
|
-
- Flyout: Support height animations
|
15
|
-
- Exposed classNames and responsivePropDependency
|
16
|
-
- Popover: Added elevation prop, updated tests
|
17
|
-
- ScrollArea: Fixed resize observer
|
18
|
-
- Table: Fixed scrolling inside ScrollArea
|
19
|
-
- Slider: Fixed start boundary tooltip position adjustment
|
20
|
-
- Slider: minName, maxName
|
21
|
-
- Slider: updated tests
|
22
|
-
- Slider: Trigger form/input native onChange when dragging
|
23
|
-
- ScrollArea: Added missing outline reset
|
24
|
-
- Overlay: overflow property
|
25
|
-
- Flyout: Positioning inside modals
|
26
|
-
- Flyout: Updated trigger boundaries detection inside scrollable
|
27
|
-
- Flyout: Avoid using fallbacks inside scrollable when already opened (to match regular flyouts)
|
28
|
-
- Flyout: Updated dialog trap mode flyouts to be blocking for Esc keys / clicking outside
|
29
|
-
- Flyout, DropdownMenu: trapFocusMode=false support
|
30
|
-
- DropdownMenu: Submenu trigger doesn't close the menu on click
|
31
|
-
- Accordion: Fixed iconPosition prop memoization
|
32
|
-
- Avatar: use rs-font-weight-bold instead of hardcoded weight
|
33
|
-
- Exported ColorMode type
|
34
|
-
- Reshaped: colorMode conrolled prop support
|
35
|
-
- Accordion: gap property support
|
36
|
-
- ScrollArea: Removed tabIndex since it's handled natively including cases when there are actionable elements inside
|
37
|
-
- TextField: Fixed the gap/min-height of the attachments
|
38
|
-
- TextField: Improved end attachment wrapping
|
39
|
-
- Select: Added label text truncation
|
40
|
-
- Card: Fixed bleed utility specitficity
|
41
|
-
- NumberField: Fixed float number onChange
|
42
|
-
- useToggle: .toggle(targetValue) support
|
43
|
-
- Resizable: Support for extracting handles into separate components
|
44
|
-
- Resizable: Added direction and status props to the handle children rendering
|
45
|
-
- Resized: Fixed reduced handle size due to panel overlapping
|
46
|
-
|
47
|
-
- Added node engine v22+ to package.json
|
48
|
-
|
49
|
-
## 3.5.3
|
50
|
-
|
51
|
-
- Tailwind 3: Preflight compatibility
|
52
|
-
- ScrollArea: fixed maxHeight
|
53
|
-
- Updated sideEffects to \*.css
|
54
|
-
|
55
|
-
## 3.5.1
|
56
|
-
|
57
|
-
- NumberField: user-select none for touch devices
|
58
|
-
- Tabs: Fixed arrow navigation
|
59
|
-
- Slider: Fixed drag propagation when used in swipeable modals
|
60
|
-
- Card: Removed internal content wrapper to fix Safari absolute positioning of contents inside the card
|
61
|
-
- [Pro] Storybook: Preserve theme and mode values while navigating stories
|
62
|
-
- [Pro] Storybook config: switched to js to resolve TS resolving issues
|
3
|
+
- Tooltip: contentClassName and contentAttributes
|
4
|
+
- Grid: maxWidth
|