48 Commits

Author SHA1 Message Date
Dependencies.io Bot
1b64468070 Update prop-types from 15.6.0 to 15.6.1 in lib/core 2018-02-27 16:41:46 +00:00
Dependencies.io Bot
83c3c0c399 Update file-loader from 1.1.9 to 1.1.10 in lib/core 2018-02-27 16:41:46 +00:00
Dependencies.io Bot
fb8bbc2f7b Update dotenv from 5.0.0 to 5.0.1 in lib/core 2018-02-27 16:41:45 +00:00
Dependencies.io Bot
3c1ea0f26e Update postcss-loader from 2.1.0 to 2.1.1 in lib/core 2018-02-26 16:39:25 +00:00
Hypnosphi
def1e04dbb Cleanup dependencies 2018-02-25 03:53:03 +03:00
Dependencies.io Bot
da553df175 Update css-loader from 0.28.9 to 0.28.10 in lib/core 2018-02-23 16:41:27 +00:00
Dependencies.io Bot
7c5920b254 Update file-loader from 1.1.8 to 1.1.9 in lib/core 2018-02-22 16:41:19 +00:00
Michael Shilman
d3e7b73635 v3.4.0-alpha.9 2018-02-22 17:45:03 +09:00
Dependencies.io Bot
11154d1a14 Update file-loader from 1.1.7 to 1.1.8 in lib/core 2018-02-21 16:39:47 +00:00
Tom Coleman
a47b496526 module.hot.dispose is not defined in RN apparently 2018-02-21 22:08:00 +11:00
Tom Coleman
add096419b ClientApi doesn't actually use the channel, so let's not require it 2018-02-20 15:22:29 +11:00
Dependencies.io Bot
b1f4320849 Update file-loader from 1.1.6 to 1.1.7 in lib/core 2018-02-19 22:25:02 +00:00
Norbert de Langen
d0841471aa
Merge branch 'master' into upgrade-dotenv
# Conflicts:
#	yarn.lock
2018-02-19 10:21:38 +01:00
Dependencies.io Bot
f3acc3c7f4 Update style-loader from 0.20.1 to 0.20.2 in lib/core 2018-02-16 20:41:32 +00:00
Dependencies.io Bot
8664a954b1 Update chalk from 2.3.0 to 2.3.1 in lib/core 2018-02-11 16:54:05 +00:00
Michael Shilman
9bb049afbe v3.4.0-alpha.8 2018-02-11 14:56:54 +08:00
Dependencies.io Bot
6a49916aec Update webpack from 3.10.0 to 3.11.0 in lib/core 2018-02-10 19:55:50 +00:00
Dependencies.io Bot
470b3e587b Update autoprefixer from 7.2.5 to 7.2.6 in lib/core 2018-02-10 19:55:49 +00:00
Hypnosphi
50591f5758 Fix React-Native by moving managerPath export to server.js 2018-02-08 23:27:42 +03:00
Dependencies.io Bot
eacaa7aa6a Update commander from 2.14.0 to 2.14.1 in lib/core 2018-02-07 20:15:34 +00:00
igor
7af0e56266 Move WatchMissingNodeModulesPlugin to core 2018-02-07 17:35:36 +02:00
igor
2dd0f214d6 Move build.js and index.js to core as build-dev.js and build-static.js 2018-02-07 15:47:37 +02:00
Michael Shilman
d5355cac75 v3.4.0-alpha.7 2018-02-03 11:54:40 +09:00
Dependencies.io Bot
071215808e Update postcss-loader from 2.0.10 to 2.1.0 in lib/core 2018-02-02 16:38:44 +00:00
Hypnosphi
dd1b8791b1 Core: upgrade dotenv to 5.0.0 2018-01-31 00:23:32 +03:00
Hypnosphi
850e48d39e Fix browser navigation again 2018-01-30 01:29:36 +03:00
Dependencies.io Bot
747d918d74 Update style-loader from 0.19.1 to 0.20.1 in lib/core 2018-01-27 16:43:06 +00:00
Michael Shilman
5c882ceecd v3.4.0-alpha.6 2018-01-27 16:15:53 +09:00
Hypnosphi
bdb1d2a397 Improve dotenv file support 2018-01-24 00:41:29 +03:00
Hypnosphi
3116a1da0a Pass default webpack config as third argument in Full Control Mode 2018-01-21 17:10:00 +03:00
igor
5bfd312827 Rename + use object assign 2018-01-20 10:58:06 +02:00
igor
e821959520 Move manager to core and use it in angular app 2018-01-19 20:10:03 +02:00
igor
5a97466c8c Move default webpack.config to core 2018-01-19 20:08:25 +02:00
Michael Shilman
2da1faf419 v3.4.0-alpha.5 2018-01-19 21:50:54 +09:00
Filipp Riabchun
e825d467d6
Merge branch 'master' into tmeasday/story-store-tests 2018-01-15 13:28:43 +03:00
Tom Coleman
15dcf1dff8 Refactored story store / client api tests 2018-01-15 13:37:58 +11: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
71c528c462 merge release 3.3.4 to master 2018-01-07 19:36:11 +05:30
Tom Coleman
ad97f325cf Re-apply #2349 to shilman/refactor-core
This didn't apply at all cleanly as it involved adding code to each framework's `init.js`, which was removed in the refactor.

Here we do better; we simply abstract the job of URL<->redux store syncing to the core library.
2018-01-03 21:07:07 +11:00
Tom Coleman
48cd3110d3 Merge remote-tracking branch 'origin/master' into tmeasday/shilman-refactor-core-rebase 2018-01-03 17:36:26 +11:00
Tom Coleman
10ed61dd9e Use store revisions to ensure that stories re-render on HMR.
For #2587
2017-12-29 16:27:41 +11:00
Michael Shilman
e8f76ceed5 Self-binding core client/config API 2017-11-08 15:41:41 +09:00
Michael Shilman
f938dd472c Merge updates from release/3.3
- resolve conflicts
- fix RN story_store (make it an EventEmitter)
2017-11-08 15:26:14 +09:00
Michael Shilman
4573883f70 Refactor client / config / redux API into core
Questionable changes:
- ability to pass a story decorator function
- pass clearDecorators to ConfigAPI

React/Vue/Angular working (apparently). RN still broken.
2017-11-06 19:57:39 +09:00
Michael Shilman
9eca833707 Refactor StoryStore into @storybook/core 2017-11-06 00:52:36 +09:00