Releases: Hieromon/PageBuilder
Releases · Hieromon/PageBuilder
1.5.6
1.5.5
1.5.4
Enhancements
- Supports an http response to allow CORS.
1.5.3
Enhancements
- Supports LittleFS_esp32 legacy library with ESP32 Arduino core 1.0.6 or less.
- Migrate the CI platform to GitHub actions.
1.5.2
1.5.1
1.5.0
1.4.3
1.4.2
New feature
- Supports LittleFS on ESP8266.
Significant changes
Since PageBuilder 1.4.2 with ESP8266, the default file system has changed SPIFFS to LittleFS. It is a measure to comply with the deprecation of SPIFFS by the core. However, SPIFFS is still available and defines the PB_USE_SPIFFS macro in PageBuilder.h file to enable it as follows:
#define PB_USE_SPIFFS
PB_USE_SPIFFS macro is valid only when the platform is ESP8266 and will be ignored with ESP32 arduino core. (at least until LittleFS is supported by the ESP32 arduino core)