Releases: OnsenUI/OnsenUI-dist
Releases · OnsenUI/OnsenUI-dist
2.0.0-rc.1
- 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
- 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 ofsetActionCallback
method).
2.0.0-beta.14
- vendor: Add
MutationObserver
polyfill for older webviews. - ons-page: Fix #1359.
2.0.0-beta.13
- ons-lazy-repeat: Fixes issue on Safari.
2.0.0-beta.12
- ons-alert-dialog: Only compile once. This fixes issue with
ons.notification
in Firefox. - css-components: Refine tab style.
2.0.0-beta.11
- 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
- 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 withrotate
) - ons-list-item: Make the attribute
tappable
a boolean and add attributetap-background-color
- ons-alert-dialog: Fixed #1347.
- ons-progress-bar, ons-progress-circular: Add
value
,secondaryValue
andindeterminate
properties. - ons-pull-hook: Add
state
,pullDistance
,height
,thresholdHeight
anddisabled
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
andng-device-back-button
attributes). - ons-splitter: Renamed property
deviceBackButton
to aonDeviceBackButton
. - 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 thedelegate
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
- 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
- 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 ofDOMContentLoaded
. - 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
- 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
andorientation
attributes. - ons-navigator: New Lift and Fade animators that match Material Design styles.
- ons-input: Extended component to support type
checkbox
andradio
. - 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.