Skip to content

Commit 1b0669e

Browse files
committed
5.8.5
1 parent bdb268a commit 1b0669e

File tree

14 files changed

+58
-47
lines changed

14 files changed

+58
-47
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [5.8.5](https://github.com/ionic-team/ionic/compare/v5.8.4...v5.8.5) (2021-10-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **menu:** added focus trapping, improved compatibility with screen readers ([#24076](https://github.com/ionic-team/ionic/issues/24076)) ([bdb268a](https://github.com/ionic-team/ionic/commit/bdb268aa12c5bf411c96529672486d35e018cefa))
7+
* **vue:** back button now selects correct route when navigating from view multiple times ([#24060](https://github.com/ionic-team/ionic/issues/24060)) ([a09d7d4](https://github.com/ionic-team/ionic/commit/a09d7d4ab6dd0d90204015eaaf232ed190753c56)), closes [#23987](https://github.com/ionic-team/ionic/issues/23987)
8+
* **vue:** mount correct views when navigating ([#24056](https://github.com/ionic-team/ionic/issues/24056)) ([24659a5](https://github.com/ionic-team/ionic/commit/24659a527abe0c70df7e8ae6da3dcb4017bf500c)), closes [#23914](https://github.com/ionic-team/ionic/issues/23914)
9+
10+
11+
112
## [5.8.4](https://github.com/ionic-team/ionic/compare/v5.8.3...v5.8.4) (2021-10-11)
213

314

angular/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/angular",
3-
"version": "5.8.4",
3+
"version": "5.8.5",
44
"description": "Angular specific wrappers for @ionic/core",
55
"keywords": [
66
"ionic",
@@ -42,7 +42,7 @@
4242
"validate": "npm i && npm run lint && npm run test && npm run build"
4343
},
4444
"dependencies": {
45-
"@ionic/core": "5.8.4",
45+
"@ionic/core": "5.8.5",
4646
"tslib": "^1.9.3"
4747
},
4848
"peerDependencies": {

core/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/core",
3-
"version": "5.8.4",
3+
"version": "5.8.5",
44
"description": "Base components for Ionic",
55
"keywords": [
66
"ionic",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/docs",
3-
"version": "5.8.4",
3+
"version": "5.8.5",
44
"description": "Pre-packaged API documentation for the Ionic docs.",
55
"main": "core.json",
66
"types": "core.d.ts",

packages/angular-server/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/angular-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/angular-server",
3-
"version": "5.8.4",
3+
"version": "5.8.5",
44
"description": "Angular SSR Module for Ionic",
55
"keywords": [
66
"ionic",
@@ -49,7 +49,7 @@
4949
"@angular/core": "8.2.13",
5050
"@angular/platform-browser": "8.2.13",
5151
"@angular/platform-server": "8.2.13",
52-
"@ionic/core": "5.8.4",
52+
"@ionic/core": "5.8.5",
5353
"ng-packagr": "5.7.1",
5454
"tslint": "^5.12.1",
5555
"tslint-ionic-rules": "0.0.21",

packages/react-router/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/react-router",
3-
"version": "5.8.4",
3+
"version": "5.8.5",
44
"description": "React Router wrapper for @ionic/react",
55
"keywords": [
66
"ionic",
@@ -39,15 +39,15 @@
3939
"tslib": "*"
4040
},
4141
"peerDependencies": {
42-
"@ionic/react": "5.8.4",
42+
"@ionic/react": "5.8.5",
4343
"react": ">=16.8.6",
4444
"react-dom": ">=16.8.6",
4545
"react-router": "^5.0.1",
4646
"react-router-dom": "^5.0.1"
4747
},
4848
"devDependencies": {
49-
"@ionic/core": "5.8.4",
50-
"@ionic/react": "5.8.4",
49+
"@ionic/core": "5.8.5",
50+
"@ionic/react": "5.8.5",
5151
"@rollup/plugin-node-resolve": "^8.1.0",
5252
"@testing-library/jest-dom": "^5.11.6",
5353
"@testing-library/react": "^11.2.2",

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/react",
3-
"version": "5.8.4",
3+
"version": "5.8.5",
44
"description": "React specific wrapper for @ionic/core",
55
"keywords": [
66
"ionic",
@@ -39,7 +39,7 @@
3939
"css/"
4040
],
4141
"dependencies": {
42-
"@ionic/core": "5.8.4",
42+
"@ionic/core": "5.8.5",
4343
"ionicons": "^5.1.2",
4444
"tslib": "*"
4545
},

packages/vue-router/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vue-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/vue-router",
3-
"version": "5.8.4",
3+
"version": "5.8.5",
44
"description": "Vue Router integration for @ionic/vue",
55
"scripts": {
66
"test.spec": "jest",

packages/vue/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/vue",
3-
"version": "5.8.4",
3+
"version": "5.8.5",
44
"description": "Vue specific wrapper for @ionic/core",
55
"scripts": {
66
"lint": "echo add linter",
@@ -57,7 +57,7 @@
5757
"vue-router": "^4.0.0-rc.4"
5858
},
5959
"dependencies": {
60-
"@ionic/core": "5.8.4",
60+
"@ionic/core": "5.8.5",
6161
"ionicons": "^5.1.2"
6262
},
6363
"vetur": {

0 commit comments

Comments
 (0)