Vasyl Stokolosa
76ef485ef6
Typo "React.createRef()" :) ( #1105 )
2018-08-02 22:41:03 +01:00
Dan Abramov
c1cbd838a1
Link to Vue and Preact releases
2018-08-01 20:48:34 +01:00
Sophie Alpert
9ab383a829
Tweak words slightly
2018-08-01 12:30:22 -07:00
Dan Abramov
c32884da5f
16.4.2 blog post
2018-08-01 20:19:47 +01:00
Mendel Bakaleynik
3155dffae3
Minor typos ( #1057 )
2018-07-27 18:58:59 -07:00
Sylvain Hamann
5590d8a151
Add React Boston 2018 ( #1081 )
2018-07-27 18:57:08 -07:00
Sophie Alpert
6a79fb61df
Fix typo and add BoilingVerdict to input change steps ( #1095 )
2018-07-27 18:55:24 -07:00
Dan Dascalescu
74f8d1f01b
Move rendering BoilingVerdict before the DOM is updated
2018-07-27 18:47:44 -07:00
Nathan Quarles
392d5bfdcd
Update lifecycles.js ( #1098 )
...
`theme ? 'dark' : 'light'` will always use the dark theme no matter what it's set to in context. Guessing this is not what was intended? This PR fixes it.
2018-07-27 13:32:12 -07:00
Dan Dascalescu
562dbd2d22
Fix typo and add BoilingVerdict to input change steps
2018-07-26 23:33:53 -07:00
Dan Abramov
023fb45343
Tweaks
2018-07-25 03:13:43 +02:00
Dan Abramov
428d52b834
Fix styling of code ( #1087 )
2018-07-25 02:47:06 +02:00
Dan Abramov
7016c4a21d
Tweak
2018-07-25 02:31:36 +02:00
Dan Abramov
5028f0874d
Add "Before You Use Context" ( #1085 )
2018-07-25 02:17:15 +02:00
Dmitry Minkovsky
7f1b367eb6
Refs and the DOM: clarify when ref callbacks are invoked ( #1069 )
2018-07-19 11:14:52 -07:00
Alex Krolick
48cbb02dd2
make all redirect_from's arrays ( #1075 )
...
make Gatsby happy again
2018-07-19 10:51:07 -07:00
Matthew Vargeson
c5b0584d03
Add accessibility guidelines link to portals doc ( #846 )
...
* Add accessibility guidelines link to portals doc
* Add more detail to portal accessibility note
* Clarify text using suggested content
2018-07-18 20:45:00 -07:00
Alex Krolick
023973dc82
Merge pull request #1070 from reactjs/wtf-netlify-yarn
...
debug - print yarn version
2018-07-18 11:02:18 -07:00
Alex Krolick
c1d9e3fe62
downgrade yarn engine
2018-07-18 10:56:10 -07:00
Alex Krolick
58265540d4
debug - print yarn version
2018-07-18 10:45:07 -07:00
Alex Krolick
6cbc511f6f
Merge pull request #923 from AlmeroSteyn/pointer-events-a11y
...
[A11Y-docs]: Add section on pointer events with outside click example
2018-07-17 22:30:08 -07:00
Alex Krolick
1863317a66
Merge pull request #1065 from alexkrolick/kick-deploy
...
fix netlify (?)
2018-07-17 22:05:43 -07:00
Alex Krolick
47e398af00
Nuke modules and frozen lockfile before build
2018-07-17 09:50:19 -07:00
Alex Krolick
242dbdd7cc
yarn upgrade
...
works locally...
2018-07-16 22:07:59 -07:00
Alex Krolick
45a72f9e71
remove pinned resolutions
2018-07-16 21:43:51 -07:00
Alex Krolick
62dc810733
add --check-files to netlify install
2018-07-16 21:43:51 -07:00
Alex Krolick
d9cd3e311f
upgrade some gatsby deps
2018-07-16 21:43:51 -07:00
nic
7be7f4a973
Add React Conf Brasil 2018 ( #1064 )
2018-07-17 04:19:08 +01:00
almero.steyn
3d5965412e
[A11Y-docs]: Add section on pointer events with outside click example
2018-07-15 11:53:45 +02:00
everdimension
9db176ea1c
Update 2018-06-07-you-probably-dont-need-derived-state.md ( #1059 )
...
A single form of `arguments` confused me here
2018-07-14 14:14:53 +01:00
Richie
e52e6c6d5a
Dynamically append path alias (aaa/bbb.html = aaa/bbb = aaa/bbb/) int… ( #783 )
...
* Dynamically append path alias (aaa/bbb.html = aaa/bbb = aaa/bbb/) into redirects during gatsby onCreateNode callback API to avoid 404
* Consider more cases:
(1) markdown without redirects
(2) duplicated permalink for /docs/pure-render-mixin.html, rename the unused one
* Test permalink with ending `.html` rather then containing them
2018-07-13 12:06:26 -07:00
Alex Krolick
a1655f4be0
Merge pull request #1052 from alexkrolick/fix-sharp-errs
...
Fix build
2018-07-12 08:15:31 -07:00
Alex Krolick
f63a83d746
Revert "upgrade sharp plugin"
...
This reverts commit 74ead28476 .
2018-07-11 00:14:42 -07:00
Alex Krolick
a9ca45b283
no cache fallback
2018-07-11 00:10:50 -07:00
Alex Krolick
74ead28476
upgrade sharp plugin
2018-07-11 00:07:18 -07:00
Alex Krolick
930d66ac15
cmon circle, keep up
2018-07-11 00:00:56 -07:00
Alex Krolick
796e1c9af7
update engines
2018-07-10 23:59:34 -07:00
Alex Krolick
a5db230efd
Revert "remove sharp plugin"
...
This reverts commit bbbb13d484 .
2018-07-10 23:58:08 -07:00
Alex Krolick
dd58ede09e
point at 8.x.x release branch instead of exact 8.4
2018-07-10 23:50:28 -07:00
Alex Krolick
bbbb13d484
remove sharp plugin
2018-07-10 23:47:54 -07:00
Ivan de la Beldad Fernandez
b044ce5dbb
docs: fix minor typo ( #1038 )
2018-07-06 00:59:31 +01:00
Ideveloper
2bd8ffa429
Fix Issue about addons.md's Wrong links ( #1023 )
...
* Edit addons.md's link to right link
* Update addons.md
2018-07-04 12:42:20 +01:00
FenryHord
e41bfd7210
The board shows the number range 0-8 instaed of 1-9 ( #1034 )
2018-07-04 12:38:11 +01:00
Andre Wiggins
5775f070e2
Add signature to getSnapshotBeforeUpdate section ( #1032 )
...
Add the signature for `getSnapshotBeforeUpdate` to its section, just like all other lifecycle method sections have.
2018-07-03 18:17:29 +01:00
Almero Steyn
f5d6818660
Merge pull request #1028 from KhogaEslam/patch-1
...
Update accessibility.md
2018-07-02 13:50:30 +02:00
Eslam Gamal Khoga
cf4e7fcff4
Update accessibility.md
...
removed additional tag's close />
2018-07-02 11:01:51 +02:00
Khodor Ammar
26892808f4
Fix issue with JSX highlighting ( #1026 )
...
* Update gatsby-remark-prismjs and gatsby-remark-embed-snippet to fix issue with JSX highlighting
* removes mentions of private npm registry
2018-07-01 16:33:49 +01:00
Dan Abramov
50d2a9bfc8
Emphasize a section
2018-06-29 18:13:36 +01:00
Dan Abramov
8695e5a128
Link to homepage more prominently from Getting Started
2018-06-29 17:16:27 +01:00
Nathan Hunzaker
3fe3596085
Correctly link up reference to 15.6.2 addons ( #644 )
2018-06-28 19:32:49 -07:00