Brian Vaughn
463640daee
Merge pull request #8 from yangshun/constructor-props
...
Ensure all class constructors call super with props
2017-10-06 17:43:16 -07:00
Brian Vaughn
6c19b64313
Merge pull request #38 from fpoumian/fix-babel-reference
...
fix #37 Replace babel-preset-es2015 reference and link with babel-preset-env
2017-10-06 17:37:52 -07:00
Fernando Poumián
c488041320
Replace babel-preset-es2015 reference and link with babel-preset-env
2017-10-06 17:35:55 -06:00
Brian Vaughn
29835da7a1
Merge pull request #36 from bvaughn/html-to-jsx-redirect-permanent
...
Make html-to-jsx redirect permanent
2017-10-06 15:29:01 -07:00
Brian Vaughn
cc89a9682b
Make html-to-jsx redirect permanent
2017-10-06 15:21:38 -07:00
Brian Vaughn
fcc535341d
Merge pull request #6 from bvaughn/html-to-jsx-redirect
...
Added static redirect for HTML-to-JSX page
2017-10-06 13:37:52 -07:00
Brian Vaughn
574b3b0c24
Merge pull request #13 from yangshun/fix-repo-url
...
Migrate repo URLs
2017-10-06 13:36:26 -07:00
Dan Abramov
09cde5959e
Merge pull request #32 from leticiawanderley/issue-23-broken-link-fix
...
Bug #23 - Fixing broken download link
2017-10-06 21:35:30 +01:00
Dan Abramov
d099f65314
Update installation.md
2017-10-06 21:35:24 +01:00
Dan Abramov
b99b301f1e
Add single file HTML example
2017-10-06 21:31:34 +01:00
Brian Vaughn
a7817cacdd
Merge pull request #34 from bvaughn/update-headers
...
Updated license name in headers
2017-10-06 13:27:47 -07:00
Brian Vaughn
c9e1c3b834
Updated license name in headers
2017-10-06 13:27:15 -07:00
Dan Abramov
2ec96b13bd
Merge pull request #33 from leticiawanderley/repo-readme-broken-link
...
Fix - broken repo link on README
2017-10-06 21:21:59 +01:00
Leticia Wanderley
82136fed26
Fix - broken repo link on README
2017-10-06 17:00:09 -03:00
Leticia Wanderley
52cbef4daf
Bug #23 - Fixing broken download link
2017-10-06 16:54:31 -03:00
Yangshun Tay
7c6f185134
Ensure all class constructors call super with props
2017-10-07 02:19:31 +08:00
Yangshun Tay
fb02750d9a
Fix repo URLs
2017-10-07 01:19:55 +08:00
Brian Vaughn
9c68ee4afd
Fixed a couple of oudated things in package.json
2017-10-06 09:56:44 -07:00
Brian Vaughn
95ea182097
Added static redirect for HTML-to-JSX page
2017-10-06 09:42:38 -07:00
Brian Vaughn
1349493721
Small README update
2017-10-06 08:29:07 -07:00
Brian Vaughn
1de4c66dc6
Added some basic Flow types to get things started
2017-10-05 15:33:18 -07:00
Brian Vaughn
8d54bd01a3
Prettier formatted flow-typed and plugins dirs
2017-10-05 08:08:22 -07:00
Brian Vaughn
1da83176da
Moved Prettier config to config file
2017-10-05 08:07:32 -07:00
Brian Vaughn
192c429a21
Added missing title and og:url to 1-off pages
2017-10-04 15:31:46 -07:00
Brian Vaughn
5134f71e20
Removed /docs/index redirect from docs/accessibility
2017-10-04 15:31:01 -07:00
Brian Vaughn
eb1994b0d2
Fixes to markdown content/paths
2017-10-04 15:00:37 -07:00
Brian Vaughn
9d9b2021ed
Migrated Gatsby website source and config
2017-10-04 14:56:10 -07:00
Brian Vaughn
93aa551f1a
Reorganized 'docs' folder
2017-10-04 14:48:45 -07:00
Dan Abramov
a305ded256
Tweak wording based on @landermkerbey's suggestion in #10433#issuecomment-324488168
2017-10-04 21:44:12 +01:00
Yangshun Tay
c6d3f1acfd
Fix blog issues that resulted from migration ( #11089 )
2017-10-04 19:35:29 +01:00
Gustavo Gard
3b0a77dcaf
Correct logo url ( #11090 )
2017-10-04 19:33:39 +01:00
Dominic Gannaway
76b625ba80
Fixes example in Web Components docs ( #11039 )
...
* fixes docs on webcomponent
* Update web-components.md
2017-10-04 17:12:36 +01:00
Dan Abramov
cb860f4a5b
Update button labels
2017-10-03 17:03:18 +01:00
Yangshun Tay
bddc8a33bf
Fix all GitHub issues and PRs query params ( #11066 )
2017-10-03 16:58:26 +01:00
pyitphyoaung
e506e9c66b
Replace hyperlink tag with button tag in tic-tac-toe tutorial and update related references in the tutorial document ( #11045 )
2017-10-03 08:48:06 -07:00
Bernard Lin
c954924f97
Update conferences ( #10781 )
...
* Update conferences
* Update conferences.md
2017-10-03 15:45:30 +01:00
matej
3ef329e9d6
Fixing how to contribute beginner friendly issues GitHub link ( #11063 )
...
* Fixing how to contribute beginner friendly issues GitHub link
* Fixing again url for how to contribute beginner friendly issues GitHub link
2017-10-03 13:38:28 +01:00
Flarnie Marchan
5d14fe92b5
[Website] Add titles and labels to iframes and images on Community pages ( #11041 )
...
* [Website] Add titles and labels to iframes and images on Community pages
**what is the change?:**
- add titles to all iframes
- add alt tags to images
- add `aria-label` to some links which only have images as contents.
**why make this change?:**
Based on warnings thrown by aXe a11y audit of those pages
**test plan:**
Manual testing
**issue:**
None
* remove redundant alt tags
2017-10-02 16:41:05 -07:00
Ricky Reusser
11bd6395e1
Remove bundle-collapser browserify recommendation ( #11051 )
...
* Move bundle-collapser browserify plugin recommendation to a note.
* Remove bundle-collapser note entirely
2017-10-03 00:17:49 +01:00
Brian Vaughn
d2b10ee4e8
Refactored Installation page to no longer use tabs ( #11050 )
2017-10-02 15:45:48 -07:00
Orjiewuru Kingdom Isaac
f2ebac725e
Update react summit Nigeria title ( #11046 )
2017-10-02 23:15:07 +01:00
Vicky Chijwani
f8dceef015
Docs: add link to DOM Level 3 spec for possible values of key prop ( #11042 )
2017-10-02 23:13:23 +01:00
Dan Abramov
c17d178053
Fix lint
2017-10-02 18:51:15 +01:00
Yangshun Tay
a6ed7e1ad3
Ensure all external links have consistent behavior ( #11012 )
2017-10-02 09:52:39 -07:00
Cole Turner
d9415384b2
Clarify implementation of tick() in Lifecycle docs ( #11002 )
...
This documentation change clarifies how the method `tick()` relates to the example given in the State and Lifecycle documentation. Why this change is necessary is because it may be confusing for beginners who may mistake `tick()` to be a lifecycle API hook. To clarify, the verbiage is changed so that it becomes more clear that the method is specific to the component and not the API.
2017-10-02 09:37:05 -07:00
Dan Abramov
b9214493b2
Clarify the IRC channel confusion
2017-10-02 15:30:19 +01:00
John Darryl Pelingo
9b22e92677
Combine rendered Note section ( #11026 )
2017-10-02 13:47:40 +01:00
Dan Abramov
9b5417dc53
Disambiguate #react and #reactjs IRC channels ( #11025 )
2017-10-02 13:32:25 +01:00
Goffert van Gool
358674714c
Update web-component docs to current standard ( #11020 )
...
The documentation example for Web Components uses deprecated Custom Element and Shadow DOM APIs [0]. This change updates the example to the v1 APIs, which are the current standard.
[0] https://developers.google.com/web/fundamentals/web-components/customelements#historysupport
2017-10-02 11:44:57 +01:00
Josh Hawkins
f39926bcb8
Improve docs for select multiple ( #9539 )
...
* Readd original select multiple note
* Update forms.md
2017-10-02 00:18:08 +01:00