Releases: szhsin/react-menu
Releases · szhsin/react-menu
v3.1.0
v3.0.2
v3.0.1
v3.0.0
- Upgrade to use the new JSX transform (#440)
- Use JS default arguments instead of
defaultProps
on components (#438) - Removed
active
state to reduce bundle size (#435) - Removed
styles
prop from all component to reduce bundle size (#434) - Improved keyboard navigation implementation (#432)
- Small API refactor and bug fixes (#437)
NOTE: this is a major release with breaking changes. Manual intervention might be required during updates.
Please check out this migration guide.
v2.3.4
v2.3.3
v2.3.2
- This release makes the library compatible with React 18 new root API and concurrent features. (#387)
- It has met the level 3 of concurrent rendering support described in reactwg/react-18#70
- The improvements in this release are also recommended for React 16 or 17 users.