267 Commits

Author SHA1 Message Date
Yngve Bakken-Nilsen
b4f62da0c4 Angular: implement dynamic snippet 2021-02-10 08:54:39 +01:00
ThibaudAv
53248cafb4 chore(angular): add theme-decorator example 2021-01-28 18:20:23 +01:00
ThibaudAv
9113153f2a chore(angular): add more examples for docs addon 2021-01-28 18:20:22 +01:00
ThibaudAv
104002269e refactor(angular): move docs stories in Addon/Docs 2021-01-28 18:20:11 +01:00
ThibaudAv
3265884961 feat(angular): add inline stories support in the docs addon
The configuration has to be set up in each angular project to avoid forcing dependencies to `@angular/elements` ans `@webcomponents/custom-elements`
2021-01-28 18:16:51 +01:00
ThibaudAv
3d11436e8f feat(angular): componentWrapperDecorator accept props
Note : compatible with StoryContext (args, globals, ...)
2021-01-12 23:17:44 +01:00
ThibaudAv
3ba763afc2 feat(angular): add more exemple in decorators.stories.ts 2021-01-12 23:17:44 +01:00
ThibaudAv
9c5485bba0 feat(angular): improve Decorators and Angular template generation 2021-01-12 23:17:43 +01:00
Blaine Bublitz
69235df336 fix: Fix angular test that was flakey based on timezone 2021-01-11 13:06:32 -07:00
ThibaudAv
901759ade4 feat(angular): remove internal storybook properties in storyshot
Generates snapshots that will change less if the internal stroybook properties change
2020-12-11 01:07:43 +01:00
ThibaudAv
07f490ff53 fix(angular): use utc to avoid time zone differences 2020-12-09 18:58:39 +01:00
ThibaudAv
05848fed0f refactor(angular): take into account the component deprecation in angular examples 2020-12-09 17:27:03 +01:00
ThibaudAv
acd8104ab8 fix(angular): use @storybook/angular client rendering in storyshots 2020-12-09 17:05:19 +01:00
ThibaudAv
0e9c7a7298 fix: angluar-cli export Chip component to be accessible by storybook render module 2020-12-02 23:57:20 +01:00
Michael Shilman
209dafbd30
Merge pull request #12665 from lachieh/next
Addon-docs: Fix type aliases and enum types from Angular Compodoc JSON
2020-12-01 11:33:20 +08:00
Xing Liu
30c5e98da3
fix incorrect component reference
the correct name should be "DocButtonComponent"
2020-11-18 10:12:42 -08:00
ThibaudAv
94beda9ffe chore(angular): update to angular 10 2020-11-16 12:44:32 +01:00
Lachlan Heywood
598591eb6f update exports and storyshot 2020-10-07 09:27:32 -04:00
Lachlan Heywood
36bed859ab simplify example story 2020-10-06 22:56:50 -04:00
Lachlan Heywood
2aab20e565 update snapshots 2020-10-06 18:56:04 -04:00
Lachlan Heywood
73e1cbf308 remove unused dep 2020-10-06 17:42:45 -04:00
Lachlan Heywood
659c203f21 add test component for enums 2020-10-05 01:28:36 -04:00
Josh Soref
ad2c9036e7 spelling: change
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:29 -04:00
Josh Soref
3bfb2b673f spelling: annotation
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-27 16:14:47 -04:00
Michael Shilman
de47acc15f Fix typo 2020-08-14 15:43:58 +08:00
Michael Shilman
84d92c8ff7 Fix smoke test 2020-08-14 13:04:58 +08:00
Michael Shilman
56f65e3983 Fix snapshots 2020-08-14 12:36:55 +08:00
Michael Shilman
1b075c9814 Addon-docs/angular: Fix extraArgTypes unknown components 2020-08-14 10:52:01 +08:00
Michael Shilman
421a49bbbe Angular typed CSF examples 2020-08-07 18:19:43 +08:00
Michael Shilman
90cdc0043a Update snapshots & fix precedence 2020-08-04 12:29:35 +08:00
Michael Shilman
201ae325cc Addon-docs: Rename Preview/Props to Canvas/ArgsTable 2020-07-31 14:10:07 +08:00
Michael Shilman
f62d3572ea Update tests with isArgsStory parameter 2020-07-17 18:35:45 +08:00
Michael Shilman
dffc1525dd Args: Rename Story/XStory to Template 2020-07-08 07:44:42 +08:00
Norbert de Langen
17a36f404c
FIX tests & versions 2020-06-17 10:58:32 +02:00
Michael Shilman
6c7e121622 Addon-controls: Angular example 2020-06-16 21:13:34 +08:00
Mateo Tibaquira
4158fdb6c9 feat(examples): usage of hideNoControlsWarning in angular-cli example 2020-06-03 18:22:01 -05:00
Mateo Tibaquira
02338023b6 feat(examples): added dummy pipe and injectable to show their props 2020-06-03 03:09:00 -05:00
Michael Shilman
8a20f4799d Update snapshot 2020-05-28 11:54:31 +08:00
Michael Shilman
f4e52eafd4 Add default value 2020-05-27 23:03:44 +08:00
Michael Shilman
ac2dfab8a4 Addon-controls: Support angular 2020-05-27 22:15:18 +08:00
Michael Shilman
4719cca77a
Merge pull request #10877 from storybookjs/fix/docs-width-single-item
Addon-docs: Fix single item width in Preview block
2020-05-25 18:53:13 +08:00
Michael Shilman
6470c9e831 CSF: Upgrade TS stories to hoisted story annotations 2020-05-25 13:34:55 +08:00
Norbert de Langen
34dcbf7ef3
ADD fullscreen layout to app stories 2020-05-22 14:13:48 +02:00
Norbert de Langen
e7f96c4fcd
FIX deepscan issues 2020-05-18 20:50:47 +02:00
Norbert de Langen
e6a29b2a9c
FIX angular tests some more 2020-05-18 20:38:45 +02:00
Norbert de Langen
3651eb16bc
FIX snapshots 2020-05-15 01:12:05 +02:00
Yann Braga
d8edf8c236 refactor(addon-backgrounds): use the new api
- Update all places where backgrounds is used to use the new api
2020-05-06 11:53:02 +02:00
Michael Shilman
e2d54f647c Update snapshots 2020-04-29 16:33:21 +08:00
Michael Shilman
6094e95261 Fix angular parameters story 2020-04-17 02:15:13 +08:00
Norbert de Langen
f6f52afc3e
FIX snapshots 2020-04-16 10:01:50 +02:00