Michael Shilman
423665b094
Make presets loadable in main.js addons array
2019-12-25 21:26:53 +08:00
Jerric Lyns John
68dc904c3f
Storysource addon preset
2019-10-16 12:11:53 +05:30
Christophe Coevoet
d99d96c0c0
Upgrade react-syntax-highlighter to the latest version
2019-10-04 12:53:54 +02:00
Norbert de Langen
b0e6437cbf
Merge branch 'next' into pr/shiatsumat/8028
2019-09-27 15:58:47 +02:00
Norbert de Langen
a0d7b9248e
CHANGE paramKey for storysource addon disable
2019-09-27 15:58:32 +02:00
Yusuke Matsushita
a2d43f0225
Add paramKey for addon-storysource
...
Now you can hide the Story panel by `addParameters({ story: { disabled: true } });`.
I suppose that without this fix there is no way to selectively show or hide the Story panel.
2019-09-08 06:23:47 +09:00
Kitten King
0282b18a65
Fix some more typos
2019-07-22 06:29:57 +00:00
libetl
053aa06bc6
#7192 ✂ I have removed the storysource older loader
2019-07-03 23:56:56 +02:00
Michael Shilman
f129c1505c
FIX unnecessary large bundlesize ( #7091 )
...
FIX unnecessary large bundlesize
2019-06-14 05:54:32 +08:00
Norbert de Langen
0e3254613a
Found a really bad import, leading to the entire library of highlight.js being included
2019-06-13 20:46:53 +02:00
Luciano Graziani
265fc1e799
Add color inherit to StyledStoryLink
...
This prevents some text to change its original color before/after clicking the link
2019-05-24 21:59:15 +02:00
Norbert de Langen
5b11460c6a
CLEANUP channel should not be used in manager, just use api instead
2019-04-17 14:19:19 +02:00
Norbert de Langen
0697022c9a
SYNC printWidth prettier config
2019-03-11 10:06:58 +01:00
Norbert de Langen
3480bc0f62
ADD safe-gaurd against missing storysource locations
2019-02-21 02:22:19 +01:00
Norbert de Langen
0f1a1cf2cd
Merge branch 'next' into fix/storysource-not-updating
...
# Conflicts:
# lib/client-api/src/client_api.js
# lib/client-api/src/story_store.js
# lib/client-api/src/story_store.test.js
2019-02-20 13:55:12 +01:00
Norbert de Langen
3fc09942eb
CHANGE all decorators to use storyFn
instead of fn
2019-02-20 01:45:52 +01:00
Norbert de Langen
c865768bec
CLEANUP
2019-02-19 20:15:11 +01:00
Norbert de Langen
54faca3793
CHANGE storysource addon to use storyId instead of kind + name && ADD toId to router package
...
CHANGE storysource to use toId from router package
CHANGE core tp use toId from router package
CHANGE client-api to use toId from router package
CHANGE storyshots-puppeteer to use toId from router package
2019-02-19 20:14:15 +01:00
Norbert de Langen
50c48e8d59
CHANGE the set
event of storysource addon, to prevent confusion
...
`story-event` is very unclear IMHO
2019-02-19 18:04:28 +01:00
Norbert de Langen
91de976c9b
RENAME story
to fn
inside our decorators
...
This makes it very clear that the argument is a storyFn, named it `fn` for brevity
This is not an api change, because people can call the argument whatever they want and it will work
2019-02-19 15:55:16 +01:00
domyen
b15a0ed5e2
Change theme var names
2019-02-08 17:00:55 -05:00
domyen
e13352a1d7
Change global typography sizes/weights to numbers from strings
2019-02-07 17:01:52 -05:00
domyen
28e2d4f059
Use theme-level borderRadius instead of hardcoding
2019-02-07 15:45:55 -05:00
domyen
df6ee503f8
Theme Storysource && update SyntaxHighlighter to accept Emotion styling
2019-02-07 11:36:03 -05:00
domyen
c914d5f30c
Remove unused/underused typography
components & Add link styles & update use cases
2019-02-05 18:02:20 -05:00
Norbert de Langen
8b17966700
FIX babylon -> babel rename
...
https://github.com/prettier/prettier/pull/5647
2019-01-24 19:20:57 +01:00
Norbert de Langen
092ad6355e
FIX prettier config
2019-01-24 16:19:00 +01:00
Tom Coleman
5ecc23eaf4
Fix up key warning in addons panel
...
cc @ndelangen -- not sure if this was what you had in mind?
2018-12-31 13:12:18 +11:00
Norbert de Langen
7f5d1e843d
CHANGE core event names to uppercase && OPTIMISE app render
2018-12-30 00:15:55 +01:00
Norbert de Langen
0e978e22d2
REFACTOR to Typography component
2018-12-24 20:55:46 +01:00
Norbert de Langen
d7bfb78ff5
FIX some typescript issues
2018-12-17 11:35:39 +01:00
Norbert de Langen
9f0a4973d6
Merge branch 'next' into tech/overhaul-ui
...
# Conflicts:
# addons/a11y/package.json
# 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/knobs/package.json
# addons/links/package.json
# addons/notes/package.json
# addons/viewport/package.json
# app/react/package.json
# examples/cra-kitchen-sink/package.json
# examples/official-storybook/package.json
# lib/addons/package.json
# lib/channel-websocket/package.json
# lib/components/src/addon_panel/__snapshots__/index.stories.storyshot
# lib/core/package.json
# lib/ui/package.json
# yarn.lock
2018-12-17 10:55:19 +01:00
Steven Em
34b67b06cd
Add unit test for flow parser in StorySource
2018-12-13 21:02:52 -08:00
Steven Em
af6adf9784
Add support for Flow types in StorySource
2018-12-11 00:03:20 -08:00
Norbert de Langen
ec82d04797
REFACTOR a11y addon && FIX issues with decorators reloading
2018-12-10 19:27:12 +01:00
Norbert de Langen
a9ee8a5dad
Merge branch 'next' into tech/overhaul-ui
...
# Conflicts:
# .babelrc.js
# addons/a11y/package.json
# addons/actions/package.json
# addons/backgrounds/package.json
# addons/cssresources/package.json
# addons/events/package.json
# addons/graphql/package.json
# addons/info/package.json
# addons/info/src/components/PropTable.js
# addons/jest/package.json
# addons/knobs/package.json
# addons/links/package.json
# addons/notes/package.json
# addons/ondevice-backgrounds/package.json
# addons/options/package.json
# addons/storyshots/storyshots-core/package.json
# addons/storyshots/storyshots-puppeteer/package.json
# addons/storysource/package.json
# app/angular/package.json
# app/ember/package.json
# app/html/package.json
# app/marko/package.json
# app/mithril/package.json
# app/polymer/package.json
# app/react/package.json
# app/riot/package.json
# app/svelte/package.json
# app/vue/package.json
# examples/official-storybook/stories/addon-a11y.stories.js
# examples/official-storybook/stories/addon-actions.stories.js
# lib/addons/package.json
# lib/channel-postmessage/package.json
# lib/channel-websocket/package.json
# lib/components/package.json
# lib/components/src/layout/mobile.js
# lib/core/package.json
# lib/core/src/server/common/babel.js
# lib/ui/package.json
# lib/ui/src/modules/ui/components/stories_panel/index.js
# lib/ui/src/modules/ui/components/stories_panel/stories_tree/index.test.js
# lib/ui/src/modules/ui/components/stories_panel/stories_tree/tree_decorators_utils.js
# lib/ui/src/modules/ui/components/stories_panel/text_filter.js
# yarn.lock
2018-12-06 16:49:52 +01:00
Hypnosphi
8b2ec6cc43
Fix tests (most of them)
2018-12-04 19:15:13 +01:00
Hypnosphi
9804756f13
Avoid increasing bundle size
2018-11-06 00:53:35 +04:00
Hypnosphi
d4744453a4
Migrate to react-syntax-highlighter v10
2018-11-05 23:52:31 +04:00
Norbert de Langen
625162455d
FIX errors display && REFACTOR addons to sync naming conventions && CHANGE to use addParameters for setOptions && FIX eslint
2018-09-12 19:31:40 +02:00
Norbert de Langen
dd4c00ef54
FIX blue styles on RoutedLink && IMPROVE theme for SyntaxHihglighter && ADD reset for base styles
2018-09-06 15:16:38 +02:00
Norbert de Langen
5380acdca0
IMPROVE usability of SyntaxHighlighter component by making border and padding props
2018-09-06 11:30:41 +02:00
Norbert de Langen
45160d64d1
REFACTOR storysource to use SyntaxHighlighter component && IMPROVE theming for SyntaxHighlighter
2018-09-06 11:09:13 +02:00
Norbert de Langen
4d8f00c299
FIX send context to story
2018-09-04 13:42:52 +02:00
Norbert de Langen
c1c5eed80d
Merge branch 'master' into tech/overhaul-ui
...
# Conflicts:
# addons/backgrounds/src/BackgroundPanel.js
# lib/core/package.json
# yarn.lock
2018-08-31 15:45:36 +02:00
娄涛
db2fc88b39
test: re-generator snapshot
2018-08-28 17:05:21 +08:00
娄涛
6fe87ae16c
feat: change ut describe and option check strictly
2018-08-27 10:23:14 +08:00
娄涛
85e5c35052
add - export variable
2018-08-23 16:21:47 +08:00
娄涛
3229f04d24
Revert "add: noStoriesOf loader option support for custome story"
...
This reverts commit df2041fcd0e8fda2376c8fe69760cc7d7bfe6a41.
2018-08-23 16:04:45 +08:00
娄涛
a328a4a3d5
Merge branch 'master' of https://github.com/466023746/storybook
2018-08-23 16:01:33 +08:00