jonniebigodes
6adf6ce9eb
vue 3 starting fixes and FAQ updates
2021-04-29 22:15:48 +01:00
Michael Shilman
bb58c98913
Update git head to 6.3.0-alpha.16, update yarn.lock
2021-04-29 11:46:48 +08:00
Michael Shilman
f09bb7bf00
v6.3.0-alpha.16
2021-04-29 11:39:54 +08:00
ThibaudAv
531eb9b01a
fix(angular): use getSystemPath to adapt path on windows
2021-04-28 19:49:22 +02:00
Michael Shilman
a08db4f6fe
Update git head to 6.3.0-alpha.15, update yarn.lock
2021-04-28 01:38:53 +08:00
Michael Shilman
11ea895ed3
v6.3.0-alpha.15
2021-04-28 01:32:11 +08:00
Jason Jean
b7c9fa7690
Merge remote-tracking branch 'origin/next' into tech/nx-tooling-2
2021-04-26 15:47:34 -04:00
Michael Shilman
81e1759d22
Update git head to 6.3.0-alpha.14, update yarn.lock
2021-04-23 10:20:48 +08:00
Michael Shilman
eb1e3a913f
v6.3.0-alpha.14
2021-04-23 10:14:32 +08:00
Norbert de Langen
a1fac5a2aa
Merge branch 'next' into pr/FrozenPandaz/14535
...
# Conflicts:
# yarn.lock
2021-04-21 11:40:19 +02:00
Michael Shilman
46125ac80c
Update git head to 6.3.0-alpha.13, update yarn.lock
2021-04-21 10:48:23 +08:00
Michael Shilman
35287402b5
v6.3.0-alpha.13
2021-04-21 10:41:26 +08:00
Jason Jean
884f889d14
chore: update nx
2021-04-20 18:18:59 -04:00
Michael Shilman
1296e734c1
Update git head to 6.3.0-alpha.12, update yarn.lock
2021-04-20 02:05:24 +08:00
Michael Shilman
d559d96fc5
v6.3.0-alpha.12
2021-04-20 01:58:56 +08:00
Michael Shilman
7eb9f89afb
Merge pull request #14358 from storybookjs/angular/refactor-server-test
...
Angular: Refactor angular server
2021-04-20 01:50:16 +08:00
Michael Shilman
88c9182710
Update git head to 6.3.0-alpha.11, update yarn.lock
2021-04-19 22:23:02 +08:00
Michael Shilman
7620a2978c
v6.3.0-alpha.11
2021-04-19 22:16:43 +08:00
Kai Röder
bb0856e226
feat(angular): add ivy support
2021-04-19 11:32:17 +02:00
Paul Rosania
5758c65a10
Add funding
to manifests
2021-04-18 22:40:36 -07:00
ThibaudAv
4f004183ea
refactor(angular): rework angular-cli preset
...
Rework the code of angular-cli_config and angular-cli_utils to add future features
Improvement:
- Add test for NX
- Use angular core to read the workspace instead of doing it by hand
- Use angular-cli to read the tsconfig
- Redesigned the code to get out the main steps + added error handling
- Express more clearly the webpack config from angular-cli
- Clarification of the logs
- Improvement of the types with those of angular-cli
2021-04-18 23:08:35 +02:00
ThibaudAv
62c344e4c4
test(angular): add more test for framework-preset-angular-cli
...
Adds tests in order to rework the code in next commit without changing the angular preset behavior
2021-04-18 23:06:25 +02:00
ThibaudAv
82ae93d829
refactor(angular): use the full path to set configFile of TsconfigPathsPlugin with tsConfig
2021-04-18 23:06:24 +02:00
Michael Shilman
cec229fee6
Update git head to 6.3.0-alpha.10, update yarn.lock
2021-04-18 21:24:33 +08:00
Michael Shilman
080babf6d7
v6.3.0-alpha.10
2021-04-18 21:18:41 +08:00
Michael Shilman
d49a95712a
Update git head to 6.3.0-alpha.9, update yarn.lock
2021-04-17 00:50:55 +08:00
Michael Shilman
1d75ab7fc1
v6.3.0-alpha.9
2021-04-17 00:44:29 +08:00
Michael Shilman
ead9d1c098
Merge branch 'next' into preact-compat-default
2021-04-16 23:59:50 +08:00
Michael Shilman
742f102a50
Merge pull request #14615 from jonspalmer/server_string_encoding
...
Server: Fix string escaping in CSF compiler
2021-04-16 16:57:12 +08:00
Jon Palmer
dccd2ca1f5
Use JSON.stringify
2021-04-15 10:50:00 -04:00
Michael Shilman
082eb74020
Update git head to 6.3.0-alpha.8, update yarn.lock
2021-04-15 22:30:06 +08:00
Michael Shilman
2459eb4282
v6.3.0-alpha.8
2021-04-15 22:23:13 +08:00
Jon Palmer
17987f7b9f
Server CSF compiler generates double quote vs single quote strings
2021-04-15 07:54:53 -04:00
Michael Shilman
c9afbb2c7c
Update git head to 6.3.0-alpha.7, update yarn.lock
2021-04-14 10:25:58 +08:00
Michael Shilman
ca7182ff5f
v6.3.0-alpha.7
2021-04-14 10:19:40 +08:00
Michael Shilman
5434cdf4ca
Merge pull request #14226 from storybookjs/angular/add-render-mode
...
Angular: Improve story rendering mode
2021-04-14 10:05:55 +08:00
ThibaudAv
d72337ee78
fix(angular): set the @ViewChild with a non-empty value in StorybookWrapperComponent
...
Fix the error :
> Unhandled Promise rejection: Can't construct a query for the property "storyComponentElementRef" of "StorybookWrapperComponent" since the query selector wasn't defined. ; Zone: <root> ; Task: Promise.then ; Value: Error: Can't construct a query for the property "storyComponentElementRef" of "StorybookWrapperComponent" since the query selector wasn't defined.
which appears on angular v11 once the ngcc command is executed
2021-04-13 21:14:28 +02:00
ThibaudAv
d64e49ba1a
feat(angular): force the rendering if the metadata structure has changed
...
After the first rendering of a story, the next changes of `agrs` by addon controls or `globals` (for example) are not necessarily properties of the component (or template).
but can change other things like an Angular provider
With this additional verification if the stringify `moduleMetadata` structure changes then a complete rendering is done
2021-04-13 11:24:54 +02:00
Michael Shilman
0ddd4ca329
Update git head to 6.3.0-alpha.6, update yarn.lock
2021-04-13 16:37:55 +08:00
Michael Shilman
60181528cf
v6.3.0-alpha.6
2021-04-13 16:31:17 +08:00
Adam Marcinkowski
1508541b55
Bump vue-docgen-api to 4.38.0
2021-04-12 17:06:29 +02:00
Klemen Slavič
038ccd0223
Fix PR comments
2021-04-12 13:34:29 +02:00
Klemen Slavič
83a254a813
Add default compat for React components
2021-04-12 09:52:33 +02:00
Michael Shilman
2257c53699
Update git head to 6.3.0-alpha.5, update yarn.lock
2021-04-11 23:46:37 +08:00
Michael Shilman
9030fc7598
v6.3.0-alpha.5
2021-04-11 23:40:18 +08:00
Michael Shilman
0415209d04
Update git head to 6.3.0-alpha.4, update yarn.lock
2021-04-10 20:53:31 +08:00
Michael Shilman
157857bbe1
v6.3.0-alpha.4
2021-04-10 20:47:14 +08:00
Michael Shilman
3ec358f71c
Merge pull request #14472 from eirslett/dont-shadow-window
...
Core: Don't shadow the window global variable
2021-04-10 20:30:06 +08:00
Michael Shilman
650a0662d6
Update git head to 6.3.0-alpha.3, update yarn.lock
2021-04-10 12:42:56 +08:00
Michael Shilman
4797065261
v6.3.0-alpha.3
2021-04-10 12:36:35 +08:00