Skip to content

Releases: ducompsoc/durhack-web-components

v0.13.1

02 Nov 02:48
Compare
Choose a tag to compare

Fixed

  • remove some silly CSS rules from Table

v0.13.0

02 Nov 01:31
Compare
Choose a tag to compare

Added

  • Table from shadcn/ui

v0.12.0

02 Nov 00:08
Compare
Choose a tag to compare

Changed

  • move use-toaster from /ui/use-toaster to /hooks/use-toaster
  • export types Toaster and Toast from use-toaster utility

v0.11.2

09 Oct 14:28
Compare
Choose a tag to compare

Fixed

  • Checkbox: indeterminate state was displaying 'checkmark' symbol (#4)

v0.11.1

01 Oct 04:11
Compare
Choose a tag to compare

Fixed

  • removed artifact causing compilation errors from MultiSelect

v0.11.0

30 Sep 17:24
Compare
Choose a tag to compare

Added

  • Textarea component from shadcn/ui

Changed

  • Tweaked styling of MultiSelect to be more consistent with Select, ComboBox

v0.10.0

30 Sep 15:35
Compare
Choose a tag to compare

Added

v0.9.0

30 Sep 13:48
Compare
Choose a tag to compare

Added

  • Accordion from shadcn/ui

v0.8.2

30 Sep 06:04
Compare
Choose a tag to compare

Added

  • SelectValueClipper to select for truncating SelectValue contents when appropriate

Fixed

  • Combobox: appropriately truncate some elements' content to prevent messy overflows

v0.8.1

29 Sep 20:20
Compare
Choose a tag to compare

Fixed

  • FileUpload caused pages to crash when provided onChange callback returned a value other than undefined