Releases: ayushsharma82/ESP-DASH
ESP-DASH is now DASH Lite
A bit of size reduction of the library but other than that nothing important has been changed with the release.
Apart from that:
ESP-DASH is now split into Lite and Pro versions. The open-source version will now remain like what it was before this release and will continue to have timely bug fixes and slight improvements, while the Pro will now feature exclusive cards, new charts and extended functionality ( example: changing layout/order of cards ).
This helps me maintain the project for a better future and to keep it alive.
Pro version is available at https://espdash.pro
Minor Layout Optimization
Optimized grid layout of cards to be consistent
Minor Layout Fix
Minor fix for cards layout where the humidity
and status
cards had inconsistent width in tablet viewport.
Fixed Progress Bar
🐞 Fixed an issue: where the minimum and maximum values were not applied to the progress bar.
Fixed String reference issue in Cards
Related to #107.
🐞 Fixed an issue: where storing strings would cause the card to store references instead
Fixed Generic Card
🐞 Fixed an issue: where using strings of length greater than 8 bytes in the generic card will crash the code.
v3.0.2
Updated PlatformIO Dependency
V3 Major Release!
This a major release & syntax is not compatible with V2!
ESP-DASH V3 brings along a lot of features with a 10% lower memory footprint than the previous release. The library is refactored to have better semantics and a substantial increase + stability in performance is noticed.
Documentation for V3 is live on https://ayushsharma82.github.io/ESP-DASH/
To get a clear image, I would like you to follow our inbuilt examples and upgrade your projects to ESP-DASH V3 accordingly. This release is very programmer-friendly and makes upgrading a lot easier!
To know what has been changed, please refer to #92 pull request.
Minor Fixes
Fixed code compatibility for ArduinoJSON 6.15.2
More Vulnerability Fixes
v2.2.4 Update library.properties