reshaped 3.6.0-canary.5 → 3.6.0-canary.6

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,5 +1,8 @@
1
1
  ## WIP 3.6.0
2
2
 
3
+ - OKLCH color support in themes
4
+ - Tailwind: Added scoped theming / color mode support for Tailwind v4 (rebuild themes)
5
+
3
6
  - Flyout: Exported from the library
4
7
  - Flyout: Moved css to css layers
5
8
  - Flyout: Support height animations
@@ -17,12 +20,18 @@
17
20
  - Flyout: Updated trigger boundaries detection inside scrollable
18
21
  - Flyout: Avoid using fallbacks inside scrollable when already opened (to match regular flyouts)
19
22
  - Flyout: Updated dialog trap mode flyouts to be blocking for Esc keys / clicking outside
20
- - Flyout: trapFocusMode=false support
23
+ - Flyout, DropdownMenu: trapFocusMode=false support
21
24
  - DropdownMenu: Submenu trigger doesn't close the menu on click
22
25
  - Accordion: Fixed iconPosition prop memoization
23
26
  - Avatar: use rs-font-weight-bold instead of hardcoded weight
24
27
  - Exported ColorMode type
25
28
  - Reshaped: colorMode conrolled prop support
29
+ - Accordion: gap property support
30
+ - ScrollArea: Removed tabIndex since it's handled natively including cases when there are actionable elements inside
31
+ - TextField: Fixed the gap/min-height of the attachments
32
+ - TextField: Improved end attachment wrapping
33
+
34
+ - Added node engine v20+ to package.json
26
35
 
27
36
  ## 3.5.3
28
37