UNPKG

37.9 kBMarkdownView Raw
1
2CHANGELOG
3====
4
5v2.0.4
6----
7 * angular1: Fix issue in event removal.
8 * ons-pull-hook: Fixed bug where ons-pull-hook does not work when we swipe up/down a screen too fast.
9 * ons-tab: Fixed [#1593](https://github.com/OnsenUI/OnsenUI/issues/1593).
10 * core: Use [yarn](https://yarnpkg.com/) for dependency management.
11
12v2.0.3
13----
14 * ons-page: Fixed [#1649](https://github.com/OnsenUI/OnsenUI/issues/1649).
15
16v2.0.2
17----
18 * ons-switch: Fix regression where `change` event was not being triggered in some cases.
19 * angular1: Fix [#1609](https://github.com/OnsenUI/OnsenUI/issues/1609).
20 * ons-toolbar: transparent modifier supports MD.
21 * ons-toolbar-button: Style refactor.
22 * ons-navigator: Fix show-init event order.
23 * ons-tab: Add `badge` attribute to display notification on tab.
24 * ons.notification: Added `options.inputType` and `options.class`.
25 * ons.notification: Fix [#1638](https://github.com/OnsenUI/OnsenUI/issues/1638).
26 * angular2-binding: Added Angular 2 AOT support.
27 * ons.notification: Fixed memory leak.
28 * angular1: Fix [#1620](https://github.com/OnsenUI/OnsenUI/issues/1620).
29 * ons-icon: Fix [#1636](https://github.com/OnsenUI/OnsenUI/issues/1636).
30 * ons-tabbar, ons-tab: Fix [#1584](https://github.com/OnsenUI/OnsenUI/issues/1584), [#1629](https://github.com/OnsenUI/OnsenUI/issues/1629).
31 * angular1: Fix minor memory leak in Navigator.
32 * ons-splitter: Fix [#1605](https://github.com/OnsenUI/OnsenUI/issues/1605).
33 * core: Fix [#1646](https://github.com/OnsenUI/OnsenUI/issues/1646).
34
35v2.0.1
36----
37 * angular1: Fix [#1588](https://github.com/OnsenUI/OnsenUI/issues/1588).
38 * ons.notification: Fix [#1595](https://github.com/OnsenUI/OnsenUI/issues/1595).
39 * ons-lazy-repeat: Fix [#1613](https://github.com/OnsenUI/OnsenUI/issues/1613).
40 * core: Removed all `_compiled` attributes.
41 * core: Disabled native Custom Elements v1 implementations.
42
43v2.0.0
44----
45 * ons-splitter-side: Fix attribute watchers.
46 * ons-range: Fix [#1554](https://github.com/OnsenUI/OnsenUI/issues/1554).
47 * ons-page: Fixed dependency problem between ons-page and ons-toolbar.
48 * ons-ripple: Fix timing issue on older Android WebViews.
49 * core: Replace Promise polyfill to avoid Webpack warning.
50
51v2.0.0-rc.18
52----
53 * ons-navigator: Fixed a bug that caused missing .page__content on Safari.
54 * angular1: Use the `$templateCache` service.
55 * ons-splitter: Fix [#1537](https://github.com/OnsenUI/OnsenUI/issues/1537).
56 * core: Update to Custom Elements v1.
57 * ons-navigator: Provides animators and allows to extend them.
58
59v2.0.0-rc.17
60----
61 * core: Update Typescript definitions.
62
63v2.0.0-rc.16
64----
65 * angular2-binding: Removed `OnsPage`, `OnsAlertDialog` and `OnsPopover` directives.
66 * angular2-binding: Renamed `PageParams` to `Params`.
67 * angular2-binding: Added Angular2 API for `ons-alert-dialog`, `ons-popover`, `ons-dialog` and `ons-modal` components.
68 * ons-splitter-side, ons-splitter-content: Added "page" and "pageLoader" property. Changed to use page-loader instead of `ons._internal.getPageHTMLAsync()`.
69 * ons-navigator: Added "page" and "pageLoader" property. Changed to use page-loader instead of `ons._internal.getPageHTMLAsync()`.
70 * ons-tabbar, ons-tab: Added "page" and "pageLoader" property. Changed to use page-loader instead of `ons._internal.getPageHTMLAsync()`.
71 * core: Added ons.defaultPageLoader and ons.PageLoader.
72 * ons-page: Changed to accept ".content" and ".background" elements as child contents.
73 * ons-modal: Fix [#1433](https://github.com/OnsenUI/OnsenUI/issues/1433).
74 * ons-navigator: Improved iOS slide animation (again).
75 * ons-icon: Fix [#1352](https://github.com/OnsenUI/OnsenUI/issues/1352).
76 * ons-pull-hook, ons-carousel: Fix [#1004](https://github.com/OnsenUI/OnsenUI/issues/1004).
77 * ons-fab: Fix [#1496](https://github.com/OnsenUI/OnsenUI/issues/1496).
78 * ons-list-item: Fix [#1499](https://github.com/OnsenUI/OnsenUI/issues/1499)
79 * ons-tabbar: Fix [#1501](https://github.com/OnsenUI/OnsenUI/issues/1501)
80 * ons-navigator: Fix [#1512](https://github.com/OnsenUI/OnsenUI/issues/1512). This changes `pages` property from an `HTMLCollection` to an `Array`.
81 * ons-page, ons-toolbar, ons-bottom-toolbar, ons-modal, ons-speed-dial: Improved location logic
82 * ons-fab: Now stays outside of `.page__content` when it has a `position` attribute.
83 * ons-modal: Fix [#1511](https://github.com/OnsenUI/OnsenUI/issues/1511).
84 * ons-lazy-repeat: Expose `refresh()` method to user through delegate object.
85 * ons-pull-hook: Remove DOM mutations to make it easier to integrate with frameworks and libs.
86 * ons-tab: Fix [#1528](https://github.com/OnsenUI/OnsenUI/issues/1528).
87 * ons-navigator: `data` object for `popPage`.
88
89v2.0.0-rc.15
90----
91 * ons-navigator: Improved iOS slide animation. Fix [#1457](https://github.com/OnsenUI/OnsenUI/issues/1457).
92 * ons.platform: Fix [#1482](https://github.com/OnsenUI/OnsenUI/issues/1482).
93 * ons-modal: Support showing on init.
94 * ons-speed-dial: Add bindings for AngularJS 1.x.
95 * ons-fab: Add bindings for AngularJS 1.x.
96 * ons-pull-hook: Fix flickering on iOS.
97
98v2.0.0-rc.14
99----
100 * core: Update TypeScript definitions.
101
102v2.0.0-rc.13
103----
104 * ons-dialog: Fix Chrome issue with invalid event name.
105
106v2.0.0-rc.12
107----
108 * core: Added type definitions.
109 * ons-switch: Fix [#1464](https://github.com/OnsenUI/OnsenUI/issues/1464).
110 * ons-splitter: Fix [#1392](https://github.com/OnsenUI/OnsenUI/issues/1392).
111
112v2.0.0-rc.11
113----
114 * core: Added binding for Angular2.
115 * ons-input: Fix `value` property bug for radio and checkbox.
116 * ons-navigator: Fix [#1449](https://github.com/OnsenUI/OnsenUI/issues/1449).
117 * ons-popover: Fix [#1450](https://github.com/OnsenUI/OnsenUI/issues/1450).
118 * ons-navigator: Fix [#1389](https://github.com/OnsenUI/OnsenUI/issues/1389).
119 * ons-popover: Fix [#1388](https://github.com/OnsenUI/OnsenUI/issues/1388).
120 * ons-navigator: Fix [#1430](https://github.com/OnsenUI/OnsenUI/issues/1430).
121 * ons-splitter-side: Use imported `orientation` object instead of global.
122 * ons-navigator: Fix [#1453](https://github.com/OnsenUI/OnsenUI/issues/1453).
123
124v2.0.0-rc.10
125----
126 * ons-navigator: Fix [#1440](https://github.com/OnsenUI/OnsenUI/issues/1440).
127 * ons-toolbar, ons-speed-dial: Fix [#1441](https://github.com/OnsenUI/OnsenUI/issues/1441).
128 * ons-splitter-side: Fix `_width` property.
129 * css-components: Fixed list divider modifiers for MD.
130 * ons-pull-hook: Fix [#1444](https://github.com/OnsenUI/OnsenUI/issues/1444).
131
132v2.0.0-rc.9
133----
134 * ons-popover: Fix iOS glitch.
135 * ons-fab: Fix issue where element was not shown correctly in React.
136
137v2.0.0-rc.8
138----
139 * core: Fixed [#845](https://github.com/OnsenUI/OnsenUI/issues/845).
140 * ons-pull-hook: Add React compatibility.
141
142v2.0.0-rc.7
143----
144 * ons-carousel: Support ng-repeat in Angular1 bindings.
145 * ons-carousel: Fix [#1168](https://github.com/OnsenUI/OnsenUI/issues/1168).
146 * ons-switch: Trigger `change` event only once.
147 * ons-bottom-toolbar: Correctly register element. Fix [#1426](https://github.com/OnsenUI/OnsenUI/issues/1426).
148 * ons-pull-hook: Fix [#1415](https://github.com/OnsenUI/OnsenUI/issues/1415).
149 * ons-navigator: Add `onDeviceBackButton` property.
150 * ons-fab: Show button by default.
151
152v2.0.0-rc.6
153----
154 * ons-page: Change to fill page background element if there is only .page__content element in ons-page.
155 * ons-splitter: 'load' methods return promises in Angular1 bindings.
156 * ons-navigator: Fix 'popPage' with 'refresh' parameter.
157 * ons-dialog: Make ons-dialog angular2 compatible.
158 * ons-speed-dial, ons-speed-dial-item: Removed `_compiled` attribute.
159 * ons-speed-dial: Make ons-speed-dial elements angular2 compatible.
160 * ons-carousel: Fix [#1423](https://github.com/OnsenUI/OnsenUI/issues/1423).
161 * core: Create unified `onDeviceBackButton` API for alert-dialog, dialog, modal, page, popover, splitter.
162
163v2.0.0-rc.5
164----
165 * ons-dialog: Make ons-dialog angular2 compatible.
166 * ons-speed-dial, ons-speed-dial-item: Removed "_compiled" attribute.
167 * ons-speed-dial: Make ons-speed-dial elements angular2 compatible.
168 * css-components: Fix material list item paddings.
169 * ons-list: Fix [#1401](https://github.com/OnsenUI/OnsenUI/issues/1401).
170 * ons-range: Fix [#1391](https://github.com/OnsenUI/OnsenUI/issues/1391).
171 * ons-carousel: Fix [#1404](https://github.com/OnsenUI/OnsenUI/issues/1404).
172 * ons-speed-dial: Add `isOpen()` method.
173 * ons-speed-dial: Emit `open` and `close` events.
174 * ons-speed-dial: Block clicks when hidden.
175 * ons-splitter: Correctly import dependency.
176 * css-components: Fix border of inline list.
177 * css-components: Refine style of list item title and subtitle.
178 * ons-toolbar: Fix [#1419](https://github.com/OnsenUI/OnsenUI/issues/1419).
179 * css-components: Refine default paddings of list items.
180 * ons-back-button: Add `onClick` property.
181
182v2.0.0-rc.4
183----
184 * ons-input: Fix to `input-id` attribute.
185
186v2.0.0-rc.3
187----
188 * core: Support creation with `document.createElement` for several components.
189 * ons-navigator: Support changing the `animation` attribute dynamically.
190 * ons-dialog: Support changing the `animation` attribute dynamically.
191 * ons-alert-dialog: Support changing the `animation` attribute dynamically.
192 * ons-popover: Fix shadow glitch.
193
194v2.0.0-rc.2
195----
196 * ons-tab: Fix dynamic `icon` and `label` attributes.
197
198v2.0.0-rc.1
199----
200 * ons-input: Fix behavior of `checked` attribute.
201 * ons-popover: Fix glitch on iOS for bottom popover.
202 * core: Fix [#1340](https://github.com/OnsenUI/OnsenUI/issues/1340) (auto status bar fill issue).
203
204v2.0.0-beta.15
205----
206 * ons-carousel: Fix rendering glitch on Android 4.1.
207 * core: Fix broken validation on Android 4.1.
208 * ons-pull-hook: Update API (property `onAction` instead of `setActionCallback` method).
209
210v2.0.0-beta.14
211----
212 * vendor: Add `MutationObserver` polyfill for older webviews.
213 * ons-page: Fix [#1359](https://github.com/OnsenUI/OnsenUI/issues/1359).
214
215v2.0.0-beta.13
216----
217 * ons-lazy-repeat: Fixes issue on Safari.
218
219v2.0.0-beta.12
220----
221 * ons-alert-dialog: Only compile once. This fixes issue with `ons.notification` in Firefox.
222 * css-components: Refine tab style.
223
224v2.0.0-beta.11
225----
226 * core: Fixed forcePlatformStyling.
227 * ons-navigator: Fixed an issue where 'show' event could be fired before 'init'.
228 * ons-page: Removed unnecessary 'event.page' parameter.
229
230v2.0.0-beta.10
231----
232 * core: Expose FastClick instance as `ons.fastClick`.
233 * ons-navigator: Fixed a bug where popPage always showed the default animation.
234 * ons-navigator: Fixed md-lift-animator.
235 * ons-navigator: Removed small delay after Lift animators.
236 * css-components: Fixed issue with list item using both "chevron" and "longdivider" modifiers.
237 * core: Fixed an issue preventing users from selecting text in inputs and textareas.
238 * ons-carousel: Added `auto-refresh` attribute.
239 * ons-carousel: Fixed an issue causing improper carousel size when used with angular and ons-navigator.
240 * ons-icon: Delete attribute `flip` from ons-icon (obsolete, since everything can be done with `rotate`)
241 * ons-list-item: Make the attribute `tappable` a boolean and add attribute `tap-background-color`
242 * ons-alert-dialog: Fixed [#1347](https://github.com/OnsenUI/OnsenUI/issues/1347).
243 * ons-progress-bar, ons-progress-circular: Add `value`, `secondaryValue` and `indeterminate` properties.
244 * ons-pull-hook: Add `state`, `pullDistance`, `height`, `thresholdHeight` and `disabled` properties.
245 * ons-alert-dialog, ons-dialog, ons-popover, ons-modal: Updated API (`disabled`, `visible`, `onDeviceBackButton` properties).
246 * ons-page: Update API (`disabled`, `onDeviceBackButton` properties, `on-device-back-button` and `ng-device-back-button` attributes).
247 * ons-splitter: Renamed property `deviceBackButton` to a `onDeviceBackButton`.
248 * ons-button, ons-ripple: Update API (`disabled` property).
249 * ons-speeddial: Updated API (`disabled`, `visible`, `inline` properties).
250 * ons-switch: Updated API (`disabled`, `checked`, `checkbox` properties).
251 * ons-splitter-side: Changed `isOpen` to a property.
252 * ons-navigator: Removed old angular methods (`getPages`, `getBackButtonHandler`).
253 * ons-lazy-repeat: Removed `setDelegate` in favor of the `delegate` property.
254 * ons-range: Fixes memory leak in AngularJS bindings.
255 * ons-toolbar-button: Add `disabled` property.
256 * css-components: Fixes list layout glitch on older Android devices.
257
258v2.0.0-beta.9
259----
260 * ons-splitter: Fixed memory leak.
261 * ons-page: Fixed [#1315](https://github.com/OnsenUI/OnsenUI/issues/1315).
262 * ons-icon: Accepts two icon values at once for Auto Styling.
263 * ons-tab: Fix glitch where content was removed during `<ons-navigator>` slide animation.
264 * ons-splitter: Fix default side and swipe-target-width.
265 * ons-carousel: Update API.
266 * ons-icon: 'spin' attribute does not require boolean values anymore.
267 * core: Fix DeviceBackButton dispatcher for pages containing SVG elements.
268 * ons-navigator: Changed part of the API.
269 * ons-navigator: Fixed [#1324](https://github.com/OnsenUI/OnsenUI/issues/1324), [#1325](https://github.com/OnsenUI/OnsenUI/issues/1325).
270
271v2.0.0-beta.8
272----
273 * core: Small fix for Autostyling.
274 * ons-list-item: Fix "tappable" attribute.
275 * ons-navigator: Added default `options` poperty.
276 * ons-navigator: Fixed flickering in Lift animation for iOS.
277 * ons-page: Does not remove 'style' attribute anymore.
278 * ons.notification: Fixed an issue in iOS related to CustomElements.
279 * ons.ready: Waits for `WebComponentsReady` event instead of `DOMContentLoaded`.
280 * ons-icon: Fixed a bug in old Android versions.
281 * ons-page: Add onInfiniteScroll functionality [#1165](https://github.com/OnsenUI/OnsenUI/issues/1165).
282 * ons-bottom-toolbar: Fixed a bug making it scroll with the content in some cases.
283 * ons-carousel: Added `centered` attribute.
284 * ons-popover: Added material popover.
285 * ons-splitter: Fixed [#1300](https://github.com/OnsenUI/OnsenUI/issues/1300).
286 * ons-list-item: Fix chevron position when list content is large.
287 * ons-lazy-repeat: Auto calculate item height if no information is provided.
288 * ons-carousel: Removes event listeners if it's not swipeable.
289 * ons-splitter: Update API.
290
291v2.0.0-beta.7
292----
293 * core: Automatic Styling feature depending on current platform.
294 * core: Fixed [#1181](https://github.com/OnsenUI/OnsenUI/issues/1181).
295 * ons-fab: Fixed [#1192](https://github.com/OnsenUI/OnsenUI/issues/1192).
296 * ons-tabbar: Correctly applies animation-options.
297 * ons-popover: Correctly applies animation-options.
298 * ons-alert-dialog: Correctly applies animation-options.
299 * ons-navigator: Closes [#1208](https://github.com/OnsenUI/OnsenUI/issues/1208).
300 * ons-carousel: Accepts animation-options.
301 * core: Async methods return promises. Closes [#1054](https://github.com/OnsenUI/OnsenUI/issues/1054).
302 * ons-if: Added new conditional component with `platform` and `orientation` attributes.
303 * ons-navigator: New Lift and Fade animators that match Material Design styles.
304 * ons-input: Extended component to support type `checkbox` and `radio`.
305 * ons-ripple: Can be added by using `ripple` attribute.
306 * ons-tab: Tabs are always persistent.
307 * ons-ripple: Improve ripple effect. Closes [#1193](https://github.com/OnsenUI/OnsenUI/issues/1193).
308 * ons-switch: Switch is now draggable.
309 * core: Use a global gesture detector to improve performance.
310 * ons-splitter-side: Fixed [#1222](https://github.com/OnsenUI/OnsenUI/issues/1222).
311 * css-components: Improve list item style.
312 * ons.notification: Closes [#1127](https://github.com/OnsenUI/OnsenUI/issues/1127).
313 * ons-splitter: Improved performance and fixed minor bugs.
314 * 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).
315 * ons-input: Transparent style is now default in iOS (removed 'transparent' modifier).
316 * ons-input: Update Angular bindings to work better with checkboxes and radio buttons.
317 * ons-switch: Fix so it works inside a <label> element.
318 * ons-ripple: Attach event listeners to parent to avoid blocking cliks.
319
320v2.0.0-beta.6
321----
322 * css-components: Add San Francisco font for iOS9 devices.
323 * css-components: Fixed [#1162](https://github.com/OnsenUI/OnsenUI/issues/1162).
324 * ons-input: Add "ons-input" component and remove "ons-material-input" component.
325 * ons-range: Add "ons-range" component.
326 * ons-navigator: Fixed [#1175](https://github.com/OnsenUI/OnsenUI/issues/1175).
327 * ons-tabbar: Fixed [#1184](https://github.com/OnsenUI/OnsenUI/issues/1184).
328
329v2.0.0-beta.5
330----
331 * core: Add link to library in package.json for browserify, etc.
332
333v2.0.0-beta.4
334----
335 * ons-tabbar: Fixed [#1132](https://github.com/OnsenUI/OnsenUI/issues/1132).
336 * ons-tabbar: `no-reload` is now the default behavior.
337 * ons-ripple: Fixed [#1140](https://github.com/OnsenUI/OnsenUI/issues/1140).
338 * ons-navigator: Fixed Fade animator export.
339 * ons-material-input: Make it resizable.
340 * Added ons-lazy-repeat custom element.
341 * core: Use [rollup.js](http://rollupjs.org/) for bundling.
342 * ons-tabbar: Fixed [#1158](https://github.com/OnsenUI/OnsenUI/issues/1158).
343 * ons-lazy-repeat: Remove "display: block" rule for Angular bindings.
344
345v2.0.0-beta.3
346----
347 * core: Fixed animationOptions parsing.
348 * ons-back-button: Add "material" modifier.
349 * ons-range: Fixed [#1082](https://github.com/OnsenUI/OnsenUI/issues/1082).
350 * ons-popover: Added callback for `show` and `hide` methods.
351 * ons-back-button: Accepts `options` object. Fixed [#1040](https://github.com/OnsenUI/OnsenUI/issues/1040).
352 * ons-list-item: Fixed "tappable" modifier behavior on iOS. Fixed [#740](https://github.com/OnsenUI/OnsenUI/issues/740).
353 * core: Implemented ES6 imports.
354 * css-components: Fixed flexbox for MD styles in toolbar.
355 * core: Fixed [#1085](https://github.com/OnsenUI/OnsenUI/issues/1085)
356 * ons-alert-dialog: [BC] Changed DOM structure to improve performance. Fixed [#1008](https://github.com/OnsenUI/OnsenUI/issues/1008).
357 * ons-dialog: [BC] Changed DOM structure to improve performance.
358 * ons-dialog, ons-alert-dialog, ons-popover: removed iOS shadow to match the original.
359 * Changed the directory structure.
360 * ons-list-item: Add "tappable" attribute.
361 * ons-list-item: Add child classes to make it easier to compose lists.
362
363v2.0.0-beta.2
364----
365 * css-components: Adjust Material navbar layout.
366
367v2.0.0-beta.1
368----
369 * ons-fab: Fix broken layout on Safari.
370 * ons-toolbar: Improve layout of material toolbar.
371 * ons-progress: Splitted into two different components `ons-progress-bar` and `ons-progress-circular`.
372 * css-components: Added `material` modifier on tab-bar components.
373 * css-components: [BC-BREAK] Removed `android` modifier on all components.
374 * css-components: iOS toggle switch style updated.
375 * ons-tabbar: Add "material" modifier.
376 * ons-sliding-menu: Fix broken `_currentPageUrl` property.
377 * core: Fix status bar filling on iOS when using `device` plugin.
378 * css-components: Fix Material navbar title on iOS.
379
380v2.0.0-beta
381----
382 * core: Added more customizable animations.
383 * 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`.
384 * core: Removed unneeded iScroll library.
385 * ons-scroller: [BC Break] Removed undocumented attributes and simplified DOM structure in ons-scroller elements.
386 * ons-button: [BC Break] Removed animation feature and related attributes.
387 * ons-modal: Added animations and animation options.
388 * ons-alert-dialog: Added `submitOnEnter` parameter for `ons.notification.prompt()`.
389 * ons-list-item: Added `tight` modifier.
390 * ons-if-platform: Supports multiple space separated values.
391 * ons-pull-hook: Added `getPullDistance`, `getHeight`, `getThresholdHeight` methods.
392 * ons-pull-hook: Added `fixed-content` attribute.
393 * ons.platform: Added `select` method to force a rendering platform.
394 * ons-sliding-menu: Now supports `ngController` directive.
395 * ons-split-view: Now support `ngController` directive.
396 * ons-tabbar: Added `'slide'` animation.
397 * ons: Added `disableAnimations` and `enableAnimations` to control animations display.
398 * ons-loading-placeholder: Added `ons.resolveLoadingPlaceholder()` to delay resolving the placeholder.
399 * ons-page: [BC Break] Removed undocumented several methods on `ons-page` component.
400 * css-components: Stylus components don't rely on custom functions anymore.
401 * ons-navigator: Added `options.refresh` parameter for `popPage()`.
402 * ons-carousel: Carousel will now apply the specified padding to the items.
403 * ons-icon: Fixed [#687](https://github.com/OnsenUI/OnsenUI/issues/687).
404 * ons-icon: Fixed [#688](https://github.com/OnsenUI/OnsenUI/issues/688).
405 * ons-page: Added page life cycle events.
406 * ons-list-item: Added `lock-on-drag` attribute to prevent vertical scrolling when user pans left or right.
407 * ons-modal: Added `isShown()` method.
408 * ons-navigator: Fixed `insertPage()` behaviour with high or low indexes.
409 * ons-tabbar: Fixed callback in `setActiveTab()` method.
410 * ons-tabbar: persistent tabs only throw 'init' event once.
411 * core: every child element will be wrapped inside an ons-page.
412 * ons-page: added page lifecycle events API
413 * ons-splitter: Added `ons-splitter`, `ons-splitter-side`, `ons-splitter-content` and `ons-splitter-mask` custom elements.
414 * ons-fab: Implemented 'fab' component.
415 * core: Added page attribute expressions.
416 * ons.notification: Added `defaultValue`, `placeholder` and `autofocus` options to prompt.
417 * ons-sliding-menu: Fixed [#879](https://github.com/OnsenUI/OnsenUI/issues/879)
418 * ons-navigator: Added `bringPageTop()` method.
419 * ons-carousel: Added `getCarouselItemCount()` method.
420 * core: Add `ons-scope` Angular directive to allow not binding component to `$rootScope`.
421 * ons-lazy-repeat: Add `reload()` method to delegate object to enable manual reloading.
422 * ons-lazy-repeat: Fix layout of list when it's not placed on top of page.
423 * ons-speed-dial: Implemented `<ons-speed-dial>` component.
424 * ons-alert-dialog: Added "material" modifier.
425 * ons-button: Added "material" modifier.
426 * ons-dialog: Added "material" modifier.
427 * ons-icon: Added "md-" prefix and support for material icon font.
428 * ons-material-input: Added material input component with floating label.
429 * ons-progress: Added Material progress bar and circular loader.
430 * ons-ripple: Added Material Design ripple effect component.
431 * ons-switch: Added "material" modifier.
432 * ons-toolbar-button: Added "material" modifier.
433 * ons-toolbar: Added "material" modifier.
434 * ons-back-button: Change style when parent toolbar has modifier "material".
435 * ons-list: Added "material" modifier.
436 * ons-tabbar: Fixed [#929](https://github.com/OnsenUI/OnsenUI/issues/948)
437 * ons-splitter: Fixed [#952](https://github.com/OnsenUI/OnsenUI/issues/952).
438 * core: Add support for Browserify.
439 * ons.platform: uses cordova-plugin-device if installed.
440 * ons-back-button: automatically hides if navigator has only 1 page.
441
442v1.3.17
443----
444* ons-tabbar: Remove previous page when using `loadPage()`.
445
446v1.3.16
447----
448* ons-pull-hook: Fix flickering in iOS.
449
450v1.3.14
451----
452* ons-tabbar: Fixed [#963](https://github.com/OnsenUI/OnsenUI/issues/963).
453
454v1.3.13
455----
456* ons-popover: Fixed [#880](https://github.com/OnsenUI/OnsenUI/issues/880).
457* ons-carousel: Fixed [#929](https://github.com/OnsenUI/OnsenUI/issues/929).
458* dependencies: Fixed [#936](https://github.com/OnsenUI/OnsenUI/issues/936).
459* ons-lazy-repeat: Fixed [#966](https://github.com/OnsenUI/OnsenUI/issues/966).
460* ons-sliding-menu: Fixed [#967](https://github.com/OnsenUI/OnsenUI/issues/967).
461* ons-pull-hook: Fixed [#969](https://github.com/OnsenUI/OnsenUI/issues/969).
462* ons-navigator: Fixed [#1018](https://github.com/OnsenUI/OnsenUI/issues/1018).
463
464v1.3.12
465----
466* ons-page: Fix status bar fill for iOS9.
467
468v1.3.11
469----
470* ons-tabbar: Remove flickering when navigator is a child of tabbar.
471* ons-dialog: Fixed broken `mask-color` attribute.
472
473v1.3.10
474----
475* ons-tabbar: Fixed [#891](https://github.com/OnsenUI/OnsenUI/issues/891).
476
477v1.3.9
478----
479* ons-carousel: Fixed [#844](https://github.com/OnsenUI/OnsenUI/issues/844).
480* ons-navigator: Fixed [#865](https://github.com/OnsenUI/OnsenUI/issues/865).
481* core: Fixed [#845](https://github.com/OnsenUI/OnsenUI/issues/845).
482* ons-lazy-repeat: Added debouncing to increase performance on iOS.
483* core: FastClick patched to support setting the system clock back.
484
485v1.3.8
486----
487* ons-lazy-repeat: Recalculate heights when number of items change in order to support dynamic lists with variable height items.
488* ons-lazy-repeat: Don't wait to render to make the list more responsive.
489
490v1.3.7
491----
492 * core: Fixed [#632](https://github.com/OnsenUI/OnsenUI/issues/632).
493
494v1.3.6
495----
496 * ons-sliding-menu: Fixed swipeable default behaviour related to AngularJS update.
497
498v1.3.5
499----
500* core: Updated AngularJS to version 1.4.3.
501* core: Fixed [#777](https://github.com/OnsenUI/OnsenUI/issues/777).
502* core: Fixed [#767](https://github.com/OnsenUI/OnsenUI/issues/767).
503
504v1.3.4
505----
506 * ons-dialog: Fixed a memory leak when using parentScope. Closes [#735](https://github.com/OnsenUI/OnsenUI/issues/735).
507 * ons-alert-dialog: Fixed a memory leak when using parentScope.
508 * ons-popover: Fixed a memory leak when using parentScope.
509
510v1.3.3
511----
512 * ons-lazy-repeat: Fixed [#678](https://github.com/OnsenUI/OnsenUI/issues/678).
513 * ons-navigator: Added `leavePage` and `enterPage` objects to prepop event.
514 * ons-sliding-menu: Fixed broken `swipe-target-width` attribute.
515 * ons-back-button: Prevent popping page twice on double tap.
516 * ons-lazy-repeat: Fix bug that caused infinite digest loops.
517 * ons-tabbar: Fix broken `persistent` attribute.
518 * ons-carousel: Fix bug where items were incorrectly cached.
519 * ons-navigator: Fix bug in `insertPage()` when pages are inserted on top.
520 * ons-scroller: Fixed [#707](https://github.com/OnsenUI/OnsenUI/issues/707).
521 * ons-carousel: Fixed a random error when event was undefined.
522
523v1.3.2
524----
525 * ons-carousel: Fixed `postchange` event for carousel on IE11. Fixed [#646](https://github.com/OnsenUI/OnsenUI/issues/646).
526
527v1.3.1
528----
529 * ons-page: Fixed scrolling on Windows Phone. Fixed [#618](https://github.com/OnsenUI/OnsenUI/issues/618).
530
531v1.3.0
532----
533 * ons-sliding-menu: Fixed [#544](https://github.com/OnsenUI/OnsenUI/issues/544).
534 * ons-sliding-menu: Fixed [#464](https://github.com/OnsenUI/OnsenUI/issues/464).
535 * ons-pull-hook: Fixed [#467](https://github.com/OnsenUI/OnsenUI/issues/467).
536 * ons-pull-hook: Fixed issue where a error was thrown if the pull hook was destroyed before `$done()` was called.
537 * core: Added end-to-end testing with Protractor.
538 * ons-alert-dialog: Fixed [#478](https://github.com/OnsenUI/OnsenUI/issues/478).
539 * ons-pull-hook: Fixed [#498](https://github.com/OnsenUI/OnsenUI/issues/498).
540 * 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.
541 * ons-alert-dialog: Fixed [#511](https://github.com/OnsenUI/OnsenUI/issues/511).
542 * ons-alert-dialog: Fixed [#512](https://github.com/OnsenUI/OnsenUI/issues/512).
543 * 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.
544 * ons-loading-placeholder: Fixed [#541](https://github.com/OnsenUI/OnsenUI/issues/541).
545 * ons-loading-placeholder: The component can now be used anywhere.
546 * ons-tabbar: Fixed [#530](https://github.com/OnsenUI/OnsenUI/issues/530).
547 * ons-split-view: Fixed [#525](https://github.com/OnsenUI/OnsenUI/issues/525).
548 * ons-sliding-menu: Added event handler attributes.
549 * ons-alert-dialog: Added event handler attributes.
550 * ons-carousel: Added event handler attributes.
551 * ons-dialog: Added event handler attributes.
552 * ons-navigator: Added event handler attributes.
553 * ons-popover: Added event handler attributes.
554 * ons-pull-hook: Added event handler attributes.
555 * ons-split-view: Added event handler attributes.
556 * ons-tabbar: Added event handler attributes.
557 * ons-split-view: Fixed [#552](https://github.com/OnsenUI/OnsenUI/issues/552).
558 * ons-navigator: Added `animation` option to `popPage()`.
559 * ons-navigator: Added `replacePage()` method.
560 * ons-lazy-repeat: Improved behavior when items are removed.
561 * ons-sliding-menu: Fixed [#577](https://github.com/OnsenUI/OnsenUI/issues/577).
562 * core: Windows Universal (Windows Phone 8.1, Windows 8.1 and IE 11) partial support.
563 * 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+.
564
565v1.2.2
566----
567 * 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.
568 * ons-navigator: Fixed [#350](https://github.com/OnsenUI/OnsenUI/issues/350).
569 * ons-navigator: Fixed broken Android slide animation.
570 * ons-carousel: Added 'auto-refresh' attribute to automatically refresh carousel when items are added or removed in AngularJS.
571 * ons-back-button: Automatically hide back button when there is only one page in the stack.
572 * ons-scroller: Fixed [#389](https://github.com/OnsenUI/OnsenUI/issues/389).
573 * ons-button: Fixed broken isDisabled() method.
574 * ons-icon: Updated Ionicons to version 2.0.1.
575 * ons-carousel: Fixed [#369](https://github.com/OnsenUI/OnsenUI/issues/369).
576 * ons-popover: Fixed [#367](https://github.com/OnsenUI/OnsenUI/issues/367).
577 * ons-carousel: Fixed [#365](https://github.com/OnsenUI/OnsenUI/issues/365).
578 * ons-carousel: Fixed [#398](https://github.com/OnsenUI/OnsenUI/issues/398).
579 * ons-carousel: Fixed [#353](https://github.com/OnsenUI/OnsenUI/issues/353). Added `overscroll` event and `event.waitToReturn(promise)` method.
580 * ons-carousel: Fixed [#352](https://github.com/OnsenUI/OnsenUI/issues/352). Added `auto-scroll-ratio` attribute and related methods.
581 * ons-carousel: When carousel is swipeable it doesn not propagate touch events to parent.
582 * ons-switch: Added `ngChange` directive.
583 * ons-button: Fixed so it can be used with `ngDisabled`.
584 * ons-toolbar-button: Fixed so it can be used with `ngDisabled`. This fixes issue [#321](https://github.com/OnsenUI/issues/321).
585 * ons-carousel: Fixed unresponsive carousel drag event for Android.
586 * ons-carousel: Fixed [#401](https://github.com/OnsenUI/OnsenUI/issues/401).
587 * ons-sliding-menu: Clicking outside the menu when it is open will now close it.
588 * ons-sliding-menu: Fixed [#319](https://github.com/OnsenUI/OnsenUI/issues/319).
589 * ons-tab: Implemented `persistent` attributed to prevent tab content from being destroyed when navigating to another tab.
590 * ons-tabbar: Fixed broken `hide-tabs` attribute. ([atakayama](https://github.com/atakayama))
591 * ons-pull-hook: Implemented `<ons-pull-hook>` component.
592 * core: Removed the alias stack so variables like `ons.navigator` and `ons.slidingMenu` can not be used anymore.
593 * 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`.
594 * ons-lazy-repeat: Implemented `<ons-lazy-repeat>` component.
595 * ons-carousel: Fixed [#359](https://github.com/OnsenUI/OnsenUI/issues/359).
596 * ons-carousel: Fixed [#380](https://github.com/OnsenUI/OnsenUI/issues/380).
597 * ons-sliding-menu: Fixed [#382](https://github.com/OnsenUI/OnsenUI/issues/382).
598 * ons-popover: Fixed [#416](https://github.com/OnsenUI/OnsenUI/issues/416).
599 * ons-carousel: Fixed strange behavior when carousel was smaller than container.
600 * ons-split-view: Fixed bug where split view did not update correctly on some Android devices.
601
602v1.2.1
603----
604
605 * ons-switch: Fixed [#318](https://github.com/OnsenUI/OnsenUI/issues/318).
606 * css-components: Fixed [#323](https://github.com/OnsenUI/OnsenUI/issues/323).
607 * css-components: Fixed [#331](https://github.com/OnsenUI/OnsenUI/issues/331).
608 * ons-split-view: Fixed issue where split view mode didn't update on Android.
609 * ons-carousel: Fixed [#341](https://github.com/OnsenUI/OnsenUI/issues/341).
610 * 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.
611
612v1.2.0
613----
614
615 * ons-screen: Removed.
616 * Removed all deprecated methods and attributes on 'ons-split-view' and 'ons-sliding-menu'.
617 * ons-page: Changed some internal markup structure and added '.page__background' elements for displaying page background.
618 * core: Added 'init' events to components.
619 * core: Fixed memory leak where events handlers were not removed when components were destroyed.
620 * ons-icon: Implemented ons-icon attributes with css attribute selectors instead of javascript.
621 * ons-toolbar: Added 'inline' attribute to toolbars.
622 * core: Changed so 'ons.bootstrap()' returns an angular.module.
623 * ons-sliding-menu: Changed so the main page and menu can be defined as child elements.
624 * ons-sliding-menu: Animation can now be disabled when opening and closing menu.
625 * ons-split-view: Changed so the main and secondary page can be defined as child elements.
626 * ons-split-view: Added events and methods to control the default collapse behavior.
627 * ons-split-view: The 'collapse' attribute can now be a media query.
628 * ons-platform: Added ons.platform interface that can be used to query platform and OS.
629 * ons-keyboard-active: Implemented component that only shows content when the software keyboard is active.
630 * ons-loading-placeholder: Added component that shows a placeholder while loading a page.
631 * ons-alert-dialog: Implemented 'alert-dialog' component. Also alert(), confirm() and prompt() methods.
632 * ons-toolbar: Changed to have 'android' modifier automatically on android platform. And added 'fixed-style' attribute for preventing this behavior.
633 * css-components: Added 'alert-dialog', 'dialog' and 'popover' components.
634 * css-components: Changed default color scheme for css-components.
635 * ons-dialog: Implemented 'dialog' component.
636 * ons-popover: Implemented 'popover' component.
637 * core: Updated to AngularJS version 1.3.0.
638 * ons-carousel: Implemented 'carousel' component.
639 * ons-tabbar: Added attribute 'no-reload' to tabs to stop the tab from reloading when pressing it twice.
640 * ons-tabbar: The event 'reactive' is triggered when pressing the same tab twice if 'no-reload' is set.
641 * ons-navigator: Fixed [#228](https://github.com/OnsenUI/OnsenUI/issues/228).
642 * ons-switch: Fixed [#252](https://github.com/OnsenUI/OnsenUI/issues/252). Model change is now bound correctly when using ngModel.
643 * css-components: Fixed [#177](https://github.com/OnsenUI/OnsenUI/issues/177). Checkboxes and radio buttons are now clickable on iOS.
644 * ons-button: Added several methods to the component.
645
646v1.1.4
647----
648
649 * core: Fixed broken navigation-bar layout on running with iOS Cordova in some cases.
650 * css-components: Fixed [#217](https://github.com/OnsenUI/OnsenUI/issues/217).
651
652v1.1.3
653----
654
655 * Added task automation with gulp.js in project templates.
656 * core: Added ons.disableAutoStatusBarFill() and ons.enableAutoStatusBarFill().
657 * core: Changed to write warning message on loading if angular.element is not JQLite.
658 * core: Added ons.orientation for dealing with device orientation.
659 * navigator: Fixed [#208](https://github.com/OnsenUI/OnsenUI/issues/208).
660 * ons-switch: Implemented [#199](https://github.com/OnsenUI/OnsenUI/issues/199). Changed switch component 'change' event to have 'isInteractive' property.
661 * ons-tabbar: Renamed 'ons-tabbar-item' to 'ons-tab'.
662 * ons-tabbar: Changed 'ons-tab' to accept child html contents.
663 * ons-tabbar: Added 'ons-tab-active' and 'ons-tab-inactive' attributes on child elements of 'ons-tab'.
664 * ons-tabbar: Added 'position' attribute on 'ons-tabbar' to put tabbar on screen top or screen bottom.
665 * ons-tabbar: Added 'ons-tab-active', 'ons-tab-inactive' attribute on 'ons-tab'.
666 * css-components: Rewritten all patterns completely with Onsen UI.
667
668v1.1.2
669----
670
671 * Added 'ons-template' directive.
672 * Added 'ons-gesture-detector' directive.
673 * Added 'ons-template' directive.
674 * core: Removed several memory leak possibilities.
675 * core: Added minified scripts.
676 * core: Changes ons.bootstrap() to accept dependency module names, e.g. `ons.bootstrap(['ngAnimate'])`.
677 * core: Added ons.findComponent(), ons.findParenComponentUntil() methods to retrieve components.
678 * core: Added ons.setDefaultDeviceBackButtonListener(), ons.disableDeviceBackButtonHandler(), ons.enableDeviceBackButtonHandler() methods.
679 * css-components: Updated border styles on some components for retina display.
680 * css-components: Added 'button--outline' component.
681 * css-components: Renamed 'icon-button' component to 'toolbar-button'.
682 * css-components: Added 'toolbar-button--outline' component.
683 * ons-navigator: Fixed [#165](https://github.com/OnsenUI/OnsenUI/issues/165).
684 * ons-navigator: Added navigator.getDeviceBackButtonHandler().
685 * ons-tabbar: Added 'animation' attribute.
686 * ons-page: Added page.getDeviceBackButtonHandler(), page.setDeviceBackButtonHandler().
687 * ons-modal: Added modal.getDeviceBackButtonHandler().
688 * ons-modal: Fixed [#182](https://github.com/OnsenUI/OnsenUI/issues/182).
689 * ons-sliding-menu: Added slidingMenu.getDeviceBackButtonHandler().
690 * ons-icon: Added [ionicons](http://ionicons.com).
691 * ons-scroller: Fixed [#184](https://github.com/OnsenUI/OnsenUI/issues/184).
692 * ons-switch: Fixed [#185](https://github.com/OnsenUI/OnsenUI/issues/185).
693 * ons-tabbar: Added tabbar.loadPage(), tabbar.getActiveTabIndex().
694 * ons-tabbar: Changed tab-change behaivior to be cancelable with event.cancel() method on 'prechange' events.
695 * ons-tabbar: Added 'animation' attribute and TabbarView.registerAnimator() to use tabbar animation on loading.