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

Changelog History
Page 10

  • v1.3.8 Changes

    • 👍 ons-lazy-repeat: Recalculate heights when number of items change in order to support dynamic lists with variable height items.
    • 📱 ons-lazy-repeat: Don't wait to render to make the list more responsive.
  • v1.3.7 Changes

  • v1.3.6 Changes

    • ons-sliding-menu: Fixed swipeable default behaviour related to AngularJS update.
  • v1.3.5 Changes

    • ⚡️ core: Updated AngularJS to version 1.4.3.
    • 🛠 core: Fixed #777.
    • 🛠 core: Fixed #767.
  • v1.3.4 Changes

    • ons-dialog: Fixed a memory leak when using parentScope. Closes #735.
    • ons-alert-dialog: Fixed a memory leak when using parentScope.
    • ons-popover: Fixed a memory leak when using parentScope.
  • v1.3.3 Changes

    • ons-lazy-repeat: Fixed #678.
    • ons-navigator: Added leavePage and enterPage objects to prepop event.
    • ons-sliding-menu: Fixed broken swipe-target-width attribute.
    • ons-back-button: Prevent popping page twice on double tap.
    • ons-lazy-repeat: Fix bug that caused infinite digest loops.
    • ons-tabbar: Fix broken persistent attribute.
    • ons-carousel: Fix bug where items were incorrectly cached.
    • ons-navigator: Fix bug in insertPage() when pages are inserted on top.
    • ons-scroller: Fixed #707.
    • ons-carousel: Fixed a random error when event was undefined.
  • v1.3.2 Changes

    • ons-carousel: Fixed postchange event for carousel on IE11. Fixed #646.
  • v1.3.1 Changes

    • ons-page: Fixed scrolling on Windows Phone. Fixed #618.
  • v1.3.0 Changes

    • ons-sliding-menu: Fixed #544.
    • ons-sliding-menu: Fixed #464.
    • ons-pull-hook: Fixed #467.
    • ons-pull-hook: Fixed issue where a error was thrown if the pull hook was destroyed before $done() was called.
    • core: Added end-to-end testing with Protractor.
    • ons-alert-dialog: Fixed #478.
    • ons-pull-hook: Fixed #498.
    • ons-navigator: Blocks events on pages while animation is running. This fixes #457 and also fixes the issue where pages were pushed/popped twice when tapping quickly.
    • ons-alert-dialog: Fixed #511.
    • ons-alert-dialog: Fixed #512.
    • core: ons.createDialog, ons.createPopover and ons.createAlertDialog can now be supplied with a scope object in order to specify the parent scope of the element. This makes data binding much easier.
    • ons-loading-placeholder: Fixed #541.
    • ons-loading-placeholder: The component can now be used anywhere.
    • ons-tabbar: Fixed #530.
    • ons-split-view: Fixed #525.
    • ons-sliding-menu: Added event handler attributes.
    • ons-alert-dialog: Added event handler attributes.
    • ons-carousel: Added event handler attributes.
    • ons-dialog: Added event handler attributes.
    • ons-navigator: Added event handler attributes.
    • ons-popover: Added event handler attributes.
    • ons-pull-hook: Added event handler attributes.
    • ons-split-view: Added event handler attributes.
    • ons-tabbar: Added event handler attributes.
    • ons-split-view: Fixed #552.
    • ons-navigator: Added animation option to popPage().
    • ons-navigator: Added replacePage() method.
    • ons-lazy-repeat: Improved behavior when items are removed.
    • ons-sliding-menu: Fixed #577.
    • core: Windows Universal (Windows Phone 8.1, Windows 8.1 and IE 11) partial support.
    • core: FastClick library updated to 1.0.6. This adds support for iOS 8.4+, earlier versions of Onsen UI will not work with iOS 8.4+.
  • v1.2.2 Changes

    • ons-carousel: Fixed #358. Breaks compatibility with 1.2.1, 'swipeable' attribute must be added to <ons-carousel> tags to made them touch swipeable.
    • ons-navigator: Fixed #350.
    • ons-navigator: Fixed broken Android slide animation.
    • ons-carousel: Added 'auto-refresh' attribute to automatically refresh carousel when items are added or removed in AngularJS.
    • ons-back-button: Automatically hide back button when there is only one page in the stack.
    • ons-scroller: Fixed #389.
    • ons-button: Fixed broken isDisabled() method.
    • ons-icon: Updated Ionicons to version 2.0.1.
    • ons-carousel: Fixed #369.
    • ons-popover: Fixed #367.
    • ons-carousel: Fixed #365.
    • ons-carousel: Fixed #398.
    • ons-carousel: Fixed #353. Added overscroll event and event.waitToReturn(promise) method.
    • ons-carousel: Fixed #352. Added auto-scroll-ratio attribute and related methods.
    • ons-carousel: When carousel is swipeable it doesn not propagate touch events to parent.
    • ons-switch: Added ngChange directive.
    • ons-button: Fixed so it can be used with ngDisabled.
    • ons-toolbar-button: Fixed so it can be used with ngDisabled. This fixes issue #321.
    • ons-carousel: Fixed unresponsive carousel drag event for Android.
    • ons-carousel: Fixed #401.
    • ons-sliding-menu: Clicking outside the menu when it is open will now close it.
    • ons-sliding-menu: Fixed #319.
    • ons-tab: Implemented persistent attributed to prevent tab content from being destroyed when navigating to another tab.
    • ons-tabbar: Fixed broken hide-tabs attribute. (atakayama)
    • ons-pull-hook: Implemented <ons-pull-hook> component.
    • core: Removed the alias stack so variables like ons.navigator and ons.slidingMenu can not be used anymore.
    • core: Added ons.componentBase variable. All component variables are attached to this variable if it is truthy. Can be changed to avoid polluting the global scope. Default is window.
    • ons-lazy-repeat: Implemented <ons-lazy-repeat> component.
    • ons-carousel: Fixed #359.
    • ons-carousel: Fixed #380.
    • ons-sliding-menu: Fixed #382.
    • ons-popover: Fixed #416.
    • ons-carousel: Fixed strange behavior when carousel was smaller than container.
    • ons-split-view: Fixed bug where split view did not update correctly on some Android devices.