ThibaudAv
1411e03b67
refactor(angular): rework Parameters / Layout
examples
2021-02-15 09:28:36 +01:00
ThibaudAv
e34d7527d1
refactor(angular): rework Welcome examples
2021-02-15 09:28:35 +01:00
ThibaudAv
97f4104bf7
refactor(angular): rework deprecated examples in Deprecated
2021-02-15 09:28:35 +01:00
ThibaudAv
8c0ebcacf6
refactor(angular): rework examples to place them in Basics / Component with
& Basics / ModuleMetadata
& Basics / Styles
2021-02-15 09:28:35 +01:00
ThibaudAv
da69c2322b
refactor(angular): move all core examples in Core/*
2021-02-15 09:28:35 +01:00
ThibaudAv
20db482479
refactor(angular): move all knobs examples in Addons/Knobs
2021-02-15 09:28:34 +01:00
ThibaudAv
b4d4e57c7a
refactor(angular): move all links examples in Addons/Links
2021-02-15 09:28:34 +01:00
ThibaudAv
78b62d6906
refactor(angular): move all jest examples in Addons/Jest
2021-02-15 09:28:34 +01:00
ThibaudAv
2cdf01a07b
refactor(angular): move all actions examples in Addons/Controls
2021-02-15 09:28:34 +01:00
ThibaudAv
c2f451fb0c
refactor(angular): move all actions examples in Addons/Actions
2021-02-15 09:28:34 +01:00
ThibaudAv
d6ea0156cc
refactor(angular): move all backgroud examples in Addons/Backgrouds
2021-02-15 09:28:34 +01:00
ThibaudAv
5b0637674e
refactor(angular): move all docs examples in Addons/Docs
2021-02-15 09:28:33 +01:00
Michael Shilman
899ca0824d
v6.2.0-alpha.28
2021-02-15 14:33:00 +08:00
Michael Shilman
ca441e62dd
v6.2.0-alpha.27
2021-02-15 01:20:55 +08:00
Gaëtan Maisse
d4cb03cb2c
chore: clean usage of skipLibCheck
and skipDefaultLibCheck
TS option
...
`skipDefaultLibCheck` is deprecated so there is no need to add it
anymore.
I added `skipLibCheck` in the angular example because it looks like
there are some type incompatibility between some types coming from
node_modules we have in the monorepo. (Not really a surprise with the
number of deps we have)
Signed-off-by: Gaëtan Maisse <gaetanmaisse@gmail.com>
2021-02-13 18:01:24 +01:00
Michael Shilman
dc281516a8
v6.2.0-alpha.26
2021-02-13 11:25:37 +08:00
Gaëtan Maisse
b1d319b3fa
chore(angular): bump Angular deps to 11.2.0
2021-02-12 21:35:40 +01:00
Michael Shilman
d4ff49b2de
v6.2.0-alpha.25
2021-02-11 09:24:46 +08:00
Yngve Bakken-Nilsen
b4f62da0c4
Angular: implement dynamic snippet
2021-02-10 08:54:39 +01:00
Michael Shilman
8001ec00b1
v6.2.0-alpha.24
2021-02-06 09:45:29 +08:00
Michael Shilman
da6c7fca24
v6.2.0-alpha.23
2021-02-05 14:51:47 +08:00
Michael Shilman
e35c88c7a7
v6.2.0-alpha.22
2021-02-05 06:29:11 +08:00
Michael Shilman
881800fbc3
v6.2.0-alpha.21
2021-02-04 16:08:27 +08:00
Michael Shilman
20db16edcd
v6.2.0-alpha.20
2021-02-02 09:40:39 +08:00
Michael Shilman
2a8f070c0c
v6.2.0-alpha.19
2021-01-29 08:47:34 +08: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
Michael Shilman
ed19e4b88b
v6.2.0-alpha.18
2021-01-22 21:19:48 +08:00
Gaëtan Maisse
2997357f93
chore(angular): bump angular app dep and example to Angular 11.1
2021-01-22 13:11:43 +01:00
Michael Shilman
218f33702f
v6.2.0-alpha.17
2021-01-22 12:37:52 +08:00
Michael Shilman
2cc64efa1d
v6.2.0-alpha.16
2021-01-16 08:52:08 +08:00
Michael Shilman
9819dbdf57
v6.2.0-alpha.15
2021-01-15 14:24:47 +08:00
Renovate Bot
b5d4f09120
chore(deps): update all non-major dependencies
2021-01-14 17:04:42 -07:00
Michael Shilman
b2ef49e666
v6.2.0-alpha.14
2021-01-14 08:24:12 +08:00
Michael Shilman
9de487fa7b
v6.2.0-alpha.13
2021-01-13 18:07:58 +08: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
ThibaudAv
a066b36985
refactor(angular): separates StorybookModuleMetadata from rendering service
...
and rename some function for more clarity
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
Michael Shilman
b362282965
v6.2.0-alpha.12
2021-01-12 02:46:59 +08:00
Michael Shilman
9ee9dd1c2f
v6.2.0-alpha.11
2021-01-11 18:48:28 +08:00
Michael Shilman
bd7f2bbed5
v6.2.0-alpha.10
2020-12-28 11:51:46 +08:00
Michael Shilman
47341be6aa
v6.2.0-alpha.9
2020-12-20 19:58:45 +08:00
Michael Shilman
c04cdab92d
v6.2.0-alpha.8
2020-12-16 22:40:57 +08:00
Michael Shilman
be939deee1
Merge branch 'next' into pr/13383
2020-12-15 23:28:45 +08:00
Michael Shilman
ba05f6ae5e
v6.2.0-alpha.7
2020-12-15 22:47:57 +08:00
Michael Shilman
e3b6d2819c
Merge branch 'next' into pr/13383
2020-12-14 10:39:07 +08:00