Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-12-30 | 2.3 kB | |
v3.0.0-beta.2 source code.tar.gz | 2023-12-30 | 3.5 MB | |
v3.0.0-beta.2 source code.zip | 2023-12-30 | 4.7 MB | |
Totals: 3 Items | 8.2 MB | 1 |
v3.0.0-beta.2 (2023-12-30)
:rocket: New Feature
- #4437 feat(FormGroup): add error prop to FormGroup (@felixmosh)
- #4436 feat(Form.Group): add disabled prop (@naman1608)
:bug: 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)
:memo: Documentation
- #4431 docs: add migration guide to v3 (@layershifter)
:house: 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