4.0.0-alpha.14

This commit is contained in:
Manu Mtz.-Almeida
2018-07-25 16:10:44 +02:00
parent f1c2c0c1ba
commit 8492c19195
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
<a name="4.0.0-alpha.14"></a>
# [4.0.0-alpha.14](https://github.com/ionic-team/ionic/compare/v4.0.0-alpha.13...v4.0.0-alpha.14) (2018-07-25)
### Bug Fixes
* **angular:** hide pages properly ([a44b844](https://github.com/ionic-team/ionic/commit/a44b844))
* **angular:** make pages invisible before they are rendered ([a589816](https://github.com/ionic-team/ionic/commit/a589816))
* **transition:** make sure hidden is removed ([f52dece](https://github.com/ionic-team/ionic/commit/f52dece))
<a name="4.0.0-alpha.13"></a>
# [4.0.0-alpha.13](https://github.com/ionic-team/ionic/compare/v4.0.0-alpha.12...v4.0.0-alpha.13) (2018-07-24)

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "4.0.0-alpha.13",
"version": "4.0.0-alpha.14",
"description": "Angular specific wrappers for @ionic/core",
"keywords": [
"ionic",
@@ -41,7 +41,7 @@
"css/"
],
"dependencies": {
"@ionic/core": "4.0.0-alpha.13"
"@ionic/core": "4.0.0-alpha.14"
},
"devDependencies": {
"@angular/common": "^6.0.9",

View File

@@ -20,7 +20,7 @@ The Ionic Core package contains the Web Components that make up the reusable UI
Easiest way to start using Ionic Core is by adding a script tag to the CDN:
<script src="https://unpkg.com/@ionic/core@4.0.0-alpha.13/dist/ionic.js"></script>
<script src="https://unpkg.com/@ionic/core@4.0.0-alpha.14/dist/ionic.js"></script>
Any Ionic component added to the webpage will automatically load. This includes writing the component tag directly in HTML, or using JavaScript such as `document.createElement('ion-toggle')`.

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/core",
"version": "4.0.0-alpha.13",
"version": "4.0.0-alpha.14",
"description": "Base components for Ionic",
"keywords": [
"ionic",