diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c1df23b1a..e72314e3e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.5.1](https://github.com/ionic-team/ionic-framework/compare/v6.5.0...v6.5.1) (2023-01-25) + + +### Bug Fixes + +* **action-sheet:** button icons are not announced by screen readers ([#26640](https://github.com/ionic-team/ionic-framework/issues/26640)) ([22e9ff8](https://github.com/ionic-team/ionic-framework/commit/22e9ff866f8bd7e2e4ca82eae70969ea4f2658df)) +* **fab-button:** icon is not announced by screen readers ([#26619](https://github.com/ionic-team/ionic-framework/issues/26619)) ([dd7cd8c](https://github.com/ionic-team/ionic-framework/commit/dd7cd8c0bfe652d293dc2c2b1bd2a36fd9cf0a0b)), closes [#22296](https://github.com/ionic-team/ionic-framework/issues/22296) +* **modal, popover:** warn if trigger element was not found ([#26650](https://github.com/ionic-team/ionic-framework/issues/26650)) ([1115203](https://github.com/ionic-team/ionic-framework/commit/11152031202a513121861486e50ea7942b9118d3)) +* **picker-column:** cssClass is set on column ([#26658](https://github.com/ionic-team/ionic-framework/issues/26658)) ([c6620c7](https://github.com/ionic-team/ionic-framework/commit/c6620c7c74abe04c3041e8b256441af72ea12131)), closes [#26653](https://github.com/ionic-team/ionic-framework/issues/26653) +* **react:** hardware back button works in dev mode ([#26614](https://github.com/ionic-team/ionic-framework/issues/26614)) ([abcfe9f](https://github.com/ionic-team/ionic-framework/commit/abcfe9fe867730f29b9379c3736f86b3d20c5b0a)), closes [#26599](https://github.com/ionic-team/ionic-framework/issues/26599) +* **select:** focusing item works in firefox ([#26668](https://github.com/ionic-team/ionic-framework/issues/26668)) ([946807d](https://github.com/ionic-team/ionic-framework/commit/946807d67b972c41b52c23c8f00feca4c705b224)) +* **toggle:** on-off icon is not announced by screen readers ([#26641](https://github.com/ionic-team/ionic-framework/issues/26641)) ([77ccac0](https://github.com/ionic-team/ionic-framework/commit/77ccac059091d5d9f7daf9c7fb01a9e855b86ce3)) +* **vue:** unmount teleported components ([#26647](https://github.com/ionic-team/ionic-framework/issues/26647)) ([6b16a0c](https://github.com/ionic-team/ionic-framework/commit/6b16a0c020fc6afb6a5a6e6fa6f0758384f026b9)), closes [#26644](https://github.com/ionic-team/ionic-framework/issues/26644) + + + + + # [6.5.0](https://github.com/ionic-team/ionic-framework/compare/v6.4.3...v6.5.0) (2023-01-18) diff --git a/angular/CHANGELOG.md b/angular/CHANGELOG.md index c101fda616..c5c1e53ad1 100644 --- a/angular/CHANGELOG.md +++ b/angular/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.5.1](https://github.com/ionic-team/ionic/compare/v6.5.0...v6.5.1) (2023-01-25) + +**Note:** Version bump only for package @ionic/angular + + + + + # [6.5.0](https://github.com/ionic-team/ionic/compare/v6.4.3...v6.5.0) (2023-01-18) diff --git a/angular/package-lock.json b/angular/package-lock.json index a11161dc81..2a5f77af50 100644 --- a/angular/package-lock.json +++ b/angular/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular", - "version": "6.5.0", + "version": "6.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular", - "version": "6.5.0", + "version": "6.5.1", "license": "MIT", "dependencies": { - "@ionic/core": "^6.5.0", + "@ionic/core": "^6.5.1", "ionicons": "^6.1.1", "jsonc-parser": "^3.0.0", "tslib": "^2.0.0" @@ -1006,8 +1006,9 @@ "license": "BSD-3-Clause" }, "node_modules/@ionic/core": { - "version": "6.5.0", - "license": "MIT", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.1.tgz", + "integrity": "sha512-O696r+4/f0Ly0XvPH1ZcsTBwiQLWf5gCDG1CoAn9W/F84DcvzGV9acV9nmpEDcrqaSLFYjJHGpeCec9y7L50iw==", "dependencies": { "@stencil/core": "^2.18.0", "ionicons": "^6.1.1", @@ -7333,7 +7334,9 @@ "dev": true }, "@ionic/core": { - "version": "6.5.0", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.1.tgz", + "integrity": "sha512-O696r+4/f0Ly0XvPH1ZcsTBwiQLWf5gCDG1CoAn9W/F84DcvzGV9acV9nmpEDcrqaSLFYjJHGpeCec9y7L50iw==", "requires": { "@stencil/core": "^2.18.0", "ionicons": "^6.1.1", diff --git a/angular/package.json b/angular/package.json index d9c8ead8d7..8bf7eb13d6 100644 --- a/angular/package.json +++ b/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "6.5.0", + "version": "6.5.1", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -42,7 +42,7 @@ "validate": "npm i && npm run lint && npm run test && npm run build" }, "dependencies": { - "@ionic/core": "^6.5.0", + "@ionic/core": "^6.5.1", "ionicons": "^6.1.1", "jsonc-parser": "^3.0.0", "tslib": "^2.0.0" diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 51b16c9a3b..9190fca122 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.5.1](https://github.com/ionic-team/ionic/compare/v6.5.0...v6.5.1) (2023-01-25) + + +### Bug Fixes + +* **action-sheet:** button icons are not announced by screen readers ([#26640](https://github.com/ionic-team/ionic/issues/26640)) ([22e9ff8](https://github.com/ionic-team/ionic/commit/22e9ff866f8bd7e2e4ca82eae70969ea4f2658df)) +* **fab-button:** icon is not announced by screen readers ([#26619](https://github.com/ionic-team/ionic/issues/26619)) ([dd7cd8c](https://github.com/ionic-team/ionic/commit/dd7cd8c0bfe652d293dc2c2b1bd2a36fd9cf0a0b)), closes [#22296](https://github.com/ionic-team/ionic/issues/22296) +* **modal, popover:** warn if trigger element was not found ([#26650](https://github.com/ionic-team/ionic/issues/26650)) ([1115203](https://github.com/ionic-team/ionic/commit/11152031202a513121861486e50ea7942b9118d3)) +* **picker-column:** cssClass is set on column ([#26658](https://github.com/ionic-team/ionic/issues/26658)) ([c6620c7](https://github.com/ionic-team/ionic/commit/c6620c7c74abe04c3041e8b256441af72ea12131)), closes [#26653](https://github.com/ionic-team/ionic/issues/26653) +* **select:** focusing item works in firefox ([#26668](https://github.com/ionic-team/ionic/issues/26668)) ([946807d](https://github.com/ionic-team/ionic/commit/946807d67b972c41b52c23c8f00feca4c705b224)) +* **toggle:** on-off icon is not announced by screen readers ([#26641](https://github.com/ionic-team/ionic/issues/26641)) ([77ccac0](https://github.com/ionic-team/ionic/commit/77ccac059091d5d9f7daf9c7fb01a9e855b86ce3)) + + + + + # [6.5.0](https://github.com/ionic-team/ionic/compare/v6.4.3...v6.5.0) (2023-01-18) diff --git a/core/package-lock.json b/core/package-lock.json index d184b89d3a..a5b0230238 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/core", - "version": "6.5.0", + "version": "6.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/core", - "version": "6.5.0", + "version": "6.5.1", "license": "MIT", "dependencies": { "@stencil/core": "^2.18.0", @@ -55,12 +55,12 @@ "dev": true }, "node_modules/@axe-core/playwright": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.5.2.tgz", - "integrity": "sha512-RXdnUeroQwLoIoxxZNKBy/2FsjOrgYsiIrSdZkRfVVWFudTgatncc9izyMZ40ou+nw/d1zi/WPCjrLUI6TZBBA==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.6.0.tgz", + "integrity": "sha512-q9K4GVJ1fH8FQqErgs01dwzhOJ03vZDfMg+vO9Er05BxQOCp9Rm8oyB3byVzC7oNlxFaPU1qQ8zLwZYypHmchw==", "dev": true, "dependencies": { - "axe-core": "^4.5.2" + "axe-core": "^4.6.1" }, "peerDependencies": { "playwright": ">= 1.0.0" @@ -10497,12 +10497,12 @@ }, "dependencies": { "@axe-core/playwright": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.5.2.tgz", - "integrity": "sha512-RXdnUeroQwLoIoxxZNKBy/2FsjOrgYsiIrSdZkRfVVWFudTgatncc9izyMZ40ou+nw/d1zi/WPCjrLUI6TZBBA==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.6.0.tgz", + "integrity": "sha512-q9K4GVJ1fH8FQqErgs01dwzhOJ03vZDfMg+vO9Er05BxQOCp9Rm8oyB3byVzC7oNlxFaPU1qQ8zLwZYypHmchw==", "dev": true, "requires": { - "axe-core": "^4.5.2" + "axe-core": "^4.6.1" } }, "@babel/code-frame": { diff --git a/core/package.json b/core/package.json index c4d6391f7d..12d1cd42b6 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "6.5.0", + "version": "6.5.1", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/core/src/components/select/select.tsx b/core/src/components/select/select.tsx index f13243372a..9aadf2ac00 100644 --- a/core/src/components/select/select.tsx +++ b/core/src/components/select/select.tsx @@ -284,11 +284,28 @@ export class Select implements ComponentInterface { if (this.interface === 'popover') { let indexOfSelected = this.childOpts.map((o) => o.value).indexOf(this.value); indexOfSelected = indexOfSelected > -1 ? indexOfSelected : 0; // default to first option if nothing selected - const selectedEl = overlay.querySelector( + const selectedItem = overlay.querySelector( `.select-interface-option:nth-child(${indexOfSelected + 1})` ); - if (selectedEl) { - focusElement(selectedEl); + + if (selectedItem) { + focusElement(selectedItem); + + /** + * Browsers such as Firefox do not + * correctly delegate focus when manually + * focusing an element with delegatesFocus. + * We work around this by manually focusing + * the interactive element. + * ion-radio and ion-checkbox are the only + * elements that ion-select-popover uses, so + * we only need to worry about those two components + * when focusing. + */ + const interactiveEl = selectedItem.querySelector('ion-radio, ion-checkbox'); + if (interactiveEl) { + interactiveEl.focus(); + } } } diff --git a/core/src/components/select/test/basic/select.e2e.ts b/core/src/components/select/test/basic/select.e2e.ts index 1cb1e354a1..995b7bea31 100644 --- a/core/src/components/select/test/basic/select.e2e.ts +++ b/core/src/components/select/test/basic/select.e2e.ts @@ -72,7 +72,7 @@ test.describe('select: basic', () => { }); test.describe('select: popover', () => { - test('it should open a popover select', async ({ page, browserName, skip }) => { + test('it should open a popover select', async ({ page, skip }) => { // TODO (FW-2979) skip.browser('webkit', 'Safari 16 only allows text fields and pop-up menus to be focused.'); @@ -85,12 +85,9 @@ test.describe('select: basic', () => { const popover = page.locator('ion-popover'); - // TODO(FW-1436) - if (browserName !== 'firefox') { - // select has no value, so first option should be focused by default - const popoverOption1 = await popover.locator('.select-interface-option:first-of-type ion-radio'); - await expect(popoverOption1).toBeFocused(); - } + // select has no value, so first option should be focused by default + const popoverOption1 = popover.locator('.select-interface-option:first-of-type ion-radio'); + await expect(popoverOption1).toBeFocused(); expect(await page.screenshot({ animations: 'disabled' })).toMatchSnapshot( `select-popover-diff-${page.getSnapshotSettings()}.png` diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7f50c8dc31..a8318e7492 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.5.1](https://github.com/ionic-team/ionic-docs/compare/v6.5.0...v6.5.1) (2023-01-25) + +**Note:** Version bump only for package @ionic/docs + + + + + # [6.5.0](https://github.com/ionic-team/ionic-docs/compare/v6.4.3...v6.5.0) (2023-01-18) **Note:** Version bump only for package @ionic/docs diff --git a/docs/package-lock.json b/docs/package-lock.json index b0f875d373..4138ac4189 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/docs", - "version": "6.5.0", + "version": "6.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/docs", - "version": "6.5.0", + "version": "6.5.1", "license": "MIT" } } diff --git a/docs/package.json b/docs/package.json index 3f80a4ddec..7bba1c6ef1 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "6.5.0", + "version": "6.5.1", "description": "Pre-packaged API documentation for the Ionic docs.", "main": "core.json", "types": "core.d.ts", diff --git a/lerna.json b/lerna.json index a6fb2cba89..9688ce5852 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ "angular", "packages/*" ], - "version": "6.5.0" + "version": "6.5.1" } diff --git a/packages/angular-server/CHANGELOG.md b/packages/angular-server/CHANGELOG.md index 870bc820b8..977f4a0216 100644 --- a/packages/angular-server/CHANGELOG.md +++ b/packages/angular-server/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.5.1](https://github.com/ionic-team/ionic/compare/v6.5.0...v6.5.1) (2023-01-25) + +**Note:** Version bump only for package @ionic/angular-server + + + + + # [6.5.0](https://github.com/ionic-team/ionic/compare/v6.4.3...v6.5.0) (2023-01-18) **Note:** Version bump only for package @ionic/angular-server diff --git a/packages/angular-server/package-lock.json b/packages/angular-server/package-lock.json index e9856c3ede..758340f31e 100644 --- a/packages/angular-server/package-lock.json +++ b/packages/angular-server/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular-server", - "version": "6.5.0", + "version": "6.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular-server", - "version": "6.5.0", + "version": "6.5.1", "license": "MIT", "dependencies": { - "@ionic/core": "^6.5.0" + "@ionic/core": "^6.5.1" }, "devDependencies": { "@angular-eslint/eslint-plugin": "^12.6.1", @@ -742,9 +742,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.0.tgz", - "integrity": "sha512-vefrnd1WYZJnjSXwsY1sn3HJpBDKPGnwtO2US55Qrjz0d9HyUwocHgVvkvLAAKZG+LGErJbVeV8aTmdYEydRgg==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.1.tgz", + "integrity": "sha512-O696r+4/f0Ly0XvPH1ZcsTBwiQLWf5gCDG1CoAn9W/F84DcvzGV9acV9nmpEDcrqaSLFYjJHGpeCec9y7L50iw==", "dependencies": { "@stencil/core": "^2.18.0", "ionicons": "^6.1.1", @@ -7201,9 +7201,9 @@ "dev": true }, "@ionic/core": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.0.tgz", - "integrity": "sha512-vefrnd1WYZJnjSXwsY1sn3HJpBDKPGnwtO2US55Qrjz0d9HyUwocHgVvkvLAAKZG+LGErJbVeV8aTmdYEydRgg==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.1.tgz", + "integrity": "sha512-O696r+4/f0Ly0XvPH1ZcsTBwiQLWf5gCDG1CoAn9W/F84DcvzGV9acV9nmpEDcrqaSLFYjJHGpeCec9y7L50iw==", "requires": { "@stencil/core": "^2.18.0", "ionicons": "^6.1.1", diff --git a/packages/angular-server/package.json b/packages/angular-server/package.json index 6becd81932..aed22a92aa 100644 --- a/packages/angular-server/package.json +++ b/packages/angular-server/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-server", - "version": "6.5.0", + "version": "6.5.1", "description": "Angular SSR Module for Ionic", "keywords": [ "ionic", @@ -69,6 +69,6 @@ }, "prettier": "@ionic/prettier-config", "dependencies": { - "@ionic/core": "^6.5.0" + "@ionic/core": "^6.5.1" } } diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index b822f112f9..ba3aefc831 100644 --- a/packages/react-router/CHANGELOG.md +++ b/packages/react-router/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.5.1](https://github.com/ionic-team/ionic/compare/v6.5.0...v6.5.1) (2023-01-25) + +**Note:** Version bump only for package @ionic/react-router + + + + + # [6.5.0](https://github.com/ionic-team/ionic/compare/v6.4.3...v6.5.0) (2023-01-18) **Note:** Version bump only for package @ionic/react-router diff --git a/packages/react-router/package-lock.json b/packages/react-router/package-lock.json index 51c2213c26..28cb331e5a 100644 --- a/packages/react-router/package-lock.json +++ b/packages/react-router/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/react-router", - "version": "6.5.0", + "version": "6.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react-router", - "version": "6.5.0", + "version": "6.5.1", "license": "MIT", "dependencies": { - "@ionic/react": "^6.5.0", + "@ionic/react": "^6.5.1", "tslib": "*" }, "devDependencies": { @@ -205,9 +205,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.0.tgz", - "integrity": "sha512-vefrnd1WYZJnjSXwsY1sn3HJpBDKPGnwtO2US55Qrjz0d9HyUwocHgVvkvLAAKZG+LGErJbVeV8aTmdYEydRgg==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.1.tgz", + "integrity": "sha512-O696r+4/f0Ly0XvPH1ZcsTBwiQLWf5gCDG1CoAn9W/F84DcvzGV9acV9nmpEDcrqaSLFYjJHGpeCec9y7L50iw==", "dependencies": { "@stencil/core": "^2.18.0", "ionicons": "^6.1.1", @@ -381,11 +381,11 @@ } }, "node_modules/@ionic/react": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.5.0.tgz", - "integrity": "sha512-eziFYWG+8ZwYI6KIlGsQhBbBxd5mDMbQYeHjOt2N0NILjVZmiHB3pZn0DRRzugjhGSo3W/jVT0Hzg14iH+tHcg==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.5.1.tgz", + "integrity": "sha512-V9uu2M6wc3oj3h6oNU1z7p5u2V4sSILkGbej6IRcuU29fCaV/E7zLYnaxaBcI4g/oQwmCsTyjLmvON8aITuNjA==", "dependencies": { - "@ionic/core": "6.5.0", + "@ionic/core": "6.5.1", "ionicons": "^6.1.1", "tslib": "*" }, @@ -466,9 +466,9 @@ } }, "node_modules/@stencil/core": { - "version": "2.22.1", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.1.tgz", - "integrity": "sha512-L4EsWLXYkg24BfrR3aS1df3BSkH0RFyza+Tu84MaYoF2csiKTJxDTZuFHSnJeF8UdgzV7CBfnsIEV6r3s0+h3g==", + "version": "2.22.2", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.2.tgz", + "integrity": "sha512-r+vbxsGNcBaV1VDOYW25lv4QfXTlNoIb5GpUX7rZ+cr59yqYCZC5tlV+IzX6YgHKW62ulCc9M3RYtTfHtNbNNw==", "bin": { "stencil": "bin/stencil" }, @@ -3630,9 +3630,9 @@ "dev": true }, "@ionic/core": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.0.tgz", - "integrity": "sha512-vefrnd1WYZJnjSXwsY1sn3HJpBDKPGnwtO2US55Qrjz0d9HyUwocHgVvkvLAAKZG+LGErJbVeV8aTmdYEydRgg==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.1.tgz", + "integrity": "sha512-O696r+4/f0Ly0XvPH1ZcsTBwiQLWf5gCDG1CoAn9W/F84DcvzGV9acV9nmpEDcrqaSLFYjJHGpeCec9y7L50iw==", "requires": { "@stencil/core": "^2.18.0", "ionicons": "^6.1.1", @@ -3736,11 +3736,11 @@ "requires": {} }, "@ionic/react": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.5.0.tgz", - "integrity": "sha512-eziFYWG+8ZwYI6KIlGsQhBbBxd5mDMbQYeHjOt2N0NILjVZmiHB3pZn0DRRzugjhGSo3W/jVT0Hzg14iH+tHcg==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.5.1.tgz", + "integrity": "sha512-V9uu2M6wc3oj3h6oNU1z7p5u2V4sSILkGbej6IRcuU29fCaV/E7zLYnaxaBcI4g/oQwmCsTyjLmvON8aITuNjA==", "requires": { - "@ionic/core": "6.5.0", + "@ionic/core": "6.5.1", "ionicons": "^6.1.1", "tslib": "*" } @@ -3794,9 +3794,9 @@ } }, "@stencil/core": { - "version": "2.22.1", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.1.tgz", - "integrity": "sha512-L4EsWLXYkg24BfrR3aS1df3BSkH0RFyza+Tu84MaYoF2csiKTJxDTZuFHSnJeF8UdgzV7CBfnsIEV6r3s0+h3g==" + "version": "2.22.2", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.2.tgz", + "integrity": "sha512-r+vbxsGNcBaV1VDOYW25lv4QfXTlNoIb5GpUX7rZ+cr59yqYCZC5tlV+IzX6YgHKW62ulCc9M3RYtTfHtNbNNw==" }, "@types/estree": { "version": "0.0.39", diff --git a/packages/react-router/package.json b/packages/react-router/package.json index e320f62eb9..0a91200ab0 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react-router", - "version": "6.5.0", + "version": "6.5.1", "description": "React Router wrapper for @ionic/react", "keywords": [ "ionic", @@ -37,7 +37,7 @@ "dist/" ], "dependencies": { - "@ionic/react": "^6.5.0", + "@ionic/react": "^6.5.1", "tslib": "*" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 648ac8a992..06ae50b1c9 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.5.1](https://github.com/ionic-team/ionic/compare/v6.5.0...v6.5.1) (2023-01-25) + + +### Bug Fixes + +* **react:** hardware back button works in dev mode ([#26614](https://github.com/ionic-team/ionic/issues/26614)) ([abcfe9f](https://github.com/ionic-team/ionic/commit/abcfe9fe867730f29b9379c3736f86b3d20c5b0a)), closes [#26599](https://github.com/ionic-team/ionic/issues/26599) + + + + + # [6.5.0](https://github.com/ionic-team/ionic/compare/v6.4.3...v6.5.0) (2023-01-18) diff --git a/packages/react/package-lock.json b/packages/react/package-lock.json index 48e9ba33f5..7659a0e411 100644 --- a/packages/react/package-lock.json +++ b/packages/react/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/react", - "version": "6.5.0", + "version": "6.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react", - "version": "6.5.0", + "version": "6.5.1", "license": "MIT", "dependencies": { - "@ionic/core": "^6.5.0", + "@ionic/core": "^6.5.1", "ionicons": "^6.1.1", "tslib": "*" }, @@ -697,9 +697,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.0.tgz", - "integrity": "sha512-vefrnd1WYZJnjSXwsY1sn3HJpBDKPGnwtO2US55Qrjz0d9HyUwocHgVvkvLAAKZG+LGErJbVeV8aTmdYEydRgg==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.1.tgz", + "integrity": "sha512-O696r+4/f0Ly0XvPH1ZcsTBwiQLWf5gCDG1CoAn9W/F84DcvzGV9acV9nmpEDcrqaSLFYjJHGpeCec9y7L50iw==", "dependencies": { "@stencil/core": "^2.18.0", "ionicons": "^6.1.1", @@ -11765,9 +11765,9 @@ "dev": true }, "@ionic/core": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.0.tgz", - "integrity": "sha512-vefrnd1WYZJnjSXwsY1sn3HJpBDKPGnwtO2US55Qrjz0d9HyUwocHgVvkvLAAKZG+LGErJbVeV8aTmdYEydRgg==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.1.tgz", + "integrity": "sha512-O696r+4/f0Ly0XvPH1ZcsTBwiQLWf5gCDG1CoAn9W/F84DcvzGV9acV9nmpEDcrqaSLFYjJHGpeCec9y7L50iw==", "requires": { "@stencil/core": "^2.18.0", "ionicons": "^6.1.1", diff --git a/packages/react/package.json b/packages/react/package.json index 68da484d6a..3fd0d59a7f 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "6.5.0", + "version": "6.5.1", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -41,7 +41,7 @@ "css/" ], "dependencies": { - "@ionic/core": "^6.5.0", + "@ionic/core": "^6.5.1", "ionicons": "^6.1.1", "tslib": "*" }, diff --git a/packages/vue-router/CHANGELOG.md b/packages/vue-router/CHANGELOG.md index e70ce05833..78e8b15d9a 100644 --- a/packages/vue-router/CHANGELOG.md +++ b/packages/vue-router/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.5.1](https://github.com/ionic-team/ionic/compare/v6.5.0...v6.5.1) (2023-01-25) + +**Note:** Version bump only for package @ionic/vue-router + + + + + # [6.5.0](https://github.com/ionic-team/ionic/compare/v6.4.3...v6.5.0) (2023-01-18) **Note:** Version bump only for package @ionic/vue-router diff --git a/packages/vue-router/package-lock.json b/packages/vue-router/package-lock.json index 025448c589..f1b82bd2ac 100644 --- a/packages/vue-router/package-lock.json +++ b/packages/vue-router/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue-router", - "version": "6.5.0", + "version": "6.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue-router", - "version": "6.5.0", + "version": "6.5.1", "license": "MIT", "dependencies": { - "@ionic/vue": "^6.5.0" + "@ionic/vue": "^6.5.1" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", @@ -660,9 +660,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.0.tgz", - "integrity": "sha512-vefrnd1WYZJnjSXwsY1sn3HJpBDKPGnwtO2US55Qrjz0d9HyUwocHgVvkvLAAKZG+LGErJbVeV8aTmdYEydRgg==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.1.tgz", + "integrity": "sha512-O696r+4/f0Ly0XvPH1ZcsTBwiQLWf5gCDG1CoAn9W/F84DcvzGV9acV9nmpEDcrqaSLFYjJHGpeCec9y7L50iw==", "dependencies": { "@stencil/core": "^2.18.0", "ionicons": "^6.1.1", @@ -851,11 +851,11 @@ } }, "node_modules/@ionic/vue": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.5.0.tgz", - "integrity": "sha512-zKccqwFK1y8SZtsgIo0ON9vaSlowwd4qWBAnY6gNGZYzVjtmUNQNP0cDcFsJrT/vIpwKg4Dn6oEdzxpupLD/TA==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.5.1.tgz", + "integrity": "sha512-REmq+R2ZFnB5Q85KPy7768ef8pxPnxddDOR/hatAi9PzMwnSdYewnU2W/vQJvNRDqxwAIBGeaZ+HvAfJsT2UMw==", "dependencies": { - "@ionic/core": "6.5.0", + "@ionic/core": "6.5.1", "ionicons": "^6.1.1" } }, @@ -1303,9 +1303,9 @@ } }, "node_modules/@stencil/core": { - "version": "2.22.1", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.1.tgz", - "integrity": "sha512-L4EsWLXYkg24BfrR3aS1df3BSkH0RFyza+Tu84MaYoF2csiKTJxDTZuFHSnJeF8UdgzV7CBfnsIEV6r3s0+h3g==", + "version": "2.22.2", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.2.tgz", + "integrity": "sha512-r+vbxsGNcBaV1VDOYW25lv4QfXTlNoIb5GpUX7rZ+cr59yqYCZC5tlV+IzX6YgHKW62ulCc9M3RYtTfHtNbNNw==", "bin": { "stencil": "bin/stencil" }, @@ -7665,9 +7665,9 @@ "dev": true }, "@ionic/core": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.0.tgz", - "integrity": "sha512-vefrnd1WYZJnjSXwsY1sn3HJpBDKPGnwtO2US55Qrjz0d9HyUwocHgVvkvLAAKZG+LGErJbVeV8aTmdYEydRgg==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.1.tgz", + "integrity": "sha512-O696r+4/f0Ly0XvPH1ZcsTBwiQLWf5gCDG1CoAn9W/F84DcvzGV9acV9nmpEDcrqaSLFYjJHGpeCec9y7L50iw==", "requires": { "@stencil/core": "^2.18.0", "ionicons": "^6.1.1", @@ -7780,11 +7780,11 @@ "requires": {} }, "@ionic/vue": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.5.0.tgz", - "integrity": "sha512-zKccqwFK1y8SZtsgIo0ON9vaSlowwd4qWBAnY6gNGZYzVjtmUNQNP0cDcFsJrT/vIpwKg4Dn6oEdzxpupLD/TA==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.5.1.tgz", + "integrity": "sha512-REmq+R2ZFnB5Q85KPy7768ef8pxPnxddDOR/hatAi9PzMwnSdYewnU2W/vQJvNRDqxwAIBGeaZ+HvAfJsT2UMw==", "requires": { - "@ionic/core": "6.5.0", + "@ionic/core": "6.5.1", "ionicons": "^6.1.1" } }, @@ -8143,9 +8143,9 @@ } }, "@stencil/core": { - "version": "2.22.1", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.1.tgz", - "integrity": "sha512-L4EsWLXYkg24BfrR3aS1df3BSkH0RFyza+Tu84MaYoF2csiKTJxDTZuFHSnJeF8UdgzV7CBfnsIEV6r3s0+h3g==" + "version": "2.22.2", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.2.tgz", + "integrity": "sha512-r+vbxsGNcBaV1VDOYW25lv4QfXTlNoIb5GpUX7rZ+cr59yqYCZC5tlV+IzX6YgHKW62ulCc9M3RYtTfHtNbNNw==" }, "@tootallnate/once": { "version": "2.0.0", diff --git a/packages/vue-router/package.json b/packages/vue-router/package.json index 79cf6f5c96..e2bf0c8342 100644 --- a/packages/vue-router/package.json +++ b/packages/vue-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue-router", - "version": "6.5.0", + "version": "6.5.1", "description": "Vue Router integration for @ionic/vue", "scripts": { "test.spec": "jest", @@ -45,7 +45,7 @@ }, "homepage": "https://github.com/ionic-team/ionic#readme", "dependencies": { - "@ionic/vue": "^6.5.0" + "@ionic/vue": "^6.5.1" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index eaa7bac848..508c0e96a1 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.5.1](https://github.com/ionic-team/ionic/compare/v6.5.0...v6.5.1) (2023-01-25) + + +### Bug Fixes + +* **vue:** unmount teleported components ([#26647](https://github.com/ionic-team/ionic/issues/26647)) ([6b16a0c](https://github.com/ionic-team/ionic/commit/6b16a0c020fc6afb6a5a6e6fa6f0758384f026b9)), closes [#26644](https://github.com/ionic-team/ionic/issues/26644) + + + + + # [6.5.0](https://github.com/ionic-team/ionic/compare/v6.4.3...v6.5.0) (2023-01-18) diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index b82852e0c4..9558aaef57 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue", - "version": "6.5.0", + "version": "6.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue", - "version": "6.5.0", + "version": "6.5.1", "license": "MIT", "dependencies": { - "@ionic/core": "^6.5.0", + "@ionic/core": "^6.5.1", "ionicons": "^6.1.1" }, "devDependencies": { @@ -208,9 +208,9 @@ "dev": true }, "node_modules/@ionic/core": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.0.tgz", - "integrity": "sha512-vefrnd1WYZJnjSXwsY1sn3HJpBDKPGnwtO2US55Qrjz0d9HyUwocHgVvkvLAAKZG+LGErJbVeV8aTmdYEydRgg==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.1.tgz", + "integrity": "sha512-O696r+4/f0Ly0XvPH1ZcsTBwiQLWf5gCDG1CoAn9W/F84DcvzGV9acV9nmpEDcrqaSLFYjJHGpeCec9y7L50iw==", "dependencies": { "@stencil/core": "^2.18.0", "ionicons": "^6.1.1", @@ -3776,9 +3776,9 @@ "dev": true }, "@ionic/core": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.0.tgz", - "integrity": "sha512-vefrnd1WYZJnjSXwsY1sn3HJpBDKPGnwtO2US55Qrjz0d9HyUwocHgVvkvLAAKZG+LGErJbVeV8aTmdYEydRgg==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.5.1.tgz", + "integrity": "sha512-O696r+4/f0Ly0XvPH1ZcsTBwiQLWf5gCDG1CoAn9W/F84DcvzGV9acV9nmpEDcrqaSLFYjJHGpeCec9y7L50iw==", "requires": { "@stencil/core": "^2.18.0", "ionicons": "^6.1.1", diff --git a/packages/vue/package.json b/packages/vue/package.json index 7de0821e79..ddcd5458d6 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "6.5.0", + "version": "6.5.1", "description": "Vue specific wrapper for @ionic/core", "scripts": { "eslint": "eslint src", @@ -67,7 +67,7 @@ "vue-router": "^4.0.16" }, "dependencies": { - "@ionic/core": "^6.5.0", + "@ionic/core": "^6.5.1", "ionicons": "^6.1.1" }, "vetur": {