This commit is contained in:
ionitron
2025-08-20 18:36:46 +00:00
parent 92ad4ca511
commit ac6968cc10
26 changed files with 125 additions and 45 deletions

View File

@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [8.7.3](https://github.com/ionic-team/ionic-framework/compare/v8.7.2...v8.7.3) (2025-08-20)
### Bug Fixes
* **checkbox:** add aria attributes to ignore checkbox icon ([#30633](https://github.com/ionic-team/ionic-framework/issues/30633)) ([e9e6605](https://github.com/ionic-team/ionic-framework/commit/e9e6605862a05a46d26c26a144ed1cf22133a2b7)), closes [#30231](https://github.com/ionic-team/ionic-framework/issues/30231)
* **refresher:** prevent focus-related scroll jumps on refresh ([#30636](https://github.com/ionic-team/ionic-framework/issues/30636)) ([1899b49](https://github.com/ionic-team/ionic-framework/commit/1899b49d252abc6003f763cea8db2a51efa941ec))
## [8.7.2](https://github.com/ionic-team/ionic-framework/compare/v8.7.1...v8.7.2) (2025-08-06)

View File

@ -1,12 +1,12 @@
{
"name": "@ionic/core",
"version": "8.7.2",
"version": "8.7.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/core",
"version": "8.7.2",
"version": "8.7.3",
"license": "MIT",
"dependencies": {
"@stencil/core": "4.36.2",
@ -18338,4 +18338,4 @@
"dev": true
}
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/core",
"version": "8.7.2",
"version": "8.7.3",
"description": "Base components for Ionic",
"keywords": [
"ionic",