Releases: GenieFramework/GenieFramework.jl
Releases · GenieFramework/GenieFramework.jl
v3.0.1
GenieFramework v3.0.1
Breaking changes:
- switch to Stipple version 0.31 with Vue3 support
(previous release 3.0.0 was buggy)
News from Stipple
- referring to variables in the
@app
declaration, e.g.@in y = x + 1
- multiple models on one page
- debugging of model events with
Stipple.debug()
- add
throttle
in analogy todebounce
@handler
macro to define app handlers outside of@app
- handler merging in mixins
- accept Inf and NaN in floats (full support with next release of JSON3)
- routehandlers
pre
/post
for@page
- precompilation by
@stipple_precompile
Fixes / Improvements
- reconnection after network interruption, e.g. energy save mode
@async
calls in@onchange
sections- remove state-changing evals from ReactiveTools macros