Releases: nmetulev/wc-react
Releases · nmetulev/wc-react
v0.5.1
What's Changed
- Fixed clenup method by @Svyatoslavik in #8
- Passing attributes to web component by @estruyf in #6
New Contributors
- @Svyatoslavik made their first contribution in #8
- @estruyf made their first contribution in #6
Full Changelog: v0.5.0...v0.5.1
v0.5.0
v0.4.0
This release adds the HTMLAttributes
types to the wrapped React component so props like className
and onClick
are available in typescrypt. As part of this change, events such as onClick
which start with on...
are now also automatically converted to the appropriate event registration (click
in this example).