Skip to content

Commit

Permalink
Merge branch 'master' into md-range
Browse files Browse the repository at this point in the history
  • Loading branch information
argelius committed Sep 9, 2015
2 parents 72fd1a3 + 7c2c329 commit fb6776c
Show file tree
Hide file tree
Showing 31 changed files with 1,735 additions and 527 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CHANGELOG
====

v1.3.8-dev
v2.0.0-dev
----
* core: Added more customizable animations.
* core: [BC Break] Changed interfaces for registering custom animators on `ons-navigator`, `ons-dialog`, `ons-alert-dialog`, `ons-dialog`, `ons-sliding-menu`, `ons-popover` and `ons-tabbar`.
Expand Down Expand Up @@ -34,7 +34,20 @@ v1.3.8-dev
* ons-tabbar: Fixed callback in `setActiveTab()` method.
* ons-fab: Implemented 'fab' component.
* core: Added page attribute expressions.
* ons-carousel: Fixed [#844](https://github.com/OnsenUI/OnsenUI/issues/844).
* ons.notification: Added `defaultValue`, `placeholder` and `autofocus` options to prompt.

v1.3.9
----
* ons-carousel: Fixed [#844](https://github.com/OnsenUI/OnsenUI/issues/844).
* ons-navigator: Fixed [#865](https://github.com/OnsenUI/OnsenUI/issues/865).
* core: Fixed [#845](https://github.com/OnsenUI/OnsenUI/issues/845).
* ons-lazy-repeat: Added debouncing to increase performance on iOS.
* core: FastClick patched to support setting the system clock back.

v1.3.8
----
* ons-lazy-repeat: Recalculate heights when number of items change in order to support dynamic lists with variable height items.
* ons-lazy-repeat: Don't wait to render to make the list more responsive.

v1.3.7
----
Expand Down Expand Up @@ -109,6 +122,7 @@ v1.3.0
* ons-lazy-repeat: Improved behavior when items are removed.
* ons-sliding-menu: Fixed [#577](https://github.com/OnsenUI/OnsenUI/issues/577).
* core: Windows Universal (Windows Phone 8.1, Windows 8.1 and IE 11) partial support.
* 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+.

v1.2.2
----
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![Join us on Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/OnsenUI/OnsenUI)
[![StackOverflow](http://img.shields.io/badge/stackoverflow-onsen--ui-FF412D.svg )]( http://stackoverflow.com/questions/tagged/onsen-ui)
[![TypeScript definitions on DefinitelyTyped](http://definitelytyped.org/badges/standard-flat.svg)](http://definitelytyped.org)
[![Circle CI](https://circleci.com/gh/OnsenUI/OnsenUI.svg?style=svg)](https://circleci.com/gh/OnsenUI/OnsenUI)
[![TypeScript definitions on DefinitelyTyped](http://definitelytyped.org/badges/standard.svg)](https://github.com/borisyankov/DefinitelyTyped/tree/master/onsenui)
[![Circle CI](https://circleci.com/gh/OnsenUI/OnsenUI.svg?style=shield)](https://circleci.com/gh/OnsenUI/OnsenUI)
[![Coverage Status](https://coveralls.io/repos/OnsenUI/OnsenUI/badge.svg?branch=master&service=github)](https://coveralls.io/github/OnsenUI/OnsenUI?branch=master)

The best place to start with Onsen UI is our [Getting Started](http://onsen.io/guide/getting_started.html) page.
Expand All @@ -26,6 +26,8 @@ Onsen UI is tested with the following browsers and mobile OS.
* Google Chrome
* Safari

For versions earlier than 1.3.0, iOS 8.4+ is not supported. In order to use these versions with iOS 8.4+ the included FastClick library must be manually updated to the latest version.

## Demo

[Click here](http://onsen.io/guide/components.html) to see Onsen UI in action!
Expand Down

0 comments on commit fb6776c

Please sign in to comment.