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

Changelog History
Page 6

  • v2.0.0-rc.7 Changes

    • ons-carousel: Support ng-repeat in Angular1 bindings.
    • ons-carousel: Fix #1168.
    • ons-switch: Trigger change event only once.
    • ons-bottom-toolbar: Correctly register element. Fix #1426.
    • ons-pull-hook: Fix #1415.
    • ons-navigator: Add onDeviceBackButton property.
    • ons-fab: Show button by default.
  • v2.0.0-rc.6 Changes

    • ons-page: Change to fill page background element if there is only .page__content element in ons-page.
    • ons-splitter: 'load' methods return promises in Angular1 bindings.
    • ons-navigator: Fix 'popPage' with 'refresh' parameter.
    • ons-dialog: Make ons-dialog angular2 compatible.
    • ons-speed-dial, ons-speed-dial-item: Removed _compiled attribute.
    • ons-speed-dial: Make ons-speed-dial elements angular2 compatible.
    • ons-carousel: Fix #1423.
    • core: Create unified onDeviceBackButton API for alert-dialog, dialog, modal, page, popover, splitter.
  • v2.0.0-rc.5 Changes

    • ons-dialog: Make ons-dialog angular2 compatible.
    • ons-speed-dial, ons-speed-dial-item: Removed "_compiled" attribute.
    • ons-speed-dial: Make ons-speed-dial elements angular2 compatible.
    • css-components: Fix material list item paddings.
    • ons-list: Fix #1401.
    • ons-range: Fix #1391.
    • ons-carousel: Fix #1404.
    • ons-speed-dial: Add isOpen() method.
    • ons-speed-dial: Emit open and close events.
    • ons-speed-dial: Block clicks when hidden.
    • ons-splitter: Correctly import dependency.
    • css-components: Fix border of inline list.
    • css-components: Refine style of list item title and subtitle.
    • ons-toolbar: Fix #1419.
    • css-components: Refine default paddings of list items.
    • ons-back-button: Add onClick property.
  • v2.0.0-rc.4 Changes

    • ons-input: Fix to input-id attribute.
  • v2.0.0-rc.3 Changes

    • core: Support creation with document.createElement for several components.
    • ons-navigator: Support changing the animation attribute dynamically.
    • ons-dialog: Support changing the animation attribute dynamically.
    • ons-alert-dialog: Support changing the animation attribute dynamically.
    • ons-popover: Fix shadow glitch.
  • v2.0.0-rc.2 Changes

    • ons-tab: Fix dynamic icon and label attributes.
  • v2.0.0-rc.18 Changes

    • ons-navigator: Fixed a bug that caused missing .page__content on Safari.
    • angular1: Use the $templateCache service.
    • ons-splitter: Fix #1537.
    • core: Update to Custom Elements v1.
    • ons-navigator: Provides animators and allows to extend them.
  • v2.0.0-rc.17 Changes

    • core: Update Typescript definitions.
  • v2.0.0-rc.16 Changes

    • ons-splitter-side, ons-splitter-content: Added "page" and "pageLoader" property. Changed to use page-loader instead of ons._internal.getPageHTMLAsync().
    • ons-navigator: Added "page" and "pageLoader" property. Changed to use page-loader instead of ons._internal.getPageHTMLAsync().
    • ons-tabbar, ons-tab: Added "page" and "pageLoader" property. Changed to use page-loader instead of ons._internal.getPageHTMLAsync().
    • core: Added ons.defaultPageLoader and ons.PageLoader.
    • ons-page: Changed to accept ".content" and ".background" elements as child contents.
    • ons-modal: Fix #1433.
    • ons-navigator: Improved iOS slide animation (again).
    • ons-icon: Fix #1352.
    • ons-pull-hook, ons-carousel: Fix #1004.
    • ons-fab: Fix #1496.
    • ons-list-item: Fix #1499
    • ons-tabbar: Fix #1501
    • ons-navigator: Fix #1512. This changes pages property from an HTMLCollection to an Array.
    • ons-page, ons-toolbar, ons-bottom-toolbar, ons-modal, ons-speed-dial: Improved location logic
    • ons-fab: Now stays outside of .page__content when it has a position attribute.
    • ons-modal: Fix #1511.
    • ons-lazy-repeat: Expose refresh() method to user through delegate object.
    • ons-pull-hook: Remove DOM mutations to make it easier to integrate with frameworks and libs.
    • ons-tab: Fix #1528.
    • ons-navigator: data object for popPage.
  • v2.0.0-rc.15 Changes

    • ons-navigator: Improved iOS slide animation. Fix #1457.
    • ons.platform: Fix #1482.
    • ons-modal: Support showing on init.
    • ons-speed-dial: Add bindings for AngularJS 1.x.
    • ons-fab: Add bindings for AngularJS 1.x.
    • ons-pull-hook: Fix flickering on iOS.