Releases: OnsenUI/OnsenUI-dist
Releases · OnsenUI/OnsenUI-dist
2.11.2
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
2.11.0
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
2.10.9
2.10.8
2.10.7
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
Misc
- Avoid [email protected] vulnerability (dominictarr/event-stream#116).