Skip to content

Commit 23b4fc5

Browse files
authored
merge release-5.9.0
5.9.0
2 parents 2d70427 + 11425fb commit 23b4fc5

File tree

15 files changed

+68
-53
lines changed

15 files changed

+68
-53
lines changed

.github/workflows/actions/build-react-router/action.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ runs:
1414
with:
1515
path: ./core/node_modules
1616
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('./core/package-lock.json') }}-v1
17-
- name: Install Dependencies
18-
run: npm install --legacy-peer-deps
19-
shell: bash
20-
working-directory: ./packages/react-router
21-
- uses: ./.github/workflows/actions/download-archive
22-
with:
23-
name: ionic-react
24-
path: ./packages/react
25-
filename: ReactBuild.zip
2617
- uses: ./.github/workflows/actions/download-archive
2718
with:
2819
name: ionic-core
2920
path: ./core
3021
filename: CoreBuild.zip
22+
- uses: ./.github/workflows/actions/download-archive
23+
with:
24+
name: ionic-react
25+
path: ./packages/react
26+
filename: ReactBuild.zip
27+
- name: Install Dependencies
28+
run: npm install --legacy-peer-deps
29+
shell: bash
30+
working-directory: ./packages/react-router
3131
- name: Sync
3232
run: npm run sync
3333
shell: bash

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [5.9.0](https://github.com/ionic-team/ionic/compare/v5.8.5...v5.9.0) (2021-11-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **action-sheet:** safe area is now accounted for in MD mode ([#24176](https://github.com/ionic-team/ionic/issues/24176)) ([642255e](https://github.com/ionic-team/ionic/commit/642255e514fd67238d9bd8ea90781111687c6d03)), closes [#24175](https://github.com/ionic-team/ionic/issues/24175)
7+
* **input:** date type in ion-input now aligns correctly on iOS 15 ([#24217](https://github.com/ionic-team/ionic/issues/24217)) ([0566ec0](https://github.com/ionic-team/ionic/commit/0566ec0da3b8a66a1a1ebb1b235e7297ec483c79))
8+
* **vue:** canGoBack method now works correctly ([#24188](https://github.com/ionic-team/ionic/issues/24188)) ([7c43589](https://github.com/ionic-team/ionic/commit/7c43589b0a486f71ee2ae5a4cdcd73071fcd31b9)), closes [#24109](https://github.com/ionic-team/ionic/issues/24109)
9+
10+
11+
### Features
12+
13+
* **slides:** add support for Swiper 7 ([#24190](https://github.com/ionic-team/ionic/issues/24190)) ([d0b6130](https://github.com/ionic-team/ionic/commit/d0b61307c6b7ff1589646c43f989260b59db1473))
14+
15+
16+
117
## [5.8.5](https://github.com/ionic-team/ionic/compare/v5.8.4...v5.8.5) (2021-10-27)
218

319

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.5",
3+
"version": "5.9.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.8.5",
45+
"@ionic/core": "5.9.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.8.5",
3+
"version": "5.9.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.8.5",
3+
"version": "5.9.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.8.5",
3+
"version": "5.9.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.8.5",
52+
"@ionic/core": "5.9.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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/react-router",
3-
"version": "5.8.5",
3+
"version": "5.9.0",
44
"description": "React Router wrapper for @ionic/react",
55
"keywords": [
66
"ionic",
@@ -47,7 +47,6 @@
4747
"react-router-dom": "^5.0.1"
4848
},
4949
"devDependencies": {
50-
"@ionic/core": "5.8.5",
5150
"@ionic/react": "5.8.5",
5251
"@rollup/plugin-node-resolve": "^8.1.0",
5352
"@testing-library/jest-dom": "^5.11.6",

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.5",
3+
"version": "5.9.0",
44
"description": "React specific wrapper for @ionic/core",
55
"keywords": [
66
"ionic",
@@ -40,7 +40,7 @@
4040
"css/"
4141
],
4242
"dependencies": {
43-
"@ionic/core": "5.8.5",
43+
"@ionic/core": "5.9.0",
4444
"ionicons": "^5.1.2",
4545
"tslib": "*"
4646
},

packages/vue-router/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.

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.5",
3+
"version": "5.9.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.8.5",
3+
"version": "5.9.0",
44
"description": "Vue specific wrapper for @ionic/core",
55
"scripts": {
66
"lint": "echo add linter",
@@ -59,7 +59,7 @@
5959
"vue-router": "^4.0.0-rc.4"
6060
},
6161
"dependencies": {
62-
"@ionic/core": "5.8.5",
62+
"@ionic/core": "5.9.0",
6363
"ionicons": "^5.1.2"
6464
},
6565
"vetur": {

0 commit comments

Comments
 (0)