Compare commits

...

13 Commits

Author SHA1 Message Date
Paul O’Shannessy
0cac12d375 v0.4.1 2013-07-26 15:33:52 -07:00
Paul O’Shannessy
1e2d37f7e8 Send branch info from travis for continuous builds
(cherry picked from commit 20179b7991)
2013-07-26 15:00:39 -07:00
Paul O’Shannessy
38bce710ac Merge master to 0.4-stable 2013-07-26 14:43:36 -07:00
Jakub Malinowski
374c3b8a29 Do not export load in JSXTransformer unless in a browser environment
(cherry picked from commit 795a84d60f)
2013-07-24 14:22:29 -07:00
Jakub Malinowski
c362c16e1e Allow to execute JSXTransformer outside of browser environment
(cherry picked from commit 2b9dd04f4d)
2013-07-24 14:22:29 -07:00
Vjeux
fa5da5c848 Community Round-up #5
http://fooo.fr:4000/react/blog/2013/07/20/community-roundup-5.html
(cherry picked from commit 975b5d978f)
2013-07-23 09:28:52 -07:00
Jamie Wong
734ee22a0c s/pased/passed
(cherry picked from commit 50a00662cf)
2013-07-23 09:28:36 -07:00
Cheng Lou
84dbb9bcd1 fix typos
(cherry picked from commit 64d72f8c4b)
2013-07-23 09:28:36 -07:00
Ben Alpert
8ed80cae94 One-character typo fix
(cherry picked from commit 222faf4544)
2013-07-23 09:28:36 -07:00
Jamie Wong
8b995ceb6a Docs Typo Fix: s/distinciton/distinction
(cherry picked from commit bf275a9097)
2013-07-23 09:28:36 -07:00
Paul O’Shannessy
2e3594c8bc Merge branch 'master' into 0.4-stable
No need to cherry-pick yet since we've only taken docs changes on master
2013-07-17 13:34:08 -07:00
Paul O’Shannessy
b2b9c690f8 Update readme for 0.4.0
(cherry picked from commit ec67076090)
2013-07-17 11:53:07 -07:00
Paul O’Shannessy
7a760a5135 Typo in changelog, update blog leading sentence.
(cherry picked from commit 9221b15bff)
2013-07-17 11:53:07 -07:00
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ node_js:
after_script:
- curl -F "react=@build/react.js" -F "react.min=@build/react.min.js" -F "transformer=@build/JSXTransformer.js"
-F "commit=$TRAVIS_COMMIT" -F "date=`git log --format='%ct' -1`" -F "pull_request=$TRAVIS_PULL_REQUEST"
-F "token=$SECRET_TOKEN" $SERVER
-F "token=$SECRET_TOKEN" -F "branch=$TRAVIS_BRANCH" $SERVER
env:
global:
# SERVER

View File

@@ -13,7 +13,7 @@ redcarpet:
pygments: true
name: React
markdown: redcarpet
react_version: 0.4.0
react_version: 0.4.1
description: A JavaScript library for building user interfaces
relative_permalinks: true
nav_docs_sections:

View File

@@ -1,6 +1,6 @@
{
"name": "react-tools",
"version": "0.5.0-alpha",
"version": "0.4.1",
"keywords": [
"react",
"jsx",