Paul O’Shannessy
283f4a8b04
0.4.2
v0.4.2
2013-12-17 22:00:17 -08:00
Thomas Aylott
393a889aac
fixes ReactTextComponent rootID unescapedness
2013-12-17 18:29:50 -08:00
Ben Alpert
3e455a4397
Tweak verbiage about required polyfills
...
I found it weird how the es5-shim comment came after the list of functions; now it's before.
2013-10-08 16:33:35 -07:00
Connor McSheffrey
91b2ac57d4
fixed broken link on Community Round-up #9 blog post
...
closes #409
2013-10-08 11:11:23 -07:00
Vjeux
c8996773ae
Community round-up #9
...
http://fooo.fr:4000/react/blog/2013/10/03/community-roundup-9.html
2013-10-03 15:19:56 -07:00
Vjeux
a2a7536f38
Add app id for comments moderation
...
This way we can be notified when any new comment appear in the docs/blog and add moderators
2013-10-03 15:19:56 -07:00
Paul O’Shannessy
ce478822e8
Fix 404s to non-existent API docs
2013-09-24 16:02:37 -07:00
Paul O’Shannessy
b88f97f9be
Redirect docs/reference.html
2013-09-24 15:53:30 -07:00
Ben Alpert
ddbf91afd1
Flesh out reference documentation, more API info
2013-09-24 15:14:47 -07:00
Vjeux
ae95674173
Community round-up #8
2013-09-24 14:27:24 -07:00
Paul O’Shannessy
9e11fb626e
Docs: Give headers ids for easy linking
...
This gives markdown headers an id so that we can link directly to
sections of our docs. This is better than the alternative of adding them
all ourselves.
2013-09-24 14:27:24 -07:00
Keito Uchiyama
ec746d3a1b
Fix typo in doc
2013-09-24 14:27:24 -07:00
Keito Uchiyama
91976ea8b4
Fix use of "it's" in docs
2013-09-24 14:27:24 -07:00
Paul O’Shannessy
9040c5f3a8
Don't update the docs version by default
...
This was leading to a lot of unnecessary churn in the config file since
different YAML versions were serializing differently.
2013-09-24 14:27:23 -07:00
yungsters
08d72df56b
Add link to third-party JavaScript (JSX).tmLanguage in docs.
2013-09-24 14:27:23 -07:00
Paul O’Shannessy
d6edc1189a
Update wording
2013-09-14 13:49:32 +02:00
Paul O’Shannessy
6f532a839f
Update wording
2013-09-04 15:31:55 -07:00
Cheng Lou
34589c0e0d
Add Stack Overflow link for doc support page.
2013-09-04 15:31:55 -07:00
Vjeux
d91b238015
Add pagination to blog
...
- Add pagination
- Display full content in /blog
- Truncate Recent posts
- Add permalink that lists all the blog posts
- Add spacing and bullet around recent posts to make it more readable
2013-09-04 15:31:55 -07:00
Brian Rue
db904c2597
Tutorial: show how to add showdown.js
2013-09-04 15:31:55 -07:00
Paul O’Shannessy
c12929700a
Redirect /docs to the right page
...
I've hit this a few times where I want to get to docs so I take whatever
my urlbar gives me and strip out the actual page so I can get to the
root, however that's a 404.
This introduces a super easy way to redirect, which could be handy in
the future as docs get rewritten.
I would much rather do this with a real htaccess file or even just
handle 404s gracefully, but that's not currently an option with GitHub
pages (since we generate our own and don't use a custom domain).
2013-09-04 15:31:55 -07:00
Paul O’Shannessy
30a11d2d7e
[docs] Small tweaks as reported in comments
...
* highlight `</form>`
* use correct id in `getElementById` call
2013-09-04 15:31:55 -07:00
Paul O’Shannessy
a5115a2489
Fix capitalization of Tooling Integration page
2013-08-26 14:55:16 -07:00
Vjeux
8b1990caa7
Update the tooling page to include pyReact, react-rails and react-page
2013-08-26 14:55:10 -07:00
Vjeux
007d8b4f79
Community round-up #7
...
http://fooo.fr:4000/react/blog/2013/08/26/community-roundup-7.html
2013-08-26 14:55:01 -07:00
Paul O’Shannessy
e6b5013a8b
[react-tools] Add src/ to files
...
This is so it's possible to use the original @providesModule source
files in a toolchain that understands those.
2013-08-22 23:07:41 -07:00
Clay Allsopp
e4fa9ca9ee
Add CDNJS to docs. Fixes #244
...
(cherry picked from commit 3d1cc16a9b )
2013-08-22 11:11:53 -07:00
Paul O’Shannessy
176ef3521c
Docs: fix header
...
(cherry picked from commit cbe86e04b3 )
2013-08-22 11:11:53 -07:00
Paul O’Shannessy
58635eea36
Use script to find remaining 404s. Fix them.
...
(cherry picked from commit a558e560bd )
2013-08-22 11:11:53 -07:00
Clay Allsopp
f8737dc8fe
Fix broken tutorial link and change wording
...
(cherry picked from commit cfe4152b1d )
2013-08-22 11:11:53 -07:00
Kunal Mehta
01297cf212
Added PyReact blog post.
2013-08-19 14:52:03 -07:00
Stoyan
89437e6a97
typo fix
2013-08-19 14:51:48 -07:00
Vjeux
ed755945a3
Community Round-up #6
2013-08-05 16:57:24 -07:00
Christopher Chedeau
018e08cdd8
Fix 404 in Getting Started
2013-08-05 09:30:35 -07:00
Peter Cottle
949c69fd56
Fix Github links in examples
...
Looks like we link to github.com/facebook/react/ instead of react-js. This just fixes the links
`grep -r "facebook/react.js" .` comes up clean now
2013-08-05 09:30:35 -07:00
Paul O’Shannessy
a244928353
react-rails blog post
...
(cherry picked from commit dc06704ec7 )
2013-07-30 15:26:56 -07:00
Paul O’Shannessy
c034435052
Updated Readme for 0.4.1
...
(cherry picked from commit c347b720a9 )
2013-07-30 15:26:56 -07:00
Paul O’Shannessy
8795a78ca0
Blog post for v0.4.1
...
(cherry picked from commit 27a1729f6d )
2013-07-30 15:26:56 -07:00
Paul O’Shannessy
123d091cc0
Updated Changelog for 0.4.1
...
(cherry picked from commit a1f5c1dee7 )
2013-07-30 15:26:56 -07:00
Hugo Jobling
764ca84e02
remove dead link
...
the event handling doc page no longer exists
(cherry picked from commit 4ab62a6bd2 )
2013-07-30 14:55:58 -07:00
Hugo Jobling
3d78d30f49
put closing paren in correct place
...
(cherry picked from commit 07427ae9d0 )
2013-07-30 14:55:58 -07:00
Hugo Jobling
fae1c48470
update dead jsx link to point to an extant page
...
syntax.html no longer exists, so point people at the in depth article instead.
(cherry picked from commit 8f55d94d40 )
2013-07-30 14:55:58 -07:00
Daniel Gasienica
9801937715
Fix incorrect port of standard Python server
...
/ht @zpao
(cherry picked from commit 6f2848f4a6 )
2013-07-30 14:55:58 -07:00
Paul O’Shannessy
0cac12d375
v0.4.1
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
Paul O'Shannessy
2e43de20cc
Cleanup 2nd param to ReactEventEmitter.ensureListening
...
It was removed, so these callsites aren't actually doing anything.
2013-07-26 12:25:03 -07:00
Paul O’Shannessy
a41aa76ef3
Merge pull request #224 from spicyj/cb-context
...
Call callbacks from setState in component context
2013-07-25 09:04:17 -07:00
Tim Yung
bdf2a9bb12
Use invariant in react/utils
...
Just some therapeutic cleanup.
2013-07-24 17:41:54 -07:00
Tim Yung
8d48610b7e
Typecheck ImmutableObject
...
Just some therapeutic cleanup.
2013-07-24 17:41:37 -07:00