Skip to content

Commit cb2c9b6

Browse files
committed
5.5.4
1 parent ff0f1da commit cb2c9b6

File tree

14 files changed

+48
-35
lines changed

14 files changed

+48
-35
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [5.5.4](https://github.com/ionic-team/ionic/compare/v5.5.3...v5.5.4) (2021-02-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **angular:** update ngAdd schematic ([#22858](https://github.com/ionic-team/ionic/issues/22858)) ([487349f](https://github.com/ionic-team/ionic/commit/487349f02a41344db2478735d27bf79f2a1c99b3))
7+
* **app:** keyboard no longer hides when using contenteditable ([#22857](https://github.com/ionic-team/ionic/issues/22857)) ([b6b2d34](https://github.com/ionic-team/ionic/commit/b6b2d34fd446feb06cf0143946a014d19231a78e)), closes [#22856](https://github.com/ionic-team/ionic/issues/22856)
8+
* **ios**: scroll assist no longer prevents first click event from firing ([#22845](https://github.com/ionic-team/ionic/issues/22845)) ([f7d4c21](https://github.com/ionic-team/ionic/commit/f7d4c21b64e27f9b655bc1ab2522d6357dc6010f)), closes [#21871](https://github.com/ionic-team/ionic/issues/21871)
9+
* **select:** class on component now indicates when select is open ([#22846](https://github.com/ionic-team/ionic/issues/22846)) ([1a5accc](https://github.com/ionic-team/ionic/commit/1a5accc5f707f84063469c0bd3e5e153489f1e5d)), closes [#22801](https://github.com/ionic-team/ionic/issues/22801)
10+
* **vue:** ionChange events now propagate correctly ([#22872](https://github.com/ionic-team/ionic/issues/22872)) ([ff0f1da](https://github.com/ionic-team/ionic/commit/ff0f1da9f11915b48c4258af7c48c4513785f3fc)), closes [#22870](https://github.com/ionic-team/ionic/issues/22870)
11+
12+
13+
114
## [5.5.3](https://github.com/ionic-team/ionic/compare/v5.5.2...v5.5.3) (2021-01-28)
215

316

angular/package-lock.json

Lines changed: 5 additions & 5 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.5.3",
3+
"version": "5.5.4",
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.5.3",
45+
"@ionic/core": "5.5.4",
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.5.3",
3+
"version": "5.5.4",
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.5.3",
3+
"version": "5.5.4",
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: 5 additions & 5 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.5.3",
3+
"version": "5.5.4",
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.5.3",
52+
"@ionic/core": "5.5.4",
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/react-router",
3-
"version": "5.5.3",
3+
"version": "5.5.4",
44
"description": "React Router wrapper for @ionic/react",
55
"keywords": [
66
"ionic",
@@ -39,16 +39,16 @@
3939
"tslib": "*"
4040
},
4141
"peerDependencies": {
42-
"@ionic/core": "5.5.3",
43-
"@ionic/react": "5.5.3",
42+
"@ionic/core": "5.5.4",
43+
"@ionic/react": "5.5.4",
4444
"react": ">=16.8.6",
4545
"react-dom": ">=16.8.6",
4646
"react-router": "^5.0.1",
4747
"react-router-dom": "^5.0.1"
4848
},
4949
"devDependencies": {
50-
"@ionic/core": "5.5.3",
51-
"@ionic/react": "5.5.3",
50+
"@ionic/core": "5.5.4",
51+
"@ionic/react": "5.5.4",
5252
"@rollup/plugin-node-resolve": "^8.1.0",
5353
"@testing-library/jest-dom": "^5.11.6",
5454
"@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.5.3",
3+
"version": "5.5.4",
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.5.3",
42+
"@ionic/core": "5.5.4",
4343
"ionicons": "^5.1.2",
4444
"tslib": "*"
4545
},

0 commit comments

Comments
 (0)