Skip to content

Releases: OnsenUI/OnsenUI-dist

2.11.2

12 Jan 05:49
Compare
Choose a tag to compare

Bug Fixes

  • ons.platform: isIOS now returns true for iPadOS. (#2804).
  • ons.platform: Only prompt input cursor for supported input types. (#2803).
  • core: Fix animations not working for platform-specific animations.
  • ons-fab: Fix fab not being positioned relative to tab page. (#2810).
  • core: Fix setImmediate not defined for ESM bug.
  • ons.platform: isIPhoneX now works for iPhone 11 and 12 variants. (#2811).

New Features

  • core: Add blur and focus methods for input elements. (#2809).

2.11.1

23 Sep 16:17
Compare
Choose a tag to compare

Misc

  • Remove preinstall script that was causing npm install to fail.

2.11.0

23 Sep 12:39
Compare
Choose a tag to compare

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.
  • ons-navigator: If options are not set for popPage, it no longer defaults to the options set when the page was pushed.

2.10.10

29 Jul 11:49
Compare
Choose a tag to compare

Misc

  • Make sure CSS imports go at the top of onsenui.css. (#2674).

2.10.9

25 Jul 23:33
Compare
Choose a tag to compare

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

2.10.8

01 Apr 08:45
Compare
Choose a tag to compare

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.

2.10.7

31 Mar 09:52
Compare
Choose a tag to compare

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.

2.10.6

30 Nov 17:57
Compare
Choose a tag to compare

Misc

2.10.5

11 Oct 10:25
Compare
Choose a tag to compare

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).

2.10.4

20 Jul 07:13
Compare
Choose a tag to compare

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)