Skip to content

ui-v0.23.0

Compare
Choose a tag to compare
@mattrunyon mattrunyon released this 23 Nov 00:22
· 9 commits to main since this release

ui-v0.23.0 - 2024-11-23

Bug Fixes

  • missing sidebar docs (#1018) - (00c2181) - ethanalvizo
  • Re-running ui code initially rendering the old document (#1017) - (b3f5459) - Matthew Runyon
  • Resize contextual help popup for widget error messages (#995) - (3a74733) - mofojed
  • to_camel_case fails on leading or trailing underscores (#979) - (08ff89c) - Matthew Runyon
  • slider input default value (#959) - (3a448ea) - Steven Wu
  • text input default value (#958) - (0ac72be) - Steven Wu
  • set necessity_indicator default to None (#947) - (3b25024) - Steven Wu
  • contextual_help uses heading, content, footer props (#945) - (d7bcc22) - Steven Wu
  • number field format options (#827) - (317e80b) - ethanalvizo
  • button group align (#917) - (aac6593) - Steven Wu

Build system

Documentation

Features

  • ui.search_field (#999) - (063f39a) - ethanalvizo
  • ui.inline_alert (#1007) - (cfd6410) - Akshat Jawne
  • Show loading spinners immediately in ui (#1023) - (3748dac) - Matthew Runyon
  • Show loading panel immediately for deephaven UI - (dcbfdab) - Matthew Runyon
  • Column sources for ui.table formatting (#1010) - (c25f578) - Matthew Runyon
  • Add column_display_names to ui.table (#1008) - (1343ec8) - Matthew Runyon
  • ui.markdown component (#987) - (7ec5060) - Steven Wu
  • ui.badge (#973) - (55e8ce2) - Akshat Jawne
  • ui.link (#980) - (2f07d2e) - Akshat Jawne
  • Add useConditionalCallback hook (#993) - (512fab2) - mofojed
  • UI table formatting (#950) - (b9109e0) - Matthew Runyon
  • UI Dialog and DialogTrigger Components (#953) - (0fbae91) - dgodinez-dh
  • Add standard style props to UI table (#921) - (46f236e) - Matthew Runyon
  • ui.markdown component (#903) - (0d1eea8) - Steven Wu
  • ui.checkbox_group (#813) - (8901fad) - Akshat Jawne
  • UI Component Range Calendar (#930) - (fde198c) - dgodinez-dh
  • ui.table always_fetch_columns (#929) - (7f8c023) - Matthew Runyon
  • ui.progress_bar and ui.progress_circle (#892) - (1ea206e) - Steven Wu
  • UI Calendar Component (#918) - (90b27b1) - dgodinez-dh

Refactoring

  • Separate remove_empty_keys and dict_to_camel_case behavior (#971) - (6a99461) - Matthew Runyon

Revert

  • "feat: ui.markdown component" (#956) - (d8e9f2f) - Steven Wu

Tests