Skip to content

v0.2.0

Choose a tag to compare

@grabbou grabbou released this 11 May 03:06
· 195 commits to main since this release

Bug Fixes

  • broken unit test (da374e7)
  • dark mode for demo server (9fa25e5)
  • include ws-server in the build process (448fa90)
  • missing args for github action (68bf77d)
  • sortable list fails to render when header/footer is passed (#22) (e3e60d2)

Features

  • ability to respond to events with client-side actions (#46) (7289862)
  • add ability for DataSource to stream updates, provide error handling for connection (#34) (60f736b)
  • add additional tests for the core features (#28) (2c2c78a)
  • add example server (#29) (2891722)
  • add github actions for building new versions of apps (fffa158)
  • add utility assertion for uniform arrays (#51) (feffd66)
  • allow events to have multiple side-effect actions (#49) (4886c1d)
  • allow multiple actions (#48) (6713f83)
  • allow to select platform to build (fbbe274)
  • async events (#24) (71fd7fb), closes #25
  • automatically reject event handler if request takes too long (#35) (9a180c0)
  • eg: Library saving, value smoothing, UI improvements (#27) (b8781ed)
  • form support (#19) (0cb57b1)
  • migrate demo server to Cloudflare Workers and setup deployment pipeline (#36) (7d52de9)
  • move form into a modal (#23) (d31e3a7)
  • parse props after render, to not leak impl. detail into schema validation (994d21e)
  • update organisation for eas build and App Store / Play Store releases (#26) (e71ff55)