105 Commits

Author SHA1 Message Date
Valentin Palkovic
d0b17133ab Angular: Support v19.2 when @angular/animations is not installed 2025-02-21 10:04:45 +01:00
Kyle Gach
80c12f5d39 Replace interaction test -> component test 2025-01-21 20:32:51 -07:00
Yann Braga
fd475c5d14 CLI: Make colors on starter components more accessible 2024-12-06 15:07:30 +01:00
Leosvel Pérez Espinosa
ac4635c90f test: set explicit standalone: false 2024-11-19 18:59:19 +01:00
Leosvel Pérez Espinosa
7704a1e312 Angular: Support v19 2024-11-19 15:37:42 +01:00
Kasper Peulen
d9972f7e1d Disable angular stories as Angular RC fails
Might be related that in Angular RC all components/directives/pipes are standalone per default
2024-10-23 14:51:10 +02:00
Norbert de Langen
1fdd2d6c67 more fixes 2024-08-15 10:00:59 +02:00
Norbert de Langen
81f3a63ab0 lint css 2024-08-14 22:27:30 +02:00
Norbert de Langen
5d7b05c476 lint jsdoc comments 2024-08-14 21:51:42 +02:00
Norbert de Langen
513bb66bb9 apply sorting to code 2024-08-08 13:00:19 +02:00
Norbert de Langen
a63999c2a4 rename the theme global we use internally to sb_theme. add addon-themes to template stories, and to main storybook. 2024-07-31 15:05:01 +02:00
Norbert de Langen
1ad46dbce8 fixes 2024-05-13 22:04:34 +02:00
Valentin Palkovic
7a0a1c7bd5 Angular: Add support for Angular's output signals
Support the new signal-based output function in Angular 17.3 and upwards in Storybook's helper types as StoryObj or StoryFn. I also ensured that TypeScript doesn't complain in Angular versions that don't support this feature.

Please be aware, that controls might not reflect the proper types when Signals are used. For component and property analysis, we are relying on Compodoc. Compodoc doesn't support the new output signal yet.
2024-03-18 09:05:14 +01:00
Valentin Palkovic
607e2bfbe1 Add argTypes to signal-based Angular stories 2024-03-18 08:17:05 +01:00
Valentin Palkovic
22a40ae041 Add Signal based stories for supported Angular sandboxes 2024-03-17 14:27:07 +01:00
Norbert de Langen
3fc8363c2c
Merge pull request #26351 from storybookjs/norbert/remove-testing-lib
Maintenance: Replace `@storybook/testing-library` with `@storybook/test` in monorepo
2024-03-07 19:06:11 +01:00
Kasper Peulen
dbef8b5881 Add explicit actions to CLI header story 2024-03-06 15:45:00 +01:00
Norbert de Langen
e4a47f577b replace testing-library with test in monorepo 2024-03-06 14:55:23 +01:00
Kasper Peulen
4f2c2fbbcb Merge remote-tracking branch 'origin/next' into kasper/update-linter 2024-01-16 10:01:44 +01:00
Valentin Palkovic
48539e8a72
Merge pull request #25564 from storybookjs/valentin/set-allow-function-to-false-telejson
Telejson: Update stringify options in codebase
2024-01-15 14:12:10 +01:00
Kasper Peulen
021c101faf Apply updated eslint rules 2024-01-15 13:33:41 +01:00
Valentin Palkovic
595c32dca1 Replace @storybook/jest by @storybook/test 2024-01-12 15:43:42 +01:00
Valentin Palkovic
8193242855 Update stringify options in codebase 2024-01-11 14:25:32 +01:00
Kasper Peulen
13c46e6c0b Prettier 2024-01-09 17:20:55 +01:00
Kasper Peulen
9ff64bc57e
Merge pull request #25238 from storybookjs/kasper/remove-ts-magic
Core: Error on explicit actions while rendering or playing
2024-01-04 09:38:15 +01:00
Kasper Peulen
90e96d05b2 Documentation over fn action arg 2024-01-03 10:50:24 +01:00
Yann Braga
3dcf056fed rename .stories.mdx to .mdx 2023-12-29 16:43:29 -03:00
Yann Braga
1be44eb1b4 remove .stories.mdx stories and fix tests 2023-12-29 16:26:32 -03:00
Kasper Peulen
7a6b26a8de Assign explicit actions to CLI stories 2023-12-28 10:03:39 +01:00
Mark berry
1883a750c5 Change Angular story files to lowercase 2023-12-08 11:40:35 -06:00
Mark berry
4a349dee5a Remove another unnecessary function 2023-12-08 10:55:57 -06:00
Mark berry
dcd8f3c813 Change more cli templates to standalone and remove more unnecessary 2023-12-08 10:52:09 -06:00
Mark berry
61f4fa20e3 Update Angular cli templates 2023-12-08 01:58:30 -06:00
Norbert de Langen
f75ef81403
Merge branch 'next' into release-8-0 2023-11-28 10:58:12 +01:00
Kyle Gach
975ad7604b Update TOC to use heading type
- Rename `introduction.md`, `overview.md`, `how-to-contribute.md` pages -> `index.md` pages
- Add all-new `index.md` pages for Sharing and API
- Find/replace `introduction.md`/`overview.md` -> `index.md`
- Find/replace `/introduction`/`/overview` -> `/`
- Add `hideRendererSelector: true` to frontmatter of (some) pages that aren't conditional on renderer
2023-11-27 20:57:51 -07:00
Kyle Gach
1fb8d01e25 Remove /<renderer> from URLs in CLI templates 2023-11-27 20:57:51 -07:00
Norbert de Langen
ee8d7b854b
Merge branch 'next' into release-8-0 2023-11-02 11:56:08 +01:00
Kasper Peulen
4647e9f2be Reformat 2023-10-31 10:49:58 +01:00
Kasper Peulen
76c3821987 Remove await from getByX 2023-10-31 08:58:58 +01:00
Yann Braga
11d1e031e5 use @storybook/test in CLI templates 2023-10-27 16:00:46 +02:00
Norbert de Langen
9e32e32a7d
Merge branch 'release-8-0' into norbert/remove-storyshots 2023-10-12 12:33:10 +02:00
Norbert de Langen
ac7dad0e4c
remove storyshots 2023-10-11 12:58:36 +02:00
Valentin Palkovic
a1fdb683b6 Add Stories to cover argsToTemplate functionality 2023-10-11 11:31:22 +02:00
Valentin Palkovic
7bec7b3a79 Replace 'storyName' with 'name' in Angular stories 2023-10-11 11:31:22 +02:00
Valentin Palkovic
c769e4b5da Rewrite Angular Stories to CSF 3 2023-10-11 11:31:22 +02:00
Charles de Dreuille
04ab1d23ff Remove NoControlWarning 2023-08-01 11:26:57 +02:00
Yann Braga
de35e3eb05 fix sandbox template Form components
- for Vue, Vue3, HTML, Svelte, Preact, HTML and Angular
2023-06-19 21:10:36 +02:00
Yann Braga
ecbcad7b9d remove unnecessary wrapper css class 2023-04-19 12:20:04 +02:00
Yann Braga
ca3144ea55 add storybook-header to angular template component 2023-04-19 12:09:46 +02:00
JW
1ae534cfaf Scope page.css 2023-04-19 12:09:24 +02:00