v3.0.0-beta.2 (2023-12-30)
🚀 New Feature
- #4437 feat(FormGroup): add error prop to FormGroup (@felixmosh)
- #4436 feat(Form.Group): add disabled prop (@naman1608)
🐛 Bug Fix
- #4447 fix(typings): update types to support
ref
(@layershifter) - #4446 fix(Popup): fix positioning in scrollable container (@CoryDuncan)
- #4445 fix(Portal): fix event handling for mouseEnter/mouseLeave (@tourman)
📝 Documentation
- #4431 docs: add migration guide to v3 (@layershifter)
🏠 Internal
- #4456 chore: remove "dot-syntax" from examples (@layershifter)
- #4455 chore: fix lint warnings (@layershifter)
- #4452 chore: add "use client" directive in components where it's needed (@layershifter)
- #4454 chore: bump Babel & react-docgen (@layershifter)
- #4449 chore: remove usage of deprecated
.defaultProps
(@tourman)
Committers: 5
- Cory Duncan (@CoryDuncan)
- Felix Mosheev (@felixmosh)
- Naman Dhingra (@naman1608)
- Oleksandr Fediashov (@layershifter)
- @tourman