Releases: bindable-ui/bindable
v1.8.4
What's fixed
The sort icon on table was broken from a previous release. This fixes it.
v1.8.3
What's New
c-form-checkbox & c-form-radio
new align
property
This new property will change how the flex align-items will align the checkbox/radio with the label.
c-table
Add a new class for aligning text in the center of a cell.
v1.8.2
What's New
c-h4
New color
prop allows you set the color of the h4 tags.
c-p
New font-family
prop allows you to set the font-family of p tags.
v1.8.1
Bug Fix
If the label of a checkbox/radio was so long it went to two lines it became un-readable. This fixes that and wraps the label to multiple lines.
Polyfills broke some stuff
This will fix it
Timeline updates
- Improved timeline component by a lot
c-form-select : Proper disabled text
Merge pull request #90 from bindable-ui/cam/form_select_disabled fixes to display the text when disabled
c-tile icon color
What's Changed
c-tile
Add ability to set the color of the icons in the c-tile
c-tile updates
What's Changed
c-tile
Before you could only have an icon with tip on the right side of the tile. It would only show on hover.
Now you can set an icon-tip to be on the right or left side or both and set that icon to always show or show on hover.
New Props
alwaysShowTipLeft
: boolean
tipIconLeft
: string
(icon name)
alwaysShowTipRight
: boolean
tipIconRight
: string
(icon name)
New Replaceable Part
tip-content-left
tip-content-right
Removed Props
tip-icon
show-tip
Removed Replaceable Part
tip-content
l-sidebar media query fix
What's fixed
l-sidebar
The media query used in the l-sidebar was being squashed by a minifier. This will prevent that.