675 Commits

Author SHA1 Message Date
Gytis Vinclovas
5b914075ea
Added missing return 2018-12-03 16:38:44 +02:00
Michael Shilman
3cd3ae347e v4.1.0-alpha.10 2018-12-01 11:23:45 +08:00
Michael Shilman
6b224a2cc6 v4.1.0-alpha.9 2018-11-29 17:48:05 +08:00
Gytis Vinclovas
fd6932eecc Properly sets initial story out of Async Storage. 2018-11-27 15:19:56 +02:00
Estevão Lucas
7acadb1fe0 feat(react-native): add option to set keyboarVerticalOffset to KeyboardAvoidingView wrapping Storybook's view 2018-11-26 14:01:42 -05:00
Michael Shilman
0833a4b8a9 v4.1.0-alpha.8 2018-11-25 11:00:57 +09:00
Estevão Lucas
d0d0eba29d change from Fragment to View and add disableFullscreenUI 2018-11-22 22:18:01 -05:00
Estevão Lucas
2fe9e71120 fix: only disable KeyboardAvoidingView with shouldDisableKeyboardAvoidingView param on preview tab 2018-11-22 22:18:01 -05:00
Estevão Lucas
54ccc611db remove KeyboardAvoidingView from addons wrapper 2018-11-22 22:18:00 -05:00
Estevão Lucas
5d1dac6f2e feat: wrap storybook on react-native with KeyboardAvoidingView 2018-11-22 22:18:00 -05:00
Estevão Lucas
709cf9c260 feat(react-native): add filter bar 2018-11-22 22:17:59 -05:00
Michael Shilman
d507e2edaa v4.1.0-alpha.7 2018-11-22 12:33:15 +08:00
Michael Shilman
8a9c0db4fd v4.1.0-alpha.6 2018-11-22 12:05:40 +08:00
Michael Shilman
337eac8671 v4.1.0-alpha.5 2018-11-22 11:53:10 +08:00
Michael Shilman
d8dbfcdbb5 v4.1.0-alpha.4 2018-11-21 18:42:38 +08:00
Michael Shilman
ddecb0b7f6 v4.1.0-alpha.3 2018-11-15 22:11:08 +08:00
Steph Meslin-Weber
6005742378
Merge pull request #4771 from Stephanemw/use_alpha_babel_minify
chore(deps): use alpha minify dependency to upgrade transitive lodash dependencies
2018-11-13 12:52:04 +00:00
Michael Shilman
cdb9e485eb v4.1.0-alpha.2 2018-11-13 19:33:19 +08:00
Steph Meslin-Weber
9ecd810a37 chore(deps): use alpha minify dependency to upgrade transitive lodash dependencies 2018-11-12 11:22:26 +00:00
Norbert de Langen
0f29f205dc
Merge branch 'next' into core/separate-manager-from-preview 2018-11-09 09:31:11 +01:00
Norbert de Langen
3d31fd33a4
CHANGE start command for RN to allow --quiet 2018-11-08 17:47:20 +01:00
Norbert de Langen
65f5703b10 CHANGE tests to not output webpack build progress 2018-11-08 15:44:29 +01:00
Estevão Lucas
4808646ca1 feat: add support for initialSelection param 2018-11-07 08:28:46 -05:00
Estevão Lucas
a8497064ca feat: persist last displayed story
Add supports for persistent selection with getStorybookUI's shouldPersistSelection param
2018-11-07 08:28:46 -05:00
igor-dv
4d547631f8 Merge remote-tracking branch 'origin/next' into core/separate-manager-from-preview
# Conflicts:
#	lib/core/package.json
2018-11-06 18:05:27 +02:00
Michael Shilman
253a667e68 v4.1.0-alpha.1 2018-11-06 17:15:42 +08:00
Michael Shilman
627a075c37 v4.1.0-alpha.0 2018-11-06 17:01:48 +08:00
igor-dv
611a846814 Merge remote-tracking branch 'origin/next' into core/separate-manager-from-preview
# Conflicts:
#	addons/ondevice-knobs/package.json
#	addons/storyshots/storyshots-puppeteer/package.json
#	lib/cli/test/fixtures/react_babel_config_js/package.json
#	lib/cli/test/fixtures/react_babel_custom_preset/package.json
#	lib/cli/test/fixtures/react_babel_pkg_json/package.json
#	lib/cli/test/fixtures/react_babelrc/package.json
#	lib/cli/test/fixtures/react_babelrc_js/package.json
#	lib/core/package.json
#	yarn.lock
2018-11-06 10:09:42 +02:00
Michael Shilman
0cc22e4b27 v4.0.4 2018-11-06 13:38:03 +08:00
Michael Shilman
b9ae585f9c v4.0.3 2018-11-06 12:49:45 +08:00
Michael Shilman
a986ce8b74 Merge branch 'master' into release/4.0 2018-11-06 10:22:38 +08:00
igor-dv
73834fc100 Merge remote-tracking branch 'origin/master' into core/separate-manager-from-preview
# Conflicts:
#	lib/core/src/server/build-static.js
2018-11-05 19:09:47 +02:00
Okamuuu
e7de7b6b91 [documentation] Improve doc for React Native (#4680)
* fix a error message: ReferenceError: Can't find variable: React
* fix a warning message:  Missing 'module' parameter for story with a kind
of 'CenteredView'. It will break your HMR
* doc: write more detail about app entry
2018-11-05 10:08:03 +02:00
Estevão Lucas
571c6b4d59 feat(react-native): close StoryListView after tap again in the current story (#4714)
Issue: N/A

## What I did

Close automatically `<StoryListView>` panel after the user tap again in the current story. The idea is to remove some friction to select a story and view it.
2018-11-05 09:38:37 +02:00
igor-dv
042d3bb96c Merge remote-tracking branch 'origin/master' into core/separate-manager-from-preview
# Conflicts:
#	addons/storyshots/storyshots-core/package.json
#	lib/cli/test/run_tests.sh
#	lib/core/package.json
#	package.json
#	yarn.lock
2018-11-03 13:32:04 +02:00
Michael Shilman
037f6cf3a5 v4.0.2 2018-10-31 16:47:37 +08:00
Michael Shilman
9d9f3ed7bb v4.0.1 2018-10-31 15:10:34 +08:00
Filipp Riabchun
ff66e6bae0
Merge pull request #4636 from storybooks/dependabot/npm_and_yarn/react-dev-utils-6.1.0
Bump react-dev-utils from 6.0.5 to 6.1.0
2018-10-30 13:54:39 +01:00
Estevão Lucas
96b5132645 fix(reactnative): fix accessibility for component preview (iOS+VoiceOver) (#4601) 2018-10-30 10:34:52 +02:00
Robin Cussol
118097c507 Fix: markdown typo (#4638) 2018-10-30 10:32:05 +02:00
dependabot[bot]
4ea841bbe3
Bump react-dev-utils from 6.0.5 to 6.1.0
Bumps [react-dev-utils](https://github.com/facebook/create-react-app) from 6.0.5 to 6.1.0.
- [Release notes](https://github.com/facebook/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-1.x.md)
- [Commits](https://github.com/facebook/create-react-app/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-30 05:36:31 +00:00
Michael Shilman
a313e277bd 4.0 release 2018-10-29 11:47:01 +08:00
Michael Shilman
2d90f0d75d Update docs to 4.0 2018-10-29 11:26:36 +08:00
Michael Shilman
8dd9bb3461 v4.0.0 2018-10-29 10:30:28 +08:00
Norbert de Langen
2aad28a70f
Merge branch 'master' into core/separate-manager-from-preview
# Conflicts:
#	addons/storyshots/storyshots-core/package.json
#	lib/core/package.json
2018-10-26 17:39:21 +02:00
Norbert de Langen
e2f6220b7a
REFACTOR 2018-10-26 16:01:14 +02:00
Michael Shilman
4818baa55c
Revert "Clean up alpha/rc for 4.0 release" 2018-10-26 00:25:17 +08:00
Michael Shilman
e40353e6d1
Merge pull request #4563 from storybooks/shilman/40-release-cleanup
Clean up alpha/rc for 4.0 release
2018-10-26 00:16:18 +08:00
Michael Shilman
a82d866280 Clean up 4.0 alpha/rc references 2018-10-25 21:30:01 +08:00
Michael Shilman
bfda942e89 Upgrade webpack to 4.23.1 2018-10-25 20:50:12 +08:00