Skip to content

Releases: bindable-ui/bindable

Add virtualized select component

03 May 20:12
8a5e0c4
Compare
Choose a tag to compare

What's Changed

  • Add option to select component to make it virtualized and more performant with large amounts of data.

Refresh table column sorting classes when the number of columns change

12 Apr 20:05
53dd03b
Compare
Choose a tag to compare

This release updates several of Bindable's NPM dependencies, especially those which had security vulnerabilities identified.

This release also includes a small code change which ensures the sorting CSS classes get applied when the number of columns change in an already bound c-table component. Otherwise only the columns which were originally part of the table would receive the sorting CSS classes, and columns added to the table later would only receive the sorting classes when clicked on.

Fix secondsToHms value converter

16 Mar 23:06
5269ab2
Compare
Choose a tag to compare

Round decimal instead of floor.

Revised td-radio implementation

14 Mar 12:38
a94fba5
Compare
Choose a tag to compare
  • Table c-td-radio view model now uses change delegate instead of @bindable change handler
  • Eliminated top and bottom cropping of c-td-radio inputs displayed within table rows

New component for td-drag

03 Mar 22:51
78fde41
Compare
Choose a tag to compare

Adds a new td-drag component in tables that provides better usability & discoverability of drag/drop functionality over the td-drag-check component.

No breaking changes for any instance of the td-drag-check currently being used.

Highlight Text with Special Characters

25 Feb 19:14
1142d1c
Compare
Choose a tag to compare

Improve special character support within highlight-text helper class

c-td-radio

07 Feb 23:42
4773bab
Compare
Choose a tag to compare

Adds new c-td-radio for selecting individual table rows

Copy Callback

04 Nov 19:16
8abbb50
Compare
Choose a tag to compare

Allows CCopy component to specify an action callback

Disable Tip

20 Oct 18:52
0eaf1ec
Compare
Choose a tag to compare

Disable Tip

l-stack height fix

03 Aug 20:10
231609e
Compare
Choose a tag to compare

What

We need to set the height of the stack when split-after is set. Before it was being set all the time and causing problems with c-select and error notifications