Skip to content

ui-v0.15.0

Compare
Choose a tag to compare
@mofojed mofojed released this 13 Jun 19:51
· 171 commits to main since this release

ui-v0.15.0 - 2024-06-13

Bug Fixes

  • UI plotting doc typo (#542) - (df6c9b9) - Matthew Runyon
  • Clean up positioning and headers of components in DESIGN.md (#518) - (5d4a131) - Akshat Jawne
  • Don't send back undefined cell data (#516) - (469eb1d) - mofojed
  • ui.text_field value not changing with use_state (#498) - (7d41072) - Akshat Jawne
  • Reset state when new instance of widget created (#486) - (df587a8) - mofojed
  • fix use_callback hook (#468) - (f267572) - Joe

Build system

  • Fix package-lock changes (#472) - (39a883e) - mofojed

Documentation

  • add plotting sidebar and plotting docs edits (#519) - (a9840cb) - Don
  • number field (#505) - (691d190) - ethanalvizo
  • slider, range slider, checkbox, and content (#439) - (9ba1a04) - ethanalvizo
  • list_action_group (#493) - (6732ad6) - Akshat Jawne
  • list_action_menu (#492) - (727d5f2) - Akshat Jawne
  • action_group (#485) - (ef115c9) - Akshat Jawne
  • action_menu (#490) - (071d645) - Akshat Jawne
  • contextual_help (#480) - (94ef543) - Akshat Jawne

Features

  • Add show_search and show_quick_filters to ui.table (#461) - (4923017) - Matthew Runyon
  • ListView actions (#448) - (ca65b69) - bmingles

Refactoring

  • Refactored ui.tabs component design (#504) - (f012eaa) - Akshat Jawne