Skip to content

2.9.0

Compare
Choose a tag to compare
@frandiox frandiox released this 25 Jan 09:23
· 0 commits to master since this release

New Features

  • 🎉 Use passive event listeners whenever possible. PWA score++.
  • ons-navigator: popPage method now supports options.times to pop several pages with one single animation.
  • ons-toolbar-button: Added icon attribute to automatically create an ons-icon element.

Bug Fixes

  • 🎉 fastclick: Use Onsen UI fork of FastClick. Fixes #2254, #2304.
  • ons-tab: Fixed #2307.
  • ons-list-item: Fixed #2292.
  • ons-navigator: Fixed #2286.
  • ons-navigator: Fixed #1992.
  • css-components: Fixed #2045.
  • ons.platform: Fixed #2279.
  • ons-page: Fixed #2255.
  • ons-tab: Fixed #2324.
  • ons-switch: Prevents two click events in a row when placed inside a label tag.
  • iOS scroll issues: Related #2220, #2279, #1949 - Fixed in WKWebView/iOS Safari. For UIWebView, a new ons.forceUIWebViewScrollFix() method is available which may negatively affect momentum scroll in some situations. Also, a ons-ios-scroll class is added to document.body when dialogs are visible to apply custom fixes.

Misc

  • css-components: Expose Action Sheet variables for Theme Roller.
  • ons.notification: Display error message when needed imports are missing (AlertDialog, AlertDialogButton, Toast, ActionSheet).