From 1bf50cb1a7eb719bbd57b49aa83f6d2270d67dd1 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 7 Mar 2018 17:59:13 -0500 Subject: [PATCH] @ionic/core 0.1.4-1 --- packages/core/CHANGELOG.md | 18 ++++++++++++++++++ packages/core/README.md | 2 +- packages/core/package-lock.json | 2 +- packages/core/package.json | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 81881e30b9..ac78850da3 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,21 @@ + +## [0.1.4-1](https://github.com/ionic-team/ionic/compare/v0.1.4-0...v0.1.4-1) (2018-03-07) + + +### Bug Fixes + +* **ion-router:** fixes routing algorithm ([c8a27b7](https://github.com/ionic-team/ionic/commit/c8a27b7)) +* **overlays:** bundling of overlays ([9650bec](https://github.com/ionic-team/ionic/commit/9650bec)) +* **routing:** flickering (part 1) ([7b264f9](https://github.com/ionic-team/ionic/commit/7b264f9)) +* **tabs:** do not select when using router ([174d9b5](https://github.com/ionic-team/ionic/commit/174d9b5)) + + +### Features + +* **virtual-scroll:** adds JSX support ([dc8b363](https://github.com/ionic-team/ionic/commit/dc8b363)) + + + ## [0.1.4-0](https://github.com/ionic-team/ionic/compare/v0.1.3...v0.1.4-0) (2018-03-06) diff --git a/packages/core/README.md b/packages/core/README.md index 6b214d28f9..f0f1439014 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -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: - + 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')`. diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index 0f448d64ca..b63efd56bc 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "0.1.4-0", + "version": "0.1.4-1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index c4f7c94478..5d76358b1b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "0.1.4-0", + "version": "0.1.4-1", "description": "Base components for Ionic", "keywords": [ "ionic",