Skip to content

Releases: bindable-ui/bindable

Highlight Search Phrases

20 Sep 05:41
5907448

Choose a tag to compare

Alternate method of highlight search results

v1.11.6

23 Jun 21:21
eb40982

Choose a tag to compare

Update SecondsToHmsValueConverter to allow more than 99

Add virtualized select component

03 May 20:12
8a5e0c4

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

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

Choose a tag to compare

Round decimal instead of floor.

Revised td-radio implementation

14 Mar 12:38
a94fba5

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

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

Choose a tag to compare

Improve special character support within highlight-text helper class

c-td-radio

07 Feb 23:42
4773bab

Choose a tag to compare

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

Copy Callback

04 Nov 19:16
8abbb50

Choose a tag to compare

Allows CCopy component to specify an action callback