Skip to content

Commit e512fc1

Browse files
authored
merge release-5.7.0
5.7.0
2 parents a0229bc + a12d146 commit e512fc1

File tree

14 files changed

+68
-47
lines changed

14 files changed

+68
-47
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [5.7.0 Potassium](https://github.com/ionic-team/ionic/compare/v5.6.14...v5.7.0) (2021-09-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **alert:** AlertButton role now has correct types ([#23791](https://github.com/ionic-team/ionic/issues/23791)) ([864212b](https://github.com/ionic-team/ionic/commit/864212b0f28d33daede5f4767aa03efa37c219ae))
7+
* **label:** label now only takes up as much space as needed when slotted ([#23807](https://github.com/ionic-team/ionic/issues/23807)) ([9932e26](https://github.com/ionic-team/ionic/commit/9932e26a2ef28317bc85761e71a8fc4d881b8ae8)), closes [#23806](https://github.com/ionic-team/ionic/issues/23806)
8+
* **reorder-group:** dragging reorder item to bottom no longer gives out of bounds index ([#23797](https://github.com/ionic-team/ionic/issues/23797)) ([02409f2](https://github.com/ionic-team/ionic/commit/02409f2abfa8acbab05d0f1217b9d1c13721746e)), closes [#23796](https://github.com/ionic-team/ionic/issues/23796)
9+
* **vue:** router guards are now fire correctly when written in a component ([#23821](https://github.com/ionic-team/ionic/issues/23821)) ([3c44222](https://github.com/ionic-team/ionic/commit/3c442228ff746165fd823687a2661a24edd08820)), closes [#23820](https://github.com/ionic-team/ionic/issues/23820)
10+
11+
12+
### Features
13+
14+
* **slides:** add IonicSlides module for Swiper migration, deprecate ion-slides ([#23844](https://github.com/ionic-team/ionic/issues/23844)) ([11fda41](https://github.com/ionic-team/ionic/commit/11fda41420343886dabd97096690be38f1c40524)), closes [#23447](https://github.com/ionic-team/ionic/issues/23447)
15+
16+
### Code Refactoring
17+
18+
* **virtual-scroll:** deprecated virtual scroll in favor of solutions provided by JS frameworks ([#23854](https://github.com/ionic-team/ionic-framework/pull/23854)) ([a0229bc](https://github.com/ionic-team/ionic-framework/commit/a0229bc7b2edb061510de0f2042e7910d04accc0))
19+
20+
21+
122
## [5.6.14](https://github.com/ionic-team/ionic/compare/v5.6.13...v5.6.14) (2021-08-18)
223

324

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.6.14",
3+
"version": "5.7.0",
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.14",
45+
"@ionic/core": "5.7.0",
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.14",
3+
"version": "5.7.0",
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.14",
3+
"version": "5.7.0",
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.6.14",
3+
"version": "5.7.0",
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.14",
52+
"@ionic/core": "5.7.0",
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.14",
3+
"version": "5.7.0",
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.14",
42+
"@ionic/react": "5.7.0",
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.14",
50-
"@ionic/react": "5.6.14",
49+
"@ionic/core": "5.7.0",
50+
"@ionic/react": "5.7.0",
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.14",
3+
"version": "5.7.0",
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.14",
42+
"@ionic/core": "5.7.0",
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.6.14",
3+
"version": "5.7.0",
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.6.14",
3+
"version": "5.7.0",
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.6.14",
60+
"@ionic/core": "5.7.0",
6161
"ionicons": "^5.1.2"
6262
},
6363
"vetur": {

0 commit comments

Comments
 (0)