Comparing version 1.2.2 to 1.3.0-beta
@@ -5,2 +5,32 @@ | ||
v1.3.0-beta | ||
---- | ||
* ons-sliding-menu: Fixed [#544](https://github.com/OnsenUI/OnsenUI/issues/544). | ||
* ons-sliding-menu: Fixed [#464](https://github.com/OnsenUI/OnsenUI/issues/464). | ||
* ons-pull-hook: Fixed [#467](https://github.com/OnsenUI/OnsenUI/issues/467). | ||
* ons-pull-hook: Fixed issue where a error was thrown if the pull hook was destroyed before `$done()` was called. | ||
* core: Added end-to-end testing with Protractor. | ||
* ons-alert-dialog: Fixed [#478](https://github.com/OnsenUI/OnsenUI/issues/478). | ||
* ons-pull-hook: Fixed [#498](https://github.com/OnsenUI/OnsenUI/issues/498). | ||
* 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. | ||
* ons-alert-dialog: Fixed [#511](https://github.com/OnsenUI/OnsenUI/issues/511). | ||
* ons-alert-dialog: Fixed [#512](https://github.com/OnsenUI/OnsenUI/issues/512). | ||
* 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. | ||
* ons-loading-placeholder: Fixed [#541](https://github.com/OnsenUI/OnsenUI/issues/541). | ||
* ons-loading-placeholder: The component can now be used anywhere. | ||
* ons-tabbar: Fixed [#530](https://github.com/OnsenUI/OnsenUI/issues/530). | ||
* ons-split-view: Fixed [#525](https://github.com/OnsenUI/OnsenUI/issues/525). | ||
* ons-sliding-menu: Added event handler attributes. | ||
* ons-alert-dialog: Added event handler attributes. | ||
* ons-carousel: Added event handler attributes. | ||
* ons-dialog: Added event handler attributes. | ||
* ons-navigator: Added event handler attributes. | ||
* ons-popover: Added event handler attributes. | ||
* ons-pull-hook: Added event handler attributes. | ||
* ons-split-view: Added event handler attributes. | ||
* ons-tabbar: Added event handler attributes. | ||
* ons-split-view: Fixed [#552](https://github.com/OnsenUI/OnsenUI/issues/552). | ||
* ons-navigator: Added `animation` option to `popPage()`. | ||
* ons-navigator: Added `replacePage()` method. | ||
v1.2.2 | ||
@@ -7,0 +37,0 @@ ---- |
{ | ||
"name": "onsenui", | ||
"version": "1.2.2", | ||
"version": "1.3.0-beta", | ||
"private": false, | ||
@@ -21,40 +21,49 @@ "author": "@kruyvanna", | ||
], | ||
"scripts": { | ||
"test": "gulp test" | ||
}, | ||
"devDependencies": { | ||
"browser-sync": "^0.9.1", | ||
"canonical-path": "0.0.2", | ||
"connect-livereload": "~0.3.2", | ||
"csv": "*", | ||
"dateformat": "~1.0.7-1.2.3", | ||
"dgeni": "^0.4.1", | ||
"dgeni-packages": "^0.10.8", | ||
"event-stream": "~3.1.0", | ||
"extend": "^2.0.0", | ||
"globby": "^1.1.0", | ||
"gulp": "^3.8.7", | ||
"gulp-autoprefixer": "0.0.6", | ||
"gulp-cached": "^1.0.2", | ||
"gulp-chmod": "^1.2.0", | ||
"gulp-clean": "~0.2.4", | ||
"gulp-concat": "~2.2.0", | ||
"gulp-connect": "^2.2.0", | ||
"gulp-cssmin": "^0.1.4", | ||
"gulp-download": "0.0.1", | ||
"gulp-header": "~1.0.2", | ||
"gulp-html2js": "~0.1.0", | ||
"gulp-if": "^1.2.1", | ||
"gulp-jshint": "^1.6.1", | ||
"gulp-load-plugins": "^0.6.0", | ||
"gulp-minify-css": "^0.3.0", | ||
"gulp-ng-annotate": "^0.5.2", | ||
"gulp-plumber": "^0.6.4", | ||
"gulp-protractor": "0.0.12", | ||
"gulp-rename": "^1.2.0", | ||
"gulp-shell": "^0.2.4", | ||
"gulp-stylus": "^0.1.0", | ||
"gulp-uglify": "^0.3.1", | ||
"gulp-unzip": "^0.1.3", | ||
"gulp-util": "~2.2.14", | ||
"gulp-zip": "^0.4.0", | ||
"jshint-stylish": "^0.4.0", | ||
"lodash": "^2.4.1", | ||
"prompt": "*", | ||
"run-sequence": "~0.3.6", | ||
"topdoc": "~0.4.0", | ||
"topdoc-theme": "~0.2.7", | ||
"gulp-cached": "0.0.3", | ||
"gulp-if": "^1.2.1", | ||
"canonical-path": "0.0.2", | ||
"lodash": "^2.4.1", | ||
"gulp-ng-annotate": "^0.3.0", | ||
"gulp-uglify": "^0.3.1", | ||
"gulp-plumber": "^0.6.4", | ||
"gulp-shell": "^0.2.4", | ||
"topdoc": "~0.4.0", | ||
"gulp-load-plugins": "^0.6.0", | ||
"gulp": "^3.8.7", | ||
"dgeni": "^0.4.1", | ||
"dgeni-packages": "^0.10.8", | ||
"extend": "^2.0.0", | ||
"globby": "^1.1.0" | ||
"yargs": "^3.5.4" | ||
} | ||
} |
@@ -1,3 +0,5 @@ | ||
# Onsen UI [![Circle CI](https://circleci.com/gh/OnsenUI/OnsenUI.svg?style=svg)](https://circleci.com/gh/OnsenUI/OnsenUI) | ||
# Onsen UI | ||
[![Circle CI](https://circleci.com/gh/OnsenUI/OnsenUI.svg?style=svg)](https://circleci.com/gh/OnsenUI/OnsenUI) | ||
The best place to start with Onsen UI is our [Getting Started](http://onsen.io/guide/getting_started.html) page. | ||
@@ -17,4 +19,4 @@ | ||
* Android2.3.4+ | ||
* iOS6+ | ||
* Android4.0.2+ | ||
* iOS7+ | ||
* Google Chrome | ||
@@ -42,2 +44,8 @@ * Safari | ||
## Download the latest build | ||
A new build is generated every time the code changes. It can be downloaded on [this page](http://onsen.io/download.html#latest-build). | ||
Please use this with caution. However, we are very grateful if people try it out so we can find bugs and things to improve before the sharp releases. | ||
## How to build | ||
@@ -48,3 +56,3 @@ | ||
```bash | ||
$ git clone https://github.com/monaca/OnsenUI.git | ||
$ git clone https://github.com/OnsenUI/OnsenUI.git | ||
``` | ||
@@ -88,2 +96,19 @@ | ||
## Running the test suite | ||
Onsen UI has end-to-end testing using Protractor. Use the following command to run the tests: | ||
```bash | ||
$ npm install | ||
$ gulp test | ||
``` | ||
It will take some time the because it will download a stand-alone Selenium Server and a Chrome webdriver the first time it's executed. | ||
To run a single test or a group of tests use the `--specs` parameter and provide a comma-separated list of spec files: | ||
```bash | ||
$ gulp test --specs test/e2e/lazyRepeat/scenarios.js | ||
``` | ||
## Developing your app | ||
@@ -105,2 +130,10 @@ | ||
## Current Roadmap | ||
Please see the following file for information about upcoming releases and what will be included. | ||
* [Onsen UI Roadmap](https://github.com/OnsenUI/OnsenUI/blob/master/ROADMAP.md) | ||
Please tell us if you have any suggestions for features that you would like to see included. | ||
## How to contribute | ||
@@ -118,2 +151,6 @@ | ||
## Contributors | ||
Please see the full [list of contributors](https://github.com/OnsenUI/OnsenUI/blob/master/CONTRIBUTORS.md). | ||
### Code style | ||
@@ -120,0 +157,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5405201
95102
174
42
3