reshaped 3.2.6-rc.0 → 3.2.7

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
@@ -8,7 +8,11 @@
8
8
  - DropdownMenu: Added attributes.ref support
9
9
  - Actionable, Button, Link, MenuItem: Added stopPropagation property for nested buttons
10
10
  - Reshaped: scoped color mode support for nested Reshaped providers
11
+ - Table: row onClick support
12
+ - Tabs: new navigation controls and fixed auto scrolling edge cases causing the page the scroll
13
+ - Modal, Overlay: onAfterOpen, onAfterClose
11
14
 
12
15
  Documentation
13
16
 
14
17
  - Included next/font integration for next15
18
+ - SSR examples, improved code snippets