This release is a major one because it could be a breaking change for certain users.
If you are using kiosk-mode in a device bought in the last 10 years, there should nor be an issue for you. But if you use kiosk-mode in a very old device, specially one with a browser that got stuck without updates, it is probably that the default version of kiosk-mode is not supported for you anymore. In these cases you would need to use the kiosk-mode-es5.js bundle located also in the folder of the release and you would need to follow the next instructions.
Instructions for users with old devices that do not support ECMAScript 6
Click to expand
HACS install
frontend:
extra_module_url:
- /hacsfiles/kiosk-mode/kiosk-mode-es5.jsManual install (if you place the kiosk-mode-es5.js in the www folder)
frontend:
extra_module_url:
- /local/kiosk-mode-es5.js?v13.0.0Changes
🧩 Dependencies
- [Dependencies]: Bump the dependencies-prod group across 1 directory with 5 updates @dependabot[bot] (#531)
- Migrate the project to typescript 6 @elchininet (#530)
- [Dependencies]: Bump the dependencies-dev group with 6 updates @dependabot[bot] (#529)
- Solve vulnerabilities through pnpm overrides @elchininet (#526)