Merge branch 'main' into chore-update-next-main

This commit is contained in:
Brandy Carney
2024-10-21 16:09:01 -04:00
39 changed files with 485 additions and 241 deletions

View File

@ -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.
## [8.3.3](https://github.com/ionic-team/ionic-framework/compare/v8.3.2...v8.3.3) (2024-10-16)
**Note:** Version bump only for package @ionic/angular
## [8.3.2](https://github.com/ionic-team/ionic-framework/compare/v8.3.1...v8.3.2) (2024-10-02)
**Note:** Version bump only for package @ionic/angular
## [8.3.1](https://github.com/ionic-team/ionic-framework/compare/v8.3.0...v8.3.1) (2024-09-17)
**Note:** Version bump only for package @ionic/angular

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/angular",
"version": "8.3.1",
"version": "8.3.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular",
"version": "8.3.1",
"version": "8.3.3",
"license": "MIT",
"dependencies": {
"@ionic/core": "^8.3.1",
"@ionic/core": "^8.3.3",
"ionicons": "^7.0.0",
"jsonc-parser": "^3.0.0",
"tslib": "^2.3.0"
@ -1398,9 +1398,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "8.3.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.3.1.tgz",
"integrity": "sha512-md4JFwKYLgN/YP+uzoTE5H7ah0W5SQQNZ1cJOQtxhv0ytCCHHaXJrfRVzefdy8iy8NdzL9s6EV5ZTKYH98E+ZQ==",
"version": "8.3.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.3.3.tgz",
"integrity": "sha512-f2PXV0jFIFPdjP+NbmQ1mXqRQ4KWi0U0jdQd3wDYsJFWQLmWXhW7Yp/4lCDdl0ouMeZRB2phddqFct1c7H6PyA==",
"dependencies": {
"@stencil/core": "4.20.0",
"ionicons": "^7.2.2",
@ -9820,9 +9820,9 @@
"dev": true
},
"@ionic/core": {
"version": "8.3.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.3.1.tgz",
"integrity": "sha512-md4JFwKYLgN/YP+uzoTE5H7ah0W5SQQNZ1cJOQtxhv0ytCCHHaXJrfRVzefdy8iy8NdzL9s6EV5ZTKYH98E+ZQ==",
"version": "8.3.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.3.3.tgz",
"integrity": "sha512-f2PXV0jFIFPdjP+NbmQ1mXqRQ4KWi0U0jdQd3wDYsJFWQLmWXhW7Yp/4lCDdl0ouMeZRB2phddqFct1c7H6PyA==",
"requires": {
"@stencil/core": "4.20.0",
"ionicons": "^7.2.2",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "8.3.1",
"version": "8.3.3",
"description": "Angular specific wrappers for @ionic/core",
"keywords": [
"ionic",
@ -47,7 +47,7 @@
}
},
"dependencies": {
"@ionic/core": "^8.3.1",
"@ionic/core": "^8.3.3",
"ionicons": "^7.0.0",
"jsonc-parser": "^3.0.0",
"tslib": "^2.3.0"

View File

@ -188,7 +188,8 @@ Shorthand for ionAlertDidDismiss.
@ProxyCmp({
inputs: ['mode', 'theme']
inputs: ['mode', 'theme'],
methods: ['setFocus']
})
@Component({
selector: 'ion-app',

View File

@ -267,7 +267,8 @@ Shorthand for ionAlertDidDismiss.
@ProxyCmp({
defineCustomElementFn: defineIonApp,
inputs: ['mode', 'theme']
inputs: ['mode', 'theme'],
methods: ['setFocus']
})
@Component({
selector: 'ion-app',