Skip to content

v3.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 00:26

GenieFramework v3.0.1

Diff since v3.0.0

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 to debounce
  • @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