17050 Commits

Author SHA1 Message Date
Gaëtan Maisse
76029c9400 chore: migrate src of addons/a11y to Typescript 2019-03-07 08:21:44 +01:00
Gaëtan Maisse
e4cf45cce8 chore: add tsconfig in addons/a11y 2019-03-07 08:21:44 +01:00
Alex Wilson
ca63d0ec9a
Merge branch 'next' into performance-fix-knob-change-debouncing 2019-03-07 00:39:05 -05:00
codebyalex
8aa71c5382 modified debounce logic to use lodash rather than custom timeout code 2019-03-07 00:37:57 -05:00
Michael Shilman
10cb244251
Merge pull request #5928 from jangerhofer/next
Docs: Typescript Configuration Examples for v5
2019-03-07 12:12:01 +08:00
Michael Shilman
39e28f4750
Merge pull request #5909 from ehzhang/ehzhang/check-filename-is-string-before-searching
lib client-api/src/client_api: check type of module.id as fileName
2019-03-07 11:56:21 +08:00
Michael Shilman
d340a4abeb Fix linting error? 2019-03-07 11:51:15 +08:00
Michael Shilman
9e51607703
Merge pull request #5930 from xdvarpunen/next
Updated list of peerDependencies for mithriljs.
2019-03-07 06:53:03 +08:00
Norbert de Langen
f4b6417436 ADD search to all pages 2019-03-06 23:42:07 +01:00
Norbert de Langen
49915f3420 FIX missing dependency 2019-03-06 23:34:44 +01:00
Norbert de Langen
c603cfb878 REMOVE unneeded dependencies 2019-03-06 21:32:58 +01:00
xdvarpunen
ed8182d770
Updated list of peerDependencies for mithriljs. 2019-03-06 20:59:37 +02:00
JD Angerhofer
2fbed87803 Docs: Typescript Configuration for v5
Updating Typescript example code to reflect Webpack "full control" mode in Storybook v5.
2019-03-06 12:40:21 -05:00
Edwin Zhang
bd4becaf95 lib client-api/src/client_api.test: add test case to ignore numeric module.id 2019-03-06 09:40:17 -08:00
Edwin Zhang
bffba53c3a lib client-api/src/client_api: check type of module.id as fileName
Much further downwind when searching through file names, fuzzy-search
and .includes requires that the fileName parameter is a string, not a
number. This checks to make sure that the fileName is indeed a string,
since webpack may sometimes return the module.id as a number.

https://webpack.js.org/api/module-variables/#moduleid-commonjs
2019-03-06 09:34:19 -08:00
Norbert de Langen
5d85fd51db Merge branch 'next' into tech/improve-docs 2019-03-06 16:56:36 +01:00
Michael Shilman
2cf21e6f09 Merge branch 'master' into next 2019-03-06 17:39:09 +08:00
Michael Shilman
119764702e Remove custom presets warning 2019-03-06 16:39:37 +08:00
Michael Shilman
2680c4e765
Merge pull request #5905 from maraisr/feature/readme-badge-does-no-work
Readme updated to reference jsDelivr for the badge
2019-03-06 14:18:04 +08:00
Michael Shilman
af2e91098c
Merge pull request #5900 from 44px/patch-4
Fix typo in example, use MyPanel component
2019-03-06 14:17:06 +08:00
Marais Rossouw
5d28d97624
docs: readme updated to reference jsdelivr for the badge 2019-03-06 15:57:21 +10:00
Alexander Shepelin
9acd009c9a
Fix typo in example, use MyPanel component 2019-03-06 08:18:44 +03:00
Michael Shilman
8998c58d3e Merge pull request #5896 from storybooks/split-versions-json
Split versions.json into two files
2019-03-06 11:36:31 +08:00
Michael Shilman
492e87db7e
Merge pull request #5896 from storybooks/split-versions-json
Split versions.json into two files
2019-03-06 11:35:56 +08:00
Michael Shilman
d978defb12 Split versions.json into two files to avoid constant merge conflicts 2019-03-06 11:21:41 +08:00
Michael Shilman
4f57a412fd 5.0.0-alpha.0 versions.json 2019-03-06 10:57:09 +08:00
Michael Shilman
923465f46d 5.0.0-alpha.0 versions.json 2019-03-06 10:54:56 +08:00
Michael Shilman
5e98cef35b
Merge pull request #5884 from mattfwood/patch-3
Fix imported package for "dark" theme
2019-03-06 10:42:23 +08:00
Michael Shilman
a05491b07a v5.1.0-alpha.0 v5.1.0-alpha.0 2019-03-06 10:39:47 +08:00
Michael Shilman
600afe653e Fix linting issue 2019-03-06 10:31:42 +08:00
Michael Shilman
7619232291 5.1.0-alpha.0 changelog 2019-03-06 10:29:17 +08:00
Michael Shilman
63133b6c12
Merge pull request #5890 from robotnicka/patch-3
Spelling correction for markup heading link for Configuration
2019-03-06 08:00:08 +08:00
Norbert de Langen
77f15f21ea Merge branch 'next' into tech/improve-docs 2019-03-06 00:03:59 +01:00
Norbert de Langen
00149fbcde
Merge pull request #5740 from storybooks/tech/upgrades
Tech/upgrades
2019-03-06 00:02:53 +01:00
Emily Mentrek
25e416aaf2
Spelling correction so the markup heading link for Configuration works properly 2019-03-05 17:57:33 -05:00
Norbert de Langen
f712f0c702 REMOVE unnecessary console.log 2019-03-05 23:22:18 +01:00
Norbert de Langen
95b8cadc3a Merge branch 'next' into tech/upgrades
# Conflicts:
#	addons/actions/package.json
#	addons/backgrounds/package.json
#	addons/cssresources/package.json
#	addons/events/package.json
#	addons/google-analytics/package.json
#	addons/info/package.json
#	addons/jest/package.json
#	addons/ondevice-backgrounds/package.json
#	addons/ondevice-knobs/package.json
#	addons/ondevice-notes/package.json
#	addons/options/package.json
#	addons/storyshots/storyshots-core/package.json
#	addons/storyshots/storyshots-puppeteer/package.json
#	addons/storysource/package.json
#	addons/viewport/package.json
#	app/ember/package.json
#	examples/angular-cli/package.json
#	examples/cra-kitchen-sink/package.json
#	examples/cra-ts-kitchen-sink/package.json
#	examples/ember-cli/package.json
#	examples/mithril-kitchen-sink/package.json
#	examples/official-storybook/package.json
#	examples/riot-kitchen-sink/package.json
#	examples/vue-kitchen-sink/package.json
#	lib/core/package.json
#	yarn.lock
2019-03-05 22:48:38 +01:00
Norbert de Langen
fd57c17958
Merge pull request #5885 from zsalzbank/patch-4
storysource: update documentation for v5
2019-03-05 22:22:03 +01:00
Norbert de Langen
0799145445
Merge pull request #5881 from petekp/patch-3
Fix typo in MIGRATION.md related to webpack config
2019-03-05 22:19:28 +01:00
Zachary Salzbank
2a67ea4f8e
storysource: update documentation for v5 2019-03-05 14:35:11 -05:00
Matt Wood
ca7307c867
Fix imported package for "dark" theme 2019-03-05 13:29:50 -06:00
Pete
bd81dd83a2
Fix typo in MIGRATION.md related to webpack config 2019-03-05 10:26:09 -08:00
Michael Shilman
f2b625bab0 Merge master into next after 5.0.0 release 2019-03-06 02:08:02 +08:00
Norbert de Langen
63aad4da8c FIX linting 2019-03-05 18:09:41 +01:00
Norbert de Langen
75e224e25d FIX the angular styles loading 2019-03-05 17:28:55 +01:00
Norbert de Langen
ab8aaca15d IMPROVE documentation on theming (REMOVE the advanced section) & ADD quiet to static standalone command 2019-03-05 16:32:32 +01:00
Norbert de Langen
2111fbec04 SYNC header from new site 2019-03-05 16:16:07 +01:00
Michael Shilman
fa27fc409b Footer community link 2019-03-05 22:24:52 +08:00
Michael Shilman
76343911d9 Fix header links 2019-03-05 22:15:36 +08:00
Norbert de Langen
ace908a831 Merge branch 'next' into tech/improve-docs
# Conflicts:
#	lib/theming/src/create.ts
2019-03-05 15:11:54 +01:00