From 3130dd3fd838cf407a372c87651cd2aab45dfb64 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 23 Jun 2021 09:26:25 -0400 Subject: [PATCH 1/7] chore(): add 6.x to feature request template (#23494) --- .github/ISSUE_TEMPLATE/feature_request.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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** From 508f1a46fb9a1b46749637afe2406501c7b72c1d Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 23 Jun 2021 09:27:21 -0400 Subject: [PATCH 2/7] chore(): add 6.x to bug report template (#23493) --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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:** From d5980354fa1672839fa7e89e8fc91cfa524e3f03 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 23 Jun 2021 09:31:15 -0400 Subject: [PATCH 3/7] chore(): add link to v6 beta onboarding guide (#23495) --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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 From 0b5c470b98b368807c884e82df192b683d60272b Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 29 Jun 2021 15:03:01 -0400 Subject: [PATCH 4/7] docs(card): fix usage example for vue (#23535) --- core/src/components/card/readme.md | 4 ++-- core/src/components/card/usage/vue.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 {