22 Commits

Author SHA1 Message Date
Norbert de Langen
b5d2e219b8 Merge branch 'master' into am-change-npm-organisation
# Conflicts:
#	examples/cra-storybook/package.json
#	examples/cra-storybook/src/stories/index.js
#	examples/test-cra/package.json
#	examples/test-cra/src/stories/index.js
#	packages/addon-actions/.storybook/addons.js
#	packages/addon-comments/.storybook/addons.js
#	packages/addon-comments/package.json
#	packages/addon-info/.storybook/addons.js
#	packages/addon-info/example/story.js
#	packages/addon-info/package.json
#	packages/addon-knobs/.storybook/addons.js
#	packages/addon-knobs/README.md
#	packages/addon-notes/README.md
#	packages/addon-notes/package.json
#	packages/addon-options/.storybook/addons.js
#	packages/getstorybook/generators/METEOR/template/.stories/index.js
#	packages/getstorybook/generators/REACT/template/stories/index.js
#	packages/getstorybook/generators/REACT_NATIVE/template/storybook/addons.js
#	packages/getstorybook/generators/REACT_NATIVE/template/storybook/stories/index.js
#	packages/getstorybook/generators/REACT_SCRIPTS/template/src/stories/index.js
#	packages/react-native-storybook/docs/manual-setup.md
#	packages/react-native-storybook/package.json
#	packages/react-native-storybook/src/index.js
#	packages/react-native-storybook/src/server/addons.js
#	packages/react-storybook/demo/package.json
#	packages/react-storybook/demo/src/stories/index.js
#	packages/react-storybook/src/client/index.js
#	packages/react-storybook/src/server/addons.js
#	packages/storyshots/package.json
#	packages/storyshots/stories/required_with_context/Button.stories.js
#	packages/storyshots/stories/required_with_context/Welcome.stories.js
2017-05-14 21:40:38 +02:00
Norbert de Langen
037453d7e2 Merge branch 'master' into reproduce-against-master 2017-05-09 07:30:17 +02:00
Norbert de Langen
8a494d3cd7 Update CONTRIBUTING.md 2017-05-09 07:28:52 +02:00
Norbert de Langen
472c07d85f Update CONTRIBUTING.md 2017-05-09 07:27:22 +02:00
Aaron Mc Adam
e989538bdd refactor: update more old references 2017-05-06 11:41:46 +01:00
Oleg Proskurin
437ec6189c Fix links in PRs section of CONTRIBUTING.md 2017-05-04 22:51:51 +07:00
Tom Coleman
9b59092335 First pass at update the contribution instructions
See https://github.com/storybooks/storybook/issues/756#issuecomment-297923933

We should actually ensure this works consistently for people before making this change.
2017-05-01 15:09:55 +10:00
Michael Shilman
588dba4441 Clarification on self-merging 2017-04-19 21:12:34 -07:00
Michael Shilman
cc4f4c969c In github, tags are called labels :) 2017-04-19 20:51:13 -07:00
Michael Shilman
034e0abe0a Updates per @tmeasday 's review 2017-04-19 20:49:34 -07:00
Michael Shilman
ca38478f8b PR review policy
Quick pass at reviewer policy after short chat with @tmeasday
2017-04-19 20:43:52 -07:00
Michael Shilman
b62309117d First cut at README
- simple introduction and description
- links to all the subprojects
- clean up CONTRIBUTING.md
2017-04-16 10:16:19 -07:00
Norbert de Langen
07191fd924 MOVE to packages 2017-04-05 18:14:34 +02:00
Tom Coleman
8942da3767 ADD reproduction recipe in CONTRIBUTIONS.md fixes: (#736)
ADD reproduction recipe in CONTRIBUTIONS.md fixes: #734
2017-03-31 09:23:49 +02:00
Norbert de Langen
ab057d3dfd Merge pull request #671 from coryhouse/patch-1
Typo fix
2017-03-28 18:08:21 +02:00
Tay Yang Shun
682ef71085 Update links to point to new organization 2017-03-13 02:04:01 +08:00
Cory House
9c3bd41f0e Typo fix 2017-01-15 20:26:59 -06:00
Arunoda Susiripala
89ec21b2ec Add a dev guide to CONTRIBUTING.md 2016-10-27 16:21:36 +05:30
Jean-Michel FRANCOIS
a98249361c doc: remove known issues broken link 2016-09-28 12:09:33 +02:00
Arunoda Susiripala
052ad95817 Implement Mantra Architecture (#165)
* Add preview container in preview module.

* Update comments.

* Implement preview module.

* Add component tests.

* Add tests for actions.

* Add container tests.

* Write tests for reducers.

* Fix lint issues.

* Add tests for init_pagebus

* Add base ui model with the layout.

* Fix the reducer.

* Add select story pageBus event.

* Update some test cases/

* Implement basic communication with the preview iframe.

* Move actions to a common place.

* Clean mantra reducers.

* Integrated initial leftPanel.

* Implement story filter

* Add initial ActionLogger.

* Add actions grouping.

* Fix lint issues.

* Implement initial routing.
This version lacks, back button support.

* Handle back button properly with routing.

* Add keyboard shortcut support.

* Add responsive tags.

* Move all the admin dependencies to the dev env.
So, end user doesn't need to download the stuff
we use inside the manager.

* Optimize dev build with enabling webpack
when developing the manager.

* Update CONTRIBUTING.md to support the new build environment.

* Add proper support for production build.

* Introduce the api module.

* Add initial docs.

* Add keyboard shortcut help dialog.

* Fix lint issues.

* Fix some missing tests.

* Add tests for actions.

* Write tests for action logger.

* Add tests for layout

* Add tests for left_panel.header.

* Add tests for left_panel.text_filter

* Add tests for left_panel.stories

* Complete tests for the left panel component.

* Simplyfy the container code by implementing the reduxComposer.

* Add container tests.

* Add ui reducer tests.

* Add tests for handle key events

* Add tests to handle_routing.

* Add filters tests

* Add tests for reduxComposer

* Add tests for reduxComposer

* Use a unique Id for the action.id.
We need to support unique id for the action id since now
it's possible to reload the preview iframe.
So, if we use a number from 0, there's a chance for
duplicate ids.

* Update docs.

* Update docs.

* Add manager.js

* Move redux and keycode to dependencies.
2016-05-05 14:26:52 +05:30
Arunoda Susiripala
99b260d48d Update some typos. 2016-04-07 06:09:29 +05:30
Nick Plekhanov
d6ea9b0fc1 Fixed typos in docs and moved CONTRIBUTING guide to one level up for ease of access. 2016-04-07 01:45:26 +02:00