Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

chore: inital 13.0.0 blog post #5403

Merged
merged 13 commits into from
May 26, 2021
62 changes: 62 additions & 0 deletions data/blog/electron-13-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
title: Electron 13.0.0
author:
- VerteDinde
- clavin
- georgexu99
date: '2021-05-25'
---

Electron 13.0.0 has been released! It includes upgrades to Chromium `91`, V8 `x.x` and Node.js `14.x`. We've added {highlighted changes}, and general improvements. Read below for more details!
VerteDinde marked this conversation as resolved.
Show resolved Hide resolved

---

The Electron team is excited to announce the release of Electron 13.0.0! You can install it with npm via `npm install electron@latest` or download it from our [releases website](https://electronjs.org/releases/stable). Continue reading for details about this release, and please share any feedback you have!

## Notable Changes
VerteDinde marked this conversation as resolved.
Show resolved Hide resolved

### Stack Changes

* Chromium `91`
* [New in Chrome 88](https://developer.chrome.com/blog/new-in-chrome-88/)
VerteDinde marked this conversation as resolved.
Show resolved Hide resolved
* [New in Chrome 89](https://developer.chrome.com/blog/new-in-chrome-89/)
VerteDinde marked this conversation as resolved.
Show resolved Hide resolved
* Node.js `14.x`
VerteDinde marked this conversation as resolved.
Show resolved Hide resolved
* [Node 14.16.0 blog post](https://nodejs.org/en/blog/release/v14.16.0/)
* [Node 14.0.0 blog post](https://nodejs.org/en/blog/release/v14.0.0/)
* V8 `x.x`
VerteDinde marked this conversation as resolved.
Show resolved Hide resolved
* [V8 8.8 blog post](https://v8.dev/blog/v8-release-88)
VerteDinde marked this conversation as resolved.
Show resolved Hide resolved
* [V8 8.9 blog post](https://v8.dev/blog/v8-release-89)
VerteDinde marked this conversation as resolved.
Show resolved Hide resolved

### Highlight Features

* TBD
* TBD
* TBD

See the [13.0.0 release notes](https://github.com/electron/electron/releases/tag/v13.0.0) for a full list of new features and changes.

## Breaking Changes

* TBD

More information about these and future changes can be found on the [Planned Breaking Changes](https://github.com/electron/electron/blob/master/docs/breaking-changes.md) page.

## API Changes

* TBD

### Removed/Deprecated Changes

The following APIs have been removed or are now deprecated:

* TBD

## End of Support for 10.x.y

Electron 10.x.y has reached end-of-support as per the project's [support policy](https://electronjs.org/docs/tutorial/support#supported-versions). Developers and applications are encouraged to upgrade to a newer version of Electron.

## What's Next

In the short term, you can expect the team to continue to focus on keeping up with the development of the major components that make up Electron, including Chromium, Node, and V8. Although we are careful not to make promises about release dates, our plan is release new major versions of Electron with new versions of those components approximately quarterly. The [tentative 14.0.0 schedule](https://electronjs.org/docs/tutorial/electron-timelines) maps out key dates in the Electron 14.0 development life cycle. Also, [see our versioning document](https://electronjs.org/docs/tutorial/electron-versioning) for more detailed information about versioning in Electron.

For information on planned breaking changes in upcoming versions of Electron, [see our Planned Breaking Changes doc](https://github.com/electron/electron/blob/master/docs/breaking-changes.md).