mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +08:00
0.2.1
This commit is contained in:
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,3 +1,23 @@
|
||||
<a name="0.2.1"></a>
|
||||
## [0.2.1](https://github.com/ionic-team/ionic/compare/v0.2.0...v0.2.1) (2018-04-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **angular:** back button prevents default ([4db687e](https://github.com/ionic-team/ionic/commit/4db687e))
|
||||
* **angular:** back-button ([1f78390](https://github.com/ionic-team/ionic/commit/1f78390))
|
||||
* **angular:** back-button does not push view ([bb46b5f](https://github.com/ionic-team/ionic/commit/bb46b5f))
|
||||
* **angular:** tabs flickering ([7e97006](https://github.com/ionic-team/ionic/commit/7e97006))
|
||||
* **app:** hide elements ([11cb42f](https://github.com/ionic-team/ionic/commit/11cb42f))
|
||||
* **scripts:** update dep version ([974b949](https://github.com/ionic-team/ionic/commit/974b949))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **angular:** href integration ([09e6b7e](https://github.com/ionic-team/ionic/commit/09e6b7e))
|
||||
|
||||
|
||||
|
||||
<a name="0.2.0"></a>
|
||||
# [0.2.0](https://github.com/ionic-team/ionic/compare/v0.1.6...v0.2.0) (2018-04-02)
|
||||
|
||||
|
2829
angular/package-lock.json
generated
2829
angular/package-lock.json
generated
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ionic/angular",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "Angular specific wrappers for @ionic/core",
|
||||
"keywords": [
|
||||
"ionic",
|
||||
@ -39,7 +39,7 @@
|
||||
"dist/"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ionic/core": "latest"
|
||||
"@ionic/core": "0.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/animations": "latest",
|
||||
|
11942
core/package-lock.json
generated
11942
core/package-lock.json
generated
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ionic/core",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "Base components for Ionic",
|
||||
"keywords": [
|
||||
"ionic",
|
||||
|
Reference in New Issue
Block a user