Skip to content

Commit

Permalink
Merge branch 'main' into brk.fix/next-match-static-assets
Browse files Browse the repository at this point in the history
  • Loading branch information
BRKalow committed Sep 12, 2023
2 parents da06d41 + 7894ffd commit 20370a5
Show file tree
Hide file tree
Showing 102 changed files with 16,385 additions and 23,196 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions .changeset/chilled-kings-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@clerk/clerk-js": patch
"@clerk/shared": patch
---

Use buildUrlWithAuth for all links and Clerk-triggered navigations
13 changes: 13 additions & 0 deletions .changeset/dirty-panthers-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'@clerk/chrome-extension': minor
'@clerk/localizations': minor
'@clerk/clerk-js': minor
'@clerk/nextjs': minor
'@clerk/clerk-react': minor
'@clerk/types': minor
---

Introduce the new brand new component <OrganizationList />

- Lists all the memberships, invitations or suggestions an active user may have
- Powered by our `useOrganizationList` react hook
File renamed without changes.
6 changes: 0 additions & 6 deletions .changeset/gentle-carpets-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-fishes-draw.md

This file was deleted.

2 changes: 2 additions & 0 deletions .changeset/gold-peaches-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
5 changes: 5 additions & 0 deletions .changeset/hot-crabs-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/clerk-js': patch
---

Add support for redirecting to "factor-one" during account transfer flow.
2 changes: 2 additions & 0 deletions .changeset/nervous-scissors-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
7 changes: 0 additions & 7 deletions .changeset/popular-sloths-mate.md

This file was deleted.

2 changes: 2 additions & 0 deletions .changeset/shiny-dingos-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/shiny-ravens-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
5 changes: 0 additions & 5 deletions .changeset/short-beers-whisper.md

This file was deleted.

2 changes: 2 additions & 0 deletions .changeset/stupid-elephants-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/wicked-bugs-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
93 changes: 93 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
name: "🐛 Bug Report"
description: Report a bug in Clerk's JavaScript packages.
labels:
- "needs-triage"
body:
- type: markdown
attributes:
value: |
## Welcome 👋🏻
Thank you for taking the time to report an issue with Clerk's JavaScript packages. Please fill out the information below to help us resolve your issue faster. If you have a question or need general help, please join our [Discord community](https://clerk.com/discord).
- type: checkboxes
attributes:
label: Preliminary Checks
description: Please make sure that you verify each checkbox and follow the instructions for them.
options:
- label: |
I have reviewed the documentation: https://clerk.com/docs
required: true
- label: |
I have searched for existing issues: https://github.com/clerkinc/javascript/issues
required: true
- label: |
This issue is not a question, general help request, or anything other than a bug report directly related to Clerk. Please ask questions in our Discord community: https://clerk.com/discord.
required: true
- type: input
id: reproduction-link
attributes:
label: Reproduction / Replay Link
placeholder: "https://github.com/username/repository-name/"
description: |
Link to a minimal reproduction (GitHub repository, CodeSandbox, StackBlitz, etc.) or a [Replay recording](https://www.replay.io/).
**Do not link to your actual project**, but provide a minimal reproduction in a fresh project.
Instructions:
- [How to create a minimal reproduction](https://clerkdev.notion.site/Creating-a-Minimal-Reproduction-0436afc4203f41aa9aa8700968aaef48?pvs=4)
- [How to record a Replay](https://docs.replay.io/bug-reports/recording-a-replay)
validations:
required: true
- type: input
id: publishable-key
attributes:
label: Publishable key
placeholder: "pk_test_123456789"
description: |
Go to your Clerk dashboard and to the **API Keys** section. Copy the **Publishable key** and paste it here.
This key should be used in your frontend code, can be safely shared, and does not need to be kept secret.
validations:
required: true
- type: textarea
attributes:
label: Description
description: Describe the issue that you're seeing.
value: |
<!-- Be as precise as you can. Feel free to share screenshots, videos, or data from the devtools of your browser -->
**Steps to reproduce:**
1. Step 1
2. Step 2
**Expected behavior:**
<!-- Describe what you expected to happen -->
**Actual behavior:**
<!-- Describe what actually happened -->
validations:
required: true
- type: textarea
attributes:
label: Environment
render: Shell
description: Run "npx envinfo --system --browsers --binaries --npmPackages" in your project directory and paste the output here.
placeholder: |
You'll get an output similar to this:
System:
OS: Operating System
CPU: CPU
Binaries:
Node: X
npm: X
Browsers:
Chrome: X
Edge: X
npmPackages:
clerk: X => X
validations:
required: true
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: "💡 Feature Request"
description: Describe a new capability you would like to see in Clerk's JavaScript packages.
labels:
- "feature-request"
body:
- type: markdown
attributes:
value: |
## Welcome 👋🏻
Thank you for taking the time to write up a feature request. Please fill out the information below to be able to help you faster. If you have a question or need general help, please join our [Discord community](https://clerk.com/discord).
- type: checkboxes
attributes:
label: Preliminary Checks
description: Please make sure that you verify each checkbox and follow the instructions for them.
options:
- label: |
I have reviewed https://clerk.com/docs for existing features that would solve my problem
required: true
- label: |
I have searched for existing feature requests: https://github.com/clerkinc/javascript/issues
required: true
- label: |
This issue is not a question, general help request, or anything other than a feature request directly related to Clerk. Please ask questions in our Discord community: https://clerk.com/discord.
required: true
- type: textarea
attributes:
label: Description
description: Describe the feature or capability you would like to see in Clerk's JavaScript packages.
placeholder: Make sure it's unique, describe your use case, and explain the problem and proposed solution.
validations:
required: true
- type: dropdown
id: affected-packages
attributes:
label: Affected Packages
multiple: true
options:
- "@clerk/clerk-js"
- "@clerk/clerk-react"
- "@clerk/nextjs"
- "@clerk/remix"
- "@clerk/types"
- "@clerk/themes"
- "@clerk/localizations"
- "@clerk/clerk-expo"
- "@clerk/backend"
- "@clerk/clerk-sdk-node"
- "@clerk/shared"
- "@clerk/fastify"
- "@clerk/chrome-extension"
- "gatsby-plugin-clerk"
- "build/tooling/chore"
- other
validations:
required: true
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/ask_a_question.md

This file was deleted.

49 changes: 0 additions & 49 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Discord
url: https://clerk.com/discord
about: Ask questions, get help, and discuss new things you're building with the Clerk community
- name: Documentation
url: https://clerk.com/docs
about: Learn more about Clerk and how to use it
31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

31 changes: 22 additions & 9 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## Description

<!--
Thanks for contributing to Clerk. Make sure to read the contributing guide at https://github.com/clerkinc/javascript/blob/main/docs/CONTRIBUTING.md before opening a PR!
**Please create a feature request before starting work on any significant change.**
Write a brief description of the changes introduced in this PR.
Include screenshots/videos if they help convey the change.
Also explain how one can test the change.
-->

<!-- Fixes #(issue number) -->

## Checklist

- [ ] `npm test` runs as expected.
- [ ] `npm run build` runs as expected.
- [ ] (If applicable) [JSDoc comments](https://jsdoc.app/about-getting-started.html) have been added or updated for any package exports
- [ ] (If applicable) [Documentation](https://github.com/clerkinc/clerk-docs) has been updated

## Type of change

- [ ] 🐛 Bug fix
Expand All @@ -23,12 +45,3 @@
- [ ] `@clerk/chrome-extension`
- [ ] `gatsby-plugin-clerk`
- [ ] `build/tooling/chore`

## Description
<!-- Please make sure: -->
- [ ] `npm test` runs as expected.
- [ ] `npm run build` runs as expected.

<!-- Description of the Pull Request -->

<!-- Fixes # (issue number) -->
Loading

0 comments on commit 20370a5

Please sign in to comment.