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
Kyle Gach
988c69baa3
Merge pull request #21845 from storybookjs/chore_update_7_0_refs_templates
...
Chore: (Templates) Updates code references to 7.0
2023-04-05 11:45:55 -06:00
Mostafa Sherif
510f71e6e6
Merge pull request #21807 from storybookjs/valentin/remove-deprecated-props-in-angular
...
Remove deprecated `component` and `propsMeta` field from Angular Story type
2023-04-01 16:34:39 -04:00
Valentin Palkovic
31700c09c2
Export applicationConfig decorator and adjust documentation for usage
2023-03-31 08:49:38 +02:00
jonniebigodes
85adfc2986
Updates code references to 7.0
2023-03-30 21:05:45 +01:00
Valentin Palkovic
9baf46a5a9
Remove deprecated component
and propsMeta
field from Angular Story type
2023-03-30 14:03:07 +02:00
Valentin Palkovic
4029c7110f
Introduce applicationConfig decorator for Angular
...
The applicationConfig decorator allows it to set provider and environment providers on the application level by passing them to the bootstrapApplication API, which is used to bootstrap the application to the DOM. It accepts a provider array, which should be used to setup application-wide providers, like the ones from BrowserAnimationModule
2023-03-29 11:45:34 +02:00
Valentin Palkovic
c1b5094ab8
Merge remote-tracking branch 'origin/next' into HEAD
2023-02-17 17:15:32 +01:00
Valentin Palkovic
e483723de5
Add some stories for angular
2023-02-17 09:51:45 +01:00
Valentin Palkovic
0b54569d2c
importProviders from ngModules on boostrapApplication
2023-02-16 17:24:28 +01:00
Mostafa Sherif
4d163568c2
chore(typescript): fix @ts-expect-error
strict types
2023-02-07 05:41:37 -05:00
Valentin Palkovic
9c59ea82d0
Support NoopAnimationsModule
2023-02-01 15:17:10 +01:00
Valentin Palkovic
c550dbb503
Angular: Fix issue if BrowserAnimationsModule is imported
2023-01-24 11:34:41 +01:00
Valentin Palkovic
103fc7a608
Adjust preserveWhitespace example
2023-01-17 15:40:39 +01:00
Valentin Palkovic
6918b6c756
Remove legacy rendering option Story
2023-01-17 15:40:39 +01:00
Valentin Palkovic
e0dbbf253f
Use Angular Standalone component to bootstrap application
...
Fix Angular story related to forRoot Module
Add back platform reset
Fix provider override issue in Angular stories
2023-01-17 15:40:39 +01:00
Michael Arestad
29910b71db
Remove vandalism
2022-12-27 12:54:21 -07:00
Tom Coleman
427ec4433d
Rename docsPage to autodocs
...
And change semantics: `docsPage:true` = `autodocs: 'tag'` and `docsPage: 'automatic'` = `autodocs: true`.
2022-12-21 21:49:57 +11:00
Norbert de Langen
3342776320
fix references to global in template dirs
2022-12-09 22:03:35 +01:00
Norbert de Langen
f5260920ca
fixing typings issues
2022-12-09 20:44:55 +01:00
Kasper Peulen
fb2cc54f0a
Update layout comment
2022-11-17 16:55:37 +01:00
Kasper Peulen
da9433f91c
Update Page stories template for 7 docs
2022-11-17 16:55:37 +01:00
Kasper Peulen
6f1588ff8e
Update Header stories template for 7 docs
2022-11-17 16:55:37 +01:00
Kasper Peulen
b3e708b45d
Update Button stories template for 7 docs
2022-11-17 16:55:37 +01:00
Tom Coleman
43f75b1fed
Add docsPage tag to all Button/Header CLI templates
2022-11-02 17:02:43 +11:00
Kasper Peulen
c907472849
Migrate TS templates to CSF3
2022-10-31 11:57:34 +01:00
Kasper Peulen
960426dba3
Move all templates out of cli into renderers
2022-10-31 10:59:17 +01:00
Ian VanSchooten
f87e73ec1c
Do not split type and value imports in Angular
2022-10-27 19:33:39 -04:00
Ian VanSchooten
393a12aac3
Use explicit type imports
2022-10-27 19:33:39 -04:00
Norbert de Langen
2e4219ddc4
hopefully fix TS4111 errors
2022-10-26 10:28:23 +02:00