Releases: OnsenUI/OnsenUI-dist
Releases · OnsenUI/OnsenUI-dist
2.0.0-beta.6
2.0.0-beta.5
- core: Add link to library in package.json for browserify, etc.
2.0.0-beta.4
- ons-tabbar: Fixed #1132.
- ons-tabbar:
no-reload
is now the default behavior. - ons-ripple: Fixed #1140.
- ons-navigator: Fixed Fade animator export.
- ons-material-input: Make it resizable.
- Added ons-lazy-repeat custom element.
- core: Use rollup.js for bundling.
- ons-tabbar: Fixed #1158.
- ons-lazy-repeat: Remove "display: block" rule for Angular bindings.
2.0.0-beta.3
- core: Fixed animationOptions parsing.
- ons-back-button: Add "material" modifier.
- ons-range: Fixed #1082.
- ons-popover: Added callback for
show
andhide
methods. - ons-back-button: Accepts
options
object. Fixed #1040. - ons-list-item: Fixed "tappable" modifier behavior on iOS. Fixed #740.
- core: Implemented ES6 imports.
- css-components: Fixed flexbox for MD styles in toolbar.
- core: Fixed #1085
- ons-alert-dialog: [BC] Changed DOM structure to improve performance. Fixed #1008.
- ons-dialog: [BC] Changed DOM structure to improve performance.
- ons-dialog, ons-alert-dialog, ons-popover: removed iOS shadow to match the original.
- Changed the directory structure.
- ons-list-item: Add "tappable" attribute.
- ons-list-item: Add child classes to make it easier to compose lists.
2
2.0.0-beta.2
- css-components: Adjust Material navbar layout.
2.0.0-beta.1
- ons-fab: Fix broken layout on Safari.
- ons-toolbar: Improve layout of material toolbar.
- ons-progress: Splitted into two different components
ons-progress-bar
andons-progress-circular
. - css-components: Added
material
modifier on tab-bar components. - css-components: [BC-BREAK] Removed
android
modifier on all components. - css-components: iOS toggle switch style updated.
- ons-tabbar: Add "material" modifier.
- ons-sliding-menu: Fix broken
_currentPageUrl
property. - core: Fix status bar filling on iOS when using
device
plugin. - css-components: Fix Material navbar title on iOS.
2.0.0-beta
- core: Added more customizable animations.
- core: [BC Break] Changed interfaces for registering custom animators on
ons-navigator
,ons-dialog
,ons-alert-dialog
,ons-dialog
,ons-sliding-menu
,ons-popover
andons-tabbar
. - core: Removed unneeded iScroll library.
- ons-scroller: [BC Break] Removed undocumented attributes and simplified DOM structure in ons-scroller elements.
- ons-button: [BC Break] Removed animation feature and related attributes.
- ons-modal: Added animations and animation options.
- ons-alert-dialog: Added
submitOnEnter
parameter forons.notification.prompt()
. - ons-list-item: Added
tight
modifier. - ons-if-platform: Supports multiple space separated values.
- ons-pull-hook: Added
getPullDistance
,getHeight
,getThresholdHeight
methods. - ons-pull-hook: Added
fixed-content
attribute. - ons.platform: Added
select
method to force a rendering platform. - ons-sliding-menu: Now supports
ngController
directive. - ons-split-view: Now support
ngController
directive. - ons-tabbar: Added
'slide'
animation. - ons: Added
disableAnimations
andenableAnimations
to control animations display. - ons-loading-placeholder: Added
ons.resolveLoadingPlaceholder()
to delay resolving the placeholder. - ons-page: [BC Break] Removed undocumented several methods on
ons-page
component. - css-components: Stylus components don't rely on custom functions anymore.
- ons-navigator: Added
options.refresh
parameter forpopPage()
. - ons-carousel: Carousel will now apply the specified padding to the items.
- ons-icon: Fixed #687.
- ons-icon: Fixed #688.
- ons-page: Added page life cycle events.
- ons-list-item: Added
lock-on-drag
attribute to prevent vertical scrolling when user pans left or right. - ons-modal: Added
isShown()
method. - ons-navigator: Fixed
insertPage()
behaviour with high or low indexes. - ons-tabbar: Fixed callback in
setActiveTab()
method. - ons-tabbar: persistent tabs only throw 'init' event once.
- core: every child element will be wrapped inside an ons-page.
- ons-page: added page lifecycle events API
- ons-splitter: Added
ons-splitter
,ons-splitter-side
,ons-splitter-content
andons-splitter-mask
custom elements. - ons-fab: Implemented 'fab' component.
- core: Added page attribute expressions.
- ons.notification: Added
defaultValue
,placeholder
andautofocus
options to prompt. - ons-sliding-menu: Fixed #879
- ons-navigator: Added
bringPageTop()
method. - ons-carousel: Added
getCarouselItemCount()
method. - core: Add
ons-scope
Angular directive to allow not binding component to$rootScope
. - ons-lazy-repeat: Add
reload()
method to delegate object to enable manual reloading. - ons-lazy-repeat: Fix layout of list when it's not placed on top of page.
- ons-speed-dial: Implemented
<ons-speed-dial>
component. - ons-alert-dialog: Added "material" modifier.
- ons-button: Added "material" modifier.
- ons-dialog: Added "material" modifier.
- ons-icon: Added "md-" prefix and support for material icon font.
- ons-material-input: Added material input component with floating label.
- ons-progress: Added Material progress bar and circular loader.
- ons-ripple: Added Material Design ripple effect component.
- ons-switch: Added "material" modifier.
- ons-toolbar-button: Added "material" modifier.
- ons-toolbar: Added "material" modifier.
- ons-back-button: Change style when parent toolbar has modifier "material".
- ons-list: Added "material" modifier.
- ons-tabbar: Fixed #929
- ons-splitter: Fixed #952.
- core: Add support for Browserify.
- ons.platform: uses cordova-plugin-device if installed.
- ons-back-button: automatically hides if navigator has only 1 page.