Skip to content

v0.16.0

Latest

Choose a tag to compare

@bambamboole bambamboole released this 04 Jul 10:56
72481f6

0.16.0 (2026-07-04)

Features

  • add clock icon for the time picker trigger (39065c6)
  • add compact notation to NumberColumn (927a03c)
  • add DateFormat descriptor (b9880b3)
  • add DateFormat::month() and monthYear() field formats (5450ea3)
  • add formatValue dispatcher (2bf74b7)
  • add NumberFormat descriptor (dedaaea)
  • add scrollable-column TimePicker control (ce23b22)
  • add time-picker column model (ef4942b)
  • add value and category format to Chart (f3d694a)
  • add workbench charts gallery page and appearance switcher (8722822)
  • chart value & category formatting + dedicated Charts docs (d342e61)
  • custom in-popover time picker for DateTimeInput and TimeInput (06a888e)
  • format chart axes and tooltip from value and category formats (6b28f40)
  • give standalone TimeInput a picker popover with a typeable input (e3f85b4)
  • use TimePicker for the DateTimeInput time control (5919d86)

Bug Fixes

  • normalize TimeInput text on blur instead of every keystroke (9a06350)
  • satisfy new chart format props in test and docs fixtures (dade0c1)
  • theme the chart hover cursor so bar backgrounds adapt to light and dark (2419211)
  • theme the chart tooltip for dark mode (62d6196)
  • update column guard and docs fixtures for chart formatting (bee2e85)

Refactoring

  • extract shared formatNumber and adopt it in table cells (4fb7e45)
  • format workbench chart months from raw dates, drop month translations (2412b65)
  • keep Zag as sole source of truth for the datetime time control (e8418b7)
  • move NumberFormatUnit and DateTimeStyle to Core\Enums (6cab818)

Documentation

  • add dedicated Charts page under a Components section (a82e3e1)
  • describe the DateTimeInput time picker columns (8b9d83f)
  • document chart value and category formatting (1481472)
  • document DateFormat month and monthYear formats (64b9cc2)
  • fix relocated enum namespace and document NumberColumn compact (6e2172b)