Releases: ayushsharma82/ESP-DASH
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
Fixed a Security Vulnerability
Fixed a Security Vulnerability related to tar package in vue-frontend.
Check this report for more info: https://nvd.nist.gov/vuln/detail/CVE-2018-20834
Added Slider Card
Added Slider Controls in this release 🎉
Changes 📓
- Removed unnecessary SPIFFS libraries from ESPDash.h
- Added Slider Card in Vue and in Library. Credits: @malbrook
Ditching SPIFFS
I am happy to announce that i am finally ditching SPIFFS over PROGMEM for serving Webpage Files.
First of all, It was a total disaster for beginners to understand it properly and upload accordingly. Secondly, SPIFFS required to be re-uploaded whenever a new version of ESP-DASH was released. Therefore, To overcome this caveat:
I created a special JS Script which converts the built Vuejs Webpage to a Gzipped Byte array for arduino. It makes it super easy for new updates from now on. You will only have to upload your same code once and webpage will also get updated along with it. No burden of uploading SPIFFS again!.
Changes:
- Updated and cleaned up Vuejs Code 💼
- Ditched SPIFFS for PROGMEM, Now Webpages will be served by reading PROGMEM 📝
- Made
About pageless disturbing 😜 - Added New Gauge Chart! 🎉
- Edited Fading Animation to end in 0.3s. Webpage should feel faster now.
That's All. Use, Like and Star Gaze the repo 🌟 !
v2.1.4
Incremented Library Version for Next Release
v2.1.3
Update library.json
Updated library.properties
v2.1.2 Update library.properties
Fixed Line Chart JSON Memory Allocation
- Increased JSON Memory for Line Charts
- Fixed where JSON memory allocated for (Int) Line Chart was 250 rather than 1000