nklayman / vue-cli-plugin-electron-builder

Easily Build Your Vue.js App For Desktop With Electron
https://nklayman.github.io/vue-cli-plugin-electron-builder/
MIT License
4.12k stars 280 forks source link

Are there any plans to support new Electron versions? #1916

Closed kurohoan closed 1 year ago

kurohoan commented 1 year ago

Currently, the latest version of Electron is v22.0.3. Is there any plan to be able to install a newer Electron version, as the supported versions are considered to be quite old?

MatthijsBurgh commented 1 year ago

You can check my own project, https://github.com/tue-robotics/hero-dashboard, or PR #1875 to get to electron 17. The issue to go higher is spectron is not supported anymore, so you can't test anymore.

The migration to playwright is also difficult, as I experienced some difficulties with testing the build app. So yes things should work, But testing is limited and therefore, the library hasn't moved forward (yet).

MatthijsBurgh commented 1 year ago

But feel free to open PRs, if you are able to migrate stuff forward without reducing the tests.