Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
882627b
migrate to rspack for building
brkalow Sep 5, 2024
f9f7910
fix analyzer
brkalow Sep 5, 2024
ca613dc
Merge branch 'main' into brk.feat/rspaack
dstaley Oct 23, 2024
e655f0c
feat(elements): Infer path from host router
dstaley Oct 23, 2024
194600f
chore(clerk-js): Upgrade Rspack
dstaley Oct 23, 2024
28b9b43
Merge branch 'main' into brk.feat/rspaack
dstaley Oct 28, 2024
c072bcf
chore(clerk-js,elements): Add changeset
dstaley Oct 28, 2024
240ae4c
fix(clerk-js): Enable Rsdoctor
dstaley Oct 28, 2024
5bf00de
fix(clerk-js): Target specific browsers, compress with options, disab…
dstaley Oct 29, 2024
cbabbfe
Merge branch 'main' into brk.feat/rspaack
dstaley Oct 29, 2024
032d1e5
fix(tests): Increase Verdaccio max body size
dstaley Oct 29, 2024
b5d67e3
fix(tests): Decrease Verdaccio max body size
dstaley Oct 29, 2024
9a812cf
fix(clerk-js): Disable sourcemaps in production
dstaley Oct 29, 2024
bac0630
fix(tests): Increase Verdaccio max body size
dstaley Oct 29, 2024
93f1cc7
fix(clerk-js): Add support for older Safari versions
dstaley Oct 30, 2024
dbf2600
fix(repo): Improve changesets
dstaley Oct 30, 2024
6cb42e7
fix(clerk-js): Increase allowed bundle size for clerk.headless
dstaley Oct 30, 2024
fe23f82
Merge branch 'main' into brk.feat/rspaack
dstaley Oct 30, 2024
2bb254e
Merge branch 'main' into brk.feat/rspaack
dstaley Oct 30, 2024
6f1460c
Merge branch 'main' into brk.feat/rspaack
dstaley Oct 31, 2024
d042949
Merge branch 'main' into brk.feat/rspaack
dstaley Oct 31, 2024
4e555ae
fix(repo): Restore @rspack/binding-linux-x64-gnu
dstaley Oct 31, 2024
2a47e6e
chore(clerk-js): Increase bundlewatch limits
dstaley Oct 31, 2024
6b82938
chore(repo): CI
dstaley Oct 31, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/bright-ducks-enjoy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/clerk-js": patch
---

`clerk-js` is now built with [Rspack](https://rspack.dev) instead of Webpack. This is an internal tooling change that shouldn't affect consumers.
5 changes: 5 additions & 0 deletions .changeset/cool-days-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/elements": patch
---

Use host router instead of directly calling Next's `useRouter` hook
Loading