You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ons-toolbar: cover-content modifier works with iOS status bar.
ons-carousel: Fixed an animation glitch on iOS due to the cubic Bézier curve.
ons-splitter: Translate3d glitch when opening with reveal animation.
Misc
Updated type definitions.
modifier classes are restored when class attribute is modified.
ons-tab: The first tab will be activated if the active attribute is not provided in any tab.
ons-carousel: Improved performance. Animation timing has been adjusted to prevent issues on iOS.
BREAKING CHANGES
ons-tabbar, ons-carousel: DOM structure has been modified. It should not affect except if you manually modify innerHTML.
ons-tabbar: Due to the new swipeable feature, slide animation is now performed by default unless it is disabled with animation="none" attribute. fade animator has also been removed (incompatible).