- Add
Event.compose,Event.cancelBubbleandEvent.composedPath(by @Lanayx)
- Align Fable.Core version to 3.2.8 for all of fable-browser packages
- Add
tagsto make binding displayed on Fable.Packages
- Add Global attribute to global interfaces @chkn
- Fix Event and CustomEvent constructors
- Fix Fable #2463 @forki
- Add back non-generic CustomEvent
- Downgrade FSharp.Core to 4.7.2
- Downgrade FSharp.Core to 4.7.2
- Upgrade to Fable.Browser.Gamepad 1.0.1 to use the version with the licence information in it
- Add licence to Nuget package @nojaf
- Make CustomEvent generic @AngelMunoz
- Add GamepadEvent (by @rastreus)
- Make explicit overloads for (add | remove)EventListener (by @Zaid-Ajaj)
- Add an overload for
addEventListenerandremoveEventListenerwithout the third argument in order to avoid forcing the user to pass the third optional argument and helps F# compiler determine which overload to use
- Add missing overload for
addEventListenerandremoveEventListeneron typeEventTarget(by @baronfel)
- First stable release
- First release