From bb3f406ffcd6f6049586e613617dadf2086e573b Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Thu, 15 Mar 2018 18:12:18 +0100 Subject: [PATCH] @ionic/core 0.1.4-6 prepared --- core/CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ core/README.md | 2 +- core/package-lock.json | 10 +++++----- core/package.json | 2 +- 4 files changed, 43 insertions(+), 7 deletions(-) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 4753c48989..6acb1af355 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,3 +1,39 @@ + +## [0.1.4-6](https://github.com/ionic-team/ionic/compare/v0.1.4-5...v0.1.4-6) (2018-03-15) + + +### Bug Fixes + +* **alert:** backdrop calls cancel handler ([de22eca](https://github.com/ionic-team/ionic/commit/de22eca)) +* **alert:** set input value ([6e2a9c9](https://github.com/ionic-team/ionic/commit/6e2a9c9)) +* **angular:** create angular delegate ([3b5f758](https://github.com/ionic-team/ionic/commit/3b5f758)) +* **angular:** fix overlays ([cc4fecc](https://github.com/ionic-team/ionic/commit/cc4fecc)) +* **angular:** modal and popover support ([9a0755a](https://github.com/ionic-team/ionic/commit/9a0755a)) +* **demos:** fixes angular ([f398b3a](https://github.com/ionic-team/ionic/commit/f398b3a)) +* **overlay:** using hostData for zIndex ([64f0866](https://github.com/ionic-team/ionic/commit/64f0866)) +* **overlay:** wrong stencil import ([22f6a34](https://github.com/ionic-team/ionic/commit/22f6a34)) +* **overlays:** OverlayController interface ([6e2ca85](https://github.com/ionic-team/ionic/commit/6e2ca85)) +* **popover:** lifecycles ([b56c2a8](https://github.com/ionic-team/ionic/commit/b56c2a8)) +* **router:** ambiguous routes ([b4f46ee](https://github.com/ionic-team/ionic/commit/b4f46ee)) +* **router:** fix selection ([207f416](https://github.com/ionic-team/ionic/commit/207f416)) +* **router:** rename API to match stencil-router ([e729610](https://github.com/ionic-team/ionic/commit/e729610)) +* **router:** retuning string path ([f48d817](https://github.com/ionic-team/ionic/commit/f48d817)) +* **toggle:** ios shadow ([7df023a](https://github.com/ionic-team/ionic/commit/7df023a)) + + +### Features + +* **ion-router:** dynamic routes ([7c3cba0](https://github.com/ionic-team/ionic/commit/7c3cba0)) +* **overlay:** adds lifecycle events ([0b099ce](https://github.com/ionic-team/ionic/commit/0b099ce)) +* **overlays:** adds onDidDismiss and onWillDismiss ([7dcf8a5](https://github.com/ionic-team/ionic/commit/7dcf8a5)) + + +### Performance Improvements + +* **scss:** optimize multi dir ([#14156](https://github.com/ionic-team/ionic/issues/14156)) ([ba63d01](https://github.com/ionic-team/ionic/commit/ba63d01)) + + + ## [0.1.4-5](https://github.com/ionic-team/ionic/compare/v0.1.4-4...v0.1.4-5) (2018-03-09) diff --git a/core/README.md b/core/README.md index e30c9a3fc5..689fb8a148 100644 --- a/core/README.md +++ b/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/core/package-lock.json b/core/package-lock.json index 96d77a4a6a..a28a1600d6 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "0.1.4-5", + "version": "0.1.4-6", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -41,7 +41,7 @@ "@ionic/discover": "0.3.3", "chokidar": "1.7.0", "ecstatic": "2.2.1", - "opn": "5.2.0", + "opn": "5.3.0", "tiny-lr": "1.1.1" }, "dependencies": { @@ -9678,9 +9678,9 @@ } }, "opn": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/opn/-/opn-5.2.0.tgz", - "integrity": "sha512-Jd/GpzPyHF4P2/aNOVmS3lfMSWV9J7cOhCG1s08XCEAsPkB7lp6ddiU0J7XzyQRDUh8BqJ7PchfINjR8jyofRQ==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/opn/-/opn-5.3.0.tgz", + "integrity": "sha512-bYJHo/LOmoTd+pfiYhfZDnf9zekVJrY+cnS2a5F2x+w5ppvTqObojTP7WiFG+kVZs9Inw+qQ/lw7TroWwhdd2g==", "dev": true, "requires": { "is-wsl": "1.1.0" diff --git a/core/package.json b/core/package.json index 67327ae94b..de7ac28670 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "0.1.4-5", + "version": "0.1.4-6", "description": "Base components for Ionic", "keywords": [ "ionic",