2062 Commits

Author SHA1 Message Date
Tom Coleman
c2bc484ce8 Update CSF 2021-09-07 23:21:21 +10:00
Tom Coleman
82763973b9 Get it bootstrapping again 2021-09-07 22:54:25 +10:00
Tom Coleman
68b3ef639c Merge remote-tracking branch 'origin/next' into on-demand-store 2021-09-07 22:17:56 +10:00
Michael Shilman
591c3a8b0a Update git head to 6.4.0-alpha.34, update yarn.lock 2021-09-07 18:46:53 +08:00
Michael Shilman
ccd25210cd v6.4.0-alpha.34 2021-09-07 18:41:58 +08:00
Tom Coleman
5982475373 Deepscan cleanups 2021-09-07 17:21:06 +10:00
Tom Coleman
c2236dabf9 Update CSF version (projectAnnotations) 2021-09-07 17:00:30 +10:00
Tom Coleman
eeb3708c16 Update CSF version to pass Args through to stories 2021-09-06 15:35:14 +10:00
ThibaudAv
1604b617a9
feat: start and build storybook witout browser-target
only tsConfig is required and can be directly given to storybook using new Angular builder for SB

should allow project with only lib, without `@angular-devkit/build-angular:browser` to complete the configuration, to work more simply
2021-09-03 14:01:36 +02:00
ThibaudAv
d1fcb2458f
feat: angular preset work with only tsConfig
should allow project with only lib, without `@angular-devkit/build-angular:browser` to complete the configuration, to work more simply
2021-09-03 14:01:36 +02:00
ThibaudAv
bda825b59f
feat: start and build storybook by ng Builder with only tsConfig
should allow project with only lib, without `@angular-devkit/build-angular:browser` to complete the configuration, to work more simply
2021-09-03 14:01:36 +02:00
ThibaudAv
6e932f6260
feat(angular): support workspace with only lib
Note: thow error if project (lib or not) does not have tsConfig options
2021-09-03 14:01:36 +02:00
Tom Coleman
088ea7631e Change Framework => TFramework 2021-09-03 14:18:30 +10:00
Tom Coleman
b8d5b1e7e3 Move inferControls from the controls addon back into the store
For backwards compatibility reasons, we will undo this commit in 7.0
2021-09-03 13:00:18 +10:00
Tom Coleman
b75ad5889e Temporary work arounds for a couple of angular issues 2021-09-02 20:58:30 +10:00
Tom Coleman
990d53db91 Pass component through angular properly (not on parameters any more) 2021-09-02 14:10:36 +10:00
Tom Coleman
7bfbe4cb96 Fix up angular decorators 2021-09-02 13:42:56 +10:00
Michael Shilman
a01b3cf910 Update git head to 6.4.0-alpha.33, update yarn.lock 2021-09-01 01:09:11 +08:00
Michael Shilman
269aa6d399 v6.4.0-alpha.33 2021-09-01 01:03:48 +08:00
Tom Coleman
3279dbc9fb Update frameworks to use legacy types 2021-08-31 23:03:29 +10:00
Tom Coleman
82d2b57228 Upgrade CSF again 2021-08-31 19:00:41 +10:00
Tom Coleman
3ee15379a1 Update decorators to use a common sanitization 2021-08-31 16:45:44 +10:00
Tom Coleman
93d1669208 Update CSF 2021-08-27 13:34:58 +10:00
Gaëtan Maisse
6f45ba136f
fix: update glob used in TypeScript's typesVersions config 2021-08-25 20:49:51 +02:00
Tom Coleman
a1568c39bf Types + tests working in store 2021-08-25 16:10:59 +10:00
Tom Coleman
18d3633ab4 A lot of type changes, not quite building yet 2021-08-24 23:17:07 +10:00
Michael Shilman
1321db991a Update git head to 6.4.0-alpha.32, update yarn.lock 2021-08-24 09:02:02 +08:00
Michael Shilman
ee3198a84a v6.4.0-alpha.32 2021-08-24 08:57:39 +08:00
Michael Shilman
3ad9c4e0c2
Merge pull request #15874 from saulodias/fix-issue-14828
Angular: Fix Cannot read property 'selector' of undefined
2021-08-23 22:04:15 +08:00
Michael Shilman
786b1b1a4f Update git head to 6.4.0-alpha.31, update yarn.lock 2021-08-23 11:17:06 +08:00
Michael Shilman
5582ee2f66 v6.4.0-alpha.31 2021-08-23 11:12:37 +08:00
Saulo Dias
1508807079 fix issue #14828 2021-08-20 10:40:10 -03:00
Saulo Dias
235f4984b0 add test for getComponentDecoratorMetadata 2021-08-20 10:39:13 -03:00
Tom Coleman
2f48a40e4d Updated all render function to get build working 2021-08-20 07:23:41 +10:00
Michael Shilman
4b9818d9d2 Update git head to 6.4.0-alpha.30, update yarn.lock 2021-08-14 13:18:09 +08:00
Michael Shilman
271665e76b v6.4.0-alpha.30 2021-08-14 13:13:32 +08:00
Michael Shilman
851b178f46 Update git head to 6.4.0-alpha.29, update yarn.lock 2021-08-10 22:17:18 +08:00
Michael Shilman
5fd2abf667 v6.4.0-alpha.29 2021-08-10 22:11:28 +08:00
Michael Shilman
4f6d93bff7
Merge pull request #15743 from yngvebn/render_custom_angular_template_source
Addon-docs/Angular: Render user defined template as source if it exists
2021-08-10 21:58:16 +08:00
Michael Shilman
0f363ffdfe Update git head to 6.4.0-alpha.28, update yarn.lock 2021-08-10 01:59:10 +08:00
Michael Shilman
921d1b75b7 v6.4.0-alpha.28 2021-08-10 01:54:18 +08:00
Michael Shilman
130d21261a Update git head to 6.4.0-alpha.26, update yarn.lock 2021-08-09 19:14:47 +08:00
Michael Shilman
6962d57302 v6.4.0-alpha.26 2021-08-09 19:10:05 +08:00
Yngve Bakken-Nilsen
b07a7e9f6c attempt to fix tests 2021-08-09 09:54:41 +02:00
Yngve Bakken-Nilsen
b1577905cb improve naming and returnstatement 2021-08-09 09:28:38 +02:00
Yngve Bakken-Nilsen
84f9295819 render source for custom angular template if it exists 2021-08-09 09:28:34 +02:00
Michael Shilman
3e302272a2 Update git head to 6.4.0-alpha.25, update yarn.lock 2021-08-08 00:49:20 +08:00
Michael Shilman
09a919286d v6.4.0-alpha.25 2021-08-08 00:44:47 +08:00
Michael Shilman
17503b3041
Merge pull request #15742 from yngvebn/csf3_angular_globalrenderer
Angular: Add global CSF3 renderer
2021-08-08 00:24:06 +08:00
Michael Shilman
48c19eb208 Update git head to 6.4.0-alpha.24, update yarn.lock 2021-08-04 22:26:55 +08:00