You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASENOTES.md
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,17 @@ These are changes that have backwards-compatible solutions present and that comp
14
14
15
15
---
16
16
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.
0 commit comments