From 1a2fd2fb6e64941d8e1514b4e138dc563bd3cf8a Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 4 Mar 2021 13:54:38 -0500 Subject: [PATCH] 5.6.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++ angular/package-lock.json | 18 +++++++------- angular/package.json | 4 ++-- core/package-lock.json | 4 ++-- core/package.json | 2 +- docs/package.json | 2 +- packages/angular-server/package-lock.json | 18 +++++++------- packages/angular-server/package.json | 4 ++-- packages/react-router/package.json | 10 ++++---- packages/react/package.json | 4 ++-- packages/vue-router/package-lock.json | 28 ++++++++++++---------- packages/vue-router/package.json | 2 +- packages/vue/package-lock.json | 18 +++++++------- packages/vue/package.json | 4 ++-- 14 files changed, 89 insertions(+), 58 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb3f266c13..cfc64517f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +# [5.6.0 Argon](https://github.com/ionic-team/ionic/compare/v5.5.4...v5.6.0) (2021-03-04) + + +### Bug Fixes + +* **all:** improve support for ids with special characters when getting label element ([#22680](https://github.com/ionic-team/ionic/issues/22680)) ([19d63f6](https://github.com/ionic-team/ionic/commit/19d63f62431ef9d8279f1726dd63fac2f0d4b46b)), closes [#22678](https://github.com/ionic-team/ionic/issues/22678) +* **header:** collapsed toolbar is no longer incorrectly shown when using ion-refresher ([#22937](https://github.com/ionic-team/ionic/issues/22937)) ([5300dcc](https://github.com/ionic-team/ionic/commit/5300dcc693caf51a726f8c346cfc9a44474fd3d1)), closes [#22829](https://github.com/ionic-team/ionic/issues/22829) +* **label:** only show placeholder with floating label when focused ([#22958](https://github.com/ionic-team/ionic/issues/22958)) ([9282aa6](https://github.com/ionic-team/ionic/commit/9282aa68715c088e9c8fcd915e78fb7ae91f551f)), closes [#17571](https://github.com/ionic-team/ionic/issues/17571) +* **progress-bar:** use correct theme colors in dark mode ([#22965](https://github.com/ionic-team/ionic/issues/22965)) ([b6b2714](https://github.com/ionic-team/ionic/commit/b6b2714d70f71255315510c5e49708944875db72)), closes [#20098](https://github.com/ionic-team/ionic/issues/20098) +* **radio-group:** pressing space no longer jumps screen to bottom of page ([#22892](https://github.com/ionic-team/ionic/issues/22892)) ([3a0465e](https://github.com/ionic-team/ionic/commit/3a0465e7d6f9e3cb01336a8bdbd7001e4ec34559)), closes [#22716](https://github.com/ionic-team/ionic/issues/22716) +* **react:** IonRouterOutlet now respects animated={false} prop ([#22905](https://github.com/ionic-team/ionic/issues/22905)) ([da1b7a0](https://github.com/ionic-team/ionic/commit/da1b7a0e7a9a5e6a9120dc4d5459c97d8bca5390)), closes [#22903](https://github.com/ionic-team/ionic/issues/22903) +* **react:** onIonTabsWillChange and onIonTabsDidChange event handlers are now properly bound to IonTabs ([#22233](https://github.com/ionic-team/ionic/issues/22233)) ([b064fde](https://github.com/ionic-team/ionic/commit/b064fdebef14018b77242b791914d5bb10863d39)) +* **react, vue:** navigating using ion-back-button now selects correct page ([#22974](https://github.com/ionic-team/ionic/issues/22974)) ([cd8ffd8](https://github.com/ionic-team/ionic/commit/cd8ffd82a03ee69ef4cbd7922544bfc39680def9)), closes [#22830](https://github.com/ionic-team/ionic/issues/22830) +* **react, vue:** tab buttons no longer throw an error if href is undefined ([#22998](https://github.com/ionic-team/ionic/issues/22998)) ([943e3f6](https://github.com/ionic-team/ionic/commit/943e3f6ae37ecc56f21168f057dde77a05e4e144)), closes [#22997](https://github.com/ionic-team/ionic/issues/22997) +* **refresher:** add correct dark mode styles ([#22639](https://github.com/ionic-team/ionic/issues/22639)) ([c05476b](https://github.com/ionic-team/ionic/commit/c05476b88e3e6884b4c490461c9c67dee3dca83d)), closes [#22637](https://github.com/ionic-team/ionic/issues/22637) +* **vue:** correctly remove active state from tab button when navigating away from tab ([#23000](https://github.com/ionic-team/ionic/issues/23000)) ([a2763af](https://github.com/ionic-team/ionic/commit/a2763afe8e1fe1dc0decdbcb757a03bc5038045e)), closes [#22597](https://github.com/ionic-team/ionic/issues/22597) +* **vue:** prevent race conditions when opening overlays ([#22883](https://github.com/ionic-team/ionic/issues/22883)) ([68a9b80](https://github.com/ionic-team/ionic/commit/68a9b800532f9c0b308a3b74ed18a7068a942301)), closes [#22880](https://github.com/ionic-team/ionic/issues/22880) + + +### Features + +* **custom-elements:** add experimental custom elements build ([#22863](https://github.com/ionic-team/ionic/issues/22863)) ([0de75af](https://github.com/ionic-team/ionic/commit/0de75afbefc521c1d76adcd587f77ba19c285a95)) +* **progress-bar:** add parts for more design customization ([#22938](https://github.com/ionic-team/ionic/issues/22938)) ([e256d3f](https://github.com/ionic-team/ionic/commit/e256d3f09fd6f231c4d9e1d0f0927612a591466b)), closes [#20062](https://github.com/ionic-team/ionic/issues/20062) [#21820](https://github.com/ionic-team/ionic/issues/21820) +* **react:** add react hooks to control overlay components ([#22484](https://github.com/ionic-team/ionic/issues/22484)) ([b83e009](https://github.com/ionic-team/ionic/commit/b83e00934e794a936c9d3d23d7f94bbe89cedcd5)) +* **searchbar:** add showClearIcon property ([#22759](https://github.com/ionic-team/ionic/issues/22759)) ([215eb5d](https://github.com/ionic-team/ionic/commit/215eb5d4efbb9ade942dba1687469caf61da21e7)), closes [#22738](https://github.com/ionic-team/ionic/issues/22738) +* **vue:** add composition API ionic lifecycle hooks ([#22970](https://github.com/ionic-team/ionic/issues/22970)) ([dd1c8db](https://github.com/ionic-team/ionic/commit/dd1c8dbf3b20fbd423f70c96846d9c366d90e7c5)), closes [#22769](https://github.com/ionic-team/ionic/issues/22769) + + + ## [5.5.5](https://github.com/ionic-team/ionic/compare/v5.5.4...v5.5.5) (2021-02-26) diff --git a/angular/package-lock.json b/angular/package-lock.json index 99181eb548..cd759d1bc0 100644 --- a/angular/package-lock.json +++ b/angular/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular", - "version": "5.5.5", + "version": "5.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular", - "version": "5.5.5", + "version": "5.6.0", "license": "MIT", "dependencies": { - "@ionic/core": "5.5.4", + "@ionic/core": "5.5.5", "tslib": "^1.9.3" }, "devDependencies": { @@ -204,9 +204,9 @@ } }, "node_modules/@ionic/core": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.5.4.tgz", - "integrity": "sha512-IjbGN8vh3XuJ2ulo3BMlMflcWlUhvEGEexr29JKFvb+O4bWKP5sC2fkqSrswrIstOmv7axm7CeIi2MNRkwYwVA==", + "version": "5.5.5", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.5.5.tgz", + "integrity": "sha512-i5KTiRuGa9PTUULy8rTQDDDw3FbxzYiOoSdKGNC0v7UOpMv9ReRixMWd5J0cfY17VRrua2aqNsqZXYwuInVnRQ==", "dependencies": { "ionicons": "^5.1.2", "tslib": "^1.10.0" @@ -5150,9 +5150,9 @@ } }, "@ionic/core": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.5.4.tgz", - "integrity": "sha512-IjbGN8vh3XuJ2ulo3BMlMflcWlUhvEGEexr29JKFvb+O4bWKP5sC2fkqSrswrIstOmv7axm7CeIi2MNRkwYwVA==", + "version": "5.5.5", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.5.5.tgz", + "integrity": "sha512-i5KTiRuGa9PTUULy8rTQDDDw3FbxzYiOoSdKGNC0v7UOpMv9ReRixMWd5J0cfY17VRrua2aqNsqZXYwuInVnRQ==", "requires": { "ionicons": "^5.1.2", "tslib": "^1.10.0" diff --git a/angular/package.json b/angular/package.json index 2cef7e5356..891fd9e647 100644 --- a/angular/package.json +++ b/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "5.5.5", + "version": "5.6.0", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -42,7 +42,7 @@ "validate": "npm i && npm run lint && npm run test && npm run build" }, "dependencies": { - "@ionic/core": "5.5.5", + "@ionic/core": "5.6.0", "tslib": "^1.9.3" }, "peerDependencies": { diff --git a/core/package-lock.json b/core/package-lock.json index af09a28e5f..f98a2e5f2e 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/core", - "version": "5.5.5", + "version": "5.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/core", - "version": "5.5.5", + "version": "5.6.0", "license": "MIT", "dependencies": { "@stencil/core": "^2.4.0", diff --git a/core/package.json b/core/package.json index d25db533e8..3eeb39278a 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "5.5.5", + "version": "5.6.0", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/docs/package.json b/docs/package.json index f936084359..beb8f961a9 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "5.5.5", + "version": "5.6.0", "description": "Pre-packaged API documentation for the Ionic docs.", "main": "core.json", "types": "core.d.ts", diff --git a/packages/angular-server/package-lock.json b/packages/angular-server/package-lock.json index 609733b7cd..580eced134 100644 --- a/packages/angular-server/package-lock.json +++ b/packages/angular-server/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/angular-server", - "version": "5.5.5", + "version": "5.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular-server", - "version": "5.5.5", + "version": "5.6.0", "license": "MIT", "devDependencies": { "@angular/animations": "8.2.13", @@ -16,7 +16,7 @@ "@angular/core": "8.2.13", "@angular/platform-browser": "8.2.13", "@angular/platform-server": "8.2.13", - "@ionic/core": "5.5.4", + "@ionic/core": "5.5.5", "ng-packagr": "5.7.1", "tslint": "^5.12.1", "tslint-ionic-rules": "0.0.21", @@ -137,9 +137,9 @@ } }, "node_modules/@ionic/core": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.5.4.tgz", - "integrity": "sha512-IjbGN8vh3XuJ2ulo3BMlMflcWlUhvEGEexr29JKFvb+O4bWKP5sC2fkqSrswrIstOmv7axm7CeIi2MNRkwYwVA==", + "version": "5.5.5", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.5.5.tgz", + "integrity": "sha512-i5KTiRuGa9PTUULy8rTQDDDw3FbxzYiOoSdKGNC0v7UOpMv9ReRixMWd5J0cfY17VRrua2aqNsqZXYwuInVnRQ==", "dev": true, "dependencies": { "ionicons": "^5.1.2", @@ -5417,9 +5417,9 @@ } }, "@ionic/core": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.5.4.tgz", - "integrity": "sha512-IjbGN8vh3XuJ2ulo3BMlMflcWlUhvEGEexr29JKFvb+O4bWKP5sC2fkqSrswrIstOmv7axm7CeIi2MNRkwYwVA==", + "version": "5.5.5", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.5.5.tgz", + "integrity": "sha512-i5KTiRuGa9PTUULy8rTQDDDw3FbxzYiOoSdKGNC0v7UOpMv9ReRixMWd5J0cfY17VRrua2aqNsqZXYwuInVnRQ==", "dev": true, "requires": { "ionicons": "^5.1.2", diff --git a/packages/angular-server/package.json b/packages/angular-server/package.json index 874bb39bf4..ffa6bcd99f 100644 --- a/packages/angular-server/package.json +++ b/packages/angular-server/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-server", - "version": "5.5.5", + "version": "5.6.0", "description": "Angular SSR Module for Ionic", "keywords": [ "ionic", @@ -49,7 +49,7 @@ "@angular/core": "8.2.13", "@angular/platform-browser": "8.2.13", "@angular/platform-server": "8.2.13", - "@ionic/core": "5.5.5", + "@ionic/core": "5.6.0", "ng-packagr": "5.7.1", "tslint": "^5.12.1", "tslint-ionic-rules": "0.0.21", diff --git a/packages/react-router/package.json b/packages/react-router/package.json index e8cb352827..ac250f1334 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react-router", - "version": "5.5.5", + "version": "5.6.0", "description": "React Router wrapper for @ionic/react", "keywords": [ "ionic", @@ -39,16 +39,16 @@ "tslib": "*" }, "peerDependencies": { - "@ionic/core": "5.5.5", - "@ionic/react": "5.5.5", + "@ionic/core": "5.6.0", + "@ionic/react": "5.6.0", "react": ">=16.8.6", "react-dom": ">=16.8.6", "react-router": "^5.0.1", "react-router-dom": "^5.0.1" }, "devDependencies": { - "@ionic/core": "5.5.5", - "@ionic/react": "5.5.5", + "@ionic/core": "5.6.0", + "@ionic/react": "5.6.0", "@rollup/plugin-node-resolve": "^8.1.0", "@testing-library/jest-dom": "^5.11.6", "@testing-library/react": "^11.2.2", diff --git a/packages/react/package.json b/packages/react/package.json index 8848fd6698..b93e910465 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "5.5.5", + "version": "5.6.0", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -39,7 +39,7 @@ "css/" ], "dependencies": { - "@ionic/core": "5.5.5", + "@ionic/core": "5.6.0", "ionicons": "^5.1.2", "tslib": "*" }, diff --git a/packages/vue-router/package-lock.json b/packages/vue-router/package-lock.json index 121a42168c..d78d9c3245 100644 --- a/packages/vue-router/package-lock.json +++ b/packages/vue-router/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/vue-router", - "version": "5.5.5", + "version": "5.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue-router", - "version": "5.5.5", + "version": "5.6.0", "license": "MIT", "devDependencies": { "@ionic/vue": "5.4.1", @@ -23,22 +23,23 @@ }, "../../core": { "name": "@ionic/core", - "version": "5.5.4", + "version": "5.5.5", "dev": true, "license": "MIT", "dependencies": { - "ionicons": "^5.1.2", + "@stencil/core": "^2.4.0", + "ionicons": "^5.5.0", "tslib": "^1.10.0" }, "devDependencies": { + "@jest/core": "^26.6.3", "@rollup/plugin-node-resolve": "^8.4.0", "@rollup/plugin-virtual": "^2.0.3", - "@stencil/core": "2.1.2", "@stencil/sass": "1.3.2", "@stencil/vue-output-target": "^0.4.1", - "@types/jest": "^26.0.10", + "@types/jest": "^26.0.20", "@types/node": "^14.6.0", - "@types/puppeteer": "3.0.1", + "@types/puppeteer": "5.4.3", "@types/swiper": "5.4.0", "aws-sdk": "^2.738.0", "clean-css-cli": "^4.1.11", @@ -48,7 +49,7 @@ "jest-cli": "^26.4.1", "np": "^6.4.0", "pixelmatch": "4.0.2", - "puppeteer": "^5.2.1", + "puppeteer": "^7.0.1", "rollup": "^2.26.4", "sass": "^1.26.10", "stylelint": "^13.6.1", @@ -8240,25 +8241,26 @@ "@ionic/core": { "version": "file:../../core", "requires": { + "@jest/core": "^26.6.3", "@rollup/plugin-node-resolve": "^8.4.0", "@rollup/plugin-virtual": "^2.0.3", - "@stencil/core": "2.1.2", + "@stencil/core": "^2.4.0", "@stencil/sass": "1.3.2", "@stencil/vue-output-target": "^0.4.1", - "@types/jest": "^26.0.10", + "@types/jest": "^26.0.20", "@types/node": "^14.6.0", - "@types/puppeteer": "3.0.1", + "@types/puppeteer": "5.4.3", "@types/swiper": "5.4.0", "aws-sdk": "^2.738.0", "clean-css-cli": "^4.1.11", "domino": "^2.1.6", "fs-extra": "^9.0.1", - "ionicons": "^5.1.2", + "ionicons": "^5.5.0", "jest": "^26.4.1", "jest-cli": "^26.4.1", "np": "^6.4.0", "pixelmatch": "4.0.2", - "puppeteer": "^5.2.1", + "puppeteer": "^7.0.1", "rollup": "^2.26.4", "sass": "^1.26.10", "stylelint": "^13.6.1", diff --git a/packages/vue-router/package.json b/packages/vue-router/package.json index 1874cbe846..17d58c3427 100644 --- a/packages/vue-router/package.json +++ b/packages/vue-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue-router", - "version": "5.5.5", + "version": "5.6.0", "description": "Vue Router integration for @ionic/vue", "scripts": { "test.spec": "jest", diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index d2187be7a7..338cd1fbb1 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue", - "version": "5.5.5", + "version": "5.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue", - "version": "5.5.5", + "version": "5.6.0", "license": "MIT", "dependencies": { - "@ionic/core": "5.5.4", + "@ionic/core": "5.5.5", "ionicons": "^5.1.2" }, "devDependencies": { @@ -53,9 +53,9 @@ } }, "node_modules/@ionic/core": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.5.4.tgz", - "integrity": "sha512-IjbGN8vh3XuJ2ulo3BMlMflcWlUhvEGEexr29JKFvb+O4bWKP5sC2fkqSrswrIstOmv7axm7CeIi2MNRkwYwVA==", + "version": "5.5.5", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.5.5.tgz", + "integrity": "sha512-i5KTiRuGa9PTUULy8rTQDDDw3FbxzYiOoSdKGNC0v7UOpMv9ReRixMWd5J0cfY17VRrua2aqNsqZXYwuInVnRQ==", "dependencies": { "ionicons": "^5.1.2", "tslib": "^1.10.0" @@ -599,9 +599,9 @@ } }, "@ionic/core": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.5.4.tgz", - "integrity": "sha512-IjbGN8vh3XuJ2ulo3BMlMflcWlUhvEGEexr29JKFvb+O4bWKP5sC2fkqSrswrIstOmv7axm7CeIi2MNRkwYwVA==", + "version": "5.5.5", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.5.5.tgz", + "integrity": "sha512-i5KTiRuGa9PTUULy8rTQDDDw3FbxzYiOoSdKGNC0v7UOpMv9ReRixMWd5J0cfY17VRrua2aqNsqZXYwuInVnRQ==", "requires": { "ionicons": "^5.1.2", "tslib": "^1.10.0" diff --git a/packages/vue/package.json b/packages/vue/package.json index be7a987320..93743ddde1 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "5.5.5", + "version": "5.6.0", "description": "Vue specific wrapper for @ionic/core", "scripts": { "lint": "echo add linter", @@ -57,7 +57,7 @@ "vue-router": "^4.0.0-rc.4" }, "dependencies": { - "@ionic/core": "5.5.5", + "@ionic/core": "5.6.0", "ionicons": "^5.1.2" }, "vetur": {