Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 16 Sep 13:00
· 168 commits to dev since this release

What's Changed

  • feat: add Multiselect, and let a select event carry more than one value by @mudream4869 in #100
  • feat(tcdata): add DataFrame, a table that sorts, searches and pages in the browser by @mudream4869 in #101
  • feat: add Empty, Spinner and Status by @mudream4869 in #102
  • docs: put the wasm demo up front, ahead of retiring the fly demo by @mudream4869 in #103
  • feat(tcinput): add Slider, SelectSlider, Toggle and ColorPicker by @mudream4869 in #99
  • test: drop TestColumnTypeString by @mudream4869 in #107
  • fix(tcinput): let Checkbox and Toggle default to on, and still be turned off by @mudream4869 in #105
  • fix: ProgressBar.Remove gives its id and state back (TG-22) by @mudream4869 in #104
  • security: check Origin on the update websocket (TG-32) by @mudream4869 in #106
  • feat(web): let the side column collapse on desktop by @mudream4869 in #108
  • input: give the six remaining inputs Default and Disabled by @mudream4869 in #109
  • fix: give a connection's state back, and cap what one can ask for by @mudream4869 in #110
  • feat(web): remember the collapsed side column across page changes by @mudream4869 in #111
  • docs,test: use the flattened conf literal everywhere by @mudream4869 in #113
  • feat: route data-decided component failures through run.err by @mudream4869 in #112
  • refactor: one shape for the handles components hand out (TG-24) by @mudream4869 in #114
  • fix: stop the demo reporting a v0.0.0 pseudo-version by @mudream4869 in #115

Full Changelog: v0.4.0...v0.5.0