45665 Commits

Author SHA1 Message Date
Stephen Wyatt Bush
e3765e0ff1 Add React Developer Tools hook (#104) 2016-04-13 05:38:02 +05:30
Arunoda Susiripala
6d4902f660 Update build.js in dist 2016-04-12 16:46:01 +05:30
Arunoda Susiripala
440670c5bc Update changelog 2016-04-12 16:45:00 +05:30
Arunoda Susiripala
9f30a551f9 1.10.2 v1.10.2 2016-04-12 16:41:55 +05:30
Arunoda Susiripala
da5187169a Merge branch 'static-build-fixes' 2016-04-12 16:41:14 +05:30
Arunoda Susiripala
df0dd8810b Fix tests 2016-04-12 16:40:54 +05:30
Arunoda Susiripala
f4e78f6ad9 Add custom head generation to static build script as well 2016-04-12 16:39:00 +05:30
Arunoda Susiripala
c5d733174c Use relative URLs so this works with subdomains 2016-04-12 16:29:45 +05:30
Arunoda Susiripala
b1931dc7f2 Identify SyntheticEvent using it's features.
Otherwise this will cause some issues when using the built version
2016-04-12 16:29:02 +05:30
Muhammed Thanish
c11bafec7b Update changelog 2016-04-12 09:54:00 +05:30
Muhammed Thanish
54f777509d Release v1.10.1. v1.10.1 2016-04-12 09:50:27 +05:30
Muhammed Thanish
0ee4a29c78 Update ./dist 2016-04-12 09:49:15 +05:30
Muhammed Thanish
d6f36c096f Merge pull request #101 from kadirahq/fix-prepublish
Fix the prepublish script
2016-04-12 09:47:34 +05:30
Muhammed Thanish
e71647c4c5 Remove ./dist before running babel 2016-04-12 09:47:14 +05:30
Muhammed Thanish
db8661ab26 Merge pull request #98 from namuol/allow-comments-in-babelrc
Use cjson for .babelrc parsing
2016-04-12 09:45:28 +05:30
Muhammed Thanish
0ff689d03e Merge pull request #100 from jeef3/static-files-index
Don't serve index.html as a site index
2016-04-12 09:45:01 +05:30
Jeff Knaggs
776cfa134d Don't serve index from static files
This switch prevents the static files from serving `index.html` as an
index. Fixes #99.
2016-04-12 13:30:50 +12:00
Louis Acresti
85201ba117 use cjson for .babelrc parsing 2016-04-11 15:24:49 -07:00
Arunoda Susiripala
83143f0c5f Update changelog 2016-04-11 22:33:24 +05:30
Arunoda Susiripala
78b1c156a5 1.10.0 v1.10.0 2016-04-11 22:33:09 +05:30
Arunoda Susiripala
ccbb22152d Update changelog 2016-04-11 22:32:20 +05:30
Arunoda Susiripala
c5f3c5115e Merge branch 'karl-feature-custom-html' 2016-04-11 22:30:33 +05:30
Arunoda Susiripala
06e366d9a2 Update docs about custom HTML head 2016-04-11 22:30:26 +05:30
Arunoda Susiripala
41b1f52e8d Refactor code a bit 2016-04-11 22:20:04 +05:30
Arunoda Susiripala
4d4f6fe20b Merge from karl:feature-custom-html 2016-04-11 22:16:13 +05:30
Arunoda Susiripala
66573126ee Update Changelog 2016-04-11 21:54:36 +05:30
Arunoda Susiripala
e12899b92d Unmount components before rendering into DOM node. Fixes: 81 2016-04-11 21:53:53 +05:30
Arunoda Susiripala
ff218c2d7e Update docs 2016-04-11 21:42:45 +05:30
Muhammed Thanish
0760f47b50 Create a static storybook builder (#88)
* Build static html storybooks

* Add NODE_ENV env variable

* Add a message when building the storybook.
2016-04-11 21:27:38 +05:30
Arunoda Susiripala
594424723b Update Changelog 2016-04-11 21:19:30 +05:30
Aruna Herath
d78271bbd7 Added fixed height and lineHeight to search box (#94) 2016-04-11 21:17:32 +05:30
Arunoda Susiripala
59a9242365 Update Changelog 2016-04-11 18:56:43 +05:30
Aruna Herath
15fa7fa315 Add a search bar to filter components (#91)
* Add a search bar to filter components

* Change styles a bit
2016-04-11 18:54:09 +05:30
Arunoda Susiripala
adfb72a064 Update Changelog 2016-04-09 19:59:35 +05:30
Arunoda Susiripala
1e6da9d215 1.9.0 v1.9.0 2016-04-09 19:56:21 +05:30
Arunoda Susiripala
a34adf0c8c Change timing and colors 2016-04-09 19:53:26 +05:30
Arunoda Susiripala
4b0571328d Merge branch 'fix/log-transition' of https://github.com/ritz078/react-storybook 2016-04-09 19:45:13 +05:30
Antoine Rey
13806bb0f5 fix(warning): Fix the React Warning about CSS property (#84)
Since React@15.0.0, React warns us about the CSS unitless string value
such as `margin: "0"`.
2016-04-09 19:42:37 +05:30
Luis Herranz
d773e4d030 Avoid deprecated warning in Chrome Canary (#85)
Avoid this error: '//@ sourceURL' and '//@ sourceMappingURL' are deprecated, please use '//# sourceURL=' and '//# sourceMappingURL=' instead.
2016-04-09 19:41:32 +05:30
Arunoda Susiripala
10e5f857fe Update Changelog 2016-04-09 19:30:55 +05:30
Arunoda Susiripala
853b2a9afe 1.8.0 v1.8.0 2016-04-09 19:28:07 +05:30
Arunoda Susiripala
3f688c0935 Update docs for linkTo functionality 2016-04-09 19:27:49 +05:30
Jeff Knaggs
5a84fb0a44 Implement linkTo functionality (#86)
* Write some tests for linkTo

* Implement linkTo functionality
2016-04-09 19:08:56 +05:30
Arunoda Susiripala
15ae006299 Update Changelog 2016-04-09 17:46:44 +05:30
Arunoda Susiripala
d7cfd75e4c 1.7.0 v1.7.0 2016-04-09 17:45:47 +05:30
Arunoda Susiripala
6bc618ae21 Update to React v15.0.0 2016-04-09 17:45:28 +05:30
Karl O'Keeffe
d6794d1333 Add tests for loading head.html 2016-04-08 21:36:17 +01:00
Karl O'Keeffe
908d405ae8 Tweak argument name 2016-04-08 21:34:47 +01:00
Ritesh Kumar
27d7f943a9 fixed props data that was passed 2016-04-08 11:35:47 +05:30
Ritesh Kumar
935f54ca5b fixed conflicts 2016-04-08 04:33:51 +05:30