Skip to content

Commit fdcc83c

Browse files
Update release notes
1 parent 09b7faf commit fdcc83c

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

RELEASENOTES.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,17 @@ These are changes that have backwards-compatible solutions present and that comp
1414

1515
---
1616

17-
## Release 0.4.9
18-
- Removed {...props} from DOM nodes in components to prevent non-valid ones from being passed on (ie. `<input myFunkyprop .. />`)
19-
- If users need specific props passed onto DOM nodes, please submit a github issue.
17+
## Release 0.5.0
18+
19+
**MINOR FEATURES**
20+
21+
- Add `portalClassName` to Modal.
22+
- Tabs: Add scoped variant
23+
24+
**BUG FIX**
25+
26+
- Removed {...props} from DOM nodes in components to prevent non-valid ones from being passed on (ie. `<input myFunkyprop .. />`). If users need specific props passed onto DOM nodes, please submit a Github issue.
27+
- Fix icons and alert texture in Notification
2028

2129
## Release 0.4.7
2230

0 commit comments

Comments
 (0)