v0.1.11 Websockets + Bug Fixes
What's Changed
- Update README.md by @bersace in #119
- Add
size
to Input by @kbrgl in #143 - Fix missing curly brace in _app.js by @kbrgl in #145
- Add React fragment support by @kbrgl in #148
- Use websockets for events by @picklelo in #150
- Added initial integration test template. by @Alek99 in #152
- Run integration test on pr approval. by @Alek99 in #155
- Improve event processing performance by @picklelo in #153
- Add Node Version Error Handling by @Alek99 in #159
- Improve event processing performance by @picklelo in #163
- Add template version check by @picklelo in #164
- Fix generic alias checks by @picklelo in #172
- Fix substate event handlers by @picklelo in #171
- Fix event handler name by @picklelo in #174
- Socket CORS by @Alek99 in #173
- Small changes in Markdown component by @murilo-cunha in #179
- Add log level args for pc run by @Alek99 in #182
- Catch websocket disconnect by @picklelo in #184
- Improve cli help messages by @picklelo in #185
New Contributors
- @bersace made their first contribution in #119
- @kbrgl made their first contribution in #143
- @murilo-cunha made their first contribution in #179
Full Changelog: v0.1.10...v0.1.11