Skip to content

Releases: s00500/ESPUI

2.2.3

03 Aug 14:38
679a3b5
Compare
Choose a tag to compare

Fixes previous compile issues, tested on the pio example

2.2.2

01 Aug 11:04
fd1cc14
Compare
Choose a tag to compare

Cool Heap Memory improvements by @d-a-v ! Thanks for the contribution

2.2.1

24 Oct 11:52
d53fdb5
Compare
Choose a tag to compare

Last release included a wrong version property

2.2.0

24 Oct 11:04
e3ccc21
Compare
Choose a tag to compare

Massive improvements to the way websocket messages are sent out,
huge thanks to all the work done by @MartinMueller2003
Should also be fixing lots of other smaller issues by @iangray001 and @ncmreynolds
@thomastech on the testing

I like to highlight that I did not really contribute much on these latest changes, so massive thanks to all the ones involved in testing, checking, and coding!

2.1.1

30 May 19:39
0f3a808
Compare
Choose a tag to compare

Lots of updates, this is a quick release to test updates to platformio's registry

2.1.0

08 Jan 16:40
16adba2
Compare
Choose a tag to compare

New release with lots of work by
@iangray001 and great additions by @thomastech

  • Adds the ability to have inline styles for widgets and panels
  • Adds LittleFS on the ESP32
  • Cleans up examples
  • Adds Button Animation
  • Adds chunking for the widgets so you can add even more of them
  • Fixes lots of bugs related to invisible UI elements and sliders
  • Adds the ability to change port

And likely some other smaller changes

2.0.2

19 Oct 06:59
4827688
Compare
Choose a tag to compare

This should fix all compile problems with esp32 while making the builds a little smaller for esp8266 because of moving debug statements to flash

2.0.1

26 Aug 20:20
291ff8e
Compare
Choose a tag to compare

This release fixes sliders not updating properly,
moves SPIFFS to LittleFS thanks to @bastiengrignon
and adds the removeControl function with the help of @nen777w

Finally version 2 🎊 🎉 🥳

29 Dec 14:10
e5475bc
Compare
Choose a tag to compare

Hey everyone,

In version 2 there have been quite a few changes, all in all lots of the work also has been done by @eringerli so many many thanks 🎊🎉🎊🎉

Here is a quick changelog:

  • ArduinoJSON 6.10.0 Support
  • split pad into pad and padWithCenter
  • Cleaned Order or parameters on switch
  • cleaned Order of parameters on pad
  • Changes all numbers to actually be numbers (slider value, number value, min and max)

Additionally added features

I hope this is useful to you and your projects, greetings Lukas

Ensure ArduinoJSON 5.0

07 May 07:10
c5c6e37
Compare
Choose a tag to compare

Small patch to keep arduino json dependencie on v5 for now

v6 support is in the 2.0.0 Branch that is WIP