* 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
...
- Updated documentation to include support for gradients in ColorItem.
- Mentioned examples of valid gradient formats such as 'linear-gradient(to right, white, black)' and 'linear-gradient(65deg, white, black)'.
- Prose tweaks, adding links for context
- Use `If` blocks for conditional content
- Restructure content to be story, component, project-ordered
- Update headings to be problem-oriented