Skip to content

Commit e4c0023

Browse files
committed
5.6.14
1 parent f9415ef commit e4c0023

14 files changed

Lines changed: 96 additions & 83 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [5.6.14](https://github.com/ionic-team/ionic/compare/v5.6.13...v5.6.14) (2021-08-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **back-button:** MD ripple now accounts for --ripple-color ([#23749](https://github.com/ionic-team/ionic/issues/23749)) ([6b18a89](https://github.com/ionic-team/ionic/commit/6b18a89ac2c446082ce7faebe329157eedb13a0e)), closes [#23748](https://github.com/ionic-team/ionic/issues/23748)
7+
* **img:** correctly determine when to load image when scrolling quickly on slower devices ([#23704](https://github.com/ionic-team/ionic/issues/23704)) ([067e621](https://github.com/ionic-team/ionic/commit/067e621bbc3865184ae114b8c91122188c13c860)), closes [#23703](https://github.com/ionic-team/ionic/issues/23703)
8+
* **item-sliding:** prevent scrolling during slide gesture ([#23774](https://github.com/ionic-team/ionic/issues/23774)) ([e0c4ad3](https://github.com/ionic-team/ionic/commit/e0c4ad30bec3f2bd325d65b210ffb0437149810f)), closes [#19564](https://github.com/ionic-team/ionic/issues/19564)
9+
* **nav:** custom animation is now used correctly ([#23779](https://github.com/ionic-team/ionic/issues/23779)) ([f9415ef](https://github.com/ionic-team/ionic/commit/f9415ef8a689e26078bdd01623348c79f9f818ad)), closes [#23777](https://github.com/ionic-team/ionic/issues/23777)
10+
* **vue:** using router.go now shows correct view ([#23773](https://github.com/ionic-team/ionic/issues/23773)) ([621f4fa](https://github.com/ionic-team/ionic/commit/621f4faa1ab03137158127a56c7fe0aa1f7ae489)), closes [#22563](https://github.com/ionic-team/ionic/issues/22563)
11+
12+
13+
114
## [5.6.13](https://github.com/ionic-team/ionic/compare/v5.6.12...v5.6.13) (2021-08-04)
215

316

angular/package-lock.json

Lines changed: 23 additions & 23 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.6.13",
3+
"version": "5.6.14",
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.6.13",
45+
"@ionic/core": "5.6.14",
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.6.13",
3+
"version": "5.6.14",
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.6.13",
3+
"version": "5.6.14",
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: 23 additions & 23 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.6.13",
3+
"version": "5.6.14",
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.6.13",
52+
"@ionic/core": "5.6.14",
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.6.13",
3+
"version": "5.6.14",
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.6.13",
42+
"@ionic/react": "5.6.14",
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.6.13",
50-
"@ionic/react": "5.6.13",
49+
"@ionic/core": "5.6.14",
50+
"@ionic/react": "5.6.14",
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.6.13",
3+
"version": "5.6.14",
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.6.13",
42+
"@ionic/core": "5.6.14",
4343
"ionicons": "^5.1.2",
4444
"tslib": "*"
4545
},

0 commit comments

Comments
 (0)