5043 Commits

Author SHA1 Message Date
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
Blaine Bublitz
3470a4e633 upgrade ember-cli-app-version 2021-01-14 17:34:51 -07: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
b351e46160 Fix broken configuration 2021-01-11 17:56:36 +08:00
Michael Shilman
014546dcbf Fix broken story 2021-01-11 17:49:21 +08:00
Michael Shilman
9b90b97e01
Merge pull request #13519 from storybookjs/feature/html-ts-template-and-types
HTML: Add CSF types
2021-01-02 21:37:13 +08:00
Yann Braga
cb55ee6abb test(html-kitchen-sink): add new snapshots 2021-01-02 12:42:04 +01:00
Yann Braga
cd5905f161 chore(examples): update html kitchen sink 2021-01-02 09:57:02 +01:00
Dominic Lee
80e5f9058d
fix: assign parameters to correct story 2020-12-29 15:55:39 +00:00
Dominic Lee
b5ea3158d0
chore: add additional addon-jest examples 2020-12-29 13:57:56 +00:00
Michael Shilman
bd7f2bbed5 v6.2.0-alpha.10 2020-12-28 11:51:46 +08:00
Yann Braga
64ffe9d927 chore(examples): add html typescript 2020-12-26 23:24:48 +01:00
Gert Hengeveld
daa78d449a Restore Symbols position and fix the DoubleThemeRenderingHack instead. 2020-12-22 11:05:35 +01:00
Gert Hengeveld
795f467b1f Move symbols below story content to prevent them from interfering with :first-child. 2020-12-22 01:03:30 +01:00
Gert Hengeveld
4564593793 Merge branch 'next' into tree-reuse-svg-paths 2020-12-21 13:17:19 +01:00
Michael Shilman
47341be6aa v6.2.0-alpha.9 2020-12-20 19:58:45 +08:00
Michael Shilman
e028fe7e05
Merge pull request #12829 from storybookjs/dependabot/npm_and_yarn/ember/optional-features-2.0.0
Bump @ember/optional-features from 1.3.0 to 2.0.0
2020-12-20 17:49:10 +08:00
j3rem1e
3f7153a52d Make docgen static for svelte component (fixes #13247) 2020-12-16 16:23:53 +01:00
dependabot-preview[bot]
91f31986d4
Bump @ember/optional-features from 1.3.0 to 2.0.0
Bumps [@ember/optional-features](https://github.com/emberjs/ember-optional-features) from 1.3.0 to 2.0.0.
- [Release notes](https://github.com/emberjs/ember-optional-features/releases)
- [Changelog](https://github.com/emberjs/ember-optional-features/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emberjs/ember-optional-features/compare/v1.3.0...v2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-16 14:49:37 +00: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
3b600120db Merge branch 'next' into maintenance/docs-remove-export 2020-12-15 20:46:41 +08:00
Michael Shilman
4a1987c823 Revert test results 2020-12-15 19:22:03 +08:00
Michael Shilman
bf00e62176 Addon-docs: Remove unused titleFunction export 2020-12-15 18:29:12 +08:00
Michael Shilman
bf0bb282b1 Merge branch 'next' into perf/esm-dist 2020-12-15 17:43:53 +08:00
Gert Hengeveld
955681f527 Fix icons in stories. 2020-12-14 13:39:17 +01:00
Michael Shilman
e3b6d2819c Merge branch 'next' into pr/13383 2020-12-14 10:39:07 +08:00
Michael Shilman
e741f5e3af v6.2.0-alpha.6 2020-12-12 11:33:42 +08: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
Norbert de Langen
84a4bde3f0
FIX 2020-12-09 14:42:24 +01:00
Norbert de Langen
53b13ad169
fix angular, which has no babel build dist 2020-12-08 18:51:39 +01:00
Norbert de Langen
0c8dfccdf8
Merge branch 'next' into perf/esm-dist
# Conflicts:
#	lib/core/package.json
#	lib/ui/package.json
2020-12-08 15:43:09 +01:00
Michael Shilman
850a0d8b98 v6.2.0-alpha.5 2020-12-08 12:54:00 +08:00
Michael Shilman
59f78816e9 v6.2.0-alpha.4 2020-12-06 13:26:05 +08:00
Michael Shilman
39255ac2e4 Fix failing tests 2020-12-06 10:33:17 +08:00
Michael Shilman
a2cb336f59 Addon-docs: Handle svelte docgen failures gracefully 2020-12-06 01:55:19 +08:00