diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cfff4c7dc..1e025598a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [5.4.1](https://github.com/ionic-team/ionic/compare/v5.4.0...v5.4.1) (2020-10-22) + + +### Bug Fixes + +* **select:** properly align label with select in item in MD mode ([#22330](https://github.com/ionic-team/ionic/issues/22330)) ([1a2e532](https://github.com/ionic-team/ionic/commit/1a2e5322fb7ac0dd6bd3d0705b8e32f9d3649bfc)), closes [#19887](https://github.com/ionic-team/ionic/issues/19887) +* **vue:** going back with query params now goes to correct view ([#22350](https://github.com/ionic-team/ionic/issues/22350)) ([561a4ac](https://github.com/ionic-team/ionic/commit/561a4ac535432873860c3d0a4ac60481929d9089)), closes [#22324](https://github.com/ionic-team/ionic/issues/22324) +* **vue:** improve compatibility with route guards ([#22371](https://github.com/ionic-team/ionic/issues/22371)) ([31f9bc8](https://github.com/ionic-team/ionic/commit/31f9bc81d6d0fa81f9abe20172bb606651a2d75d)), closes [#22344](https://github.com/ionic-team/ionic/issues/22344) +* **vue:** improve handling of parameterized urls ([#22360](https://github.com/ionic-team/ionic/issues/22360)) ([6fad0fe](https://github.com/ionic-team/ionic/commit/6fad0fe42814cde1126e6df264b99c069849c87a)), closes [#22359](https://github.com/ionic-team/ionic/issues/22359) +* **vue:** lifecycle events are now fired in component context ([#22348](https://github.com/ionic-team/ionic/issues/22348)) ([bcef804](https://github.com/ionic-team/ionic/commit/bcef804deac4dea27def475460aff4cdf0d7d2fc)), closes [#22338](https://github.com/ionic-team/ionic/issues/22338) + + + # [5.4.0 Sulfur](https://github.com/ionic-team/ionic/compare/v5.3.0...v5.4.0) (2020-10-15) > This is the first stable release of Ionic Vue. @@ -8,6 +21,8 @@ Enjoy the Vue! :tada: Check out our [Quickstart Guide](https://ionicframework.com/docs/vue/quickstart) to get up and running. Then be sure to check out our [Building Your First App Guide](https://ionicframework.com/docs/vue/your-first-app) to learn how build a cross platform Ionic Vue application from start to finish! + + # [5.4.0-rc.3](https://github.com/ionic-team/ionic/compare/v5.4.0-rc.2...v5.4.0-rc.3) (2020-10-14) > This version is dedicated to our upcoming Ionic Vue release. diff --git a/angular/package-lock.json b/angular/package-lock.json index d9b0269a61..37725ec1a1 100644 --- a/angular/package-lock.json +++ b/angular/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "5.4.0", + "version": "5.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -147,9 +147,9 @@ } }, "@ionic/core": { - "version": "5.4.0-rc.3", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.4.0-rc.3.tgz", - "integrity": "sha512-Xdwmnx0q9js2OIBOxeDqm2kXpEpLpVm6ovdEFEbY7M7eHJv03SQTferNjDrbsiwBp3sp6Lme8E8CVcdgMMZmyg==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.4.0.tgz", + "integrity": "sha512-VmAqWWNozVDms2tA0I0fiqgu1tRdh58uhxwM8+xOVjIy8yoJmFxc5/glg4XIrbsYRfb347UICFx75Eh464zJJw==", "requires": { "ionicons": "^5.1.2", "tslib": "^1.10.0" diff --git a/angular/package.json b/angular/package.json index a7c2cf2d5f..78b549c727 100644 --- a/angular/package.json +++ b/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "5.4.0", + "version": "5.4.1", "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.4.0", + "@ionic/core": "5.4.1", "tslib": "^1.9.3" }, "peerDependencies": { diff --git a/core/package-lock.json b/core/package-lock.json index 817c3f8e30..2deec38e11 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "5.4.0", + "version": "5.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/core/package.json b/core/package.json index e1f7ba8485..30daf68e1a 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "5.4.0", + "version": "5.4.1", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/docs/package.json b/docs/package.json index d1cb3fb246..2f8942cb1c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "5.4.0", + "version": "5.4.1", "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 5dfc7e10c8..1ec5620119 100644 --- a/packages/angular-server/package-lock.json +++ b/packages/angular-server/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-server", - "version": "5.4.0", + "version": "5.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -99,9 +99,9 @@ } }, "@ionic/core": { - "version": "5.4.0-rc.3", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.4.0-rc.3.tgz", - "integrity": "sha512-Xdwmnx0q9js2OIBOxeDqm2kXpEpLpVm6ovdEFEbY7M7eHJv03SQTferNjDrbsiwBp3sp6Lme8E8CVcdgMMZmyg==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.4.0.tgz", + "integrity": "sha512-VmAqWWNozVDms2tA0I0fiqgu1tRdh58uhxwM8+xOVjIy8yoJmFxc5/glg4XIrbsYRfb347UICFx75Eh464zJJw==", "dev": true, "requires": { "ionicons": "^5.1.2", diff --git a/packages/angular-server/package.json b/packages/angular-server/package.json index aa502bd565..d50cc6a945 100644 --- a/packages/angular-server/package.json +++ b/packages/angular-server/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-server", - "version": "5.4.0", + "version": "5.4.1", "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.4.0", + "@ionic/core": "5.4.1", "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 0eba0a5729..852fbb0f28 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react-router", - "version": "5.4.0", + "version": "5.4.1", "description": "React Router wrapper for @ionic/react", "keywords": [ "ionic", @@ -39,16 +39,16 @@ "tslib": "*" }, "peerDependencies": { - "@ionic/core": "5.4.0", - "@ionic/react": "5.4.0", + "@ionic/core": "5.4.1", + "@ionic/react": "5.4.1", "react": "^16.8.6", "react-dom": "^16.8.6", "react-router": "^5.0.1", "react-router-dom": "^5.0.1" }, "devDependencies": { - "@ionic/core": "5.4.0", - "@ionic/react": "5.4.0", + "@ionic/core": "5.4.1", + "@ionic/react": "5.4.1", "@rollup/plugin-node-resolve": "^8.1.0", "@testing-library/jest-dom": "^5.11.0", "@testing-library/react": "^10.4.9", diff --git a/packages/react/package.json b/packages/react/package.json index f8cc300254..a98b6b9642 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "5.4.0", + "version": "5.4.1", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -39,7 +39,7 @@ "css/" ], "dependencies": { - "@ionic/core": "5.4.0", + "@ionic/core": "5.4.1", "ionicons": "^5.1.2", "tslib": "*" }, diff --git a/packages/vue-router/package-lock.json b/packages/vue-router/package-lock.json index ad58917fe2..d0208a3b07 100644 --- a/packages/vue-router/package-lock.json +++ b/packages/vue-router/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue-router", - "version": "5.4.0", + "version": "5.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/vue-router/package.json b/packages/vue-router/package.json index 5679ddc999..76f2617e32 100644 --- a/packages/vue-router/package.json +++ b/packages/vue-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue-router", - "version": "5.4.0", + "version": "5.4.1", "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 c00da7e202..fb0af311a8 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "5.4.0", + "version": "5.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -48,9 +48,9 @@ } }, "@ionic/core": { - "version": "5.4.0-rc.3", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.4.0-rc.3.tgz", - "integrity": "sha512-Xdwmnx0q9js2OIBOxeDqm2kXpEpLpVm6ovdEFEbY7M7eHJv03SQTferNjDrbsiwBp3sp6Lme8E8CVcdgMMZmyg==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.4.0.tgz", + "integrity": "sha512-VmAqWWNozVDms2tA0I0fiqgu1tRdh58uhxwM8+xOVjIy8yoJmFxc5/glg4XIrbsYRfb347UICFx75Eh464zJJw==", "requires": { "ionicons": "^5.1.2", "tslib": "^1.10.0" diff --git a/packages/vue/package.json b/packages/vue/package.json index c861def87d..6247565aec 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "5.4.0", + "version": "5.4.1", "description": "Vue specific wrapper for @ionic/core", "scripts": { "lint": "echo add linter", @@ -54,7 +54,7 @@ "vue-router": "^4.0.0-beta.11" }, "dependencies": { - "@ionic/core": "5.4.0", + "@ionic/core": "5.4.1", "ionicons": "^5.1.2" } }