Skip to content

Commit 0b7f6cf

Browse files
authored
chore: sync with main
chore: sync with main
2 parents 6b9c6fc + bd0ee0b commit 0b7f6cf

File tree

297 files changed

+2504
-1316
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

297 files changed

+2504
-1316
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.4.1](https://github.com/ionic-team/ionic-framework/compare/v7.4.0...v7.4.1) (2023-09-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **overlays:** correctly re-add root to accessibility tree ([#28183](https://github.com/ionic-team/ionic-framework/issues/28183)) ([81714d4](https://github.com/ionic-team/ionic-framework/commit/81714d45bd97f0ba91729959b60a0dc1d1d06533)), closes [#28180](https://github.com/ionic-team/ionic-framework/issues/28180)
12+
* **radio,toggle,checkbox,select:** padded space is clickable in items ([#28136](https://github.com/ionic-team/ionic-framework/issues/28136)) ([5b7e422](https://github.com/ionic-team/ionic-framework/commit/5b7e422dc0bfd4d58fb31f62715af47e62dabb57)), closes [#27169](https://github.com/ionic-team/ionic-framework/issues/27169)
13+
* **range:** knob is not cut off in item with modern syntax ([#28199](https://github.com/ionic-team/ionic-framework/issues/28199)) ([0104d89](https://github.com/ionic-team/ionic-framework/commit/0104d899270d73e16f2850a5fd7d2ba25a9e7ef0)), closes [#27199](https://github.com/ionic-team/ionic-framework/issues/27199)
14+
* **scroll-assist:** improve input scroll accuracy with native resizing ([#28169](https://github.com/ionic-team/ionic-framework/issues/28169)) ([b5c736f](https://github.com/ionic-team/ionic-framework/commit/b5c736f5ac829efebedf3256ddf77ab3daa7a5f6)), closes [#22940](https://github.com/ionic-team/ionic-framework/issues/22940)
15+
* **scroll-assist:** re-run when keyboard changes ([#28174](https://github.com/ionic-team/ionic-framework/issues/28174)) ([3f06da4](https://github.com/ionic-team/ionic-framework/commit/3f06da4cfc0d59c658e17e09ccb1ea28a29339f9)), closes [#22940](https://github.com/ionic-team/ionic-framework/issues/22940)
16+
17+
18+
19+
20+
621
# [7.4.0](https://github.com/ionic-team/ionic-framework/compare/v7.3.4...v7.4.0) (2023-09-14)
722

823

core/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.4.1](https://github.com/ionic-team/ionic-framework/compare/v7.4.0...v7.4.1) (2023-09-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **overlays:** correctly re-add root to accessibility tree ([#28183](https://github.com/ionic-team/ionic-framework/issues/28183)) ([81714d4](https://github.com/ionic-team/ionic-framework/commit/81714d45bd97f0ba91729959b60a0dc1d1d06533)), closes [#28180](https://github.com/ionic-team/ionic-framework/issues/28180)
12+
* **radio,toggle,checkbox,select:** padded space is clickable in items ([#28136](https://github.com/ionic-team/ionic-framework/issues/28136)) ([5b7e422](https://github.com/ionic-team/ionic-framework/commit/5b7e422dc0bfd4d58fb31f62715af47e62dabb57)), closes [#27169](https://github.com/ionic-team/ionic-framework/issues/27169)
13+
* **range:** knob is not cut off in item with modern syntax ([#28199](https://github.com/ionic-team/ionic-framework/issues/28199)) ([0104d89](https://github.com/ionic-team/ionic-framework/commit/0104d899270d73e16f2850a5fd7d2ba25a9e7ef0)), closes [#27199](https://github.com/ionic-team/ionic-framework/issues/27199)
14+
* **scroll-assist:** improve input scroll accuracy with native resizing ([#28169](https://github.com/ionic-team/ionic-framework/issues/28169)) ([b5c736f](https://github.com/ionic-team/ionic-framework/commit/b5c736f5ac829efebedf3256ddf77ab3daa7a5f6)), closes [#22940](https://github.com/ionic-team/ionic-framework/issues/22940)
15+
* **scroll-assist:** re-run when keyboard changes ([#28174](https://github.com/ionic-team/ionic-framework/issues/28174)) ([3f06da4](https://github.com/ionic-team/ionic-framework/commit/3f06da4cfc0d59c658e17e09ccb1ea28a29339f9)), closes [#22940](https://github.com/ionic-team/ionic-framework/issues/22940)
16+
17+
18+
19+
20+
621
# [7.4.0](https://github.com/ionic-team/ionic-framework/compare/v7.3.4...v7.4.0) (2023-09-14)
722

823

core/package-lock.json

Lines changed: 59 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/core",
3-
"version": "7.4.0",
3+
"version": "7.4.1",
44
"description": "Base components for Ionic",
55
"keywords": [
66
"ionic",
@@ -31,20 +31,20 @@
3131
"loader/"
3232
],
3333
"dependencies": {
34-
"@stencil/core": "^4.2.1",
34+
"@stencil/core": "^4.3.0",
3535
"ionicons": "7.1.0",
3636
"tslib": "^2.1.0"
3737
},
3838
"devDependencies": {
3939
"@axe-core/playwright": "^4.7.3",
40-
"@capacitor/core": "^5.3.0",
40+
"@capacitor/core": "^5.4.1",
4141
"@capacitor/haptics": "^5.0.6",
4242
"@capacitor/keyboard": "^5.0.6",
4343
"@capacitor/status-bar": "^5.0.6",
4444
"@ionic/eslint-config": "^0.3.0",
4545
"@ionic/prettier-config": "^2.0.0",
4646
"@jest/core": "^27.5.1",
47-
"@playwright/test": "^1.37.1",
47+
"@playwright/test": "^1.38.1",
4848
"@rollup/plugin-node-resolve": "^8.4.0",
4949
"@rollup/plugin-virtual": "^2.0.3",
5050
"@stencil/angular-output-target": "^0.8.2",

core/playwright.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ const config: PlaywrightTestConfig = {
6060
/* Fail the build on CI if you accidentally left test.only in the source code. */
6161
forbidOnly: !!process.env.CI,
6262
maxFailures: 0,
63-
retries: 2,
63+
/* Test retries help catch flaky tests on CI */
64+
retries: process.env.CI ? 2 : 0,
6465
reportSlowTests: null,
6566
/* Opt out of parallel tests on CI. */
6667
workers: process.env.CI ? 1 : undefined,

core/src/components.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,6 +1336,7 @@ export namespace Components {
13361336
"download": string | undefined;
13371337
/**
13381338
* The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available in `md` mode.
1339+
* @deprecated Use the `fill` property on `ion-input` or `ion-textarea` instead.
13391340
*/
13401341
"fill"?: 'outline' | 'solid';
13411342
/**
@@ -5407,6 +5408,7 @@ declare namespace LocalJSX {
54075408
"download"?: string | undefined;
54085409
/**
54095410
* The fill for the item. If `"solid"` the item will have a background. If `"outline"` the item will be transparent with a border. Only available in `md` mode.
5411+
* @deprecated Use the `fill` property on `ion-input` or `ion-textarea` instead.
54105412
*/
54115413
"fill"?: 'outline' | 'solid';
54125414
/**
-971 Bytes
Loading
-996 Bytes
Loading
Loading
Loading

0 commit comments

Comments
 (0)