Skip to content

Releases: DarkGuy10/NextJS-Electron-Boilerplate

v3.1.0

08 Mar 13:40
Compare
Choose a tag to compare

🏡 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

28 Feb 05:17
Compare
Choose a tag to compare

💥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

21 Feb 12:27
Compare
Choose a tag to compare

🩹 Fixes

  • Remove ESM import from preload.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

19 Feb 18:20
Compare
Choose a tag to compare

🏡 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

12 Feb 14:05
Compare
Choose a tag to compare

🏡 Chore

  • chore(deps-dev): bump electron from 28.2.0 to 28.2.2 in #35
  • chore(deps-dev): bump @types/react from 18.2.48 to 18.2.55 in #36
  • chore(deps): bump electron-log from 5.1.0 to 5.1.1 in #26
  • chore(deps-dev): bump storybook from 7.6.10 to 7.6.14] (8ea82d1)

Full Changelog: v2.1.1...v2.1.2

v2.1.1

05 Feb 00:03
Compare
Choose a tag to compare

🏡 Chore

  • deps-dev: bump electron from 28.1.4 to 28.2.0 (#20)
  • deps-dev: bump @typescript-eslint/parser from 6.19.1 to 6.20.0 (#23)
  • deps-dev: bump @types/node from 20.11.5 to 20.11.16 (#24)
  • deps-dev: bump @typescript-eslint/eslint-plugin from 6.19.1 to 6.20.0 (#22)

compare changes

v2.1.0

27 Jan 09:16
Compare
Choose a tag to compare

Notable Changes

v2.0.0

23 Jan 21:40
Compare
Choose a tag to compare

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

20 Jan 20:20
Compare
Choose a tag to compare
  • Bump dependencies

Stable Release 🎉

03 Dec 15:16
be4b94c
Compare
Choose a tag to compare

v1.0.0

  • First stable release