Norbert de Langen
07764c33a6
FIX build & tests
2019-07-07 00:03:50 +02:00
Michael Shilman
2188a8b337
CLI docs mode with --docs flag
2019-06-20 11:59:37 +08:00
Norbert de Langen
f893431a8d
Merge branch 'next' into tech/api-package
...
# Conflicts:
# addons/cssresources/src/register.tsx
# addons/notes/src/Panel.tsx
# addons/notes/src/giphy.tsx
# examples/official-storybook/stories/core/parameters.stories.js
# lib/api/src/init-provider-api.ts
# lib/api/src/lib/id.ts
# lib/api/src/modules/addons.ts
# lib/api/src/modules/layout.ts
# lib/api/src/modules/stories.ts
# lib/api/src/modules/url.ts
# lib/api/src/modules/versions.ts
# lib/api/src/store.ts
# lib/api/src/tests/id.test.js
# lib/api/src/tests/versions.test.js
# lib/client-api/src/client_api.js
# lib/client-logger/src/index.ts
# lib/router/package.json
# lib/router/src/tests/id.test.js
# lib/router/src/typings.d.ts
# lib/router/src/utils.ts
# lib/theming/src/themes/dark-syntax.ts
# lib/theming/src/themes/dark.ts
# lib/theming/src/themes/light-syntax.ts
# lib/theming/src/themes/light.ts
# lib/ui/package.json
# lib/ui/src/components/sidebar/treeview/utils.js
# lib/ui/src/containers/nav.js
# lib/ui/src/containers/preview.js
# lib/ui/src/core/context.js
# lib/ui/src/core/initial-state.js
# lib/ui/src/index.js
# lib/ui/src/libs/id.test.js
# lib/ui/src/settings/__snapshots__/shortcuts.stories.storyshot
# lib/ui/src/settings/about_page.js
# lib/ui/src/settings/shortcuts.stories.js
# lib/ui/src/settings/shortcuts_page.js
# yarn.lock
2019-03-06 16:45:13 +01:00
Norbert de Langen
13b225727e
OPTIMIZE so the theme doesn't update every story change
2019-03-04 21:06:20 +01:00
Norbert de Langen
f16213b32a
ADD an ensure around the theme
...
if no proper theme is provided, we use light / shallow-merge in light base
2019-02-20 13:41:08 +01:00
Norbert de Langen
accb7ff476
REFACTOR context into it's own package && REFACTOR into typescript
2019-01-29 13:14:39 +01:00
Norbert de Langen
f8216fa408
Merge branch 'next' into feature/set-title
...
# Conflicts:
# lib/components/src/preview/preview.js
2019-01-18 15:54:26 +01:00
Norbert de Langen
b1cdbc587b
ADD react-helmet-async to add a title element of the main storyId
2019-01-17 12:59:59 +01:00
Norbert de Langen
4f4204897e
REFACTOR router into @storybook/router
...
- ensure we can migrate to a different router without updating all users
- ensure single version
- easier api
- separate from @storybook/component makes it lighter
2019-01-15 17:16:15 +01:00
Norbert de Langen
ae9e32f8d0
MIGRATE to wrap emotion into a @storybook/theming package
...
- This ensures a single version
- This adds a good place to add themes
- Addons can take a dependency on something storybook
- We could migrate to another styling lib without asking all users to migrate with us
2019-01-14 22:48:33 +01:00
Tom Coleman
5039e67ee3
Lots of props / linting fixes
2019-01-11 13:11:10 +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
2fae294e11
Merge branch 'pr/lifeiscontent/4925' 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/info/package.json
# addons/info/src/__snapshots__/index.test.js.snap
# addons/jest/package.json
# addons/knobs/package.json
# addons/notes/package.json
# addons/viewport/package.json
# app/react/package.json
# examples/cra-kitchen-sink/package.json
# examples/official-storybook/config.js
# examples/official-storybook/package.json
# lib/components/package.json
# lib/components/src/layout/desktop.js
# lib/components/src/layout/index.js
# lib/core/package.json
# lib/ui/package.json
# lib/ui/src/modules/ui/components/search_box.js
# lib/ui/src/modules/ui/components/shortcuts_help.js
# lib/ui/src/modules/ui/components/stories_panel/__snapshots__/index.stories.storyshot
# lib/ui/src/modules/ui/components/stories_panel/__snapshots__/text_filter.stories.storyshot
# lib/ui/src/modules/ui/components/stories_panel/stories_tree/__snapshots__/index.stories.storyshot
# lib/ui/src/modules/ui/components/stories_panel/stories_tree/tree_decorators.js
# package.json
# yarn.lock
2018-12-12 15:47:20 +01:00
Norbert de Langen
a8bf858179
REFACTOR state management
2018-12-11 01:10:15 +01:00
Norbert de Langen
5f05fe98b8
CLEANUP manager.context & root component
2018-11-30 17:46:46 +01:00
Norbert de Langen
a6b55060d0
FIX routing & layout
2018-11-14 15:50:56 +01:00
Jessica Koch
31cf0df734
Merge branch 'tech/overhaul-ui' of https://github.com/storybooks/storybook into tech/overhaul-ui
2018-10-25 20:02:01 -07:00
Jessica Koch
37bfeda8f6
#3984 keys now appear in the modal
2018-10-25 20:01:52 -07:00
Alexandre BODIN
2fa89120e4
Remove mobx in favor of custom store with React context
2018-10-24 08:57:35 +02:00
Alexandre BODIN
7226b9a3ac
Inject history in the store to enable navigation
2018-09-04 14:33:46 +02:00
Alexandre Bodin
5fab11b444
Init uiStore and improve routing managment
2018-08-22 20:58:21 +02:00
Alexandre Bodin
cb898c4784
Move ui components to ui package
2018-08-20 22:35:45 +02:00
Norbert de Langen
5d37313b99
CHANGE to reach-router, which does re-render upon query change
2018-08-20 16:39:25 +02:00
Alexandre Bodin
db9d3010e3
Add routing in nav
2018-08-17 22:28:42 +02:00
Norbert de Langen
68c1664ec9
WIP
2018-08-11 01:40:24 +02:00
Norbert de Langen
d9c57d2fd7
REFACTOR WIP
2018-08-10 15:59:17 +02:00
Alexandre Bodin
a8bbc1a3f9
And urlState for components need an href
2018-08-09 23:23:09 +02:00
Alexandre Bodin
5ba1760d42
remove stuff related to podda / mantra
2018-08-08 23:51:30 +02:00
Alexandre Bodin
4aa1f5eb94
WIP: routing
2018-08-08 20:44:12 +02:00
Alexandre Bodin
eba6fd71d2
Fix code need undefined fields in the state. this needs fixing
2018-08-08 00:53:57 +02:00
Alexandre Bodin
6179121385
Adds actions
...
- [ ] Split into multiple stores
- [ ] Implement remaining actions
- [ ] handle routing in a better way
2018-08-07 21:41:13 +02:00
Alexandre Bodin
4fa3206339
add mobx
2018-08-07 20:57:53 +02:00
Alexandre BODIN
70865f7ed9
wip
2018-08-07 09:23:21 +02:00
Alexandre Bodin
d835929bc8
WIP
2018-08-07 00:30:49 +02:00
Daniel Duan
257f0d2fff
#3029 use @storybook/podda to fix npm engine version in podda
2018-02-19 20:13:43 -05:00
Daniel Duan
c316b4ea1c
#2303 use our own published packages
2017-11-15 12:03:29 -05:00
Norbert de Langen
09747c667b
Merge branch 'master' into eslint-strict
...
# Conflicts:
# addons/centered/package.json
# addons/graphql/package.json
# addons/info/package.json
# addons/knobs/package.json
# addons/links/.storybook/config.js
# addons/notes/package.json
# addons/notes/src/index.js
# addons/notes/src/register.js
# addons/options/src/manager/index.js
# addons/storyshots/src/index.js
# addons/storyshots/stories/required_with_context/Button.stories.js
# addons/storyshots/stories/required_with_context/Welcome.js
# app/react-native/package.json
# app/react-native/src/manager/index.js
# lib/channel-postmessage/package.json
# lib/channel-postmessage/src/index.js
# lib/channel-websocket/package.json
# lib/channel-websocket/src/index.js
# lib/cli/generators/METEOR/index.js
# lib/cli/generators/REACT/template/stories/Welcome.js
# lib/cli/generators/REACT_SCRIPTS/index.js
# lib/cli/generators/WEBPACK_REACT/template/stories/Welcome.js
# packages/react-storybook/src/server/track_usage.js
# packages/storybook-ui/src/modules/ui/components/layout/usplit.js
# scripts/prepublish.js
2017-05-17 23:41:09 +02:00
Norbert de Langen
69b91f6e53
CHANGE folder structure && CHANGE package-names
2017-05-15 00:08:46 +02:00