crilleengvall / electron-tutorial-app

An electron application for tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML Imports is deprecated and will be removed in M73

BenjaminHoegh opened this issue · comments

[Deprecation] HTML Imports is deprecated and will be removed in M73, around March 2019. Please use ES modules instead. See https://www.chromestatus.com/features/5144752345317376 for more details.

@BenjaminHoegh Thanks for the heads up! I'll take a look at it when possible.

@crilleengvall Hi, thanks for your great and simple tutorial.
This is my first time experimenting with electron.
I want to use your turorial to get a menu working, but I have the same issue as @BenjaminHoegh above. My menu isn't working. :(

I'm using "node 12.0.0", "Chrome 73.0.3683.121" and "Electron 5.0.2".
So I think this is why nothing happens on my side?

Please help. :)

Hi @borsTiHD !

I'm glad the tutorials have been helping. I will look in to this issue. Unfortunately im far behind schedule right now.

@borsTiHD I've updated the app to use electron v5 now. The latest commit supports v5.0.8.

@borsTiHD I've updated the app to use electron v5 now. The latest commit supports v5.0.8.

Do you know when an updated tutorial will be released?

Im just getting into Electron and this is a great tutorial on how to start off. Even though after I finished, it didnt work due to 'said' issue. I did learn a lot.

I am not going through your updated project to figure out how you fixed it and though I'm understanding most of it, it would be a lot easier understanding from your perspecting why and how you done it.

Understandably you're busy, but thank you so far!

Waiting for next release of this amazing tutorial for latest version of electron!

Waiting for next release of this amazing tutorial for latest version of electron!

Thanks for your kind words @yosiasz!
I really like Electron and the kind response to the Electron tutorials from the community so I would really like to update them but unfortunately I don't have the time right now. But maybe one day!

no worries. in that case I will be happy to start looking at updating it for the community to v11 of electron! here we go! you have already done a great job

@crilleengvall here it is v9.4.3 with electron-forge

https://github.com/yosiasz/electron-tutorial-app

Any versions after 9 it breaks because of all the jquery and js file loading.