Dependency upgrades
Upgraded to latest Ionic (5.x.x) and Angular (9.x.x) versions.
Backwards compatibility is not guaranteed. If you have any issues with an older version of Angular/Ionic you can one of the previous 6.x.x releases of this library.
Native browser smooth scrolling
This release features a new option that can be toggled in the config object nativeSmoothScroll: boolean
. If enabled, it will use the scroll behavior feature when supported by the browser.
While this browser feature doesn't allow any customization for now (speed, easing function.. etc); it performs slightly better than the module's internal animations.
React bindings
Official react bindings have been added to the library and are now published under @ionic-super-tabs/react
.
Important: These bindings were not tested at all and you should consider them an alpha release. Please report any bugs you find, and as always, pull requests are welcome!