- Support FSharp.Core 5.0
- Make Fable.Browser.Dom dependency version more strict
- Update dependencies
- Update Fable.Browser.Dom depdency to fix breaking change
- Add support for all event options rather than just passive
- Adjust
React.useListener.onClickAway
custom hook to work with touch events in addition to mouse events - Added support for making events passive.
- Added
React.useListener.onClickAway
custom hook to listen for clicks outside of an element
- Added
React.useStyle.on*
hooks for inline element state styling
- Fix missing/unsupported document events
- Add useWindowListener hook
- Initial release