Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
ff7b7e1
Svelte: Always inject doc metadata
j3rem1e Sep 6, 2023
4f6667d
Svelte: Fix parsing of ecma v12 by sveltedoc-parser
j3rem1e Sep 6, 2023
e0fb289
Adding e2e to test Svelte documentation
j3rem1e Sep 9, 2023
4f53511
Svelte: Fix documentation for typescript component with vite
j3rem1e Sep 12, 2023
a1860c0
Fix e2e tests
j3rem1e Sep 13, 2023
048d7c6
Move e2e tests into ButtonView
j3rem1e Sep 14, 2023
d3b51fa
Remove the possibility to configure doc preprocessors
j3rem1e Sep 17, 2023
70d43ab
Ignore type checking of globalThis
j3rem1e Sep 18, 2023
1a75c1c
Add Vite 5 to peer dependencies
IanVS Oct 5, 2023
12448d8
Install vite beta in sandboxes
IanVS Oct 5, 2023
77cd89c
Update @joshwooding/vite-plugin-react-docgen-typescript
IanVS Oct 5, 2023
cc10c62
Update yarn lock
IanVS Oct 5, 2023
f262b63
Use dynamic import of Vite functions
IanVS Oct 5, 2023
954c76c
Use Vite 5 beta in devDependencies
IanVS Oct 5, 2023
619f838
Use dynamic import of slash
IanVS Oct 5, 2023
a7bff76
Try to use ESM mocks for jest test
IanVS Oct 5, 2023
73a8e8f
Revert "Try to use ESM mocks for jest test"
IanVS Oct 5, 2023
df43854
Revert "Use Vite 5 beta in devDependencies"
IanVS Oct 5, 2023
cf03660
Revert "Use dynamic import of slash"
IanVS Oct 5, 2023
d138cf6
Add missing await
IanVS Oct 5, 2023
4fa2fa5
Merge branch 'next' into vite-5
IanVS Oct 5, 2023
779c899
Update code/frameworks/react-vite/package.json
IanVS Oct 6, 2023
2aacb58
Update yarn.lock
IanVS Oct 6, 2023
95e642f
comment updates
JReinhold Oct 9, 2023
0c704d8
Merge branch 'next' into bug/24008
JReinhold Oct 9, 2023
270c94d
support javascript in Svelte Vite docgen
JReinhold Oct 9, 2023
7a34d99
Stick with @joshwooding/vite-plugin-react-docgen-typescript: "0.3.0"
IanVS Oct 9, 2023
4e3fc89
Merge branch 'next' into vite-5
IanVS Oct 9, 2023
77336f2
Merge branch 'next' into vite-5
IanVS Oct 11, 2023
08d3aac
fix: allow loading standalone directives
osnoser1 Oct 12, 2023
3ea404c
Fix sandbox creation scripts for main and next
valentinpalkovic Oct 12, 2023
e9f2e1f
Merge pull request #24454 from storybookjs/valentin/fix-sandbox-creation
valentinpalkovic Oct 12, 2023
11aeb97
Readd Angular 17 prerelease sandbox
valentinpalkovic Oct 12, 2023
4c43bc5
Add Next.js Canary sandbox
valentinpalkovic Oct 12, 2023
2a8ab8e
Fix CircleCI parallelism
valentinpalkovic Oct 12, 2023
99382b9
Temporarily change ref branch in generate-sandboxes-next.yml
valentinpalkovic Oct 12, 2023
20e69a6
Add inDevelopment for Next.js Prerelease sandbox
valentinpalkovic Oct 12, 2023
8c0453e
Fix creating Nextjs Sandbox
valentinpalkovic Oct 12, 2023
296202b
Temporarily only create angular/prerelease and nextjs/prerelease sand…
valentinpalkovic Oct 12, 2023
c083802
Merge branch 'next' into vite-5
IanVS Oct 12, 2023
10f11ed
Generate all sandboxes again
valentinpalkovic Oct 12, 2023
5f22901
fix: syntax error in property extractor test
osnoser1 Oct 12, 2023
13b5fc7
Merge branch 'next' into bugfix/standalone-angular-directives
osnoser1 Oct 12, 2023
6da3c0d
Fix Next.js canary
valentinpalkovic Oct 12, 2023
3c0f77a
Fix parallelism config for CircleCI
valentinpalkovic Oct 12, 2023
62e4b47
Revert ref in genreate-sandboxes-next.yml
valentinpalkovic Oct 12, 2023
66b15ff
Update code/frameworks/nextjs/src/dependency-map.ts
valentinpalkovic Oct 12, 2023
c8ec3a6
Fix Next.js 12
valentinpalkovic Oct 12, 2023
eb52b37
Fix Next.js default sandboxes
valentinpalkovic Oct 12, 2023
74bd3b0
Fix Next.js 12
valentinpalkovic Oct 12, 2023
6b2150c
Merge pull request #24453 from storybookjs/valentin/setup-sandboxes
valentinpalkovic Oct 12, 2023
8b0ffb0
Merge branch 'next' into vite-5
IanVS Oct 13, 2023
a427c33
Merge pull request #24395 from storybookjs/vite-5
JReinhold Oct 13, 2023
84d046d
Merge branch 'next' into bugfix/standalone-angular-directives
valentinpalkovic Oct 13, 2023
3a77b6c
Merge branch 'next' into bug/24008
JReinhold Oct 13, 2023
048272f
Merge pull request #24448 from osnoser1/bugfix/standalone-angular-dir…
valentinpalkovic Oct 13, 2023
995e064
Merge pull request #24096 from j3rem1e/bug/24008
yannbf Oct 13, 2023
c0f87fb
Write changelog for 7.5.0-alpha.7 [skip ci]
storybook-bot Oct 13, 2023
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
Prev Previous commit
Next Next commit
Update @joshwooding/vite-plugin-react-docgen-typescript
to support vite 5
  • Loading branch information
IanVS committed Oct 5, 2023
commit 77cd89cdaea563fb979ba030586d4ce5fcec9271
2 changes: 1 addition & 1 deletion code/frameworks/react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@joshwooding/vite-plugin-react-docgen-typescript": "0.2.1",
"@joshwooding/vite-plugin-react-docgen-typescript": "0.3.0",
"@rollup/pluginutils": "^5.0.2",
"@storybook/builder-vite": "workspace:*",
"@storybook/react": "workspace:*",
Expand Down