UNPKG

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