Paul O’Shannessy
a55d44efaf
Fix pagination
2013-11-20 23:34:10 -08:00
Paul O’Shannessy
08fcec503c
Update jekyll to 1.3
2013-11-20 23:34:10 -08:00
Cheng Lou
cd6d43e4c0
docs highlight className and htmlFor transforms
2013-11-19 23:28:27 +01:00
Cheng Lou
c329eb6335
docs classSet semicolons missing
2013-11-19 23:28:27 +01:00
Paul O’Shannessy
215988f879
Merge branch 'chenglou-classSet'
...
closes #463
2013-11-19 23:27:40 +01:00
Ben Alpert
fb7e157cba
Make doc headers clickable again
...
...without preventing clicks on other things.
Just use an `<a name="...">` tag that doesn't take up any space to make sure that we're not covering up something else.
For whatever reason, doing `position: relative; top: -$navHeight;` doesn't work and causes the anchor target not to be moved up. This solution works in both Chrome and Firefox.
2013-11-19 23:24:49 +01:00
Vjeux
8ead6dce76
Community round-up #11
2013-11-19 22:57:46 +01:00
Paul O’Shannessy
79b09d9597
Merge pull request #362 from mcsheffrey/feat-documentation-cookbook
...
React Tips documentation
2013-11-14 15:06:05 -08:00
Cheng Lou
fb1a072739
fix doc & example transition opacity from .99 to 1
...
The initial thought was that an opacity animation from 0.01 to 1 causes trouble on some browser. But after testing on opera 12.15, ff 23, ie 10, chrome 30, desktop/mobile safari 7 and chrome android I confirm this works.
2013-11-13 17:55:03 -08:00
Pieter Vanderwerff
c1c7a601dd
Added clearfix to blog content holder
2013-11-13 17:54:31 -08:00
Fabio M. Costa
adad0d72be
Fixes the name of the component on documentation
...
AvatarImage -> Avatar
2013-11-13 17:54:02 -08:00
Guido Bouman
e7f48a6c00
Prevents header anchors from interfering with clickable content.
2013-11-13 17:54:02 -08:00
petehunt
d3cee1ee2e
Make state immutable in tutorial (eek)
2013-11-08 13:31:45 -08:00
Cheng Lou
d47d509637
move docs tooling from JSX in Depth
...
Also removes the code wrap around the syntax highlighting link.
2013-11-08 13:31:34 -08:00
Vjeux
411419c361
Community round-up #10
2013-11-06 12:44:42 -08:00
Ben Alpert
fc67d5544c
Use smaller blog images and host directly
2013-11-06 12:44:25 -08:00
Andrey Popp
4faad1a32a
"Thinking in React": fix list formatting
2013-11-05 16:16:18 -08:00
Paul O’Shannessy
01b40d84c7
Move header link styling out of documentation only
...
It's used in blog posts too. I also constrained it to just the anchor
class to avoid any other headers we have.
2013-11-05 15:06:58 -08:00
Paul O’Shannessy
67d0f15d1a
Remove jQuery version number from tutorial docs
2013-11-05 14:42:46 -08:00
Ben Alpert
e5f03ae407
tutorial: Simplify ajax options
...
dataType was unnecessary; mimeType was both unnecessary and wrong in this case. Also removed an unnecessary bind and changed pollInterval to 2000 ms for consistency with https://github.com/petehunt/react-tutorial (faster is nicer if you actually try it out!).
2013-11-05 14:42:46 -08:00
Pete Hunt
25140e5a0d
"Thinking in React" blog post
2013-11-05 14:41:15 -08:00
Paul O’Shannessy
b5804fa565
[docs] Clarify when getInitialState is called.
2013-11-04 17:21:56 -08:00
petehunt
1bb2651660
Update tutorial to use className
2013-11-04 17:21:28 -08:00
Ben Alpert
b21cdac9e3
Move heading anchors 50px up to avoid nav bar
...
Fixes #447 .
We do this by moving the actual anchored element up in the page without moving the actual text. (Apple uses a similar trick in their framed docs.) Now this looks a bit sillier on smaller screens but it's better overall.
2013-11-04 17:21:16 -08:00
Paul O’Shannessy
92ce80cf4f
blog post for 0.5.1
2013-10-29 12:52:00 -07:00
Paul O’Shannessy
f3db0006e8
Update everything for v0.5.1
2013-10-29 11:46:46 -07:00
Paul O’Shannessy
ea1ab5501d
Update API docs for unmountAndReleaseReactRootNode
2013-10-26 17:45:03 -07:00
Brian Rue
2c35ed8068
ReactTransitionGroup example: fix typo and logic bug in handleRemove
2013-10-25 18:25:14 -07:00
Keito Uchiyama
c994cc24c3
docs: Delete Mutation Events (onCharacterDOMModified)
2013-10-25 18:24:37 -07:00
Paul O’Shannessy
24da1c0023
docs: remove OUTLINE
2013-10-21 15:20:46 -07:00
Cheng Lou
d82181e4b9
Add clickable anchors to docs headers
...
Closes #434
2013-10-21 14:38:57 -07:00
Paul O’Shannessy
ba166b9652
Fix live editor examples on home page.
...
Remember that one time I wrote release notes and said:
> This is a breaking change - if you were using class, you must change
> this to className or your components will be visually broken.
Good thing I didn't listen to myself!
2013-10-16 18:11:10 -07:00
Paul O’Shannessy
f756cb3d9c
0.5.0 release
...
Updated README, CHANGELOG, blog post
2013-10-16 11:44:37 -07:00
Paul O’Shannessy
953947a617
bump version for 0.5
2013-10-15 22:32:20 -07:00
Paul O’Shannessy
451176665c
Update docs with supported tags and attributes
2013-10-15 18:15:24 -07:00
petehunt
24f6bed855
new addons docs
...
closes #403
2013-10-15 14:09:21 -07:00
Ben Alpert
f658c32df1
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:25:29 -07:00
Connor McSheffrey
b9a657db2c
fixed broken link on Community Round-up #9 blog post
...
closes #409
2013-10-08 11:09:33 -07:00
Vjeux
a9b3139ff8
Community round-up #9
...
http://fooo.fr:4000/react/blog/2013/10/03/community-roundup-9.html
2013-10-03 15:18:21 -07:00
Vjeux
582b720183
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 22:32:20 +02:00
Cheng Lou
607eeaed4b
Add doc link to DOM differences from JSX gotchas
2013-09-30 20:46:41 -04:00
Paul O’Shannessy
fc0b68af28
Fix 404s to non-existent API docs
2013-09-24 16:00:52 -07:00
Paul O’Shannessy
c6f831e85f
Redirect docs/reference.html
2013-09-24 15:47:17 -07:00
Vjeux
58173edb16
Community round-up #8
2013-09-24 14:18:11 -07:00
Paul O’Shannessy
d27746ee0b
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-23 10:30:51 -07:00
Keito Uchiyama
d13ce702a8
Fix typo in doc
2013-09-22 15:09:36 -07:00
Keito Uchiyama
d262285827
Fix use of "it's" in docs
2013-09-22 13:24:25 -07:00
Paul O’Shannessy
208ebd35b7
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-18 10:40:12 -07:00
Pete Hunt
a9d53dae72
Merge pull request #351 from spicyj/api-docs
...
Flesh out reference documentation, more API info
2013-09-17 16:12:16 -07:00
Ben Alpert
364d6029b6
Flesh out reference documentation, more API info
2013-09-17 16:01:57 -07:00