3017 Commits

Author SHA1 Message Date
storybook-bot
959f8cbaed Bump version from "9.0.0-alpha.8" to "9.0.0-alpha.9" [skip ci] 2025-03-24 16:32:04 +00:00
Kasper Peulen
720e8576bf Fix react aliases in next vite plugin 2025-03-24 14:50:01 +01:00
storybook-bot
5b4401b2e1 Bump version from "9.0.0-alpha.7" to "9.0.0-alpha.8" [skip ci] 2025-03-19 15:15:35 +00:00
storybook-bot
30ea85a129 Merge branch 'next-release' into next 2025-03-19 14:07:59 +00:00
storybook-bot
7a9a03f097 Bump version from "9.0.0-alpha.6" to "9.0.0-alpha.7" [skip ci] 2025-03-19 13:58:24 +00:00
Kasper Peulen
14ebed7d53 Add fallback to ember as well 2025-03-19 09:43:15 +01:00
Kasper Peulen
852432bb70 Export all files in Angular package.json 2025-03-18 17:41:15 +01:00
storybook-bot
c7b4a8fe60 Bump version from "9.0.0-alpha.5" to "9.0.0-alpha.6" [skip ci] 2025-03-17 14:48:53 +00:00
storybook-bot
a194dcc75f Merge branch 'next-release' into next 2025-03-16 18:45:57 +00:00
storybook-bot
629fd6381c Bump version from "9.0.0-alpha.4" to "9.0.0-alpha.5" [skip ci] 2025-03-16 18:36:33 +00:00
Daniel Williams
cfc6971371 React-Native-Web: Errors in the react native web template 2025-03-16 16:40:40 +00:00
Michael Shilman
108ccb7c89
Merge pull request #30682 from leoeuclids/improvement/ember-template-compiler-import
Ember: Fix `ember-template-compiler` import for ember 6+
2025-03-16 11:46:26 +08:00
Kasper Peulen
a59c35ade2 Make sure that polyfills are loaded before the storybook is loaded 2025-03-14 20:35:19 +01:00
storybook-bot
0a3dc90570 Merge branch 'next-release' into next 2025-03-14 15:08:38 +00:00
storybook-bot
25ec4e90e0 Bump version from "9.0.0-alpha.3" to "9.0.0-alpha.4" [skip ci] 2025-03-14 14:59:06 +00:00
Kasper Peulen
a5537ecc2c
Merge branch 'next' into kasper/remove-react-import 2025-03-14 11:17:16 +01:00
Michael Shilman
11eb97e672
Merge branch 'next' into improvement/ember-template-compiler-import 2025-03-14 00:21:09 +08:00
Leo Euclides
cb8d7deb7c Fix ember-template-compiler type declaration 2025-03-13 11:16:23 -03:00
Norbert de Langen
4358145251 Merge branch 'valentin/move-addon-actions-into-core' into norbert/temp-public-api 2025-03-12 13:24:34 +01:00
Valentin Palkovic
4ad1929968 Merge remote-tracking branch 'origin/next' into valentin/move-addon-actions-into-core 2025-03-12 12:38:45 +01:00
Norbert de Langen
d246bf2017 Merge branch 'valentin/move-addon-actions-into-core' into norbert/temp-public-api 2025-03-12 09:09:27 +01:00
Valentin Palkovic
8e30709c30 Further cleanup and adjustments to fix portable stories 2025-03-11 23:44:13 +01:00
storybook-bot
b748af8a71 Bump version from "9.0.0-alpha.2" to "9.0.0-alpha.3" [skip ci] 2025-03-11 15:41:18 +00:00
Norbert de Langen
8fea88004d Merge branch 'valentin/move-addon-actions-into-core' into norbert/temp-public-api 2025-03-11 15:09:35 +01:00
Norbert de Langen
098320fffa SvelteKit Framework: Update import path for preview-api from internal to direct package import 2025-03-11 12:27:23 +01:00
Norbert de Langen
1142b9d801 NextJS Framework: Update import path for preview-api from internal to direct package import 2025-03-11 12:27:03 +01:00
Norbert de Langen
4c1701e4e6 NextJS Framework: Update import paths from internal modules to direct package imports 2025-03-11 12:26:43 +01:00
Norbert de Langen
0d486210e2 Angular Framework: Update import paths from internal modules to direct package imports 2025-03-11 12:26:19 +01:00
Jeppe Reinhold
c0b816b1e2 use internalHelpers from svelte2tsx to get name of render function 2025-03-10 14:00:28 +01:00
Valentin Palkovic
733ff35575 Merge remote-tracking branch 'origin/next' into valentin/move-addon-actions-into-core 2025-03-10 13:50:15 +01:00
Valentin Palkovic
1bb6d25bfa Refactor how core annotations are applied 2025-03-10 12:07:04 +01:00
Kasper Peulen
09837b3417 Pin svelte2tsx 2025-03-10 11:50:36 +01:00
Michael Shilman
0734036604
Merge branch 'next' into improvement/ember-template-compiler-import 2025-03-09 09:04:47 +08:00
Valentin Palkovic
75208715df
Merge branch 'next' into valentin/move-addon-actions-into-core 2025-03-07 17:45:21 +01:00
Norbert de Langen
338b629abe Update package.json files to include template directory in published files
Include template directories in the files array for multiple framework packages to ensure template files are packaged and distributed correctly
2025-03-07 16:44:36 +01:00
Norbert de Langen
ebf0df0387 Merge branch 'norbert/fix-missingStorybookDependencies' into norbert/re-export-renderers-from-frameworks 2025-03-07 16:32:46 +01:00
Norbert de Langen
92237e7e98 Add Web Components Storybook template components for Vite and Webpack5
Expand the Web Components Storybook template with comprehensive component support:
- Add Button, Header, and Page components for JavaScript and TypeScript (4.9)
- Support multiple configurations for Vite and Webpack5
- Include stories, components, and CSS files
- Add ESLint configuration to disable import/extensions rule
- Implement Storybook best practices with autodocs and component testing
2025-03-07 15:49:12 +01:00
Norbert de Langen
543fbbacb6 Add Vue3 Webpack5 Storybook template components for JavaScript and TypeScript
Expand the Vue3 Webpack5 Storybook template with comprehensive component support:
- Add Button, Header, and Page components for JavaScript and TypeScript (4.9)
- Include stories, components, and CSS files
- Implement Storybook best practices with autodocs and component testing
2025-03-07 15:47:11 +01:00
Norbert de Langen
7418c0edba Add Storybook template components for Vue3 Vite CLI with multiple variations
Expand the Vue3 Storybook template with comprehensive component support:
- Add Button, Header, and Page components
- Support multiple Vue3 configurations:
  * JavaScript
  * TypeScript (4.9)
- Include stories, components, and CSS files
- Implement Storybook best practices with autodocs and component testing
2025-03-07 15:45:53 +01:00
Norbert de Langen
97d6440f2c Add Storybook template components for Svelte Vite CLI with multiple variations
Expand the Svelte Storybook template with comprehensive component support:
- Add Button, Header, and Page components
- Support multiple Svelte configurations:
  * JavaScript
  * Svelte 5 JavaScript
  * Svelte 5 TypeScript (3.8 and 4.9)
  * TypeScript (4.9)
- Include stories, components, and CSS files
- Implement Storybook best practices with autodocs and component testing
2025-03-07 15:45:12 +01:00
Norbert de Langen
e26712b4cf Add Storybook template components for Svelte Vite CLI
Add Button, Header, and Page components with stories for multiple Svelte variations:
- JavaScript
- Svelte 5 JavaScript
- Svelte 5 TypeScript (3.8 and 4.9)
- TypeScript (4.9)

Include stories, components, and CSS files to support the Storybook template components across different Svelte configurations
2025-03-07 15:37:41 +01:00
Norbert de Langen
ec7c826cc3 Improve type safety and compatibility in Next.js Vite Storybook framework template
- Add explicit type imports for Storybook and React types
- Enhance type casting for decorators and loaders
- Improve type handling for Next.js preview configuration
2025-03-07 15:33:05 +01:00
Norbert de Langen
6e54389c24 Update framework template index files to export core Storybook package functionality
Add exports for respective Storybook framework packages across multiple framework templates, including HTML, Preact, React, Server, Svelte, Vue3, and Web Components for both Vite and Webpack5 configurations
2025-03-07 15:24:21 +01:00
Norbert de Langen
660fd78843 Export React core functionality in React Native Web Vite template
Add full export of '@storybook/react' in the React Native Web Vite template index file to provide comprehensive React framework support
2025-03-07 15:21:16 +01:00
Norbert de Langen
bfedb85628 Export Preact Webpack 5 template core functionality from Storybook
Add export for '@storybook/preact' in the Preact Webpack 5 template index file to provide core Preact framework support
2025-03-07 15:19:15 +01:00
Norbert de Langen
4870635271 Add Preact Vite template exports from Storybook Preact package
Export core Preact functionality from '@storybook/preact' in the Preact Vite template index file
2025-03-07 15:18:39 +01:00
Norbert de Langen
41860ed573 Add additional exports to Next.js Storybook template index file
Export core React functionality and suppress TypeScript error for double exports in the Next.js Storybook template
2025-03-07 15:18:03 +01:00
Norbert de Langen
5592d63966 Export HTML Webpack 5 template core functionality from Storybook
Add export for '@storybook/html' in the HTML Webpack 5 template index file to provide core HTML framework support
2025-03-07 15:17:01 +01:00
Norbert de Langen
920f8c2fb5 Add HTML Vite template exports from Storybook HTML package
Export types and core functionality from '@storybook/html' in the HTML Vite template index file
2025-03-07 15:16:31 +01:00
Norbert de Langen
13c5234b04 Add Storybook template components for React Vite CLI
Add Button, Header, and Page components with stories for both JavaScript and TypeScript (4.9) variations in the React Vite CLI template. Include ESLint configuration and CSS files to support the components.
2025-03-07 15:15:06 +01:00