Releases: reZach/secure-electron-template
Releases · reZach/secure-electron-template
v22.0.0
v21.0.0
v20.0.0
v19.0.1
v19.0.0
Changes
- Moved away from
connected-react-router
toredux-first-history
so that we could upgrade to v6 ofreact-router
. (connected-react-router
doesn't look to be maintained/have support for react-router v6). This change may be breaking for those templates that make use of react-router. We also were able to upgrade to React v18 as part of this release.
v18.0.0
Changes
- Partial Typescript support (only in the app/src folder). (See this discussion for a starting point if you'd like to convert your Electron files to Typescript). Thanks to tyler-hitzeman for his work here.
v17.0.0
Changes
- Major bump to Electron and other packages
- Using new version of
secure-electron-store
(you'll want to follow the migration steps) if you choose to use v17 of this template