Skip to content

Commit 5b7559b

Browse files
committed
Bump version and update release notes
1 parent b1ad975 commit 5b7559b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASENOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ 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.
20+
1721
## Release 0.4.7
1822

1923
**MINOR FEATURES**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "design-system-react",
3-
"version": "0.4.8",
3+
"version": "0.4.9",
44
"description": "Salesforce Lightning Design System React components",
55
"license": "BSD-3-Clause",
66
"engines": {

0 commit comments

Comments
 (0)