Comparing version 2.0.0-alpha.7 to 2.0.0-alpha.11
@@ -5,3 +5,3 @@ | ||
v2.0.0-alpha.7 | ||
v2.0.0-alpha.11 | ||
---- | ||
@@ -68,5 +68,11 @@ * core: Added more customizable animations. | ||
* ons-lazy-repeat: Fixed [#966](https://github.com/OnsenUI/OnsenUI/issues/966). | ||
* ons-pull-hook: Fixed [#969](https://github.com/OnsenUI/OnsenUI/issues/966). | ||
* ons-pull-hook: Fixed [#969](https://github.com/OnsenUI/OnsenUI/issues/969). | ||
* core: Add support for Browserify. | ||
* ons.platform: uses cordova-plugin-device if installed. | ||
* ons-sliding-menu: Fixed [#967](https://github.com/OnsenUI/OnsenUI/issues/967). | ||
v1.3.12 | ||
---- | ||
* ons-page: Fix status bar fill for iOS9. | ||
v1.3.11 | ||
@@ -73,0 +79,0 @@ ---- |
{ | ||
"name": "onsenui", | ||
"version": "2.0.0-alpha.7", | ||
"version": "2.0.0-alpha.11", | ||
"description": "HTML5 Mobile Framework & UI Components", | ||
@@ -105,2 +105,3 @@ "private": false, | ||
"run-sequence": "^1.0.2", | ||
"shelljs": "^0.5.3", | ||
"topdoc": "~0.4.0", | ||
@@ -107,0 +108,0 @@ "webpack": "^1.10.0", |
@@ -11,8 +11,10 @@ # Onsen UI | ||
![The Answer to PhoneGap UI Development](https://cloud.githubusercontent.com/assets/9889313/5350569/eec8b870-7efb-11e4-90af-2f4d505e09a8.png) | ||
![The Answer to Cordova UI Development](https://cloud.githubusercontent.com/assets/9889313/5350569/eec8b870-7efb-11e4-90af-2f4d505e09a8.png) | ||
Built on top of [AngularJS](http://angularjs.org/), Onsen UI is open source, free and open for all. Onsen UI is designed and implemented to deliver unprecedented user experience for your apps. Applications can be built using **HTML tags** web developers already know and love. We love AngularJS and all the power it brings. But we've also added support for JQuery so developers less familiar with AngularJS can take advantage of Onsen UI, too. | ||
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. | ||
Onsen UI also includes Onsen CSS Components, a free resource of UI templates with "theme roller" functionality. Developers can pick and choose, grab the code they need, and they're off and running. And they can create their own templates and submit to Onsen UI to be included with other templates available. | ||
Onsen UI is framework agnostic. This means that it can be used with whatever front-end framework you prefer. However, Onsen UI also provides a binding library for [AngularJS](https://angularjs.org/) which makes it easy to integrate our custom tags in AngularJS apps. | ||
Onsen UI also includes [Onsen CSS Components](http://components.onsen.io/), a free resource of UI templates with "theme roller" functionality. Developers can pick and choose, grab the code they need, and they're off and running. And they can create their own templates and submit to Onsen UI to be included with other templates available. | ||
Our [Monaca IDE] fully supports Onsen UI plugin. | ||
@@ -38,6 +40,5 @@ | ||
* [AngularJS](angularjs.org): for directives | ||
* [Topcoat](topcoat.io): for fast UI css | ||
* [HammerJS](http://eightmedia.github.io/hammer.js/): for touch, swipe handling | ||
* [Font Awesome](http://fontawesome.io/): for icons | ||
* [Material Design](http://www.google.co.jp/design/spec/material-design/introduction.html): For Native-like Android UI | ||
* [Web Components](http://webcomponents.org/): for Custom Elements | ||
* [AngularJS module](https://angularjs.org/): bindings are backwards compatible with Onsen UI 1 | ||
@@ -116,13 +117,22 @@ ## Getting Started Using Templates | ||
* Then navigate your browser to [http://0.0.0.0:8000/demo/index.html](http://0.0.0.0:8000/demo/index.html) | ||
* Then navigate your browser to [http://0.0.0.0:3000/demo/index.html](http://0.0.0.0:3000/demo/index.html) | ||
## Running the test suite | ||
Onsen UI has end-to-end testing using Protractor. Use the following command to run the tests: | ||
Onsen UI has unit tests for the Web Components as well as end-to-end testing of the AngularJS directives using Protractor. | ||
Use the following commands to run the unit tests: | ||
```bash | ||
$ npm install | ||
$ gulp test | ||
$ gulp core-test | ||
``` | ||
or these commands for the protractor tests: | ||
```bash | ||
$ npm install | ||
$ gulp e2e-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. | ||
@@ -133,5 +143,11 @@ | ||
```bash | ||
$ gulp test --specs test/e2e/lazyRepeat/scenarios.js | ||
$ gulp e2e-test --specs test/e2e/lazyRepeat/scenarios.js | ||
``` | ||
In order to run both the unit tests and the end-to-end tests use the following command: | ||
```bash | ||
$ gulp test | ||
``` | ||
## Developing your app | ||
@@ -151,3 +167,3 @@ | ||
Access [http://0.0.0.0:8000/demo/index.html](http://0.0.0.0:8000/demo/index.html) and your code changes will be reloaded. | ||
Access [http://0.0.0.0:3000/demo/index.html](http://0.0.0.0:3000/demo/index.html) and your code changes will be reloaded. | ||
@@ -154,0 +170,0 @@ ## Contributors |
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 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
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 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 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
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
6226842
81995
184
69