Skip to content

Commit

Permalink
Version 2.0.0-rc.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
argelius committed May 17, 2016
1 parent 9622544 commit 6bb6d93
Show file tree
Hide file tree
Showing 19 changed files with 2,161 additions and 1,421 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@
CHANGELOG
====

v2.0.0-rc.5
----
* css-components: Fix material list item paddings.
* ons-list: Fix [#1401](https://github.com/OnsenUI/OnsenUI/issues/1401).
* ons-range: Fix [#1391](https://github.com/OnsenUI/OnsenUI/issues/1391).
* ons-carousel: Fix [#1404](https://github.com/OnsenUI/OnsenUI/issues/1404).
* ons-speed-dial: Add `isOpen()` method.
* ons-speed-dial: Emit `open` and `close` events.
* ons-speed-dial: Block clicks when hidden.
* ons-splitter: Correctly import dependency.
* css-components: Fix border of inline list.
* css-components: Refine style of list item title and subtitle.
* ons-toolbar: Fix [#1419](https://github.com/OnsenUI/OnsenUI/issues/1419).
* css-components: Refine default paddings of list items.
* ons-back-button: Add `onClick` property.

v2.0.0-rc.4
----
* ons-input: Fix to `input-id` attribute.

v2.0.0-rc.3
----
* core: Support creation with `document.createElement` for several components.
* ons-navigator: Support changing the `animation` attribute dynamically.
* ons-dialog: Support changing the `animation` attribute dynamically.
* ons-alert-dialog: Support changing the `animation` attribute dynamically.
* ons-popover: Fix shadow glitch.

v2.0.0-rc.2
----
* ons-tab: Fix dynamic `icon` and `label` attributes.

v2.0.0-rc.1
----
* ons-input: Fix behavior of `checked` attribute.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
[![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)
[![npm version](https://badge.fury.io/js/onsenui.svg)](https://badge.fury.io/js/onsenui)

The best place to start with Onsen UI is our [Getting Started](http://onsen.io/guide/getting_started.html) page.

![The Answer to Cordova UI Development](https://cloud.githubusercontent.com/assets/9889313/5350569/eec8b870-7efb-11e4-90af-2f4d505e09a8.png)
**We just released the RC of Onsen UI 2. The new version includes Material Design, React Components and much more. Check out all the new features [here](https://onsen.io/2/)!**

Onsen UI is open source, free and open for all. Onsen UI is designed and implemented to deliver unprecedented user interface and user experience for your mobile and hybrid apps. Onsen UI is built on top of Web Components so applications can be built using **HTML tags** web developers already know and love.

Expand Down
Loading

0 comments on commit 6bb6d93

Please sign in to comment.