Before updating read the release notes:
https://dashticz.readthedocs.io/en/beta ... s.html#id1
and upgrade instructions:
https://dashticz.readthedocs.io/en/beta ... ial-blocks
Most important: For your buttons you have to rename your image parameter from 'image' to 'btnimage'
Main change:
* Standardization of the html template for special blocks.
Other changes:
* Enable swiper for mobile devices
* Update to swiper 5.2.0
* Bundle most external dependencies (webpack, babel, package.json)
Fixes
* Calendar: Improved handling for recurring events
* Blinds: Fix for custom icons
You can update to this version with:
Code: Select all
git checkout beta
git pull
The Chromecast module contains a bug and is temporarily disabled.
Update 2:
The swiper functionality has been updated. Two config settings have been added to control swiping and scrolling behavior:
Code: Select all
config['vertical_scroll'] = 2;
config['enable_swiper'] = 2;
This should solve most of the issues with the new swiper component.