Commit Graph

2630 Commits

Author SHA1 Message Date
Paul O’Shannessy
3845e214a4 v0.11.2 v0.11.2 2014-09-16 11:09:36 -07:00
jeffmo
530201526a Add support for a --strip-types flag to bin/jsx
(cherry picked from commit 808730df59)

Conflicts:
	vendor/fbtransform/visitors.js
2014-09-16 10:34:31 -07:00
Paul O’Shannessy
55e216cae8 Update shrinkwrap again
Travis ran into some problems, hopefully this fixes it.
2014-09-16 10:10:47 -07:00
Paul O’Shannessy
94643c8225 Update shrinkwrap 2014-09-16 09:07:29 -07:00
jeffmo
fc499aa5f7 Bump esprima + jstransform versions
Conflicts:
	package.json
2014-09-15 17:43:42 -07:00
Paul O’Shannessy
99632781fd Merge pull request #2033 from pekim/master
Add support for <dialog> tag.
2014-09-15 17:37:38 -07:00
Paul O’Shannessy
ad52ef949f Merge pull request #1848 from fgnass/master
add picture element and related attributes
2014-09-15 17:37:14 -07:00
Paul O’Shannessy
c86c9d15df Merge pull request #2177 from zpao/0.11-createElement
Add createElement for 0.11
2014-09-15 16:16:45 -07:00
Paul O’Shannessy
eef717ced7 Add createElement for 0.11
This also adds the deprecation notice to createDescriptor. Chances are
that nobody is using that, but doesn't hurt.
2014-09-12 15:18:33 -07:00
Christopher Chedeau
bb9f22787d Update 2014-09-12-community-round-up-22.md 2014-09-12 11:36:58 -07:00
Christopher Chedeau
3ea1b517d7 Community roundup #22 2014-09-12 11:36:58 -07:00
Paul O’Shannessy
61a9d686ee Merge pull request #2147 from naman34/patch-2
added the missing **
2014-09-04 16:27:29 -07:00
Paul O’Shannessy
f1389a8859 JSX spec blog post 2014-09-03 16:02:52 -07:00
Paul O’Shannessy
6adc67c4c9 Fix broken link in animation docs
Missed in #2068
2014-09-03 15:51:34 -07:00
Cheng Lou
4adeaed871 Merge pull request #2068 from ChrisSki/patch-1
Update 09.1-animation.md
2014-09-03 15:51:27 -07:00
Paul O’Shannessy
5b2341fa58 Merge pull request #2120 from zpao/svg-logo
[docs] SVG logo
2014-09-03 15:51:22 -07:00
Paul O’Shannessy
db1d5d263f Merge pull request #2124 from Daniel15/htmltojsx-fixes
Small tweaks to HTML to JSX page
2014-09-03 15:51:13 -07:00
Paul O’Shannessy
120457b465 Merge pull request #2091 from julen/docs/LinkedState
Docs: renamed input's state to `inputValue`
2014-09-03 15:51:09 -07:00
Paul O’Shannessy
ca87d5d9da Merge pull request #2075 from IvanVergiliev/patch-1
Add 2048-react to open-source demos
2014-09-03 15:51:03 -07:00
Paul O’Shannessy
593e67f9b0 Merge pull request #2119 from naman34/patch-1
added production example
2014-09-03 15:50:58 -07:00
Ben Alpert
78f6c07cd2 Merge pull request #2080 from fisherwebdev/master
[docs] Update Flux TodoMVC Tutorial
2014-09-03 15:50:53 -07:00
Ben Alpert
e9f40faf8e Merge pull request #2083 from chenglou/docs-retina-icon
[Docs] Make retina react logo work
2014-09-03 15:50:49 -07:00
Cheng Lou
2eba8f5a9e Merge pull request #2078 from michaelrp/patch-1
Including missing validation check
2014-09-03 15:50:44 -07:00
Paul O’Shannessy
be5e3c5ef4 Merge pull request #2076 from whatasunnyday/master
Add example to if else in JSX.
2014-09-03 15:50:40 -07:00
Paul O’Shannessy
f77df86595 Merge pull request #2062 from dmitriiabramov/patch-1
remove doubled whitespace chars in jsDoc
2014-09-03 15:50:36 -07:00
Cheng Lou
5a181591f8 Merge pull request #2058 from chantastic/patch-2
docs(flux-todo-list): fix TodoStore syntax
2014-09-03 15:50:31 -07:00
Ben Alpert
0dd329370a Merge pull request #2038 from zpao/update-testutil-docs
TestUtils docs: isComponentOfType -> isDescriptorOfType
2014-09-03 15:50:27 -07:00
Paul O’Shannessy
73d5012e1d Merge pull request #1832 from rayqian/master
Add chinese translation for 02-displaying-data.md
2014-09-03 15:50:22 -07:00
Paul O’Shannessy
e6768e5039 Merge pull request #1867 from WickyNilliams/patch-1
Add note about key prop being excluded by cloneWithProps
2014-09-03 15:50:19 -07:00
Paul O’Shannessy
70bc593b05 Merge pull request #2007 from janhancic/better-docs-for-select-multiple
Add a 'note' about passing arrays into the `value` attribute
2014-09-03 15:50:15 -07:00
Paul O’Shannessy
fd9b0a8de6 Merge pull request #2010 from nw/patch-1
Update ref-01-top-level-api.md
2014-09-03 15:50:11 -07:00
Ben Alpert
9a1f997f74 [docs] Move "| React" to end of OG title
For consistency!
2014-09-03 15:50:04 -07:00
Paul O’Shannessy
6eaaf37e44 [docs] Move "| React" to end of page title
Looks better in search results
2014-09-03 15:49:59 -07:00
Paul O’Shannessy
e6791bcd91 Merge pull request #1952 from slorber/master
Update 09.2-form-input-binding-sugar.md -> document checkedLink
2014-09-03 15:49:47 -07:00
Paul O’Shannessy
719198f51f Merge pull request #2035 from zpao/jekyll-update
[Docs] Update Jekyll + more
2014-08-13 15:25:32 -07:00
Jed Watson
b8d28a73a5 Updating "Tutorial" label as per suggestion
(cherry picked from commit bfd0a53d3e)
2014-08-13 13:07:01 -07:00
Jed Watson
bc612fb375 Adding "Tutorial" label to Flux Todo List nav item
(cherry picked from commit 2e6ff6449b)
2014-08-13 13:07:01 -07:00
Andre Z Sanchez
2c3460b8db Fix typo
(cherry picked from commit 6f49827c12)
2014-08-12 15:15:30 -07:00
Paul O’Shannessy
66e22a9acf Remove TodoMVC flux example
It lives at https://github.com/facebook/flux/tree/master/examples/flux-todomvc now.

(cherry picked from commit 1033c4805f)

Conflicts:
	examples/todomvc-flux/js/components/Footer.react.js
	examples/todomvc-flux/js/components/MainSection.react.js
	examples/todomvc-flux/js/stores/TodoStore.js
	examples/todomvc-flux/package.json
2014-08-12 15:15:25 -07:00
Adam Mark
2c40e8c98b Copy edit (fix grammar)
(cherry picked from commit 8642262aad)
2014-08-12 15:14:46 -07:00
Adam Mark
97376ba1ba Close <section> tag in sample markup
(cherry picked from commit 77d7b4928e)
2014-08-12 15:14:46 -07:00
Sam Selikoff
4fe7d32f29 Clarify section introducing callbacks
(cherry picked from commit 90888debd0)
2014-08-12 15:14:46 -07:00
Sam Selikoff
d26961562b Clarify section introducing props
(cherry picked from commit 255f238cee)
2014-08-12 15:14:46 -07:00
Ben Alpert
8fcf04aa73 [docs] Add parens to defeat ASI in example
Fixes #1996.

(cherry picked from commit e39a28c175)
2014-08-12 15:14:46 -07:00
Ben Alpert
89872fcb30 Wording tweaks to reconciliation docs
(cherry picked from commit e2dad02ef2)
2014-08-12 15:14:46 -07:00
Julien Bordellier
9ebc6477fc Using the markdown's quote syntax and explaining why use include jQuery
(cherry picked from commit 46c0bbfb11)
2014-08-12 15:14:46 -07:00
Jim OBrien
8b2844203c typo
(cherry picked from commit 0e7526e401)
2014-08-12 15:14:46 -07:00
Julen Ruiz Aizpuru
57774a7b6a Docs: added note about setState() side-effects
(cherry picked from commit 1219663e9a)
2014-08-12 15:14:46 -07:00
Julien Bordellier
a4e8cc1fe4 Adding a note just below the jQuery inclusion in the tutorial to inform that jQuery is not mandatory.
It's linked with #603

(cherry picked from commit 5eca8d604f)
2014-08-12 15:14:46 -07:00
cutbko
d0f83ed8ea Update ref-08-reconciliation.md
(cherry picked from commit d0494ac85c)
2014-08-12 15:14:46 -07:00