All Versions
105
Latest Version
Avg Release Cycle
77 days
Latest Release
1282 days ago

Changelog History
Page 1

  • v2.11.1 Changes

    September 23, 2020

    Misc

    • โœ‚ Remove preinstall script that was causing npm install to fail.
  • v2.11.0 Changes

    September 23, 2020

    ๐Ÿ› Bug Fixes

    • ons-input: Add spellcheck to list of attributes passed to inner input. (#2706).
    • ons.notification: Fix prompt callback not running when submitOnEnter is false. (#2618).
    • โšก๏ธ ons-tab: Fall back to icon if active-icon not set when updating button content. (#2720)
    • ons-fab: Stop fab scrolling with viewport when wrapped in another element. (#2778)
    • โฑ ons.notification: Resolve toast when hide is called before timeout. (#2755)
    • ons-navigator: Fix navigator still running when non-existent page is pushed. (#2740)
    • core: Fix status-bar-fill not being automatically set on iPadOS. (#2745)
    • core: Fix isIPad returning false on iPadOS. (#2621)
    • ons-carousel: Fix wrong active index being set on resize for carousels with items narrower that the screen width. (#2738)
    • ons-navigator: Fix bug where entry page data contains leave page data in postpop. (#2575)
    • ons-navigator: Fix pushPage's callback being called by popPage. (#2761)
    • ons-carousel: Fix carousel not swiping when inside modal on iOS. (#2572)

    ๐Ÿ’ฅ BREAKING CHANGES

    • ๐Ÿšš UIWebView is no longer supported. FastClick is also removed.
    • 0๏ธโƒฃ ons-navigator: If options are not set for popPage, it no longer defaults to the options set when the page was pushed.
  • v2.10.10 Changes

    July 29, 2019

    Misc

    • ๐Ÿ‘‰ Make sure CSS imports go at the top of onsenui.css. (#2674).
  • v2.10.9 Changes

    July 25, 2019

    ๐Ÿ› Bug Fixes

    • ons-tab: Show active-icon for initially active tab in Angular 2+. (#2656).

    Misc

    • โฌ†๏ธ Upgrade Font Awesome to v5.8.1
    • โฌ†๏ธ Upgrade Ionicons to v4.5.5
    • โฌ†๏ธ Upgrade Material Design icons to v2.2.0
    • Stop fonts being included in onsenui-core.css
  • v2.10.8 Changes

    April 01, 2019

    Misc

    • ๐Ÿ›  Fix bug in gulpfile where core was signalling completion too early.
    • ๐Ÿ›  Fix bug in gulpfile where distribution CSS files were output to the wrong directory.
  • v2.10.7 Changes

    March 31, 2019

    ๐Ÿ› Bug Fixes

    • ons-icon: Compile when content is ready. (#2547).
    • ๐Ÿ’… ons-icon: Fix bug where Font Awesome v5 styles (far, fal, fab) were being ignored.
    • ons-navigator: Fix bringPageTop not working if a page is defined inside ons-navigator tags.
    • ons-tab: Stop recreating tabs when page with tabbar is brought to top of navigator stack. (#2604).
    • ons-fab: Fix toggled/hidden fab reappears when you leave and return to its page bug. (#2558).

    Misc

    • โฌ†๏ธ Upgrade to Gulp 4.
  • v2.10.6 Changes

    November 30, 2018
  • v2.10.5 Changes

    October 11, 2018

    ๐Ÿ› Bug Fixes

    • ons-list-item: Fix expandable list item not working correctly for lists inside expandable content. (#2485).
    • ๐Ÿ‘ ons.platform.isIPhoneX: Support iPhone XS, XS Max, and XR. (#2540).

    Misc

    • โšก๏ธ Updated FontAwesome to 5.2.0 (#2502).
  • v2.10.4 Changes

    July 20, 2018

    ๐Ÿ†• New Features

    • ons.platform: Can choose to ignore selected platform when checking what platform is e.g. ons.platform.isAndroid. (#2475).
    • ons-toolbar: Add methods to show and hide the toolbar (#2478)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ’… css: Fix button style for Firefox. (#2469).
    • ons-toast: Fix app closing when toast is shown and back button is pressed (#2388)
  • v2.10.3 Changes

    July 10, 2018

    Misc

    • ๐Ÿš€ Re-release of 2.10.2 due to npm package not containing minified Angular bindings (#2468). No functional changes.