Arunoda Susiripala
1c99975848
Update CHANGELOG.md
2016-07-09 16:59:32 -04:00
Arunoda Susiripala
9dfb203d8d
1.37.0
v1.37.0
2016-07-09 16:58:53 -04:00
Arunoda Susiripala
920236574e
Update storybook-ui to 2.4.0
2016-07-09 16:58:42 -04:00
Arunoda Susiripala
0f984541a8
Add dist.
2016-07-01 03:03:24 +05:30
Arunoda Susiripala
8126fea331
Update CHANGELOG.md
2016-07-01 03:00:52 +05:30
Arunoda Susiripala
e9634ab435
1.36.0
v1.36.0
2016-07-01 02:59:28 +05:30
Luke Sneeringer
fc14cad83b
Support watchOptions configuration. ( #287 )
...
This commit causes the watchOptions in the configuration provided
to `react-storybook` to be passed on to `webpack-dev-middleware`.
This allows those who need these options for hot reloading to be able
to use them again.
2016-07-01 02:57:53 +05:30
Yury Tarabanko
b85b55fe65
React intl addon ( #288 )
...
* Fix typo "togheter" --> "together"
* Adds link to react-storybook-addon-intl
2016-07-01 01:43:10 +05:30
Arunoda Susiripala
ae233818bc
Fix the lint error.
2016-06-30 17:39:02 +05:30
Arunoda Susiripala
7b70f0297c
Update CHANGELOG.md
2016-06-30 17:31:41 +05:30
Arunoda Susiripala
70411d9011
1.35.2
v1.35.2
2016-06-30 17:31:01 +05:30
Arunoda Susiripala
736573e14d
Merge branch 'master' of github.com:kadirahq/react-storybook
2016-06-30 17:30:50 +05:30
Arunoda Susiripala
2b08f8d2b2
Add fontFamily to the error display.
2016-06-30 17:30:33 +05:30
Arunoda Susiripala
6e5057b91b
Update configure_storybook.md
2016-06-30 09:49:59 +05:30
Muhammed Thanish
e503c4cb9a
Merge pull request #282 from Maxhodges/patch-1
...
remove semicolon
2016-06-28 14:03:14 +05:30
Max Hodges
ecc498badd
remove semicolon
...
fixed typo
2016-06-28 17:02:20 +09:00
Arunoda Susiripala
d90810976c
Update Changelog.
2016-06-27 14:27:15 +05:30
Arunoda Susiripala
42e6cc2529
1.35.1
v1.35.1
2016-06-27 14:25:33 +05:30
Arunoda Susiripala
52d538e50b
Fix issue #275 of bad error handling.
2016-06-27 14:25:24 +05:30
Arunoda Susiripala
83e1cabe60
Update Changelog.md
2016-06-27 09:29:23 +05:30
Arunoda Susiripala
0db91809a3
1.35.0
v1.35.0
2016-06-27 08:54:35 +05:30
Arunoda Susiripala
859f1a507b
Update storybook-ui to v2.3.0
2016-06-27 08:54:16 +05:30
Arunoda Susiripala
b123c7d625
Update dist.
2016-06-23 07:09:36 +05:30
Arunoda Susiripala
9163b359c6
Update CHANGELOG.md
2016-06-23 07:07:57 +05:30
Arunoda Susiripala
7cdbea4d21
1.34.1
v1.34.1
2016-06-23 07:07:08 +05:30
Paul Carduner
e5173270fd
Don't always override NODE_ENV in build-storybook ( #272 )
...
My webpack configuration uses the `DefinePlugin` to make `process.env.NODE_ENV` available to my react components, which in turn optionally do different things depending on the NODE_ENV (related to debugging and such).
Unfortunately, these development-only features don't show up when I use `build-storybook` because `build-storybook` overrides `process.env.NODE_ENV`.
While I think it is quite reasonable for `build-storybook` to default to a "production ready" build, it should not unconditionally override the `NODE_ENV` environment variable to do so.
This change makes `"production"` the default, but also allows people to set a different `NODE_ENV` value and have it get used.
2016-06-23 07:03:53 +05:30
Jurgo Boemo
9221b1c23f
Update extensions.md ( #262 )
2016-06-21 23:11:31 +05:30
Arunoda Susiripala
d5b50f8491
Update CHANGELOG.md
2016-06-21 23:00:55 +05:30
Arunoda Susiripala
5866a919e6
1.34.0
v1.34.0
2016-06-21 22:58:52 +05:30
Arunoda Susiripala
e68c0ea0b8
Update storybook-ui to v2.2.0 (Which has the shortcut permalinks).
2016-06-21 22:58:26 +05:30
Arunoda Susiripala
9596eba43f
Update CHANGELOG
2016-06-20 14:57:22 +05:30
Arunoda Susiripala
392e332e7a
1.33.0
v1.33.0
2016-06-20 14:55:47 +05:30
Arunoda Susiripala
fa653f094a
Merge branch 'master' of github.com:kadirahq/react-storybook
2016-06-20 09:33:45 +05:30
Arunoda Susiripala
484886ac73
Implement a extension API ( #258 )
...
* Implement the new addon API.
* Tested addon and decorator API with a real app.
* Add context support to decorators.
* Add kind to the api.
* Add extension documentation.
* Update extension docs.
* Fix a small typo.
2016-06-20 09:33:13 +05:30
Arunoda Susiripala
05b5e56cb7
Merge branch 'addons'
2016-06-20 08:36:08 +05:30
Arunoda Susiripala
b95d2e2027
Create ROADMAP.md
2016-06-20 08:26:53 +05:30
Arunoda Susiripala
a091bc187b
Add kind to the api.
2016-06-19 12:31:36 +05:30
Arunoda Susiripala
b2a603c3c1
Add context support to decorators.
2016-06-19 12:26:58 +05:30
Arunoda Susiripala
c18fa28216
Tested addon and decorator API with a real app.
2016-06-17 09:48:02 +05:30
Arunoda Susiripala
56c0384156
Implement the new addon API.
2016-06-16 18:02:58 +05:30
Arunoda Susiripala
def24fe631
Update CHANGELOG
2016-06-16 10:58:38 +05:30
Arunoda Susiripala
ef56ab43eb
1.32.1
v1.32.1
2016-06-16 10:56:32 +05:30
Arunoda Susiripala
d5ae6920cc
Extend the Storybook UI provider from the base Provider.
2016-06-16 10:56:16 +05:30
Arunoda Susiripala
373b530050
Update CHANGELOG.
2016-06-15 14:03:44 +05:30
Arunoda Susiripala
ed149129fe
1.32.0
v1.32.0
2016-06-15 14:02:13 +05:30
Arunoda Susiripala
94bb29997c
Add dist.
2016-06-15 14:02:03 +05:30
Arunoda Susiripala
33e76e0f24
Use @kadira/storybook-ui
2016-06-15 13:59:42 +05:30
Arunoda Susiripala
61b9652df6
Write completely in ES2015.
2016-06-15 13:49:36 +05:30
Arunoda Susiripala
a715750dfd
use the manager UI directly from the storybook-ui
2016-06-15 13:45:57 +05:30
Arunoda Susiripala
95fa4fd63e
Simplyfy the manager UI.
2016-06-15 11:38:40 +05:30