UNPKG

72.3 kBMarkdownView Raw
1
2CHANGELOG
3====
4
52.10.10
6---
7
8 ### Misc
9
10 * Make sure CSS imports go at the top of onsenui.css. ([#2674](https://github.com/OnsenUI/OnsenUI/issues/2674)).
11
122.10.9
13---
14
15 ### Bug Fixes
16
17 * ons-tab: Show active-icon for initially active tab in Angular 2+. ([#2656](https://github.com/OnsenUI/OnsenUI/issues/2656)).
18
19 ### Misc
20
21 * Upgrade Font Awesome to v5.8.1
22 * Upgrade Ionicons to v4.5.5
23 * Upgrade Material Design icons to v2.2.0
24 * Stop fonts being included in onsenui-core.css
25
262.10.8
27---
28
29 ### Misc
30
31 * Fix bug in gulpfile where `core` was signalling completion too early.
32 * Fix bug in gulpfile where distribution CSS files were output to the wrong directory.
33
342.10.7
35---
36
37 ### Bug Fixes
38
39 * ons-icon: Compile when content is ready. ([#2547](https://github.com/OnsenUI/OnsenUI/issues/2547)).
40 * ons-icon: Fix bug where Font Awesome v5 styles (far, fal, fab) were being ignored.
41 * ons-navigator: Fix bringPageTop not working if a page is defined inside ons-navigator tags.
42 * ons-tab: Stop recreating tabs when page with tabbar is brought to top of navigator stack. ([#2604](https://github.com/OnsenUI/OnsenUI/issues/2604)).
43 * ons-fab: Fix toggled/hidden fab reappears when you leave and return to its page bug. ([#2558](https://github.com/OnsenUI/OnsenUI/issues/2558)).
44
45 ### Misc
46
47 * Upgrade to Gulp 4.
48
492.10.6
50---
51
52 ### Misc
53
54 * Avoid event-stream@3.3.6 vulnerability (https://github.com/dominictarr/event-stream/issues/116).
55
562.10.5
57---
58
59 ### Bug Fixes
60
61 * ons-list-item: Fix expandable list item not working correctly for lists inside expandable content. ([#2485](https://github.com/OnsenUI/OnsenUI/issues/2485)).
62 * ons.platform.isIPhoneX: Support iPhone XS, XS Max, and XR. ([#2540](https://github.com/OnsenUI/OnsenUI/issues/2540)).
63
64 ### Misc
65
66 * Updated FontAwesome to 5.2.0 ([#2502](https://github.com/OnsenUI/OnsenUI/issues/2502)).
67
682.10.4
69---
70
71 ### New Features
72
73 * ons.platform: Can choose to ignore selected platform when checking what platform is e.g. `ons.platform.isAndroid`. ([#2475](https://github.com/OnsenUI/OnsenUI/issues/2475)).
74 * ons-toolbar: Add methods to show and hide the toolbar ([#2478](https://github.com/OnsenUI/OnsenUI/issues/2478))
75
76 ### Bug Fixes
77
78 * css: Fix button style for Firefox. ([#2469](https://github.com/OnsenUI/OnsenUI/issues/2469)).
79 * ons-toast: Fix app closing when toast is shown and back button is pressed ([#2388](https://github.com/OnsenUI/OnsenUI/issues/2388))
80
812.10.3
82---
83
84 ### Misc
85
86 * Re-release of 2.10.2 due to npm package not containing minified Angular bindings ([#2468](https://github.com/OnsenUI/OnsenUI/issues/2468)). No functional changes.
87
882.10.2
89---
90
91 ### Bug Fixes
92
93 * ons-lazy-repeat: Fix dynamic adding of items ([#2443](https://github.com/OnsenUI/OnsenUI/issues/2443))
94 * ons-toast: Fix padding of Material toast ([#2436](https://github.com/OnsenUI/OnsenUI/issues/2436))
95 * ons-button: Remove dotted border on Firefox ([#2408](https://github.com/OnsenUI/OnsenUI/issues/2408))
96 * css: Fix CSS import paths ([#2336](https://github.com/OnsenUI/OnsenUI/issues/2336), [#2453](https://github.com/OnsenUI/OnsenUI/issues/2453))
97 * ons-input: Prevent zooming of inputs on iOS ([#2400](https://github.com/OnsenUI/OnsenUI/issues/2400))
98 * ons-page: Fix `page-with-bottom-toolbar` not being set in some cases ([#2459](https://github.com/OnsenUI/OnsenUI/issues/2459))
99
1002.10.1
101---
102
103 ### Bug Fixes
104
105 * ons-tabbar: Fix race condition with some tabs ([#2430](https://github.com/OnsenUI/OnsenUI/issues/2430))
106 * ons-list-item: Fix expandable item breaking when compiled more than once (for example, with ng-repeat) ([#2434](https://github.com/OnsenUI/OnsenUI/issues/2434))
107
1082.10.0
109---
110
111 ### New Features
112
113 * ons.notification: Add `maskColor` configuration for `alert`, `confirm` and `prompt` ([#2358](https://github.com/OnsenUI/OnsenUI/issues/2358))
114 * ons-list-item: Add expandable list items ([#2380](https://github.com/OnsenUI/OnsenUI/issues/2380))
115 * ons-toast: Toast messages can be more than one line long ([#2405](https://github.com/OnsenUI/OnsenUI/issues/2405))
116
117 ### Bug Fixes
118
119 * onsenui.d.ts: Fixed [#2354](https://github.com/OnsenUI/OnsenUI/issues/2354).
120 * ons-toolbar: `static` attribute works with iOS status bar.
121 * ons-pull-hook: Improve scroll behavior in UIWebView. Fixed [#2353](https://github.com/OnsenUI/OnsenUI/issues/2353) and [#2357](https://github.com/OnsenUI/OnsenUI/issues/2357).
122 * ons-navigator: Fixed [#2376](https://github.com/OnsenUI/OnsenUI/issues/2376).
123 * ons-select: Fixed [#2251](https://github.com/OnsenUI/OnsenUI/issues/2251) for all bindings.
124 * ons-splitter-side: Fixed regression of ([#2026](https://github.com/OnsenUI/OnsenUI/issues/2026)).
125 * ons-popover: Fixed incorrect placement of popover when page is not full width ([#2386](https://github.com/OnsenUI/OnsenUI/issues/2386)).
126
1272.9.2
128---
129
130 ### New features
131
132 * ons-toolbar: Added new `static` attribute to avoid animations in the toolbar when pushing or popping pages.
133
134 ### Bug Fixes
135
136 * ons-tabbar: Fixed [#2316](https://github.com/OnsenUI/OnsenUI/issues/2316).
137 * ons-tabbar: Fixed [#2343](https://github.com/OnsenUI/OnsenUI/issues/2343).
138 * ons-splitter-side: Fixed [#2271](https://github.com/OnsenUI/OnsenUI/issues/2271).
139 * ons-navigator: Fixed [#2333](https://github.com/OnsenUI/OnsenUI/issues/2333).
140 * ons-select (fastclick): Fixed [#2352](https://github.com/OnsenUI/OnsenUI/issues/2352).
141 * ons-switch: Fixed [#2341](https://github.com/OnsenUI/OnsenUI/issues/2341).
142
143 ### Misc
144
145 * core, react: Pointed reference pages to new tutorials.
146
1472.9.1
148----
149
150 ### Bug Fixes
151
152 * ons-tab: Ensure `click` event listener is added to nested tabbars.
153 * ons-navigator: It now uses default `options` property also for `popPage`.
154 * ons.notification: `toast` method error.
155
1562.9.0
157----
158
159 ### New Features
160
161 * :tada: Use passive event listeners whenever possible. PWA score++.
162 * ons-navigator: `popPage` method now supports `options.times` to pop several pages with one single animation.
163 * ons-toolbar-button: Added `icon` attribute to automatically create an `ons-icon` element.
164
165 ### Bug Fixes
166
167 * :tada: fastclick: Use Onsen UI fork of FastClick. Fixes [#2254](https://github.com/OnsenUI/OnsenUI/issues/2254), [#2304](https://github.com/OnsenUI/OnsenUI/issues/2304).
168 * ons-tab: Fixed [#2307](https://github.com/OnsenUI/OnsenUI/issues/2307).
169 * ons-list-item: Fixed [#2292](https://github.com/OnsenUI/OnsenUI/issues/2292).
170 * ons-navigator: Fixed [#2286](https://github.com/OnsenUI/OnsenUI/issues/2286).
171 * ons-navigator: Fixed [#1992](https://github.com/OnsenUI/OnsenUI/issues/1992).
172 * css-components: Fixed [#2045](https://github.com/OnsenUI/OnsenUI/issues/2045).
173 * ons.platform: Fixed [#2279](https://github.com/OnsenUI/OnsenUI/issues/2279).
174 * ons-page: Fixed [#2255](https://github.com/OnsenUI/OnsenUI/issues/2255).
175 * ons-tab: Fixed [#2324](https://github.com/OnsenUI/OnsenUI/issues/2324).
176 * ons-switch: Prevents two `click` events in a row when placed inside a `label` tag.
177 * iOS scroll issues: Related [#2220](https://github.com/OnsenUI/OnsenUI/issues/2220), [#2279](https://github.com/OnsenUI/OnsenUI/issues/2279), [#1949](https://github.com/OnsenUI/OnsenUI/issues/1949) - Fixed in WKWebView/iOS Safari. For UIWebView, a new `ons.forceUIWebViewScrollFix()` method is available which may negatively affect momentum scroll in some situations. Also, a `ons-ios-scroll` class is added to `document.body` when dialogs are visible to apply custom fixes.
178
179 ### Misc
180
181 * css-components: Expose Action Sheet variables for Theme Roller.
182 * ons.notification: Display error message when needed imports are missing (AlertDialog, AlertDialogButton, Toast, ActionSheet).
183
1842.8.3
185----
186
187 ### New Features
188
189 * ons-list-item: Skip tappable effect on children with `prevent-tap` attribute or `ons-*` elements.
190 * ons-navigator: `resetToPage` can now perform 'pop' animation if `options.pop` is `true`.
191
192 ### Bug Fixes
193
194 * ons-carousel: Fixed [#2260](https://github.com/OnsenUI/OnsenUI/issues/2260).
195 * ons-progress-circular: Fixed [#1860](https://github.com/OnsenUI/OnsenUI/issues/1860).
196 * css/polyfills: Fixed [#2266](https://github.com/OnsenUI/OnsenUI/issues/2266).
197 * ons-ripple: The effect does not propagate to other `ons-ripple` parents anymore.
198 * ons-carousel: Prevent error state when hidden during the first rendering.
199 * angular1: `ons-scope` directive works when placed on the same element as `var` attribute.
200
201 ### Misc
202
203 * Show warning when Onsen UI is loaded more than once (UMD - ESM).
204 * ons-pull-hook: `threshold-height` is not disabled anymore when its value is lower than the height.
205 * angular1: Revised the exposed DOM properties for carousel, modal, navigator, popover, pullHook, splitter, splitterSide, switch and tabbar.
206
2072.8.2
208----
209
210### New Features
211
212 * ons-navigator: Added `onSwipe` property function that gets the swiped distance on drag.
213 * ons-splitter-side: Added `onSwipe` property function that gets the swiped distance on drag.
214
215### Bug Fixes
216
217 * ons-splitter: Fixed small glitch in 'reveal' animation.
218 * ons-select: Fixed custom modifier class from `select-*` to `select--*`.
219 * ons-tabbar: Fixed [#2253](https://github.com/OnsenUI/OnsenUI/issues/2253).
220 * ons-tabbar: Position 'auto' and border visibility now cares about autostyling instead of the actual platform.
221 * ons-toolbar: Fix 'transparent' modifier when combined with 'material' (regression).
222 * angular1: Remove `element.scope()` call that depends on AngularJS Debug Data.
223
2242.8.1
225----
226
227### Bug Fixes
228
229 * css-components: Use new radial-gradient syntax to avoid prefixes.
230 * ons-tabbar: Improve scrolling on devices.
231 * ons-modal: Possible issue when toggling modal visibility very quickly.
232 * ons-action-sheet: Small glitch when hiding on iPhone X.
233
2342.8.0
235----
236
237### New Features
238
239 * core: The core CSS is now available without importing default icon fonts in `onsenui-core.css` file. This can be included instead of `onsenui.css` in order to reduce app size.
240 * ons: Added `disableIconAutoPrefix` method to avoid adding `fa-` prefix to non-prefixed icons. This allows using custom icon packs.
241 * esm: A new `esm` folder is available for ES Modules environments. It allows importing specific components instead of the whole bundle. See `Reducing App Size` section in the guide for more details.
242 * angular1: `ons-modal` now exposes event handlers (`ons-preshow`, `ons-postshow`, `ons-prehide`, `ons-posthide`) and `toggle` method.
243
244### Bug Fixes
245
246 * iPhoneX support: Fixed a glitch during push/pop animations.
247 * ons-tab: Fixed [#2247](https://github.com/OnsenUI/OnsenUI/issues/2247).
248 * ons-tabbar: Fixed [#2223](https://github.com/OnsenUI/OnsenUI/issues/2223).
249 * ons-segment: Prevent possible error when linking an `ons-tabbar` placed at the same level.
250 * ons-segment: Adjust style for plain `div` children (instead of `button`).
251 * ons-list-item: Material chevron with right content. Fixed [#2226](https://github.com/OnsenUI/OnsenUI/issues/2226).
252 * ons-lazy-repeat: Lists can be empty. Fixed [#2232](https://github.com/OnsenUI/OnsenUI/issues/2232).
253 * modifier: Fixed [#2237](https://github.com/OnsenUI/OnsenUI/issues/2237).
254
255### Misc
256
257 * :tada: Reduced bundle size by more than 50%!
258
259### BREAKING CHANGES
260
261 * Internal elements location has been changed. E.g. `ons.NavigatorElement` is now `ons.elements.Navigator`. This should only affect if you were registering custom animations.
262 * `NavigatorTransitionAnimator` has been renamed to `NavigatorAnimator` like all the other animators. This should only affect if you were registering custom animations.
263 * `core-src` directory has been removed. `esm` can be used instead. This should only affect if you were manually importing specific components instead of the whole bundle.
264
2652.7.2
266----
267
268### Bug Fixes
269
270 * core: Fixed glitch in nested `<ons-page>`. Fixed [#2231](https://github.com/OnsenUI/OnsenUI/issues/2231).
271
272
2732.7.1
274----
275
276### New Features
277
278 * css-components: Added `--tap-highlight-color` variable for `-webkit-tap-highlight-color` CSS property.
279 * ons-bottom-toolbar: Added `aligned` modifier.
280
281### Bug Fixes
282
283 * css-components: Added `word-wrap: break-word;` to `.card`. Fixed [#2244](https://github.com/OnsenUI/OnsenUI/issues/2244).
284 * css-components: Fixed position of `.toast` in `onsflag-iphonex-portrait` mode.
285 * core: Fix template scripts on Firefox.
286 * ~~core: Fixed glitch in nested `<ons-page>`. Fixed #2231.~~ (incomplete)
287
288### Misc
289
290 * css-components: Made it easy to override `user-select`. Fixed [#2227](https://github.com/OnsenUI/OnsenUI/issues/2227).
291
2922.7.0
293----
294
295### New Features
296
297 * :tada: css-components: Supported iPhone X with `html[onsflag-iphonex-portrait]` and `html[onsflag-iphonex-landscape]` flags.
298 * css-components: Added iOS & Material dark color scheme available as `dark-onsen-css-components.css`.
299 * css-components: Refined the css-components previewer located in `css-components-src`.
300 * core: Supported iOS 11.
301 * ons.mockStatusBar: Now can also show Android's status bar.
302 * ons.platform: Added `isIPhoneX()`, `isIOSSafari()`, `isUIWebView()` and `isWKWebView()`.
303
304### Bug Fixes
305
306 * css-components: Fixed usage of alpha function. Fixed [#2220](https://github.com/OnsenUI/OnsenUI/issues/2220).
307 * css-components: Fixed wrong margin of `.action-sheet` and `.action-sheet-button`.
308 * css-components: Fixed style of `.list-title`.
309 * core: Changed to disable FastClick when it isn't needed. Fixed [#2000](https://github.com/OnsenUI/OnsenUI/issues/2000).
310 * core: Fixed `ons-loading-placeholder` attribute broken on iOS 11.
311 * ons-page: Minor issue with status bar when the page is moved in DOM.
312 * ons-splitter: Correctly set content width on inital split mode. Fixed [#2205](https://github.com/OnsenUI/OnsenUI/issues/2205).
313 * ons-tabbar, ons-carousel: Can now be displayed inside dialogs/modals.
314 * ons-tabbar: Resizing window while tabbar is not visible should not update the tabbar.
315 * dialogs: Prevent scrolling behind dialog masks due to iOS bug. Fixed [#2220](https://github.com/OnsenUI/OnsenUI/issues/2220).
316 * deviceBackButton: Fixed [#2215](https://github.com/OnsenUI/OnsenUI/issues/2215).
317 * templates: Firefox issue. Fixed [#2216](https://github.com/OnsenUI/OnsenUI/issues/2216).
318
319### Misc
320
321 * core: Auto status bar fill for iOS 7+ WebView is now automatically disabled on iPhone X WebView.
322
323### BREAKING CHANGES
324
325 * css-components: Refined iOS & Material color schemes.
326 * The previous color schemes are now available as `css/old-onsen-css-components.css`.
327
3282.6.1
329----
330
331### Bug Fixes
332
333 * GestureDetector: Fixed `findIndex` issue on Android 4.4.4.
334 * templates: Fixed [#2163](https://github.com/OnsenUI/OnsenUI/issues/2163).
335 * ons-tabbar: Fixed [#2189](https://github.com/OnsenUI/OnsenUI/issues/2189).
336 * ons-tabbar, ons-tab: Fixed several issues on iOS 8.
337 * ons-toolbar: Fixed position with `cover-content` modifier and iOS status bar in nested pages.
338 * ons-page: Ensure status-bar-fill is only added to one page.
339
3402.6.0
341----
342
343### New Features
344
345 * core: Added `ons-segment` element.
346 * angular1: Added `ons-segment` bindings.
347 * ons: Added `mockStatusBar` utility to create a fake iOS status bar for browser testing.
348 * ons-pull-hook: Added `onPull` property function that gets the pulled distance on drag.
349 * ons-carousel: Added `onSwipe` property function that gets the swiped distance on drag.
350 * :tada: ons-tabbar: Tabbar can now be swiped to change pages. `swipeable` attribute enables this feature.
351
352### Bug Fixes
353
354 * core: Device Back Button handler timing issue.
355 * GestureDetector: Fixed memory leak from Hammer.js v1.
356 * templates: Fixed a bug where `script` tags might not be ready on time.
357 * autoStyle: Fixed [#2171](https://github.com/OnsenUI/OnsenUI/issues/2171).
358 * inputs: Accept `required` attr. Fixed [#2169](https://github.com/OnsenUI/OnsenUI/issues/2169).
359 * ons-pull-hook: Different glitches on both iOS and Android. Fixed [#1990](https://github.com/OnsenUI/OnsenUI/issues/1990).
360 * ons-list-item: `nodivider` modifier should not hide `chevron`.
361 * ons-list-item: Fixed [#2150](https://github.com/OnsenUI/OnsenUI/issues/2150).
362 * ons-navigator: Fixed [#2167](https://github.com/OnsenUI/OnsenUI/issues/2167).
363 * ons-navigator: iOS slide animation with transparent toolbars glitch.
364 * ons-tabbar: Hide 1px line between toolbar and top tabbar in some Android devices.
365 * ons-modal: Fixed [#2066](https://github.com/OnsenUI/OnsenUI/issues/2066).
366 * ons-toolbar: `cover-content` modifier works with iOS status bar.
367 * ons-carousel: Fixed an animation glitch on iOS due to the cubic Bézier curve.
368 * ons-splitter: Translate3d glitch when opening with `reveal` animation.
369
370### Misc
371
372 * Updated type definitions.
373 * `modifier` classes are restored when `class` attribute is modified.
374 * ons-tab: The first tab will be activated if the `active` attribute is not provided in any tab.
375 * ons-carousel: Improved performance. Animation timing has been adjusted to prevent issues on iOS.
376
377### BREAKING CHANGES
378
379 * ons-tabbar, ons-carousel: DOM structure has been modified. It should not affect except if you manually modify `innerHTML`.
380 * ons-tabbar: Due to the new swipeable feature, `slide` animation is now performed by default unless it is disabled with `animation="none"` attribute. `fade` animator has also been removed (incompatible).
381 * ons-tab: Removed undocumented `ons-tab-active` and `ons-tab-inactive` attributes (from Onsen UI v1).
382
383v2.5.3
384----
385
386### Bug Fixes
387
388 * ons-speed-dial-item: Apply Material Design style correctly.
389 * ons-splitter-side: Fixed [#2026](https://github.com/OnsenUI/OnsenUI/issues/2026).
390 * Fixed glitch during push/pop animation when iOS status bar is visible.
391
392### Misc
393
394 * modifiers: internal modifiers are automatically restored when anything removes them.
395 * docs: Added missing modifiers and attributes.
396
397v2.5.2
398----
399
400### Bug Fixes
401
402 * ons-navigator: Ignore swipes on back buttons.
403 * ons-pull-hook: After popPage transition style fix.
404 * ons-tabbar: Minor issue fixed to improve compatibility with external routers.
405
406### Misc
407
408 * ons.getScriptPage: Added new method as a shortcut to get the current page and attach lifecycle hooks.
409
410v2.5.1
411----
412
413### Bug Fixes
414
415 * onsenui.min.css: Restore 'import' statements.
416 * ons-navigator: Swipe-to-pop animation glitch.
417 * ons-range: Fixed ripple effect when `min` attr is provided.
418
419v2.5.0
420----
421
422### New Features
423
424 * core: Added `ons.modifier` object with a new set of methods to alter `modifier` attributes.
425 * :tada: ons-navigator: iOS Swipe-to-pop feature.
426 * ons-modal: Added `lift` animation ([#2078](https://github.com/OnsenUI/OnsenUI/pull/2078)).
427 * ons-toolbar: New `cover-content` modifier. Should be combined with `transparent` modifier.
428
429### Bug Fixes
430
431 * css-components, ons-list-item: Fixed [#2100](https://github.com/OnsenUI/OnsenUI/issues/2100).
432 * ons-list: Fixed double top border when located right under toolbar.
433 * ons-carousel: Ignores swipes that start outside carousel.
434 * Swipeable components: Swipe is now smoother.
435 * Swipeable components: Fixed compatibility of some swipeable components.
436
437### Misc
438
439 * core css: Add minimized core css file `build/css/onsenui.min.css`.
440 * css-components: Adjusted font size of `.back-button__label` (improves iOS slide animation).
441 * ons-back-button: Replace font icons with SVG icons.
442 * Added `ons-alert-dialog-button` elements.
443 * Added `size` attribute on `ons-ripple` elements.
444 * Added ripple effects properly on `ons-range`, `ons-checkbox`, `ons-radio`, `ons-toolbar-button`, `ons-back-button` and `ons-alert-dialog-button` elements for Material Design.
445
446v2.4.2
447----
448
449### New Features
450
451 * ons-fab: Added new appearances for iOS.
452 * ons-ripple: Added `size` attribute.
453
454### Bug Fixes
455
456 * Revert a recent change that creates `ons-tabbar` issues. Fixed [#2082](https://github.com/OnsenUI/OnsenUI/issues/2082).
457
458v2.4.1
459----
460
461### Bug Fixes
462
463 * ons.notification.prompt: Only returns input value if the clicked button is primary. Otherwise, returns null. Fixed [#2050](https://github.com/OnsenUI/OnsenUI/issues/2050).
464 * ons-input, ons-search-input: Fixed [#2075](https://github.com/OnsenUI/OnsenUI/issues/2075).
465 * ons-icon: Its class attribute is now recovered after modifications.
466
467### Misc
468
469 * css-components: Removed `.text-input--transparent` modifier (same as default style).
470
471v2.4.0
472----
473
474### New Features
475
476 * core: Separated files are now cached after the first request. This improves performance when pushing pages.
477 * core: Added `ons.preload` method to manually cache templates. This improves performance when pushing pages.
478 * :tada: core: Support for `HTMLTemplateElement` (`<template>`). The former `<ons-template>` is still supported for backward compatibility.
479 * core: Added page life-cycle hooks (similar to life-cycle events). `<template>` elements allow `<script>` tags in their content, which is useful for initialising pages. Therefore, hooks like `pageElement.onInit`, `pageElement.onShow`, etc. have been added.
480 * ons-progress-bar, ons-progress-circular: Added new appearances for iOS.
481
482### Bug Fixes
483
484 * css-components: Fixed incorrect image path (select, search input).
485 * ons-tabbar, ons-lazy-repeat, ons-carousel: `ons-tabbar` now applies `visibility:hidden` instead of `display:none` to pages. This fixes issues for `ons-lazy-repeat` and `ons-carousel` inside `ons-tabbar`.
486 * ons-carousel: Fixed [#2065](https://github.com/OnsenUI/OnsenUI/issues/2065).
487
488### Misc
489
490 * css-components: Refined the appearance of `checkbox` on iOS.
491 * css-components: Refined the appearance of `radio-button` on iOS.
492 * css-components: Refined the appearance of `button` on Android.
493 * css-components: Refined the appearance of `progress-bar` on Android.
494 * css-components: Refined the appearance of `progress-circular` on Android.
495 * css-components: Refined the appearance of `checkbox` animation on Android.
496 * css-components: Refined the appearance of `list-item--chevron`.
497 * core: Updated `font-awesome` icon library.
498 * ons-toast: Improved `ascend` animator performance.
499
500### BREAKING CHANGES
501
502 * ons-input: It has been split into different elements: `ons-input` for text types; `ons-checkbox` for checkboxes; `ons-radio` for radio buttons; and `ons-search-input` for styled search inputs.
503 * `<ons-input type="radio" checked>` => `<ons-radio checked>`
504
505v2.3.3
506----
507
508### New Features
509
510 * onsenui.d.ts: Enabled `import * as ons from 'onsenui';` in TypeScript.
511 * onsenui.d.ts: Added definitions for Onsen UI 2.3.x.
512
513### Misc
514
515 * core: Added warning which is shown when Onsen UI is loaded more than once.
516
517v2.3.2
518----
519
520### New Features
521
522 * css-components: Added `--material` modifier on `notification` CSS components.
523
524### Bug Fixes
525
526 * ons-page: Fixed iOS status-bar-fill not added in initially opened modals ([#1944](https://github.com/OnsenUI/OnsenUI/issues/1944)).
527 * ons-splitter: Fixed `reveal` animation glitch.
528 * ons-action-sheet: Fixed glitch when hiding on iOS.
529
530### Misc
531
532 * css-components: Refined the appearance of `select`. Fixed [#2017](https://github.com/OnsenUI/OnsenUI/issues/2017).
533 * css-components: Refined the appearance of `range` on iOS.
534 * core: Excluded test cases from `onsenui` package.
535
536v2.3.1
537----
538
539### Misc
540
541 * Remove `module` property from `package.json` temporarily.
542
543v2.3.0
544----
545
546### New Features
547
548 * css-components: Added `action-sheet` component.
549 * css-components: Added `toast` component.
550 * css-components: Added `card` component.
551 * css-components: Added `segment` component.
552 * core: Added `ons-action-sheet` and `ons-action-sheet-button` elements.
553 * core: Added `ons-toast` element.
554 * core: Added `ons-card` element.
555 * core: Added new method `ons.openActionSheet(...)` for creating inline `ons-action-sheet` elements.
556 * core: Added new method `ons.notification.toast(...)` for creating inline and queued `ons-toast` elements.
557 * core: Added new method `ons.createElement(...)` that allows creating new elements from templates or inline HTML.
558 * core: `onsenui` is now available as ES Modules.
559 * core: A fake device back button event is now fired on ESC press.
560 * ons-navigator: Added `removePage` method.
561 * ons-input: Added styling support for `type='search'`.
562 * angular1: Added `ons-action-sheet` bindings.
563 * angular1: Added `ons-toast` bindings.
564 * angular1: Added `ons-card` bindings.
565 * angular1: Added `ons-list-title` bindings.
566
567### Bug Fixes
568
569 * css-components: Fixed color of range component in Firefox. Fixed [#1964](https://github.com/OnsenUI/OnsenUI/issues/1964).
570 * core: Fixed broken sourcemap of `onsenui.js` ([#1958](https://github.com/OnsenUI/OnsenUI/issues/1958)).
571 * ons-carousel: Fixed [#1952](https://github.com/OnsenUI/OnsenUI/issues/1952).
572 * ons-carousel: `refresh` event is now triggered when resized.
573 * ons-dialog: Fixed `disabled` attribute.
574 * ons-dialog: Fixed `mask-color` attribute.
575 * ons-splitter: Fixed `animation` attribute issue.
576 * angular1: Page loader now throws `destroy` event when page is unloaded.
577 * angular1: `myNavigator.topPage.data` should now be ready by the time the controller runs. Fixed [#1854](https://github.com/OnsenUI/OnsenUI/issues/1854).
578
579### Misc
580
581 * core: Removed polyfill for `Element.prototype.remove`.
582 * core: Removed polyfill for `Element.prototype.classList`.
583 * core: Removed polyfill for `Promise`.
584 * core: Removed polyfill for `CustomEvent`.
585 * core: Removed [JavaScript Dynamic Content shim for Windows 8 Store apps](https://github.com/Microsoft/winstore-jscompat).
586
587### BREAKING CHANGES
588
589 * ons-navigator: Removed `options.refresh`. `prepop` event and `removePage` can be used instead.
590 * ons-template, external files: `ons-page` tag is not added automatically anymore as a wrapper of the target template. It must be manually specified.
591 * ons.createDialog, ons.createPopover, ons.createAlertDialog: Tags like `<ons-dialog>`, `<ons-alert-dialog>` or `<ons-popover>` are not added automatically anymore to the target template, they must be manually specified instead.
592 * ons.notification: Canceled notifications do not reject the returned promise anymore. Instead, when canceled they resolve to `-1` for `alert` and `confirm`, or `null` for `prompt`.
593 * angular1: Removed `onsSlidingMenu` and `onsSplitView` directives.
594
595v2.2.6
596----
597
598### Bug Fixes
599
600 * ons-splitter: Fixed timing for initial animations in bindings ([#1979](https://github.com/OnsenUI/OnsenUI/issues/1979), [#1985](https://github.com/OnsenUI/OnsenUI/issues/1985)).
601 * ons-tabbar: Minor fix for situations where the '.page__content' is provided ([#1978](https://github.com/OnsenUI/OnsenUI/issues/1978)).
602 * ons-input: Fixed [#1974](https://github.com/OnsenUI/OnsenUI/issues/1974).
603 * Device back button: Fixed possible crash in old platforms ([#1983](https://github.com/OnsenUI/OnsenUI/issues/1983)).
604
605v2.2.5
606----
607
608### New Features
609
610 * css-components: Added `list-title` component ([#1960](https://github.com/OnsenUI/OnsenUI/issues/1960)).
611 * core: Added `ons-list-title` element.
612 * ons-splitter: Added `push` and `reveal` animations ([#1916](https://github.com/OnsenUI/OnsenUI/issues/1916)).
613
614### Bug Fixes
615
616 * core: Polyfill `Set` and `Map` in order to support old browsers ([#1967](https://github.com/OnsenUI/OnsenUI/issues/1967)).
617 * ons-navigator: Discard toolbars inside tabbars for ios-slide.
618 * ons-carousel: Fixed [#1952](https://github.com/OnsenUI/OnsenUI/issues/1952).
619 * ons-pull-hook: Fixed [#1970](https://github.com/OnsenUI/OnsenUI/issues/1970).
620 * angular1: Page loader now throws `destroy` event when page is unloaded ([#1934](https://github.com/OnsenUI/OnsenUI/issues/1934)).
621 * angular1: `myNavigator.topPage.data` should now be ready by the time the controller runs. Fixed [#1854](https://github.com/OnsenUI/OnsenUI/issues/1854).
622
623### Misc
624
625 * Restored `bower.json`.
626 * Refactored `ons-alert-dialog`, `ons-dialog`, `ons-modal` and `ons-popover` ([#1935](https://github.com/OnsenUI/OnsenUI/issues/1935)).
627
628v2.2.4
629----
630
631### Bug Fixes
632
633 * core: Fixed broken parts of CE1 polyfill which caused a broken behavior of `vue-onsenui` ([#1925](https://github.com/OnsenUI/OnsenUI/issues/1925)).
634 * ons-splitter-content: Fixed [#1772](https://github.com/OnsenUI/OnsenUI/issues/1772) and [#1930](https://github.com/OnsenUI/OnsenUI/issues/1930).
635 * ons-input: Added initial date value support. Fixed [#1603](https://github.com/OnsenUI/OnsenUI/issues/1603).
636 * ons-switch: Fixed [#1920](https://github.com/OnsenUI/OnsenUI/issues/1920).
637 * ons-progress-circular: Fixed [#1921](https://github.com/OnsenUI/OnsenUI/issues/1921).
638
639### Misc
640
641 * Removed `bower.json`.
642
643v2.2.3
644----
645
646### Bug Fixes
647
648 * core: Improve overall stability of the core on iOS by replacing Custom Elements v1 polyfill ([#1892](https://github.com/OnsenUI/OnsenUI/issues/1892)).
649
650v2.2.2
651----
652
653### New Features
654
655 * angular1: `ons-back-button` default behavior is now overriden if `ng-click` is provided ([#1749](https://github.com/OnsenUI/OnsenUI/issues/1749)).
656
657### Bug Fixes
658
659 * css-components: Fixed [#1896](https://github.com/OnsenUI/OnsenUI/issues/1896).
660 * core: Use `self` in `setImmediate` polyfill ([#1903](https://github.com/OnsenUI/OnsenUI/issues/1903)).
661 * core: Make `ons.platform.isSafari()` compatible with Safari 10 ([#1910](https://github.com/OnsenUI/OnsenUI/issues/1910)).
662 * ons-lazy-repeat: Fixed [#1899](https://github.com/OnsenUI/OnsenUI/issues/1899) and [#1871](https://github.com/OnsenUI/OnsenUI/issues/1871).
663 * ons-splitter: Overlay animation correctly hides mask when entering split mode if the menu was visible before.
664 * angular1: Fixed [#1884](https://github.com/OnsenUI/OnsenUI/issues/1884).
665
666v2.2.1
667----
668
669### New Features
670
671 * css-components: Add minimized css-components file on `build/css/onsen-css-components.min.css`.
672
673### Bug Fixes
674
675 * ons-navigator: iOS Slide animation can now find toolbars that are not immediate children of the pages.
676 * ons-splitter: mask is hidden only if all splitter-sides are in split mode.
677 * ons-tab: It shows the last visible page instead of the initial one when reattached.
678 * ons-pull-hook: Its content is not visible anymore during toolbar transitions.
679 * ons-fab: It is now initally hidden and shown only when its page container is pushed. This fixes page transitions.
680 * ons-fab: Covers the toolbar.
681 * ons-fab: Hide animation on popPage is now visible.
682 * ons-speed-dial: Hide items animation on popPage is now visible.
683 * ons-input: text selection in Firefox.
684 * ons-icon: Fixed [#1890](https://github.com/OnsenUI/OnsenUI/issues/1890).
685
686### Misc
687
688 * css-components: Refactored some components.
689
690v2.2.0
691----
692
693### New Features
694
695 * ons-switch: Supports `value` attribute.
696 * ons-tab: Supports `active-icon` attribute.
697 * ons-lazy-repeat: Support for dynamic height.
698 * angular1: Add `onsSelect` directive working with `ngModel`.
699
700### Bug Fixes
701
702 * css-components: Fixed broken popover components.
703 * css-components: Fixed [#1653](https://github.com/OnsenUI/OnsenUI/issues/1653).
704 * core: Fix `autoprefixer` settings for `onsenui.css`.
705 * core: Fixed [#1700](https://github.com/OnsenUI/OnsenUI/issues/1700).
706 * ons-select: Fix width of the inner element.
707 * ons-dialog: Fix broken `default` and `slide` animation in iOS 9 and iOS 10.
708 * ons-popover: Fixed behavior on device back button.
709 * ons-splitter: Checks if content exists before removing.
710 * ons-carousel: Supports `animation` attribute.
711 * ons-lazy-repeat: Clean first item scope.
712 * ons-progress-circular: Fixed [#1860](https://github.com/OnsenUI/OnsenUI/issues/1860).
713 * ons.notification: Fixed [#1787](https://github.com/OnsenUI/OnsenUI/issues/1787).
714 * ons-row: Fixed [#1858](https://github.com/OnsenUI/OnsenUI/issues/1858).
715 * angular1: `number input` retains number type variable with `ngModel`.
716 * angular1: Fixed [#1843](https://github.com/OnsenUI/OnsenUI/issues/1843).
717 * angular1: Fixed [#1799](https://github.com/OnsenUI/OnsenUI/issues/1799).
718
719### Misc
720
721 * css-components: Refactored `range` components.
722 * ons-template: Show warning when ons-template is not located just under document.body.
723 * ons-navigator: Added deprecate warning for `options.refresh`.
724 * angular1: Added deprecate warnings to `ons-sliding-menu` and `ons-split-view`.
725
726### BREAKING CHANGES
727
728 * css-components: Dropped all stylus and rebuild css-components with cssnext.
729 * css-components: Renamed `.tab-bar` to `.tabbar`.
730 * css-components: Renamed `.navigation-bar` to `.toolbar`.
731 * css-components: Renamed `.list__item` to `.list-item`.
732 * css-components: Renamed `.list__header` to `.list-header`.
733 * css-components: Changed `.button-bar__item > input` to `.button-bar__input`.
734 * ons-tabbar: loadPage method has been deprecated.
735 * ons-popover: Changed internal DOM structure.
736 * ons-range: Changed internal DOM structure.
737
738v2.1.0
739----
740
741 * core: Add new component `ons-select`.
742 * core: All component classes exposes event list with static getter `events`.
743 * ons-navigator, ons-page: Fixed the issue that pushed options is always empty on Angular2-binding and macOS Safari.
744 * ons-navigator: Fixed [#1726](https://github.com/OnsenUI/OnsenUI/issues/1726).
745 * ons-navigator: Animations block the interaction.
746 * ons-navigator: Fix ternary operator error on `options.leavePage`.
747 * ons-splitter: Add `side` property.
748 * ons-splitter: Check content before hide/destroy.
749 * ons-tab: Default click behavior can be overwritten by setting `onClick` property.
750 * ons-tabbar: Add `show` method, `hide` method and `visible` property.
751 * ons-dialog, ons-alert-dialog, ons-popover: User created dialogs are not moved inside page content.
752 * ons-popover: `show` supports `options.target`.
753 * ons-speed-dial: `show`, `hide`, `showItems`, `hideItems`, `toggle` and `toggleItems` now return Promise.
754 * ons-fab: Execute `this.show()` and some statements before `contentReady`.
755 * angular1: Fix `load` method of `ons-splitter-content`.
756
757### BREAKING CHANGES
758
759 * ons-input: Deprecate `content-left` attribute.
760 * css-components: Rename undocumented modifier `one` to `rowfooter`.
761
762v2.0.5
763----
764 * core: Changed all elements to have default className token always. Fixed [#1711](https://github.com/OnsenUI/OnsenUI/issues/1711).
765 * ons-switch: Fix `disbled` to `disabled`.
766 * angular1: Fix [#1677](https://github.com/OnsenUI/OnsenUI/issues/1677).
767 * ons-tabbar: Fix [#1654](https://github.com/OnsenUI/OnsenUI/issues/1654).
768 * ons-input: Fix `float` attribute style.
769 * ons-input: Added `transparent` modifier for Material Design.
770 * ons-modal: Pages inside modal throw show and hide events.
771 * ons-page: Fixed infinite scroll for iOS.
772 * core: All animators are extendable.
773 * angular1: $event in event handlers is not empty anymore.
774 * core: Remove Windows Phone 10+ support temporarily.
775 * ons-carousel: initial-index works when the carousel is inside ons-navigator.
776 * ons-switch: Always triggers custom events and stops propagation from inner element events.
777 * ons-tab: Throws verbose error if cannot create pageElement.
778 * ons-dialog: Fix broken dialog animation on iOS 9.x and 10.x caused by `dialog-container` class.
779
780v2.0.4
781----
782 * angular1: Fix issue in event removal.
783 * ons-pull-hook: Fixed bug where ons-pull-hook does not work when we swipe up/down a screen too fast.
784 * ons-tab: Fixed [#1593](https://github.com/OnsenUI/OnsenUI/issues/1593).
785 * core: Use [yarn](https://yarnpkg.com/) for dependency management.
786
787v2.0.3
788----
789 * ons-page: Fixed [#1649](https://github.com/OnsenUI/OnsenUI/issues/1649).
790
791v2.0.2
792----
793 * ons-switch: Fix regression where `change` event was not being triggered in some cases.
794 * angular1: Fix [#1609](https://github.com/OnsenUI/OnsenUI/issues/1609).
795 * ons-toolbar: transparent modifier supports MD.
796 * ons-toolbar-button: Style refactor.
797 * ons-navigator: Fix show-init event order.
798 * ons-tab: Add `badge` attribute to display notification on tab.
799 * ons.notification: Added `options.inputType` and `options.class`.
800 * ons.notification: Fix [#1638](https://github.com/OnsenUI/OnsenUI/issues/1638).
801 * ons.notification: Fixed memory leak.
802 * angular1: Fix [#1620](https://github.com/OnsenUI/OnsenUI/issues/1620).
803 * ons-icon: Fix [#1636](https://github.com/OnsenUI/OnsenUI/issues/1636).
804 * ons-tabbar, ons-tab: Fix [#1584](https://github.com/OnsenUI/OnsenUI/issues/1584), [#1629](https://github.com/OnsenUI/OnsenUI/issues/1629).
805 * angular1: Fix minor memory leak in Navigator.
806 * ons-splitter: Fix [#1605](https://github.com/OnsenUI/OnsenUI/issues/1605).
807 * core: Fix [#1646](https://github.com/OnsenUI/OnsenUI/issues/1646).
808
809v2.0.1
810----
811 * angular1: Fix [#1588](https://github.com/OnsenUI/OnsenUI/issues/1588).
812 * ons.notification: Fix [#1595](https://github.com/OnsenUI/OnsenUI/issues/1595).
813 * ons-lazy-repeat: Fix [#1613](https://github.com/OnsenUI/OnsenUI/issues/1613).
814 * core: Removed all `_compiled` attributes.
815 * core: Disabled native Custom Elements v1 implementations.
816
817v2.0.0
818----
819 * ons-splitter-side: Fix attribute watchers.
820 * ons-range: Fix [#1554](https://github.com/OnsenUI/OnsenUI/issues/1554).
821 * ons-page: Fixed dependency problem between ons-page and ons-toolbar.
822 * ons-ripple: Fix timing issue on older Android WebViews.
823 * core: Replace Promise polyfill to avoid Webpack warning.
824
825v2.0.0-rc.18
826----
827 * ons-navigator: Fixed a bug that caused missing .page__content on Safari.
828 * angular1: Use the `$templateCache` service.
829 * ons-splitter: Fix [#1537](https://github.com/OnsenUI/OnsenUI/issues/1537).
830 * core: Update to Custom Elements v1.
831 * ons-navigator: Provides animators and allows to extend them.
832
833v2.0.0-rc.17
834----
835 * core: Update Typescript definitions.
836
837v2.0.0-rc.16
838----
839 * ons-splitter-side, ons-splitter-content: Added "page" and "pageLoader" property. Changed to use page-loader instead of `ons._internal.getPageHTMLAsync()`.
840 * ons-navigator: Added "page" and "pageLoader" property. Changed to use page-loader instead of `ons._internal.getPageHTMLAsync()`.
841 * ons-tabbar, ons-tab: Added "page" and "pageLoader" property. Changed to use page-loader instead of `ons._internal.getPageHTMLAsync()`.
842 * core: Added ons.defaultPageLoader and ons.PageLoader.
843 * ons-page: Changed to accept ".content" and ".background" elements as child contents.
844 * ons-modal: Fix [#1433](https://github.com/OnsenUI/OnsenUI/issues/1433).
845 * ons-navigator: Improved iOS slide animation (again).
846 * ons-icon: Fix [#1352](https://github.com/OnsenUI/OnsenUI/issues/1352).
847 * ons-pull-hook, ons-carousel: Fix [#1004](https://github.com/OnsenUI/OnsenUI/issues/1004).
848 * ons-fab: Fix [#1496](https://github.com/OnsenUI/OnsenUI/issues/1496).
849 * ons-list-item: Fix [#1499](https://github.com/OnsenUI/OnsenUI/issues/1499)
850 * ons-tabbar: Fix [#1501](https://github.com/OnsenUI/OnsenUI/issues/1501)
851 * ons-navigator: Fix [#1512](https://github.com/OnsenUI/OnsenUI/issues/1512). This changes `pages` property from an `HTMLCollection` to an `Array`.
852 * ons-page, ons-toolbar, ons-bottom-toolbar, ons-modal, ons-speed-dial: Improved location logic
853 * ons-fab: Now stays outside of `.page__content` when it has a `position` attribute.
854 * ons-modal: Fix [#1511](https://github.com/OnsenUI/OnsenUI/issues/1511).
855 * ons-lazy-repeat: Expose `refresh()` method to user through delegate object.
856 * ons-pull-hook: Remove DOM mutations to make it easier to integrate with frameworks and libs.
857 * ons-tab: Fix [#1528](https://github.com/OnsenUI/OnsenUI/issues/1528).
858 * ons-navigator: `data` object for `popPage`.
859
860v2.0.0-rc.15
861----
862 * ons-navigator: Improved iOS slide animation. Fix [#1457](https://github.com/OnsenUI/OnsenUI/issues/1457).
863 * ons.platform: Fix [#1482](https://github.com/OnsenUI/OnsenUI/issues/1482).
864 * ons-modal: Support showing on init.
865 * ons-speed-dial: Add bindings for AngularJS 1.x.
866 * ons-fab: Add bindings for AngularJS 1.x.
867 * ons-pull-hook: Fix flickering on iOS.
868
869v2.0.0-rc.14
870----
871 * core: Update TypeScript definitions.
872
873v2.0.0-rc.13
874----
875 * ons-dialog: Fix Chrome issue with invalid event name.
876
877v2.0.0-rc.12
878----
879 * core: Added type definitions.
880 * ons-switch: Fix [#1464](https://github.com/OnsenUI/OnsenUI/issues/1464).
881 * ons-splitter: Fix [#1392](https://github.com/OnsenUI/OnsenUI/issues/1392).
882
883v2.0.0-rc.11
884----
885 * core: Added binding for Angular2.
886 * ons-input: Fix `value` property bug for radio and checkbox.
887 * ons-navigator: Fix [#1449](https://github.com/OnsenUI/OnsenUI/issues/1449).
888 * ons-popover: Fix [#1450](https://github.com/OnsenUI/OnsenUI/issues/1450).
889 * ons-navigator: Fix [#1389](https://github.com/OnsenUI/OnsenUI/issues/1389).
890 * ons-popover: Fix [#1388](https://github.com/OnsenUI/OnsenUI/issues/1388).
891 * ons-navigator: Fix [#1430](https://github.com/OnsenUI/OnsenUI/issues/1430).
892 * ons-splitter-side: Use imported `orientation` object instead of global.
893 * ons-navigator: Fix [#1453](https://github.com/OnsenUI/OnsenUI/issues/1453).
894
895v2.0.0-rc.10
896----
897 * ons-navigator: Fix [#1440](https://github.com/OnsenUI/OnsenUI/issues/1440).
898 * ons-toolbar, ons-speed-dial: Fix [#1441](https://github.com/OnsenUI/OnsenUI/issues/1441).
899 * ons-splitter-side: Fix `_width` property.
900 * css-components: Fixed list divider modifiers for MD.
901 * ons-pull-hook: Fix [#1444](https://github.com/OnsenUI/OnsenUI/issues/1444).
902
903v2.0.0-rc.9
904----
905 * ons-popover: Fix iOS glitch.
906 * ons-fab: Fix issue where element was not shown correctly in React.
907
908v2.0.0-rc.8
909----
910 * core: Fixed [#845](https://github.com/OnsenUI/OnsenUI/issues/845).
911 * ons-pull-hook: Add React compatibility.
912
913v2.0.0-rc.7
914----
915 * ons-carousel: Support ng-repeat in Angular1 bindings.
916 * ons-carousel: Fix [#1168](https://github.com/OnsenUI/OnsenUI/issues/1168).
917 * ons-switch: Trigger `change` event only once.
918 * ons-bottom-toolbar: Correctly register element. Fix [#1426](https://github.com/OnsenUI/OnsenUI/issues/1426).
919 * ons-pull-hook: Fix [#1415](https://github.com/OnsenUI/OnsenUI/issues/1415).
920 * ons-navigator: Add `onDeviceBackButton` property.
921 * ons-fab: Show button by default.
922
923v2.0.0-rc.6
924----
925 * ons-page: Change to fill page background element if there is only .page__content element in ons-page.
926 * ons-splitter: 'load' methods return promises in Angular1 bindings.
927 * ons-navigator: Fix 'popPage' with 'refresh' parameter.
928 * ons-dialog: Make ons-dialog angular2 compatible.
929 * ons-speed-dial, ons-speed-dial-item: Removed `_compiled` attribute.
930 * ons-speed-dial: Make ons-speed-dial elements angular2 compatible.
931 * ons-carousel: Fix [#1423](https://github.com/OnsenUI/OnsenUI/issues/1423).
932 * core: Create unified `onDeviceBackButton` API for alert-dialog, dialog, modal, page, popover, splitter.
933
934v2.0.0-rc.5
935----
936 * ons-dialog: Make ons-dialog angular2 compatible.
937 * ons-speed-dial, ons-speed-dial-item: Removed "_compiled" attribute.
938 * ons-speed-dial: Make ons-speed-dial elements angular2 compatible.
939 * css-components: Fix material list item paddings.
940 * ons-list: Fix [#1401](https://github.com/OnsenUI/OnsenUI/issues/1401).
941 * ons-range: Fix [#1391](https://github.com/OnsenUI/OnsenUI/issues/1391).
942 * ons-carousel: Fix [#1404](https://github.com/OnsenUI/OnsenUI/issues/1404).
943 * ons-speed-dial: Add `isOpen()` method.
944 * ons-speed-dial: Emit `open` and `close` events.
945 * ons-speed-dial: Block clicks when hidden.
946 * ons-splitter: Correctly import dependency.
947 * css-components: Fix border of inline list.
948 * css-components: Refine style of list item title and subtitle.
949 * ons-toolbar: Fix [#1419](https://github.com/OnsenUI/OnsenUI/issues/1419).
950 * css-components: Refine default paddings of list items.
951 * ons-back-button: Add `onClick` property.
952
953v2.0.0-rc.4
954----
955 * ons-input: Fix to `input-id` attribute.
956
957v2.0.0-rc.3
958----
959 * core: Support creation with `document.createElement` for several components.
960 * ons-navigator: Support changing the `animation` attribute dynamically.
961 * ons-dialog: Support changing the `animation` attribute dynamically.
962 * ons-alert-dialog: Support changing the `animation` attribute dynamically.
963 * ons-popover: Fix shadow glitch.
964
965v2.0.0-rc.2
966----
967 * ons-tab: Fix dynamic `icon` and `label` attributes.
968
969v2.0.0-rc.1
970----
971 * ons-input: Fix behavior of `checked` attribute.
972 * ons-popover: Fix glitch on iOS for bottom popover.
973 * core: Fix [#1340](https://github.com/OnsenUI/OnsenUI/issues/1340) (auto status bar fill issue).
974
975v2.0.0-beta.15
976----
977 * ons-carousel: Fix rendering glitch on Android 4.1.
978 * core: Fix broken validation on Android 4.1.
979 * ons-pull-hook: Update API (property `onAction` instead of `setActionCallback` method).
980
981v2.0.0-beta.14
982----
983 * vendor: Add `MutationObserver` polyfill for older webviews.
984 * ons-page: Fix [#1359](https://github.com/OnsenUI/OnsenUI/issues/1359).
985
986v2.0.0-beta.13
987----
988 * ons-lazy-repeat: Fixes issue on Safari.
989
990v2.0.0-beta.12
991----
992 * ons-alert-dialog: Only compile once. This fixes issue with `ons.notification` in Firefox.
993 * css-components: Refine tab style.
994
995v2.0.0-beta.11
996----
997 * core: Fixed forcePlatformStyling.
998 * ons-navigator: Fixed an issue where 'show' event could be fired before 'init'.
999 * ons-page: Removed unnecessary 'event.page' parameter.
1000
1001v2.0.0-beta.10
1002----
1003 * core: Expose FastClick instance as `ons.fastClick`.
1004 * ons-navigator: Fixed a bug where popPage always showed the default animation.
1005 * ons-navigator: Fixed md-lift-animator.
1006 * ons-navigator: Removed small delay after Lift animators.
1007 * css-components: Fixed issue with list item using both "chevron" and "longdivider" modifiers.
1008 * core: Fixed an issue preventing users from selecting text in inputs and textareas.
1009 * ons-carousel: Added `auto-refresh` attribute.
1010 * ons-carousel: Fixed an issue causing improper carousel size when used with angular and ons-navigator.
1011 * ons-icon: Delete attribute `flip` from ons-icon (obsolete, since everything can be done with `rotate`)
1012 * ons-list-item: Make the attribute `tappable` a boolean and add attribute `tap-background-color`
1013 * ons-alert-dialog: Fixed [#1347](https://github.com/OnsenUI/OnsenUI/issues/1347).
1014 * ons-progress-bar, ons-progress-circular: Add `value`, `secondaryValue` and `indeterminate` properties.
1015 * ons-pull-hook: Add `state`, `pullDistance`, `height`, `thresholdHeight` and `disabled` properties.
1016 * ons-alert-dialog, ons-dialog, ons-popover, ons-modal: Updated API (`disabled`, `visible`, `onDeviceBackButton` properties).
1017 * ons-page: Update API (`disabled`, `onDeviceBackButton` properties, `on-device-back-button` and `ng-device-back-button` attributes).
1018 * ons-splitter: Renamed property `deviceBackButton` to a `onDeviceBackButton`.
1019 * ons-button, ons-ripple: Update API (`disabled` property).
1020 * ons-speeddial: Updated API (`disabled`, `visible`, `inline` properties).
1021 * ons-switch: Updated API (`disabled`, `checked`, `checkbox` properties).
1022 * ons-splitter-side: Changed `isOpen` to a property.
1023 * ons-navigator: Removed old angular methods (`getPages`, `getBackButtonHandler`).
1024 * ons-lazy-repeat: Removed `setDelegate` in favor of the `delegate` property.
1025 * ons-range: Fixes memory leak in AngularJS bindings.
1026 * ons-toolbar-button: Add `disabled` property.
1027 * css-components: Fixes list layout glitch on older Android devices.
1028
1029v2.0.0-beta.9
1030----
1031 * ons-splitter: Fixed memory leak.
1032 * ons-page: Fixed [#1315](https://github.com/OnsenUI/OnsenUI/issues/1315).
1033 * ons-icon: Accepts two icon values at once for Auto Styling.
1034 * ons-tab: Fix glitch where content was removed during `<ons-navigator>` slide animation.
1035 * ons-splitter: Fix default side and swipe-target-width.
1036 * ons-carousel: Update API.
1037 * ons-icon: 'spin' attribute does not require boolean values anymore.
1038 * core: Fix DeviceBackButton dispatcher for pages containing SVG elements.
1039 * ons-navigator: Changed part of the API.
1040 * ons-navigator: Fixed [#1324](https://github.com/OnsenUI/OnsenUI/issues/1324), [#1325](https://github.com/OnsenUI/OnsenUI/issues/1325).
1041
1042v2.0.0-beta.8
1043----
1044 * core: Small fix for Autostyling.
1045 * ons-list-item: Fix "tappable" attribute.
1046 * ons-navigator: Added default `options` poperty.
1047 * ons-navigator: Fixed flickering in Lift animation for iOS.
1048 * ons-page: Does not remove 'style' attribute anymore.
1049 * ons.notification: Fixed an issue in iOS related to CustomElements.
1050 * ons.ready: Waits for `WebComponentsReady` event instead of `DOMContentLoaded`.
1051 * ons-icon: Fixed a bug in old Android versions.
1052 * ons-page: Add onInfiniteScroll functionality [#1165](https://github.com/OnsenUI/OnsenUI/issues/1165).
1053 * ons-bottom-toolbar: Fixed a bug making it scroll with the content in some cases.
1054 * ons-carousel: Added `centered` attribute.
1055 * ons-popover: Added material popover.
1056 * ons-splitter: Fixed [#1300](https://github.com/OnsenUI/OnsenUI/issues/1300).
1057 * ons-list-item: Fix chevron position when list content is large.
1058 * ons-lazy-repeat: Auto calculate item height if no information is provided.
1059 * ons-carousel: Removes event listeners if it's not swipeable.
1060 * ons-splitter: Update API.
1061
1062v2.0.0-beta.7
1063----
1064 * core: Automatic Styling feature depending on current platform.
1065 * core: Fixed [#1181](https://github.com/OnsenUI/OnsenUI/issues/1181).
1066 * ons-fab: Fixed [#1192](https://github.com/OnsenUI/OnsenUI/issues/1192).
1067 * ons-tabbar: Correctly applies animation-options.
1068 * ons-popover: Correctly applies animation-options.
1069 * ons-alert-dialog: Correctly applies animation-options.
1070 * ons-navigator: Closes [#1208](https://github.com/OnsenUI/OnsenUI/issues/1208).
1071 * ons-carousel: Accepts animation-options.
1072 * core: Async methods return promises. Closes [#1054](https://github.com/OnsenUI/OnsenUI/issues/1054).
1073 * ons-if: Added new conditional component with `platform` and `orientation` attributes.
1074 * ons-navigator: New Lift and Fade animators that match Material Design styles.
1075 * ons-input: Extended component to support type `checkbox` and `radio`.
1076 * ons-ripple: Can be added by using `ripple` attribute.
1077 * ons-tab: Tabs are always persistent.
1078 * ons-ripple: Improve ripple effect. Closes [#1193](https://github.com/OnsenUI/OnsenUI/issues/1193).
1079 * ons-switch: Switch is now draggable.
1080 * core: Use a global gesture detector to improve performance.
1081 * ons-splitter-side: Fixed [#1222](https://github.com/OnsenUI/OnsenUI/issues/1222).
1082 * css-components: Improve list item style.
1083 * ons.notification: Closes [#1127](https://github.com/OnsenUI/OnsenUI/issues/1127).
1084 * ons-splitter: Improved performance and fixed minor bugs.
1085 * ons-lazy-repeat: Fixed [[#1236](https://github.com/OnsenUI/OnsenUI/issues/1236), [#1029](https://github.com/OnsenUI/OnsenUI/issues/1029), [#470](https://github.com/OnsenUI/OnsenUI/issues/470)], and [#1035](https://github.com/OnsenUI/OnsenUI/issues/1035).
1086 * ons-input: Transparent style is now default in iOS (removed 'transparent' modifier).
1087 * ons-input: Update Angular bindings to work better with checkboxes and radio buttons.
1088 * ons-switch: Fix so it works inside a <label> element.
1089 * ons-ripple: Attach event listeners to parent to avoid blocking cliks.
1090
1091v2.0.0-beta.6
1092----
1093 * css-components: Add San Francisco font for iOS9 devices.
1094 * css-components: Fixed [#1162](https://github.com/OnsenUI/OnsenUI/issues/1162).
1095 * ons-input: Add "ons-input" component and remove "ons-material-input" component.
1096 * ons-range: Add "ons-range" component.
1097 * ons-navigator: Fixed [#1175](https://github.com/OnsenUI/OnsenUI/issues/1175).
1098 * ons-tabbar: Fixed [#1184](https://github.com/OnsenUI/OnsenUI/issues/1184).
1099
1100v2.0.0-beta.5
1101----
1102 * core: Add link to library in package.json for browserify, etc.
1103
1104v2.0.0-beta.4
1105----
1106 * ons-tabbar: Fixed [#1132](https://github.com/OnsenUI/OnsenUI/issues/1132).
1107 * ons-tabbar: `no-reload` is now the default behavior.
1108 * ons-ripple: Fixed [#1140](https://github.com/OnsenUI/OnsenUI/issues/1140).
1109 * ons-navigator: Fixed Fade animator export.
1110 * ons-material-input: Make it resizable.
1111 * Added ons-lazy-repeat custom element.
1112 * core: Use [rollup.js](http://rollupjs.org/) for bundling.
1113 * ons-tabbar: Fixed [#1158](https://github.com/OnsenUI/OnsenUI/issues/1158).
1114 * ons-lazy-repeat: Remove "display: block" rule for Angular bindings.
1115
1116v2.0.0-beta.3
1117----
1118 * core: Fixed animationOptions parsing.
1119 * ons-back-button: Add "material" modifier.
1120 * ons-range: Fixed [#1082](https://github.com/OnsenUI/OnsenUI/issues/1082).
1121 * ons-popover: Added callback for `show` and `hide` methods.
1122 * ons-back-button: Accepts `options` object. Fixed [#1040](https://github.com/OnsenUI/OnsenUI/issues/1040).
1123 * ons-list-item: Fixed "tappable" modifier behavior on iOS. Fixed [#740](https://github.com/OnsenUI/OnsenUI/issues/740).
1124 * core: Implemented ES6 imports.
1125 * css-components: Fixed flexbox for MD styles in toolbar.
1126 * core: Fixed [#1085](https://github.com/OnsenUI/OnsenUI/issues/1085)
1127 * ons-alert-dialog: [BC] Changed DOM structure to improve performance. Fixed [#1008](https://github.com/OnsenUI/OnsenUI/issues/1008).
1128 * ons-dialog: [BC] Changed DOM structure to improve performance.
1129 * ons-dialog, ons-alert-dialog, ons-popover: removed iOS shadow to match the original.
1130 * Changed the directory structure.
1131 * ons-list-item: Add "tappable" attribute.
1132 * ons-list-item: Add child classes to make it easier to compose lists.
1133
1134v2.0.0-beta.2
1135----
1136 * css-components: Adjust Material navbar layout.
1137
1138v2.0.0-beta.1
1139----
1140 * ons-fab: Fix broken layout on Safari.
1141 * ons-toolbar: Improve layout of material toolbar.
1142 * ons-progress: Splitted into two different components `ons-progress-bar` and `ons-progress-circular`.
1143 * css-components: Added `material` modifier on tab-bar components.
1144 * css-components: [BC-BREAK] Removed `android` modifier on all components.
1145 * css-components: iOS toggle switch style updated.
1146 * ons-tabbar: Add "material" modifier.
1147 * ons-sliding-menu: Fix broken `_currentPageUrl` property.
1148 * core: Fix status bar filling on iOS when using `device` plugin.
1149 * css-components: Fix Material navbar title on iOS.
1150
1151v2.0.0-beta
1152----
1153 * core: Added more customizable animations.
1154 * core: [BC Break] Changed interfaces for registering custom animators on `ons-navigator`, `ons-dialog`, `ons-alert-dialog`, `ons-dialog`, `ons-sliding-menu`, `ons-popover` and `ons-tabbar`.
1155 * core: Removed unneeded iScroll library.
1156 * ons-scroller: [BC Break] Removed undocumented attributes and simplified DOM structure in ons-scroller elements.
1157 * ons-button: [BC Break] Removed animation feature and related attributes.
1158 * ons-modal: Added animations and animation options.
1159 * ons-alert-dialog: Added `submitOnEnter` parameter for `ons.notification.prompt()`.
1160 * ons-list-item: Added `tight` modifier.
1161 * ons-if-platform: Supports multiple space separated values.
1162 * ons-pull-hook: Added `getPullDistance`, `getHeight`, `getThresholdHeight` methods.
1163 * ons-pull-hook: Added `fixed-content` attribute.
1164 * ons.platform: Added `select` method to force a rendering platform.
1165 * ons-sliding-menu: Now supports `ngController` directive.
1166 * ons-split-view: Now support `ngController` directive.
1167 * ons-tabbar: Added `'slide'` animation.
1168 * ons: Added `disableAnimations` and `enableAnimations` to control animations display.
1169 * ons-loading-placeholder: Added `ons.resolveLoadingPlaceholder()` to delay resolving the placeholder.
1170 * ons-page: [BC Break] Removed undocumented several methods on `ons-page` component.
1171 * css-components: Stylus components don't rely on custom functions anymore.
1172 * ons-navigator: Added `options.refresh` parameter for `popPage()`.
1173 * ons-carousel: Carousel will now apply the specified padding to the items.
1174 * ons-icon: Fixed [#687](https://github.com/OnsenUI/OnsenUI/issues/687).
1175 * ons-icon: Fixed [#688](https://github.com/OnsenUI/OnsenUI/issues/688).
1176 * ons-page: Added page life cycle events.
1177 * ons-list-item: Added `lock-on-drag` attribute to prevent vertical scrolling when user pans left or right.
1178 * ons-modal: Added `isShown()` method.
1179 * ons-navigator: Fixed `insertPage()` behaviour with high or low indexes.
1180 * ons-tabbar: Fixed callback in `setActiveTab()` method.
1181 * ons-tabbar: persistent tabs only throw 'init' event once.
1182 * core: every child element will be wrapped inside an ons-page.
1183 * ons-page: added page lifecycle events API
1184 * ons-splitter: Added `ons-splitter`, `ons-splitter-side`, `ons-splitter-content` and `ons-splitter-mask` custom elements.
1185 * ons-fab: Implemented 'fab' component.
1186 * core: Added page attribute expressions.
1187 * ons.notification: Added `defaultValue`, `placeholder` and `autofocus` options to prompt.
1188 * ons-sliding-menu: Fixed [#879](https://github.com/OnsenUI/OnsenUI/issues/879)
1189 * ons-navigator: Added `bringPageTop()` method.
1190 * ons-carousel: Added `getCarouselItemCount()` method.
1191 * core: Add `ons-scope` Angular directive to allow not binding component to `$rootScope`.
1192 * ons-lazy-repeat: Add `reload()` method to delegate object to enable manual reloading.
1193 * ons-lazy-repeat: Fix layout of list when it's not placed on top of page.
1194 * ons-speed-dial: Implemented `<ons-speed-dial>` component.
1195 * ons-alert-dialog: Added "material" modifier.
1196 * ons-button: Added "material" modifier.
1197 * ons-dialog: Added "material" modifier.
1198 * ons-icon: Added "md-" prefix and support for material icon font.
1199 * ons-material-input: Added material input component with floating label.
1200 * ons-progress: Added Material progress bar and circular loader.
1201 * ons-ripple: Added Material Design ripple effect component.
1202 * ons-switch: Added "material" modifier.
1203 * ons-toolbar-button: Added "material" modifier.
1204 * ons-toolbar: Added "material" modifier.
1205 * ons-back-button: Change style when parent toolbar has modifier "material".
1206 * ons-list: Added "material" modifier.
1207 * ons-tabbar: Fixed [#929](https://github.com/OnsenUI/OnsenUI/issues/948)
1208 * ons-splitter: Fixed [#952](https://github.com/OnsenUI/OnsenUI/issues/952).
1209 * core: Add support for Browserify.
1210 * ons.platform: uses cordova-plugin-device if installed.
1211 * ons-back-button: automatically hides if navigator has only 1 page.
1212
1213v1.3.17
1214----
1215* ons-tabbar: Remove previous page when using `loadPage()`.
1216
1217v1.3.16
1218----
1219* ons-pull-hook: Fix flickering in iOS.
1220
1221v1.3.14
1222----
1223* ons-tabbar: Fixed [#963](https://github.com/OnsenUI/OnsenUI/issues/963).
1224
1225v1.3.13
1226----
1227* ons-popover: Fixed [#880](https://github.com/OnsenUI/OnsenUI/issues/880).
1228* ons-carousel: Fixed [#929](https://github.com/OnsenUI/OnsenUI/issues/929).
1229* dependencies: Fixed [#936](https://github.com/OnsenUI/OnsenUI/issues/936).
1230* ons-lazy-repeat: Fixed [#966](https://github.com/OnsenUI/OnsenUI/issues/966).
1231* ons-sliding-menu: Fixed [#967](https://github.com/OnsenUI/OnsenUI/issues/967).
1232* ons-pull-hook: Fixed [#969](https://github.com/OnsenUI/OnsenUI/issues/969).
1233* ons-navigator: Fixed [#1018](https://github.com/OnsenUI/OnsenUI/issues/1018).
1234
1235v1.3.12
1236----
1237* ons-page: Fix status bar fill for iOS9.
1238
1239v1.3.11
1240----
1241* ons-tabbar: Remove flickering when navigator is a child of tabbar.
1242* ons-dialog: Fixed broken `mask-color` attribute.
1243
1244v1.3.10
1245----
1246* ons-tabbar: Fixed [#891](https://github.com/OnsenUI/OnsenUI/issues/891).
1247
1248v1.3.9
1249----
1250* ons-carousel: Fixed [#844](https://github.com/OnsenUI/OnsenUI/issues/844).
1251* ons-navigator: Fixed [#865](https://github.com/OnsenUI/OnsenUI/issues/865).
1252* core: Fixed [#845](https://github.com/OnsenUI/OnsenUI/issues/845).
1253* ons-lazy-repeat: Added debouncing to increase performance on iOS.
1254* core: FastClick patched to support setting the system clock back.
1255
1256v1.3.8
1257----
1258* ons-lazy-repeat: Recalculate heights when number of items change in order to support dynamic lists with variable height items.
1259* ons-lazy-repeat: Don't wait to render to make the list more responsive.
1260
1261v1.3.7
1262----
1263 * core: Fixed [#632](https://github.com/OnsenUI/OnsenUI/issues/632).
1264
1265v1.3.6
1266----
1267 * ons-sliding-menu: Fixed swipeable default behaviour related to AngularJS update.
1268
1269v1.3.5
1270----
1271* core: Updated AngularJS to version 1.4.3.
1272* core: Fixed [#777](https://github.com/OnsenUI/OnsenUI/issues/777).
1273* core: Fixed [#767](https://github.com/OnsenUI/OnsenUI/issues/767).
1274
1275v1.3.4
1276----
1277 * ons-dialog: Fixed a memory leak when using parentScope. Closes [#735](https://github.com/OnsenUI/OnsenUI/issues/735).
1278 * ons-alert-dialog: Fixed a memory leak when using parentScope.
1279 * ons-popover: Fixed a memory leak when using parentScope.
1280
1281v1.3.3
1282----
1283 * ons-lazy-repeat: Fixed [#678](https://github.com/OnsenUI/OnsenUI/issues/678).
1284 * ons-navigator: Added `leavePage` and `enterPage` objects to prepop event.
1285 * ons-sliding-menu: Fixed broken `swipe-target-width` attribute.
1286 * ons-back-button: Prevent popping page twice on double tap.
1287 * ons-lazy-repeat: Fix bug that caused infinite digest loops.
1288 * ons-tabbar: Fix broken `persistent` attribute.
1289 * ons-carousel: Fix bug where items were incorrectly cached.
1290 * ons-navigator: Fix bug in `insertPage()` when pages are inserted on top.
1291 * ons-scroller: Fixed [#707](https://github.com/OnsenUI/OnsenUI/issues/707).
1292 * ons-carousel: Fixed a random error when event was undefined.
1293
1294v1.3.2
1295----
1296 * ons-carousel: Fixed `postchange` event for carousel on IE11. Fixed [#646](https://github.com/OnsenUI/OnsenUI/issues/646).
1297
1298v1.3.1
1299----
1300 * ons-page: Fixed scrolling on Windows Phone. Fixed [#618](https://github.com/OnsenUI/OnsenUI/issues/618).
1301
1302v1.3.0
1303----
1304 * ons-sliding-menu: Fixed [#544](https://github.com/OnsenUI/OnsenUI/issues/544).
1305 * ons-sliding-menu: Fixed [#464](https://github.com/OnsenUI/OnsenUI/issues/464).
1306 * ons-pull-hook: Fixed [#467](https://github.com/OnsenUI/OnsenUI/issues/467).
1307 * ons-pull-hook: Fixed issue where a error was thrown if the pull hook was destroyed before `$done()` was called.
1308 * core: Added end-to-end testing with Protractor.
1309 * ons-alert-dialog: Fixed [#478](https://github.com/OnsenUI/OnsenUI/issues/478).
1310 * ons-pull-hook: Fixed [#498](https://github.com/OnsenUI/OnsenUI/issues/498).
1311 * ons-navigator: Blocks events on pages while animation is running. This fixes [#457](https://github.com/OnsenUI/OnsenUI/issues/457) and also fixes the issue where pages were pushed/popped twice when tapping quickly.
1312 * ons-alert-dialog: Fixed [#511](https://github.com/OnsenUI/OnsenUI/issues/511).
1313 * ons-alert-dialog: Fixed [#512](https://github.com/OnsenUI/OnsenUI/issues/512).
1314 * 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.
1315 * ons-loading-placeholder: Fixed [#541](https://github.com/OnsenUI/OnsenUI/issues/541).
1316 * ons-loading-placeholder: The component can now be used anywhere.
1317 * ons-tabbar: Fixed [#530](https://github.com/OnsenUI/OnsenUI/issues/530).
1318 * ons-split-view: Fixed [#525](https://github.com/OnsenUI/OnsenUI/issues/525).
1319 * ons-sliding-menu: Added event handler attributes.
1320 * ons-alert-dialog: Added event handler attributes.
1321 * ons-carousel: Added event handler attributes.
1322 * ons-dialog: Added event handler attributes.
1323 * ons-navigator: Added event handler attributes.
1324 * ons-popover: Added event handler attributes.
1325 * ons-pull-hook: Added event handler attributes.
1326 * ons-split-view: Added event handler attributes.
1327 * ons-tabbar: Added event handler attributes.
1328 * ons-split-view: Fixed [#552](https://github.com/OnsenUI/OnsenUI/issues/552).
1329 * ons-navigator: Added `animation` option to `popPage()`.
1330 * ons-navigator: Added `replacePage()` method.
1331 * ons-lazy-repeat: Improved behavior when items are removed.
1332 * ons-sliding-menu: Fixed [#577](https://github.com/OnsenUI/OnsenUI/issues/577).
1333 * core: Windows Universal (Windows Phone 8.1, Windows 8.1 and IE 11) partial support.
1334 * 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+.
1335
1336v1.2.2
1337----
1338 * ons-carousel: Fixed [#358](https://github.com/OnsenUI/OnsenUI/issues/358). Breaks compatibility with 1.2.1, `'swipeable'` attribute must be added to `<ons-carousel>` tags to made them touch swipeable.
1339 * ons-navigator: Fixed [#350](https://github.com/OnsenUI/OnsenUI/issues/350).
1340 * ons-navigator: Fixed broken Android slide animation.
1341 * ons-carousel: Added 'auto-refresh' attribute to automatically refresh carousel when items are added or removed in AngularJS.
1342 * ons-back-button: Automatically hide back button when there is only one page in the stack.
1343 * ons-scroller: Fixed [#389](https://github.com/OnsenUI/OnsenUI/issues/389).
1344 * ons-button: Fixed broken isDisabled() method.
1345 * ons-icon: Updated Ionicons to version 2.0.1.
1346 * ons-carousel: Fixed [#369](https://github.com/OnsenUI/OnsenUI/issues/369).
1347 * ons-popover: Fixed [#367](https://github.com/OnsenUI/OnsenUI/issues/367).
1348 * ons-carousel: Fixed [#365](https://github.com/OnsenUI/OnsenUI/issues/365).
1349 * ons-carousel: Fixed [#398](https://github.com/OnsenUI/OnsenUI/issues/398).
1350 * ons-carousel: Fixed [#353](https://github.com/OnsenUI/OnsenUI/issues/353). Added `overscroll` event and `event.waitToReturn(promise)` method.
1351 * ons-carousel: Fixed [#352](https://github.com/OnsenUI/OnsenUI/issues/352). Added `auto-scroll-ratio` attribute and related methods.
1352 * ons-carousel: When carousel is swipeable it doesn not propagate touch events to parent.
1353 * ons-switch: Added `ngChange` directive.
1354 * ons-button: Fixed so it can be used with `ngDisabled`.
1355 * ons-toolbar-button: Fixed so it can be used with `ngDisabled`. This fixes issue [#321](https://github.com/OnsenUI/issues/321).
1356 * ons-carousel: Fixed unresponsive carousel drag event for Android.
1357 * ons-carousel: Fixed [#401](https://github.com/OnsenUI/OnsenUI/issues/401).
1358 * ons-sliding-menu: Clicking outside the menu when it is open will now close it.
1359 * ons-sliding-menu: Fixed [#319](https://github.com/OnsenUI/OnsenUI/issues/319).
1360 * ons-tab: Implemented `persistent` attributed to prevent tab content from being destroyed when navigating to another tab.
1361 * ons-tabbar: Fixed broken `hide-tabs` attribute. ([atakayama](https://github.com/atakayama))
1362 * ons-pull-hook: Implemented `<ons-pull-hook>` component.
1363 * core: Removed the alias stack so variables like `ons.navigator` and `ons.slidingMenu` can not be used anymore.
1364 * 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`.
1365 * ons-lazy-repeat: Implemented `<ons-lazy-repeat>` component.
1366 * ons-carousel: Fixed [#359](https://github.com/OnsenUI/OnsenUI/issues/359).
1367 * ons-carousel: Fixed [#380](https://github.com/OnsenUI/OnsenUI/issues/380).
1368 * ons-sliding-menu: Fixed [#382](https://github.com/OnsenUI/OnsenUI/issues/382).
1369 * ons-popover: Fixed [#416](https://github.com/OnsenUI/OnsenUI/issues/416).
1370 * ons-carousel: Fixed strange behavior when carousel was smaller than container.
1371 * ons-split-view: Fixed bug where split view did not update correctly on some Android devices.
1372
1373v1.2.1
1374----
1375
1376 * ons-switch: Fixed [#318](https://github.com/OnsenUI/OnsenUI/issues/318).
1377 * css-components: Fixed [#323](https://github.com/OnsenUI/OnsenUI/issues/323).
1378 * css-components: Fixed [#331](https://github.com/OnsenUI/OnsenUI/issues/331).
1379 * ons-split-view: Fixed issue where split view mode didn't update on Android.
1380 * ons-carousel: Fixed [#341](https://github.com/OnsenUI/OnsenUI/issues/341).
1381 * ons-split-view: Fixed [#340](https://github.com/OnsenUI/OnsenUI/issues/340). Now emits orientation change event every time the window is resized for desktop browsers.
1382
1383v1.2.0
1384----
1385
1386 * ons-screen: Removed.
1387 * Removed all deprecated methods and attributes on 'ons-split-view' and 'ons-sliding-menu'.
1388 * ons-page: Changed some internal markup structure and added '.page__background' elements for displaying page background.
1389 * core: Added 'init' events to components.
1390 * core: Fixed memory leak where events handlers were not removed when components were destroyed.
1391 * ons-icon: Implemented ons-icon attributes with css attribute selectors instead of javascript.
1392 * ons-toolbar: Added 'inline' attribute to toolbars.
1393 * core: Changed so 'ons.bootstrap()' returns an angular.module.
1394 * ons-sliding-menu: Changed so the main page and menu can be defined as child elements.
1395 * ons-sliding-menu: Animation can now be disabled when opening and closing menu.
1396 * ons-split-view: Changed so the main and secondary page can be defined as child elements.
1397 * ons-split-view: Added events and methods to control the default collapse behavior.
1398 * ons-split-view: The 'collapse' attribute can now be a media query.
1399 * ons-platform: Added ons.platform interface that can be used to query platform and OS.
1400 * ons-keyboard-active: Implemented component that only shows content when the software keyboard is active.
1401 * ons-loading-placeholder: Added component that shows a placeholder while loading a page.
1402 * ons-alert-dialog: Implemented 'alert-dialog' component. Also alert(), confirm() and prompt() methods.
1403 * ons-toolbar: Changed to have 'android' modifier automatically on android platform. And added 'fixed-style' attribute for preventing this behavior.
1404 * css-components: Added 'alert-dialog', 'dialog' and 'popover' components.
1405 * css-components: Changed default color scheme for css-components.
1406 * ons-dialog: Implemented 'dialog' component.
1407 * ons-popover: Implemented 'popover' component.
1408 * core: Updated to AngularJS version 1.3.0.
1409 * ons-carousel: Implemented 'carousel' component.
1410 * ons-tabbar: Added attribute 'no-reload' to tabs to stop the tab from reloading when pressing it twice.
1411 * ons-tabbar: The event 'reactive' is triggered when pressing the same tab twice if 'no-reload' is set.
1412 * ons-navigator: Fixed [#228](https://github.com/OnsenUI/OnsenUI/issues/228).
1413 * ons-switch: Fixed [#252](https://github.com/OnsenUI/OnsenUI/issues/252). Model change is now bound correctly when using ngModel.
1414 * css-components: Fixed [#177](https://github.com/OnsenUI/OnsenUI/issues/177). Checkboxes and radio buttons are now clickable on iOS.
1415 * ons-button: Added several methods to the component.
1416
1417v1.1.4
1418----
1419
1420 * core: Fixed broken navigation-bar layout on running with iOS Cordova in some cases.
1421 * css-components: Fixed [#217](https://github.com/OnsenUI/OnsenUI/issues/217).
1422
1423v1.1.3
1424----
1425
1426 * Added task automation with gulp.js in project templates.
1427 * core: Added ons.disableAutoStatusBarFill() and ons.enableAutoStatusBarFill().
1428 * core: Changed to write warning message on loading if angular.element is not JQLite.
1429 * core: Added ons.orientation for dealing with device orientation.
1430 * navigator: Fixed [#208](https://github.com/OnsenUI/OnsenUI/issues/208).
1431 * ons-switch: Implemented [#199](https://github.com/OnsenUI/OnsenUI/issues/199). Changed switch component 'change' event to have 'isInteractive' property.
1432 * ons-tabbar: Renamed 'ons-tabbar-item' to 'ons-tab'.
1433 * ons-tabbar: Changed 'ons-tab' to accept child html contents.
1434 * ons-tabbar: Added 'ons-tab-active' and 'ons-tab-inactive' attributes on child elements of 'ons-tab'.
1435 * ons-tabbar: Added 'position' attribute on 'ons-tabbar' to put tabbar on screen top or screen bottom.
1436 * ons-tabbar: Added 'ons-tab-active', 'ons-tab-inactive' attribute on 'ons-tab'.
1437 * css-components: Rewritten all patterns completely with Onsen UI.
1438
1439v1.1.2
1440----
1441
1442 * Added 'ons-template' directive.
1443 * Added 'ons-gesture-detector' directive.
1444 * Added 'ons-template' directive.
1445 * core: Removed several memory leak possibilities.
1446 * core: Added minified scripts.
1447 * core: Changes ons.bootstrap() to accept dependency module names, e.g. `ons.bootstrap(['ngAnimate'])`.
1448 * core: Added ons.findComponent(), ons.findParenComponentUntil() methods to retrieve components.
1449 * core: Added ons.setDefaultDeviceBackButtonListener(), ons.disableDeviceBackButtonHandler(), ons.enableDeviceBackButtonHandler() methods.
1450 * css-components: Updated border styles on some components for retina display.
1451 * css-components: Added 'button--outline' component.
1452 * css-components: Renamed 'icon-button' component to 'toolbar-button'.
1453 * css-components: Added 'toolbar-button--outline' component.
1454 * ons-navigator: Fixed [#165](https://github.com/OnsenUI/OnsenUI/issues/165).
1455 * ons-navigator: Added navigator.getDeviceBackButtonHandler().
1456 * ons-tabbar: Added 'animation' attribute.
1457 * ons-page: Added page.getDeviceBackButtonHandler(), page.setDeviceBackButtonHandler().
1458 * ons-modal: Added modal.getDeviceBackButtonHandler().
1459 * ons-modal: Fixed [#182](https://github.com/OnsenUI/OnsenUI/issues/182).
1460 * ons-sliding-menu: Added slidingMenu.getDeviceBackButtonHandler().
1461 * ons-icon: Added [ionicons](http://ionicons.com).
1462 * ons-scroller: Fixed [#184](https://github.com/OnsenUI/OnsenUI/issues/184).
1463 * ons-switch: Fixed [#185](https://github.com/OnsenUI/OnsenUI/issues/185).
1464 * ons-tabbar: Added tabbar.loadPage(), tabbar.getActiveTabIndex().
1465 * ons-tabbar: Changed tab-change behaivior to be cancelable with event.cancel() method on 'prechange' events.
1466 * ons-tabbar: Added 'animation' attribute and TabbarView.registerAnimator() to use tabbar animation on loading.