Releases: keokilee/react-electron-webview
Releases · keokilee/react-electron-webview
v2.0.2
v2.0.1
First Major Release in a Year!
Event handler props have been renamed to use the on${eventName}
convention used in React. This means that the accepted props are onClick
instead of just click
. Typescript definitions have also been added.
Many thanks to @flying-sheep for the PRs 🎉 🚀