Releases: DarkGuy10/NextJS-Electron-Boilerplate
Releases · DarkGuy10/NextJS-Electron-Boilerplate
v3.1.0
🏡 Chore
- bump next from 14.0.4 to 14.1.3
- bump electron from 29.0.1 to 29.1.1
- bump electron-builder from 24.12.0 to 24.13.3
- bump @types/react from 18.2.60 to 18.2.64
- bump eslint-config-next from 14.0.4 to 14.1.3
- bump @typescript-eslint/* from 7.0.2 to 7.1.1
Full Changelog: v2.2.1...v3.1.0
v3.0.0
💥Breaking Change
- Bump electron from 28.2.3 to 29.0.1
🔨 Refactor
- Remove redundant configurations
🏡 Chore
- Bump eslint from 8.56.0 to 8.57.0
- Bump @types/react from 18.2.56 to 18.2.60
- Bump @types/node from 20.11.19 to 20.11.21
- Bump storybook from 7.6.16 to 7.6.17
- Bump electron-updater from 6.1.7 to 6.1.8
Full Changelog: v2.2.1...v3.0.0
v2.2.1
🩹 Fixes
- Remove ESM
import
frompreload.ts
since electron does not support it in sandboxed context - Electron-builder config should recursively include all files inside build directories
- Replace vercel favicon with cappy
🚀 Enhancements
- Workaround Next's built-in image optimizations to support
<Image />
component using static imports only
📖 Documentation
- Include snippets for
<Image />
usage - Update project structure
Full Changelog: v2.2.0...v2.2.1
v2.2.0
🏡 Chore
- chore(deps-dev): bump @typescript-eslint/parser from 6.20.0 to 7.0.2
- chore(deps-dev): bump electron from 28.2.2 to 28.2.3
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.20.0 to 7.0.2
- chore(pm): bump yarn from 4.0.2 to 4.1.0
- chore(deps-dev): bump typings for node, react
- chore(deps-dev): bump storybook from 7.6.14 to 7.6.16
Full Changelog: v2.1.2...v2.2.0
v2.1.2
v2.1.1
v2.1.0
Notable Changes
- Switched to DarkGuy10/action-electron-builder for updated CD workflow
v2.0.0
Breaking Changes
- Switching to ESModules completely
Dep bumps
- Electron bumped to 28.1.4
- NextJS bumped to 14.0.4 (not bumping to next@stable because of vercel/next.js#61043)
- Bumped all other dependencies
v1.0.1
- Bump dependencies
Stable Release 🎉
v1.0.0
- First stable release