diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d5f7a5326e..b1c6055fea 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -20,7 +20,8 @@ assignees: '' [ ] **4.x** -[x] **5.x** +[ ] **5.x** +[ ] **6.x** **Current behavior:** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 80e5135ab2..b798af2804 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -19,7 +19,9 @@ assignees: '' **Ionic version:** -[x] **4.x** +[ ] **4.x** +[ ] **5.x** +[ ] **6.x** **Describe the Feature Request** diff --git a/CHANGELOG.md b/CHANGELOG.md index 5092fa9e29..cbb98bd5cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ -# [6.0.0-beta.0](https://github.com/ionic-team/ionic/compare/v5.6.10...v6.0.0-beta.0) (2021-06-23) +## [5.6.11](https://github.com/ionic-team/ionic/compare/v5.6.10...v5.6.11) (2021-07-01) +### Bug Fixes + +* **animation:** typescript interface has correct return value for progress methods ([#23536](https://github.com/ionic-team/ionic/issues/23536)) ([f3d6abb](https://github.com/ionic-team/ionic/commit/f3d6abbc1beeafe3b5e7f473d70d0b8ef4c79bc8)) +* **ios, md:** double tapping back button no longer causes app to go back 2 pages ([#23526](https://github.com/ionic-team/ionic/issues/23526)) ([69be51d](https://github.com/ionic-team/ionic/commit/69be51dc54e670b2f75cbfac28a4a09517dbf355)), closes [#18455](https://github.com/ionic-team/ionic/issues/18455) + + + +# [6.0.0-beta.0](https://github.com/ionic-team/ionic/compare/v5.6.10...v6.0.0-beta.0) (2021-06-23) ### Bug Fixes diff --git a/README.md b/README.md index d0cb0aba19..9ba2b16b0c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ build top quality native and progressive web apps with web technologies. Ionic Framework is based on [Web Components](https://www.webcomponents.org/introduction) and comes with many significant performance, usability, and feature improvements over the past versions. +## Looking for the Ionic Framework v6 beta? + +[Click here to get started!](https://github.com/ionic-team/ionic-framework/blob/next/BETA.md) ### Packages diff --git a/core/src/components/card/readme.md b/core/src/components/card/readme.md index eefad665f4..68f72bef44 100644 --- a/core/src/components/card/readme.md +++ b/core/src/components/card/readme.md @@ -250,12 +250,12 @@ export class CardExample {