Michael Shilman
a09dddc174
Update version.ts to 6.0.0-rc.16
2020-07-28 22:32:35 +08:00
Michael Shilman
58b5208af8
v6.0.0-rc.16
2020-07-28 22:20:06 +08:00
Michael Shilman
9dc129032a
Merge pull request #11707 from storybookjs/11591-source-loader-perf
...
Source-loader: Inject source snippets as story parameters
2020-07-28 21:59:13 +08:00
Michael Shilman
b4deb2422a
Source-loader: Expand X.bind({}) stories in CSF
2020-07-28 18:38:54 +08:00
Norbert de Langen
ac67e1e54f
Merge branch 'next' into feature/add-skip-to-content
2020-07-28 10:36:19 +02:00
Norbert de Langen
6ecfd49576
Merge pull request #11699 from storybookjs/fix/11398-docsOnly-layout
...
Addon-docs: Fix docs render layout to always be 'fullscreen'
2020-07-28 09:41:30 +02:00
Norbert de Langen
2f154b1987
Merge pull request #11700 from storybookjs/fix/settings-pages-cherry-pick
...
Cherry pick #11576 , fix bug for non-dev builds of SB for release notes
2020-07-28 09:40:26 +02:00
Michael Shilman
ef3da027cf
Source-loader: injectParameters => injectStoryParameters
2020-07-28 15:11:46 +08:00
Michael Shilman
ee45f72e3f
Source-loader: Inject source snippets as story parameters
2020-07-28 15:04:31 +08:00
Michael Shilman
f9ff83e8a1
Merge pull request #11354 from storybookjs/add-yarn-2-e2e-tests
...
CLI: Update some framework templates, rework Yarn 2 usage in E2E and comment outdated E2E configs
2020-07-28 14:25:57 +08:00
Kyle Suss
84c03baa7a
Fix Menu stories, add one that exludes release notes
2020-07-27 14:14:01 -06:00
Kyle Suss
355b15b24f
Fix DeepScan issues
2020-07-27 13:24:14 -06:00
Kyle Suss
c1212ffb26
Cherry pick #11576 , fix bug for non-dev builds of SB for release notes
2020-07-27 13:01:40 -06:00
Norbert de Langen
d2cb5137e4
FIX the layout of docsOnly pages & docs in general
2020-07-27 15:47:49 +02:00
Michael Shilman
20812c9cc4
Merge pull request #11281 from storybookjs/fix/addon-docs/list_styles
...
Addon-docs: Apply list styles over reset
2020-07-27 14:32:30 +08:00
Michael Shilman
bfe7fd5624
Update version.ts to 6.0.0-rc.15
2020-07-27 13:03:55 +08:00
Michael Shilman
7354abe09c
v6.0.0-rc.15
2020-07-27 12:54:15 +08:00
Gaëtan Maisse
a8090fbde9
feat(cli): update Web component template with Button, Header and Page stories
2020-07-25 19:59:01 +02:00
Gaëtan Maisse
f3e122bca0
feat(cli): update Mithril template with Button, Header and Page stories
2020-07-25 19:59:01 +02:00
Gaëtan Maisse
ca6784d274
feat(cli): update Rax template with Button, Header and Page stories
2020-07-25 19:59:00 +02:00
Norbert de Langen
b88fd4f6e5
UPGRADE telejson
2020-07-23 19:58:23 +02:00
Tom Coleman
07c7e47783
Fix existing behaviour with prefixes
2020-07-23 13:54:10 +10:00
Michael Shilman
4af0d0d4b4
Merge pull request #11647 from daniel-ac-martin/patch-1
...
Core: Fix webpack recursion in mainjs glob processing logic
2020-07-23 08:04:39 +08:00
Michael Shilman
9d787248bf
Update version.ts to 6.0.0-rc.14
2020-07-22 23:58:04 +08:00
Michael Shilman
718fd46142
v6.0.0-rc.14
2020-07-22 23:47:42 +08:00
Michael Shilman
df06c0aeae
Merge pull request #11646 from storybookjs/channel-log-message-length
...
Core: Log message length on channel message
2020-07-22 23:19:41 +08:00
Daniel A.C. Martin
496b9b7e64
Core: Add tests for recursive flag
...
Adds some crude tests for when we expect to run webpack's
`require.context` in recursive mode.
2020-07-22 15:44:30 +01:00
Daniel A.C. Martin
5ab9e09ee6
Core: toRequireContext: recurse in more cases
...
`../base-dir/*/index.stories.jsx` will lead to `glob` being set to `*/index.stories.jsx` and so `glob.split('/').length` = 2.
With the existing code the `recursive` flag would _not_ be set and yet webpack will need to recurse into the directories in order to find any `index.stories.jsx` files that might exist within them.
Therefore, we should compare to 1 and not 2.
See: https://github.com/storybookjs/storybook/issues/11530#issuecomment-662465689
2020-07-22 15:01:12 +01:00
Michael Shilman
ac53ec4e57
Core: Log message length on channel message
2020-07-22 21:54:40 +08:00
Norbert de Langen
fbdc628178
ADD test
2020-07-22 13:07:38 +02:00
Norbert de Langen
edd796558a
CHANGE addGlobalMetadata so it checks if a global decorator should be added (it should not if it already exists)
2020-07-22 12:14:37 +02:00
Tom Coleman
75fdf5eb56
Ensure we preference shorter matching storyIds
2020-07-22 13:56:54 +10:00
Tom Coleman
7c6d7a9d89
Stop use from flashing around between stories
2020-07-22 13:52:09 +10:00
Michael Shilman
68bc8331d4
Update version.ts to 6.0.0-rc.13
2020-07-21 18:32:56 +08:00
Michael Shilman
b5a70c7e64
v6.0.0-rc.13
2020-07-21 18:22:34 +08:00
Michael Shilman
c17294b027
Merge pull request #11531 from daniel-ac-martin/expose-globbing-failure
...
Core: Improve translation of globs for main.js stories
2020-07-21 18:04:57 +08:00
Michael Shilman
fd511fc4eb
Merge pull request #11624 from storybookjs/11618-optimize-stories-hash
...
Core: Optimize `storiesHash` by removing unused parameters
2020-07-21 18:01:05 +08:00
Michael Shilman
89568b452e
Fix failing test
2020-07-21 17:37:57 +08:00
Michael Shilman
28d2b725ff
Fix typescript errors
2020-07-21 16:51:51 +08:00
Norbert de Langen
1792927a11
CLEANUP && ADD tests && FIX typescript issue where lib/client-api wasn't build before lib/cli
2020-07-21 10:51:42 +02:00
Norbert de Langen
22edca834e
Merge branch 'next' into tech/change-sbextract-cli-command-to-use-better-api
2020-07-21 10:25:39 +02:00
Michael Shilman
4cc0999076
Core: Optimize storiesHash
by removing unused parameters
2020-07-21 16:23:48 +08:00
Gaëtan Maisse
4a0c9a9b0d
fix(cli): generate docs:json
NPM script dynamically according to tsconfig file
...
Angular CLI 10 introduced a `tsconfig.base.json` file that we have to use to generate doc with compodoc.
So if `tsconfig.base.json` exist then use it, otherwise assume there is a `tsconfig.json` file
2020-07-20 21:23:15 +02:00
Michael Shilman
23971a07b3
Update version.ts to 6.0.0-rc.12
2020-07-20 20:39:13 +08:00
Michael Shilman
7f48e28526
v6.0.0-rc.12
2020-07-20 20:29:28 +08:00
Michael Shilman
920b9a7833
Merge pull request #11619 from storybookjs/11586-fix-args-refresh
...
Addon-controls: Fix undefined args handling
2020-07-20 20:01:13 +08:00
Norbert de Langen
661e9157bd
Merge pull request #11564 from storybookjs/fix/color-border-in-menu
...
FIX the color of the menu separator
2020-07-20 13:12:36 +02:00
Michael Shilman
22dd2359e4
Addon-controls: Fix stories
2020-07-20 19:05:32 +08:00
Michael Shilman
064c039cf5
Fix typo
2020-07-20 18:43:30 +08:00
Michael Shilman
8699df2568
Controls: Allow optional input values and add stories
2020-07-20 16:54:10 +08:00