Version 3.0.0-beta.2
Pre-release
Pre-release
ReactESP namespace is no longer imported, meaning that whenever ReactESP classes are used, reactesp::
namespace needs to be explicitly defined.
ReactESP is no longer a singleton class. Instead, An object is maintained in SensESPBaseApp.
ReactESP classes have been renamed to better convey their meaning.
Lots of linter issue fixed.
What's Changed
- Replace mentions of Slack with Discord by @mairas in #732
- Fix restartRequired context handling by @mairas in #734
- Lint and Reformat frontend files by @mairas in #735
- Bump vite from 5.0.0 to 5.0.13 in /frontend-plugins/sample-plugin-js by @dependabot in #725
- Restore prematurely removed file by @mairas in #736
- Fix clang-tidy warnings by @mairas in #737
- Rename ReactESP classes by @mairas in #739
New Contributors
- @dependabot made their first contribution in #725
Full Changelog: v3.0.0-beta.1...v3.0.0-beta.2