Skip to content

Releases: OnsenUI/OnsenUI-dist

2.0.0-rc.1

28 Apr 11:45
Compare
Choose a tag to compare
  • ons-input: Fix behavior of checked attribute.
  • ons-popover: Fix glitch on iOS for bottom popover.
  • core: Fix #1340 (auto status bar fill issue).

2.0.0-beta.15

27 Apr 05:37
Compare
Choose a tag to compare
  • ons-carousel: Fix rendering glitch on Android 4.1.
  • core: Fix broken validation on Android 4.1.
  • ons-pull-hook: Update API (property onAction instead of setActionCallback method).

2.0.0-beta.14

27 Apr 05:37
Compare
Choose a tag to compare
  • vendor: Add MutationObserver polyfill for older webviews.
  • ons-page: Fix #1359.

2.0.0-beta.13

27 Apr 05:37
Compare
Choose a tag to compare
  • ons-lazy-repeat: Fixes issue on Safari.

2.0.0-beta.12

27 Apr 05:36
Compare
Choose a tag to compare
  • ons-alert-dialog: Only compile once. This fixes issue with ons.notification in Firefox.
  • css-components: Refine tab style.

2.0.0-beta.11

25 Apr 06:18
Compare
Choose a tag to compare
  • core: Fixed forcePlatformStyling.
  • ons-navigator: Fixed an issue where 'show' event could be fired before 'init'.
  • ons-page: Removed unnecessary 'event.page' parameter.

2.0.0-beta.10

25 Apr 06:17
Compare
Choose a tag to compare
  • core: Expose FastClick instance as ons.fastClick.
  • ons-navigator: Fixed a bug where popPage always showed the default animation.
  • ons-navigator: Fixed md-lift-animator.
  • ons-navigator: Removed small delay after Lift animators.
  • css-components: Fixed issue with list item using both "chevron" and "longdivider" modifiers.
  • core: Fixed an issue preventing users from selecting text in inputs and textareas.
  • ons-carousel: Added auto-refresh attribute.
  • ons-carousel: Fixed an issue causing improper carousel size when used with angular and ons-navigator.
  • ons-icon: Delete attribute flip from ons-icon (obsolete, since everything can be done with rotate)
  • ons-list-item: Make the attribute tappable a boolean and add attribute tap-background-color
  • ons-alert-dialog: Fixed #1347.
  • ons-progress-bar, ons-progress-circular: Add value, secondaryValue and indeterminate properties.
  • ons-pull-hook: Add state, pullDistance, height, thresholdHeight and disabled properties.
  • ons-alert-dialog, ons-dialog, ons-popover, ons-modal: Updated API (disabled, visible, onDeviceBackButton properties).
  • ons-page: Update API (disabled, onDeviceBackButton properties, on-device-back-button and ng-device-back-button attributes).
  • ons-splitter: Renamed property deviceBackButton to a onDeviceBackButton.
  • ons-button, ons-ripple: Update API (disabled property).
  • ons-speeddial: Updated API (disabled, visible, inline properties).
  • ons-switch: Updated API (disabled, checked, checkbox properties).
  • ons-splitter-side: Changed isOpen to a property.
  • ons-navigator: Removed old angular methods (getPages, getBackButtonHandler).
  • ons-lazy-repeat: Removed setDelegate in favor of the delegate property.
  • ons-range: Fixes memory leak in AngularJS bindings.
  • ons-toolbar-button: Add disabled property.
  • css-components: Fixes list layout glitch on older Android devices.

2.0.0-beta.9

15 Apr 09:36
Compare
Choose a tag to compare
  • ons-splitter: Fixed memory leak.
  • ons-page: Fixed #1315.
  • ons-icon: Accepts two icon values at once for Auto Styling.
  • ons-tab: Fix glitch where content was removed during <ons-navigator> slide animation.
  • ons-splitter: Fix default side and swipe-target-width.
  • ons-carousel: Update API.
  • ons-icon: 'spin' attribute does not require boolean values anymore.
  • core: Fix DeviceBackButton dispatcher for pages containing SVG elements.
  • ons-navigator: Changed part of the API.
  • ons-navigator: Fixed #1324, #1325.

2.0.0-beta.8

15 Apr 09:35
Compare
Choose a tag to compare
  • core: Small fix for Autostyling.
  • ons-list-item: Fix "tappable" attribute.
  • ons-navigator: Added default options poperty.
  • ons-navigator: Fixed flickering in Lift animation for iOS.
  • ons-page: Does not remove 'style' attribute anymore.
  • ons.notification: Fixed an issue in iOS related to CustomElements.
  • ons.ready: Waits for WebComponentsReady event instead of DOMContentLoaded.
  • ons-icon: Fixed a bug in old Android versions.
  • ons-page: Add onInfiniteScroll functionality #1165.
  • ons-bottom-toolbar: Fixed a bug making it scroll with the content in some cases.
  • ons-carousel: Added centered attribute.
  • ons-popover: Added material popover.
  • ons-splitter: Fixed #1300.
  • ons-list-item: Fix chevron position when list content is large.
  • ons-lazy-repeat: Auto calculate item height if no information is provided.
  • ons-carousel: Removes event listeners if it's not swipeable.
  • ons-splitter: Update API.

2.0.0-beta.7

15 Apr 09:34
Compare
Choose a tag to compare
  • core: Automatic Styling feature depending on current platform.
  • core: Fixed #1181.
  • ons-fab: Fixed #1192.
  • ons-tabbar: Correctly applies animation-options.
  • ons-popover: Correctly applies animation-options.
  • ons-alert-dialog: Correctly applies animation-options.
  • ons-navigator: Closes #1208.
  • ons-carousel: Accepts animation-options.
  • core: Async methods return promises. Closes #1054.
  • ons-if: Added new conditional component with platform and orientation attributes.
  • ons-navigator: New Lift and Fade animators that match Material Design styles.
  • ons-input: Extended component to support type checkbox and radio.
  • ons-ripple: Can be added by using ripple attribute.
  • ons-tab: Tabs are always persistent.
  • ons-ripple: Improve ripple effect. Closes #1193.
  • ons-switch: Switch is now draggable.
  • core: Use a global gesture detector to improve performance.
  • ons-splitter-side: Fixed #1222.
  • css-components: Improve list item style.
  • ons.notification: Closes #1127.
  • ons-splitter: Improved performance and fixed minor bugs.
  • ons-lazy-repeat: Fixed [#1236, #1029, #470], and #1035.
  • ons-input: Transparent style is now default in iOS (removed 'transparent' modifier).
  • ons-input: Update Angular bindings to work better with checkboxes and radio buttons.
  • ons-switch: Fix so it works inside a element.
  • ons-ripple: Attach event listeners to parent to avoid blocking cliks.