Releases: castlabs/downstream_electron
Releases · castlabs/downstream_electron
v0.7.0
0.7.0
- Updated Electron version to 26.3.0
- Implemented a new communication model between the backend and frontend
- Enabled context isolation (preload scripts can be used)
- Added Electron Forge integration and example
- Updated 'xmldom' dependency
- Deprecated 'redux' integration and example
v0.6.0
0.6.0
- Updated Electron version to 26.2.2
- Updated dependencies
- Dropped Node.js v10 support
- Dropped Node.js v12 support
- Dropped Node.js v14 support
- Added Node.js v16 LTS Support
- Added Node.js v18 LTS Support
- Migrated to castLabs Electron Components API
- Updated
main
anddrm
examples - Moved from deprecated, build-in
remote
to@electron/remote
replacement - Updated
redux
integration