v0.4.5
Quality-of-life improvements to solid/reactivity
.
What's Changed
- Make
addEventHandler
listeners consistent with other event handlers, suppressing some nuisance warnings. Details: #11 - Don't warn when using props prefixed with "initial", like
props.initialCount
. Thanks @JoshuaHall for giving this example. Details: #12 - Better error messages.
- Fix typo in reactivity.md by @youssefm in #9
- Fix typo in README.md by @liaodehui1 in #10
New Contributors
- @youssefm made their first contribution in #9
- @liaodehui1 made their first contribution in #10
Full Changelog: v0.4.4...v0.4.5