Brian Vaughn
4867765f37
Update website to v16.9 ( #2210 )
5 years ago
Brian Vaughn
129df30d2c
Profiler API docs ( #2176 )
* First pass at Profiler API docs
5 years ago
Dante Calderón
1ed0ecb989
Open external links in a new Tab ( #1380 )
Add this functionality with gatsby-remark-external-links plugin
6 years ago
Dan Abramov
2753191ee2
Bump React versions
6 years ago
Dan Abramov
4a7df5686b
Bump React to 16.8.3 ( #1724 )
6 years ago
Dan Abramov
6e32ee96b4
Bump React used by the website ( #1687 )
6 years ago
Nat Alison
6a50996b7f
only update script and stuff
6 years ago
Soichiro Miki
add50079b1
Port external gatsby-remark-autolink-headers plugin
6 years ago
Florian Kissling
1389d0a7ae
Bump gatsby-remark-autolink-headers, fixes sidebar links not correctly jumping to referenced element ( #1370 )
* Bump gatsby-remark-autolink-headers
* Bump gatsby-remark-autolink-headers to latest
6 years ago
Dan
dd7b0e4818
Bump npm-run-all
6 years ago
Andrew Clark
aa84227cab
Upgrade to latest alpha
I'm going to add some new pages soon and I want to dogfood the new
Concurrent + Suspense + Hooks features.
6 years ago
Dustin Schau
08a6a9036e
chore: remove/update pinned gatsby-remark-prismjs plugin ( #1253 )
6 years ago
Kyle Mathews
8bca96cb1b
Upgrade to latest Gatsby packages ( #1244 )
This includes a number of fixing including this PR which prevents errors
during development when editing markdown files https://github.com/gatsbyjs/gatsby/pull/8859
6 years ago
Dustin Schau
c330d00203
fix: revert buddy line indenting ( #1202 )
* fix: revert buddy line indenting
Note: I'll work on fixing this in gatsby-remark-prismjs soon, but this
is the fix for now :)
Fixes #1201
* chore: revert version of node removal
6 years ago
Alexander Nanberg
71b03486c0
Upgrade to Gatsby v2 ( #1104 )
* Upgrade to Gatsby v2
* Remove unnecessary polyfills since gatsby already provides them
* Move global styles to gatsby-browser
* Add fb comment and convert to cjs
* Revert to use pageQuery again
* Add back html.js
* Update dependencies
* Move TitleAndMetaTags
* Replace glamor/reset with normalize.css which fixes style order in prod
* Prettier formatting
* Remove unused types
* Remove old layout
* Fix versions link
* Update deps
* Update deps
* Remove hack since it's no longer needed
* Update dependencies
* Fix build error
* Fix prettier config resolution
* Update gatsby
* Remove custom onCreatePage logic
* Update dependencies
* Fix build
* Update dependencies
* prettier formatting
* update dependencies
* add custom babel config for flow
* upgrade dependencies
* update dependencies
* use stable gatsby release
6 years ago
Alex Krolick
c1d9e3fe62
downgrade yarn engine
7 years ago
Alex Krolick
58265540d4
debug - print yarn version
7 years ago
Alex Krolick
47e398af00
Nuke modules and frozen lockfile before build
7 years ago
Alex Krolick
45a72f9e71
remove pinned resolutions
7 years ago
Alex Krolick
62dc810733
add --check-files to netlify install
7 years ago
Alex Krolick
d9cd3e311f
upgrade some gatsby deps
7 years ago
Alex Krolick
930d66ac15
cmon circle, keep up
7 years ago
Alex Krolick
796e1c9af7
update engines
7 years ago
Alex Krolick
a5db230efd
Revert "remove sharp plugin"
This reverts commit bbbb13d484
.
7 years ago
Alex Krolick
bbbb13d484
remove sharp plugin
7 years ago
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
7 years ago
Ideveloper
0383450454
Fix node engines ( #1002 )
7 years ago
Alex Krolick
cec61969ea
Fix CI ( #952 )
* Checksum against lockfile
* Use Node 8 Docker image
7 years ago
Dan Abramov
3bf8b907bd
Update gatsby ( #590 )
7 years ago
Brian Vaughn
76988ced6f
Bumped deps. Added gatsby-remark-embed-snippet.
7 years ago
Dan Abramov
856f4a18cd
Bump Gatsby ( #429 )
7 years ago
Brian Vaughn
f0f375387e
Changed trailing-commas to es5, moved example config to separate rc file
7 years ago
Brian Vaughn
a03aa6c812
Format examples with Prettier
7 years ago
Brian Vaughn
eff6e28e01
Added `flow` task to `package.json`
7 years ago
Clement Hoang
81ce65c706
Parallelize some yarn scripts with npm-run-all
7 years ago
Dan Abramov
9ff7b97fdd
Try to update react-live
7 years ago
Brian Vaughn
04ad4fd392
Upgraded to gatsby-remark-code-repls@1.0.2
7 years ago
Brian Vaughn
57b5d4d5dc
Installed new gatsby-remark-code-repls
7 years ago
Brian Vaughn
a3e7c8b7ed
Added gatsby-remark-babel-repl-link plug-in
7 years ago
Brian Vaughn
6fd0d7950e
Added custom remark transform for Codepen example links
7 years ago
Brian Vaughn
d23c8c9aad
Removed 'qs' module dependency from ErrorDecoder
7 years ago
Brian Vaughn
cadaeae62b
Reorganized codepen folder further to support nesting
7 years ago
Brian Vaughn
56735c44a0
Prettier
7 years ago
Emmanuel Fallancy
f9d2e2ad02
Update resolution in package.json
7 years ago
Keyan Zhang
d73bff0982
Use qs to parse query params
7 years ago
Joe Lim
4235274d10
add plugin to intercept markdown links
7 years ago
Brian Vaughn
f11badf8a6
Updated Prettier tasks to cover gatsby-* JS files in root
7 years ago
Sung Kim
315e4c642f
Made changes on prettier & prettier:diff scripts in 'package.json` to make it work on Windows as suggested by 'bvaughn' on https://github.com/reactjs/reactjs.org/issues/70#issuecomment-335050477
7 years ago
Eric Simons
d255c1afc6
sync js files to codepen
7 years ago
jxom
de3bd87f4b
Added fbjs eslint config, fixed lint errors and warnings
7 years ago