Browse Source

Update my name in most places

main
Sophie Alpert 8 years ago
parent
commit
8fc72d62c6
  1. 6
      _data/authors.yml
  2. 2
      _posts/2014-02-16-react-v0.9-rc1.md
  3. 2
      _posts/2014-02-20-react-v0.9.md
  4. 2
      _posts/2015-03-10-react-v0.13.md
  5. 2
      _posts/2015-03-26-introducing-react-native.md
  6. 2
      _posts/2015-07-03-react-v0.14-beta-1.md
  7. 2
      _posts/2015-09-02-new-react-developer-tools.md
  8. 2
      _posts/2015-09-10-react-v0.14-rc1.md
  9. 2
      _posts/2015-10-07-react-v0.14.md
  10. 2
      _posts/2015-12-29-react-v0.14.4.md
  11. 2
      _posts/2016-01-12-discontinuing-ie8-support.md

6
_data/authors.yml

@ -58,9 +58,9 @@ schrockn:
sebmarkbage: sebmarkbage:
name: Sebastian Markbåge name: Sebastian Markbåge
url: https://twitter.com/sebmarkbage url: https://twitter.com/sebmarkbage
spicyj: sophiebits:
name: Ben Alpert name: Sophie Alpert
url: http://benalpert.com url: https://sophiealpert.com
steveluscher: steveluscher:
name: Steven Luscher name: Steven Luscher
url: https://twitter.com/steveluscher url: https://twitter.com/steveluscher

2
_posts/2014-02-16-react-v0.9-rc1.md

@ -1,6 +1,6 @@
--- ---
title: React v0.9 RC title: React v0.9 RC
author: spicyj author: sophiebits
--- ---
We're almost ready to release React v0.9! We're posting a release candidate so that you can test your apps on it; we'd much prefer to find show-stopping bugs now rather than after we release. We're almost ready to release React v0.9! We're posting a release candidate so that you can test your apps on it; we'd much prefer to find show-stopping bugs now rather than after we release.

2
_posts/2014-02-20-react-v0.9.md

@ -1,6 +1,6 @@
--- ---
title: React v0.9 title: React v0.9
author: spicyj author: sophiebits
--- ---
I'm excited to announce that today we're releasing React v0.9, which incorporates many bug fixes and several new features since the last release. This release contains almost four months of work, including over 800 commits from over 70 committers! I'm excited to announce that today we're releasing React v0.9, which incorporates many bug fixes and several new features since the last release. This release contains almost four months of work, including over 800 commits from over 70 committers!

2
_posts/2015-03-10-react-v0.13.md

@ -1,6 +1,6 @@
--- ---
title: "React v0.13" title: "React v0.13"
author: spicyj author: sophiebits
--- ---
Today, we're happy to release React v0.13! Today, we're happy to release React v0.13!

2
_posts/2015-03-26-introducing-react-native.md

@ -1,6 +1,6 @@
--- ---
title: "Introducing React Native" title: "Introducing React Native"
author: spicyj author: sophiebits
--- ---
In January at React.js Conf, we announced React Native, a new framework for building native apps using React. We're happy to announce that we're open-sourcing React Native and you can start building your apps with it today. In January at React.js Conf, we announced React Native, a new framework for building native apps using React. We're happy to announce that we're open-sourcing React Native and you can start building your apps with it today.

2
_posts/2015-07-03-react-v0.14-beta-1.md

@ -1,6 +1,6 @@
--- ---
title: React v0.14 Beta 1 title: React v0.14 Beta 1
author: spicyj author: sophiebits
--- ---
This week, many people in the React community are at [ReactEurope](https://www.react-europe.org/) in the beautiful (and very warm) city of Paris, the second React conference that's been held to date. At our last conference, we released the first beta of React 0.13, and we figured we'd do the same today with our first beta of React 0.14, giving you something to play with if you're not at the conference or you're looking for something to do on the way home. This week, many people in the React community are at [ReactEurope](https://www.react-europe.org/) in the beautiful (and very warm) city of Paris, the second React conference that's been held to date. At our last conference, we released the first beta of React 0.13, and we figured we'd do the same today with our first beta of React 0.14, giving you something to play with if you're not at the conference or you're looking for something to do on the way home.

2
_posts/2015-09-02-new-react-developer-tools.md

@ -1,7 +1,7 @@
--- ---
title: "New React Developer Tools" title: "New React Developer Tools"
layout: post layout: post
author: spicyj author: sophiebits
--- ---
A month ago, we [posted a beta](/react/blog/2015/08/03/new-react-devtools-beta.html) of the new React developer tools. Today, we're releasing the first stable version of the new devtools. We're calling it version 0.14, but it's a full rewrite so we think of it more like a 2.0 release. A month ago, we [posted a beta](/react/blog/2015/08/03/new-react-devtools-beta.html) of the new React developer tools. Today, we're releasing the first stable version of the new devtools. We're calling it version 0.14, but it's a full rewrite so we think of it more like a 2.0 release.

2
_posts/2015-09-10-react-v0.14-rc1.md

@ -1,6 +1,6 @@
--- ---
title: "React v0.14 Release Candidate" title: "React v0.14 Release Candidate"
author: spicyj author: sophiebits
--- ---
We’re happy to announce our first release candidate for React 0.14! We gave you a [sneak peek in July](/react/blog/2015/07/03/react-v0.14-beta-1.html) at the upcoming changes but we’ve now stabilized the release more and we’d love for you to try it out before we release the final version. We’re happy to announce our first release candidate for React 0.14! We gave you a [sneak peek in July](/react/blog/2015/07/03/react-v0.14-beta-1.html) at the upcoming changes but we’ve now stabilized the release more and we’d love for you to try it out before we release the final version.

2
_posts/2015-10-07-react-v0.14.md

@ -1,6 +1,6 @@
--- ---
title: "React v0.14" title: "React v0.14"
author: spicyj author: sophiebits
--- ---
We’re happy to announce the release of React 0.14 today! This release has a few major changes, primarily designed to simplify the code you write every day and to better support environments like React Native. We’re happy to announce the release of React 0.14 today! This release has a few major changes, primarily designed to simplify the code you write every day and to better support environments like React Native.

2
_posts/2015-12-29-react-v0.14.4.md

@ -1,6 +1,6 @@
--- ---
title: "React v0.14.4" title: "React v0.14.4"
author: spicyj author: sophiebits
--- ---
Happy December! We have a minor point release today. It has just a few small bug fixes. Happy December! We have a minor point release today. It has just a few small bug fixes.

2
_posts/2016-01-12-discontinuing-ie8-support.md

@ -1,6 +1,6 @@
--- ---
title: "Discontinuing IE 8 Support in React DOM" title: "Discontinuing IE 8 Support in React DOM"
author: spicyj author: sophiebits
--- ---
Since its 2013 release, React has supported all popular browsers, including Internet Explorer 8 and above. We handle normalizing many quirks present in old browser versions, including event system differences, so that your app code doesn't have to worry about most browser bugs. Since its 2013 release, React has supported all popular browsers, including Internet Explorer 8 and above. We handle normalizing many quirks present in old browser versions, including event system differences, so that your app code doesn't have to worry about most browser bugs.

Loading…
Cancel
Save