- Electron Projects
- Denys Vuika
- 157字
- 2021-06-24 12:14:29
Release cycle note
Please note that we are using Electron 7 in the book. The Electron project has moved to a 12-week release cadence starting on May 13, 2019. You can see the official announcement on the Electron blog post at https://electronjs.org/blog/12-week-cadence.
Having shorter release cycles means you are getting features, bug fixes, and security fixes faster. However, that also means there will most probably be newer versions of the Electron released once this book is out.
The good news is the Electron team is going to support the last three major versions. Be sure to check the schedule and more details by visiting https://electronjs.org/docs/tutorial/support#supported-versions. Besides that, it is relatively easy to upgrade your application project to the latest version of the Electron. You can do that by running the following command:
npm install electron@latest
It is highly recommended to watch the Electron team blog for more details on each release: https://electronjs.org/blog.
- Intel Galileo Essentials
- Visual Studio 2012 Cookbook
- 實用防銹油配方與制備200例
- Mastering matplotlib
- Python Network Programming Cookbook(Second Edition)
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- Learning Selenium Testing Tools(Third Edition)
- Python Data Analysis Cookbook
- CoffeeScript Application Development Cookbook
- 用戶體驗可視化指南
- Django 3.0入門與實踐
- Programming Microsoft Dynamics? NAV 2015
- 算法圖解
- PHP從入門到精通(第7版)
- Python程序設計