Skip to content

Commit 17f38bc

Browse files
chore(git): sync with main (#29585)
2 parents c2d6b21 + 898d793 commit 17f38bc

File tree

57 files changed

+2689
-2276
lines changed

Some content is hidden

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

57 files changed

+2689
-2276
lines changed

.github/workflows/actions/test-angular-e2e/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
shell: bash
3030
working-directory: ./packages/angular/test
3131
- name: Install Dependencies
32-
run: npm install --legacy-peer-deps # TODO(FW-6227): Remove legacy-peer-deps flag
32+
run: npm install
3333
shell: bash
3434
working-directory: ./packages/angular/test/build/${{ inputs.app }}
3535
- name: Sync Built Changes

.github/workflows/assign-issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
issues: write
1212
steps:
1313
- name: 'Auto-assign issue'
14-
uses: pozil/auto-assign-issue@65947009a243e6b3993edeef4e64df3ca85d760c # v1.14.0
14+
uses: pozil/auto-assign-issue@c5bca5027e680b9e8411b826d16947afd8c76b32 # v2.0.0
1515
with:
16-
assignees: brandyscarney, thetaPC
16+
assignees: brandyscarney, thetaPC, joselrio, rugoncalves, BenOsodrac, JoaoFerreira-FrontEnd, OS-giulianasilva
1717
numOfAssignee: 1
1818
allowSelfAssign: false

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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+
# [8.2.0](https://github.com/ionic-team/ionic-framework/compare/v8.1.3...v8.2.0) (2024-05-22)
7+
8+
9+
### Features
10+
11+
* **angular:** setting props on a signal works ([#29453](https://github.com/ionic-team/ionic-framework/issues/29453)) ([4640e04](https://github.com/ionic-team/ionic-framework/commit/4640e046ebbd35bf92737368c6262f79a8803a59)), closes [#28876](https://github.com/ionic-team/ionic-framework/issues/28876)
12+
13+
14+
15+
16+
17+
## [8.1.3](https://github.com/ionic-team/ionic-framework/compare/v8.1.2...v8.1.3) (2024-05-22)
18+
19+
20+
### Bug Fixes
21+
22+
* **core:** malformed URIs will not throw exception ([#29486](https://github.com/ionic-team/ionic-framework/issues/29486)) ([4a41983](https://github.com/ionic-team/ionic-framework/commit/4a41983098fe9bf83fdf05ce7ab28c79f414e11b)), closes [#29479](https://github.com/ionic-team/ionic-framework/issues/29479)
23+
24+
25+
26+
27+
628
## [8.1.2](https://github.com/ionic-team/ionic-framework/compare/v8.1.1...v8.1.2) (2024-05-15)
729

830

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<a href="https://github.com/ionic-team/ionic-framework/blob/main/LICENSE">
2121
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="Ionic Framework is released under the MIT license." />
2222
</a>
23-
<a href="https://github.com/ionic-team/ionic/blob/main/docs/CONTRIBUTING.md">
23+
<a href="https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md">
2424
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs welcome!" />
2525
</a>
2626
<a href="https://twitter.com/Ionicframework">
@@ -38,7 +38,7 @@
3838
Documentation
3939
</a>
4040
<span> · </span>
41-
<a href="https://github.com/ionic-team/ionic/blob/main/docs/CONTRIBUTING.md">Contribute</a>
41+
<a href="https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md">Contribute</a>
4242
<span> · </span>
4343
<a href="https://blog.ionicframework.com/">Blog</a>
4444
<br />
@@ -63,14 +63,15 @@ Looking for the `ionic-angular` package? Ionic 3 has been moved to the [`ionic-v
6363

6464
### Getting Started
6565

66-
Start a new project by following our quick [Getting Started guide](https://ionicframework.com/getting-started/).
66+
Start a new project by following our [documentation](https://ionicframework.com/docs/).
6767
We would love to hear from you! If you have any feedback or run into issues using our framework, please file
68-
an [issue](https://github.com/ionic-team/ionic/issues/new) on this repository.
68+
an [issue](https://github.com/ionic-team/ionic-framework/issues/new) on this repository.
6969

7070
### Migration Guides
7171

7272
Already have an Ionic app? These guides will help you migrate to the latest versions.
7373

74+
* [Migrate from v7 to v8](https://ionicframework.com/docs/updating/8-0)
7475
* [Migrate from v6 to v7](https://ionicframework.com/docs/updating/7-0)
7576
* [Migrate from v5 to v6](https://ionicframework.com/docs/updating/6-0)
7677
* [Migrate from v4 to v5](https://ionicframework.com/docs/updating/5-0)
@@ -82,21 +83,16 @@ The Ionic Conference App is a full featured Ionic app. It is the perfect startin
8283

8384
- [Angular Ionic Conference App](https://github.com/ionic-team/ionic-conference-app)
8485
- [React Ionic Conference App](https://github.com/ionic-team/ionic-react-conference-app)
85-
<!-- TODO(FW-3811): add this when the vue conference app is updated -->
86-
<!-- - [Vue Ionic Conference App](https://github.com/ionic-team/ionic-vue-conference-app) -->
86+
- [Vue Ionic Conference App](https://github.com/ionic-team/ionic-vue-conference-app)
8787

8888
### Contributing
8989

9090
Thanks for your interest in contributing! Read up on our guidelines for
91-
[contributing](https://github.com/ionic-team/ionic/blob/main/docs/CONTRIBUTING.md)
92-
and then look through our issues with a [help wanted](https://github.com/ionic-team/ionic/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
91+
[contributing](https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md)
92+
and then look through our issues with a [help wanted](https://github.com/ionic-team/ionic-framework/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
9393
label.
9494

95-
Please note that this project is released with a [Contributor Code of Conduct](https://github.com/ionic-team/ionic/blob/main/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
96-
97-
### Future Goals
98-
99-
As Ionic Framework components migrate to the web component standard, a goal of ours is to have Ionic Framework easily work within all of the popular frameworks.
95+
Please note that this project is released with a [Contributor Code of Conduct](https://github.com/ionic-team/ionic-framework/blob/main/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
10096

10197
### Earlier Versions
10298

core/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

core/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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+
# [8.2.0](https://github.com/ionic-team/ionic-framework/compare/v8.1.3...v8.2.0) (2024-05-22)
7+
8+
**Note:** Version bump only for package @ionic/core
9+
10+
11+
12+
13+
14+
## [8.1.3](https://github.com/ionic-team/ionic-framework/compare/v8.1.2...v8.1.3) (2024-05-22)
15+
16+
17+
### Bug Fixes
18+
19+
* **core:** malformed URIs will not throw exception ([#29486](https://github.com/ionic-team/ionic-framework/issues/29486)) ([4a41983](https://github.com/ionic-team/ionic-framework/commit/4a41983098fe9bf83fdf05ce7ab28c79f414e11b)), closes [#29479](https://github.com/ionic-team/ionic-framework/issues/29479)
20+
21+
22+
23+
24+
625
## [8.1.2](https://github.com/ionic-team/ionic-framework/compare/v8.1.1...v8.1.2) (2024-05-15)
726

827

core/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Get Playwright
2-
FROM mcr.microsoft.com/playwright:v1.43.1
2+
FROM mcr.microsoft.com/playwright:v1.44.0
33

44
# Set the working directory
55
WORKDIR /ionic

core/package-lock.json

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

core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/core",
3-
"version": "8.1.2",
3+
"version": "8.2.0",
44
"description": "Base components for Ionic",
55
"keywords": [
66
"ionic",
@@ -111,7 +111,7 @@
111111
"url": "git+https://github.com/ionic-team/ionic-framework.git"
112112
},
113113
"bugs": {
114-
"url": "https://github.com/ionic-team/ionic/issues"
114+
"url": "https://github.com/ionic-team/ionic-framework/issues"
115115
},
116116
"homepage": "https://ionicframework.com/",
117117
"jest": {

core/src/components/searchbar/searchbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ export class Searchbar implements ComponentInterface {
365365
this.ionClear.emit();
366366

367367
return new Promise<void>((resolve) => {
368-
// setTimeout() fixes https://github.com/ionic-team/ionic/issues/7527
368+
// setTimeout() fixes https://github.com/ionic-team/ionic-framework/issues/7527
369369
// wait for 4 frames
370370
setTimeout(() => {
371371
const value = this.getValue();

core/src/components/toggle/toggle.ios.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
.toggle-icon {
4848
// Needed to prevent visual glitch in safari/iOS
49-
// See https://github.com/ionic-team/ionic/issues/14626
49+
// See https://github.com/ionic-team/ionic-framework/issues/14626
5050
transform: translate3d(0, 0, 0);
5151

5252
transition: background-color $toggle-ios-transition-duration;

core/stencil.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export const config: Config = {
213213
{
214214
type: 'docs-vscode',
215215
file: 'dist/html.html-data.json',
216-
sourceCodeBaseUrl: 'https://github.com/ionic-team/ionic/tree/main/core/',
216+
sourceCodeBaseUrl: 'https://github.com/ionic-team/ionic-framework/tree/main/core/',
217217
},
218218
{
219219
type: 'dist',

docs/component-guide.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,9 @@ ion-ripple-effect {
385385
386386
### Example Components
387387
388-
- [ion-button](https://github.com/ionic-team/ionic/tree/main/core/src/components/button)
389-
- [ion-back-button](https://github.com/ionic-team/ionic/tree/main/core/src/components/back-button)
390-
- [ion-menu-button](https://github.com/ionic-team/ionic/tree/main/core/src/components/menu-button)
388+
- [ion-button](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/button)
389+
- [ion-back-button](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/back-button)
390+
- [ion-menu-button](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/menu-button)
391391
392392
### References
393393
@@ -401,7 +401,7 @@ ion-ripple-effect {
401401
402402
#### Example Components
403403
404-
- [ion-checkbox](https://github.com/ionic-team/ionic/tree/main/core/src/components/checkbox)
404+
- [ion-checkbox](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/checkbox)
405405
406406
#### VoiceOver
407407
@@ -480,7 +480,7 @@ render() {
480480
<Host>
481481
<label>
482482
{this.labelText}
483-
<input type="checkbox" {...this.inheritedAttributes} />
483+
<input type="checkbox" {...this.inheritedAttributes} />
484484
</label>
485485
</Host>
486486
)
@@ -512,7 +512,7 @@ This is a compromise we have to make in order for it to work with the other scre
512512
513513
#### Example Components
514514
515-
- [ion-toggle](https://github.com/ionic-team/ionic/tree/main/core/src/components/toggle)
515+
- [ion-toggle](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/toggle)
516516
517517
#### Voiceover
518518
@@ -593,7 +593,7 @@ render() {
593593
<Host>
594594
<label>
595595
{this.labelText}
596-
<input type="checkbox" role="switch" {...this.inheritedAttributes} />
596+
<input type="checkbox" role="switch" {...this.inheritedAttributes} />
597597
</label>
598598
</Host>
599599
)
@@ -625,8 +625,8 @@ There is a WebKit bug open for this: https://bugs.webkit.org/show_bug.cgi?id=196
625625

626626
#### Example Components
627627

628-
- [ion-accordion](https://github.com/ionic-team/ionic/tree/master/core/src/components/accordion)
629-
- [ion-accordion-group](https://github.com/ionic-team/ionic/tree/master/core/src/components/accordion-group)
628+
- [ion-accordion](https://github.com/ionic-team/ionic-framework/tree/master/core/src/components/accordion)
629+
- [ion-accordion-group](https://github.com/ionic-team/ionic-framework/tree/master/core/src/components/accordion-group)
630630

631631
#### NVDA
632632

@@ -641,11 +641,11 @@ Certain components can render an `<a>` or a `<button>` depending on the presence
641641
642642
### Example Components
643643
644-
- [ion-button](https://github.com/ionic-team/ionic/tree/main/core/src/components/button)
645-
- [ion-card](https://github.com/ionic-team/ionic/tree/main/core/src/components/card)
646-
- [ion-fab-button](https://github.com/ionic-team/ionic/tree/main/core/src/components/fab-button)
647-
- [ion-item-option](https://github.com/ionic-team/ionic/tree/main/core/src/components/item-option)
648-
- [ion-item](https://github.com/ionic-team/ionic/tree/main/core/src/components/item)
644+
- [ion-button](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/button)
645+
- [ion-card](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/card)
646+
- [ion-fab-button](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/fab-button)
647+
- [ion-item-option](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/item-option)
648+
- [ion-item](https://github.com/ionic-team/ionic-framework/tree/main/core/src/components/item)
649649
650650
### Component Structure
651651

0 commit comments

Comments
 (0)