Releases: bindable-ui/bindable
Highlight Search Phrases
Alternate method of highlight search results
v1.11.6
Update SecondsToHmsValueConverter to allow more than 99
Add virtualized select component
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
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
Round decimal instead of floor.
Revised td-radio implementation
- Table c-td-radio view model now uses change delegate instead of
@bindablechange handler - Eliminated top and bottom cropping of c-td-radio inputs displayed within table rows
New component for td-drag
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
Improve special character support within highlight-text helper class
c-td-radio
Adds new c-td-radio for selecting individual table rows
Copy Callback
Allows CCopy component to specify an action callback