Skip to content

Commit 898d793

Browse files
committed
Merge branch 'main' into chore-sync-next-main
2 parents c2d6b21 + 34d4055 commit 898d793

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": {

0 commit comments

Comments
 (0)