@ionic/core 0.1.4-4

This commit is contained in:
Brandy Carney
2018-03-08 17:07:22 -05:00
parent 64a787a9de
commit 74e032a8cc
4 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,14 @@
<a name="0.1.4-4"></a>
## [0.1.4-4](https://github.com/ionic-team/ionic/compare/v0.1.4-3...v0.1.4-4) (2018-03-08)
### Bug Fixes
* **back-button:** implements back animation ([64a787a](https://github.com/ionic-team/ionic/commit/64a787a))
* **route:** params is not undefined ([8b6df5a](https://github.com/ionic-team/ionic/commit/8b6df5a))
<a name="0.1.4-3"></a>
## [0.1.4-3](https://github.com/ionic-team/ionic/compare/v0.1.4-2...v0.1.4-3) (2018-03-08)

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@0.1.4-3/dist/ionic.js"></script>
<script src="https://unpkg.com/@ionic/core@0.1.4-4/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": "0.1.4-3",
"version": "0.1.4-4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/core",
"version": "0.1.4-3",
"version": "0.1.4-4",
"description": "Base components for Ionic",
"keywords": [
"ionic",