electron-tutorial-app icon indicating copy to clipboard operation
electron-tutorial-app copied to clipboard

HTML Imports is deprecated and will be removed in M73

Open BenjaminHoegh opened this issue 6 years ago • 9 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 avatar Apr 29 '19 10:04 BenjaminHoegh

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

crilleengvall avatar May 03 '19 17:05 crilleengvall

@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. :)

borsTiHD avatar May 29 '19 10:05 borsTiHD

Hi @borsTiHD !

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

crilleengvall avatar Jun 04 '19 09:06 crilleengvall

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

crilleengvall avatar Jul 30 '19 11:07 crilleengvall

@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!

shaneth4312 avatar Sep 20 '19 09:09 shaneth4312

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

yosiasz avatar Feb 23 '21 20:02 yosiasz

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!

crilleengvall avatar Feb 26 '21 07:02 crilleengvall

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

yosiasz avatar Feb 26 '21 14:02 yosiasz

@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.

yosiasz avatar Feb 26 '21 15:02 yosiasz