Skip to content

Releases: nmetulev/wc-react

v0.5.1

02 Aug 16:23
def79a6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

11 May 23:16
44a6745
Compare
Choose a tag to compare

This release adds support for passing ref to the React component. The ref will be a reference to the underlying web component

v0.4.0

29 Jan 04:13
9157420
Compare
Choose a tag to compare

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).