Skip to content

Releases: zyra/ionic-super-tabs

v7.0.0

14 Jun 08:21
Compare
Choose a tag to compare

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!

v6.3.0

25 Feb 19:17
Compare
Choose a tag to compare

This release includes various bug fixes with an updated version of Stencil JS that features a better life-cycle events management.

If you face any issues try version 6.2.1 before submitting a bug report to help isolate the issue.

5.2.0

12 Feb 04:21
Compare
Choose a tag to compare
chore(): update changelog

5.0.2

24 Oct 02:58
Compare
Choose a tag to compare

5.0.2 (2018-10-24)

Bug Fixes

  • delay indexing segment button widths (46dceb3)

5.0.1

24 Oct 02:57
Compare
Choose a tag to compare

5.0.1 (2018-10-23)

Bug Fixes

  • fix pan gesture handling bug (82e33f8)

Fix pan gesture bug

23 Oct 23:36
Compare
Choose a tag to compare

5.0.1 (2018-10-23)

Bug Fixes

  • fix pan gesture handling bug (82e33f8)

Angular 5 Support

23 Oct 22:56
Compare
Choose a tag to compare

5.0.0 (2018-10-23)

Bug Fixes

  • lib: prevent TypeError "Cannot read property 'getActiveChildNavs' of undefined" (#323) (a0c8496)

Features

v4.2.1

26 Jan 06:52
4e39b89
Compare
Choose a tag to compare

4.2.1 (2018-01-26)

Bug Fixes

  • super-tabs: increase debounceTime for resize method (125184d), closes #201

v4.2.0

25 Jan 06:45
Compare
Choose a tag to compare

4.2.0 (2018-01-25)

Bug Fixes

  • ios: slide animation bug (#235) (a55167d)
  • fix error with resize method (#238) (fac0f4f)
  • overlapping buttons (dcb5217)
  • super-tab: make sure we always have rootNavParams (192986d), closes #126
  • super-tab: use setRoot when initializing (64f100e)

Features

  • allow elements inside tabs to be dragged/scrolled before tabs swipe event is triggered (#243) (1953ee9)

Angular 5 / Ionic 3.9.2 support

11 Nov 02:36
Compare
Choose a tag to compare
v4.1.5

Update build process