* next:
Address feedback
add link to docs for how to set feature flags.
improve migration notes for globals project
Fix typo
ConfigFile: Fix `as const satisfies` modifiers
Bump version from "8.3.0-alpha.11" to "8.3.0-beta.0" [skip ci]
Update docs/versions/next.json
Add description to empty 8.3.0-beta.0 release
Write changelog for 8.3.0-beta.0 [skip ci]
Bump version from "8.3.0-alpha.10" to "8.3.0-alpha.11" [skip ci]
Write changelog for 8.3.0-alpha.11 [skip ci]
Re-order sidebar
Rename interaction test -> component test
* next: (80 commits)
add link to docs for how to set feature flags.
improve migration notes for globals project
Fix typo
ConfigFile: Fix `as const satisfies` modifiers
Bump version from "8.3.0-alpha.11" to "8.3.0-beta.0" [skip ci]
Update docs/versions/next.json
Add description to empty 8.3.0-beta.0 release
Write changelog for 8.3.0-beta.0 [skip ci]
Bump version from "8.3.0-alpha.10" to "8.3.0-alpha.11" [skip ci]
Write changelog for 8.3.0-alpha.11 [skip ci]
fix lint
Clarify requirements of Next.js with Vite
Next.js-Vite: Update next and vite-plugin-storybook-nextjs dependencies
Addon Vitest: Fix tests potentially not existing in non-isolate mode
CLI: Update spawn options in proxy.ts to support Windows
Builder-Vite: Fix 'condition node never be used' warning
Bump version from "8.3.0-alpha.9" to "8.3.0-alpha.10" [skip ci]
Write changelog for 8.3.0-alpha.10 [skip ci]
make prettier a normal dependency of core again. restore formatter code
Use relative path from workspace to vite.config in extends path
...
* next: (33 commits)
fix lint
Clarify requirements of Next.js with Vite
Next.js-Vite: Update next and vite-plugin-storybook-nextjs dependencies
Addon Vitest: Fix tests potentially not existing in non-isolate mode
CLI: Update spawn options in proxy.ts to support Windows
Builder-Vite: Fix 'condition node never be used' warning
Bump version from "8.3.0-alpha.9" to "8.3.0-alpha.10" [skip ci]
Write changelog for 8.3.0-alpha.10 [skip ci]
make prettier a normal dependency of core again. restore formatter code
Use relative path from workspace to vite.config in extends path
CLI: Fix dedent import in package managers
Support JSX file extensions as well
Addon Vitest: Fix postinstall file types
Remove (disable) isolate option because it sometimes doesn't show stories
add TODO comment
make prettier optional
improve meta file generation
patch babel traverse types to be compatible with our dts bundler
minimize changes
minimize changes
...
* next: (60 commits)
Version it
Make sure local @storybook/cli packages is used in linked mode
add default options for addon-viewports via parameters
Fix tests
Fix default viewports
Bump version from "8.3.0-alpha.7" to "8.3.0-alpha.8" [skip ci]
Write changelog for 8.3.0-alpha.8 [skip ci]
fix lint
fix lint
fix lint
fix types
Addon Vitest: Improve transformation logic to avoid duplicate tests
fix lint
fix lint
fix formatting
SvelteKit: Add portable stories vite plugin
add vite plugin to sveltekit
increase CI class for vitest integration
Addon-docs: Remove babel dependency
Bump version from "8.3.0-alpha.6" to "8.3.0-alpha.7" [skip ci]
...
* next: (281 commits)
fix
add `node:` prefixes
move nx cache dir up to avoid vite watching it for our main storybook
Bump version from "8.3.0-alpha.5" to "8.3.0-alpha.6" [skip ci]
Write changelog for 8.3.0-alpha.6 [skip ci]
minor fixes
Yeah... don't look at this
simplify eslint config further
more fixes
cleanup `no-extraneous-dependencies`
fix style
change pool options in sandboxes
revamp sandbox setup to move to a workspace file
fix typescript issue
skip vitest integration in nextjs sandbox
skip sveltekit tests
fix script
increase test timeout
fix parallelism and skip more stories
fix windows unit tests
...
- Explain globals API and feature flag once, at the top
- Reference that callout in consistent manner throughout page
- Wrap entire docs section in "feature flag callout" to better differentiate
- Remove headings for with/without feature flag sections
- Headings will be removed in SB 9+, so they're not a stable reference
- Improve feature flag callouts
- Add API details to migration notes and clarify examples
- Restructure guides to use sub-heading structure instead of snippet tabs
- Offers ability to explain differences between APIs more thoroughly
- Also a better experience, because users' tab preference will not apply across snippets
- Clarify example snippets
- Only demonstate one concept per snippet
- Adjust heading levels
- Add globals API reference section
- Improve snippet filenames
- Remove redundant `storybook-` prefix
- Prose tweaks