Skip to content

Commit

Permalink
Version 2.0.0-beta.15 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
argelius committed Apr 27, 2016
1 parent 7b1b578 commit 2055d7d
Show file tree
Hide file tree
Showing 7 changed files with 81 additions and 111 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@
CHANGELOG
====

v2.0.0-beta.15
----
* ons-carousel: Fix rendering glitch on Android 4.1.
* core: Fix broken validation on Android 4.1.
* ons-pull-hook: Update API (property `onAction` instead of `setActionCallback` method).

v2.0.0-beta.14
----
* vendor: Add `MutationObserver` polyfill for older webviews.
* ons-page: Fix [#1359](https://github.com/OnsenUI/OnsenUI/issues/1359).

v2.0.0-beta.13
----
Expand Down Expand Up @@ -479,4 +486,3 @@ v1.1.2
* ons-tabbar: Added tabbar.loadPage(), tabbar.getActiveTabIndex().
* ons-tabbar: Changed tab-change behaivior to be cancelable with event.cancel() method on 'prechange' events.
* ons-tabbar: Added 'animation' attribute and TabbarView.registerAnimator() to use tabbar animation on loading.

2 changes: 1 addition & 1 deletion css/onsenui.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! onsenui - v2.0.0-beta.14 - 2016-04-25 */
/*! onsenui - v2.0.0-beta.15 - 2016-04-27 */
/*
Copyright 2013-2015 ASIAL CORPORATION
Expand Down
41 changes: 17 additions & 24 deletions js/angular-onsenui.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions js/angular-onsenui.min.js

Large diffs are not rendered by default.

115 changes: 43 additions & 72 deletions js/onsenui.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions js/onsenui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onsenui",
"version": "2.0.0-beta.14",
"version": "2.0.0-beta.15",
"description": "HTML5 Mobile Framework & UI Components",
"private": false,
"author": "@kruyvanna",
Expand Down

0 comments on commit 2055d7d

Please sign in to comment.