57 Commits

Author SHA1 Message Date
Michael Shilman
aa2801023a v4.0.0-alpha.2 2018-04-10 17:40:16 -07:00
Hypnosphi
88c99a2d24 Enforce addons store being a singleton by storing it in global variable 2018-04-08 22:00:34 +03:00
Michael Shilman
53da20b82a v4.0.0-alpha.1 2018-03-29 08:27:45 -07:00
Michael Shilman
c53f30c0e0 v4.0.0-alpha.0 2018-03-28 22:33:07 -07:00
Mohamed Shaaban
fe87edf589 Debounce setStoryDefaultViewport to prevent flickering 2018-03-28 22:01:48 +02:00
Mohamed Shaaban
9b1370f3d6 Add support to configure viewport addon
- By default, viewport addon is reading both initial viewports' set and default viewport from
`INITIAL_VIEWPORTS` and `DEFAULT_VIEWPORT` respectively which are exported by the addon
 - `configure` function is exported which accepts an object with `defaultViewport` and `viewports`
 - Change the default viewport by setting `defaultViewport` property to the key of the viewport (e.g. `configure({ defaultViewport: 'iphone5' })`)
 - Replace the entire viewports by setting brand new viewports to `viewports` property (e.g. `configure({ viewports: { brandNewDevice: { ... } } })`)
 - Add custom viewports by first merging both the `INITIAL_VIEWPORTS` and your custom viewports, and then pass the result as `viewports` to configure function
2018-03-20 00:50:22 +01:00
Michael Shilman
cf1a984f9e v3.4.0-rc.3 2018-03-19 16:03:10 -07:00
Michael Shilman
bf6c69a258 v3.4.0-rc.2 2018-03-13 19:59:14 +09:00
Michael Shilman
953c516eb8 v3.4.0-rc.1 2018-03-13 19:40:40 +09:00
Hypnosphi
9f3abbad21 Make peerDependencies loose again (see https://github.com/lerna/lerna/issues/1018) 2018-03-10 22:59:49 +02:00
Hypnosphi
c51d0de054 Use exact versions for cross-dependencies between our own packages 2018-03-10 22:46:42 +02:00
Michael Shilman
67243d9d55 v3.4.0-rc.0 2018-03-08 12:03:25 +09:00
Dependencies.io Bot
617a3c81a6 Update prop-types from 15.6.0 to 15.6.1 in addons/viewport 2018-02-27 16:41:43 +00:00
Hypnosphi
def1e04dbb Cleanup dependencies 2018-02-25 03:53:03 +03:00
Michael Shilman
d3e7b73635 v3.4.0-alpha.9 2018-02-22 17:45:03 +09:00
Michael Shilman
9bb049afbe v3.4.0-alpha.8 2018-02-11 14:56:54 +08:00
Michael Shilman
d5355cac75 v3.4.0-alpha.7 2018-02-03 11:54:40 +09:00
Norbert de Langen
77c5491186
Merge branch 'master' into ndelangen/add-dirname
# Conflicts:
#	examples/angular-cli/package.json
#	examples/cra-kitchen-sink/package.json
#	examples/official-storybook/package.json
#	examples/polymer-cli/package.json
#	lib/components/package.json
#	lib/ui/package.json
2018-01-30 18:09:32 +01:00
Michael Shilman
5c882ceecd v3.4.0-alpha.6 2018-01-27 16:15:53 +09:00
Norbert de Langen
99eb4382e5 RENAME babel-plugin-paths to paths.macro && SORT package.json 2018-01-23 17:40:00 +01:00
Michael Shilman
2da1faf419 v3.4.0-alpha.5 2018-01-19 21:50:54 +09:00
Michael Shilman
85e2e59183 v3.4.0-alpha.4 2018-01-13 18:32:28 +05:30
Michael Shilman
56abd09768 v3.4.0-alpha.3 2018-01-13 18:09:59 +05:30
Michael Shilman
3201005157 v3.4.0-alpha.1 2018-01-10 12:37:29 +05:30
Michael Shilman
d8d955cbbc v3.4.0-alpha.0 2018-01-07 21:32:57 +05:30
Michael Shilman
3abdbb6528 v3.3.4 2018-01-07 18:23:40 +05:30
Michael Shilman
02a69e0b1b v3.3.3 2017-12-28 22:34:34 +05:30
Filipp Riabchun
97d49eddb5
Merge branch 'master' into eslint-imports 2017-12-28 14:02:14 +03:00
Michael Shilman
fbe50ffb46 v3.3.2 2017-12-28 12:10:49 +09:00
hypnos
7c4f87b68c Add more imports eslint rules 2017-12-28 04:38:46 +03:00
Michael Shilman
79c07c727a v3.3.1 2017-12-26 19:30:05 -08:00
Michael Shilman
0c38d5a041 Update cross-dependencies manually
Because of lerna not supporting `x.y.z-alpha.N` versions, we hardcode
these things when we are doing prerelease
2017-12-26 15:42:45 -08:00
Michael Shilman
92d7fca746 v3.3.0-rc.1 2017-12-26 09:48:54 -08:00
Michael Shilman
aa2a8c11f3 v3.3.0-rc.0 2017-12-23 20:20:05 -08:00
Michael Shilman
677e8ccac9 Update internal package deps for 3.3.0-alpha.6 2017-12-23 09:34:38 -08:00
Michael Shilman
4903d6ece7 v3.3.0-alpha.6 2017-12-23 09:25:20 -08:00
Michael Shilman
a65beced79 v3.3.0-alpha.5 2017-12-23 09:05:46 -08:00
hypnos
3fc64a12d9 Use current version for peerDeps 2017-11-22 20:52:42 +03:00
hypnos
23e8953063 Merge branch 'release/3.3' into addons-peer
# Conflicts:
#	addons/a11y/package.json
#	addons/actions/package.json
#	addons/events/package.json
#	addons/info/package.json
#	addons/knobs/package.json
#	addons/links/package.json
#	addons/notes/package.json
#	addons/options/package.json
#	addons/storyshots/package.json
2017-11-22 20:43:36 +03:00
Michael Shilman
3c1715daca v3.3.0-alpha.4 2017-11-22 03:15:31 -08:00
Hypnosphi
da232aeba2 Move @storybook/addons to peerDependencies in all addons 2017-11-17 22:59:30 +03:00
Michael Shilman
1a6082a4ad v3.3.0-alpha.3 2017-11-07 12:56:56 +09:00
Michael Shilman
b577ddd543 v3.3.0-alpha.2 2017-10-03 22:10:15 +02:00
Michael Shilman
5030ee196c v3.3.0-alpha.1 2017-10-02 20:57:35 +02:00
hypnos
824bbd6a6d Replace the deprecated prepublish script with prepare 2017-09-08 03:19:39 +03:00
Michael Shilman
94723262d9 v3.3.0-alpha.0 2017-09-06 13:46:17 -07:00
Josh Callender
48723a87ba Fix lint errors 2017-09-01 17:40:55 -07:00
Josh Callender
9695408429 remove scripts except for prepublish 2017-09-01 16:59:50 -07:00
Josh Callender
e8e6384fb3 use the font themes from storybook/components 2017-09-01 16:42:59 -07:00
Josh Callender
c6f68baf68 Remove dev deps and use the storybook deps 2017-08-31 14:55:10 -07:00