Skip to content

Releases: bindable-ui/bindable

v1.8.4

02 Apr 21:43
d300221
Compare
Choose a tag to compare

What's fixed

The sort icon on table was broken from a previous release. This fixes it.

v1.8.3

02 Apr 15:20
d5e10ce
Compare
Choose a tag to compare

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

31 Mar 15:44
715108b
Compare
Choose a tag to compare

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

23 Mar 17:01
76e4de2
Compare
Choose a tag to compare

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

18 Feb 22:41
91b814d
Compare
Choose a tag to compare

This will fix it

Timeline updates

18 Feb 20:46
7f2fdaa
Compare
Choose a tag to compare
  • Improved timeline component by a lot

c-form-select : Proper disabled text

10 Feb 21:48
5269c56
Compare
Choose a tag to compare
Merge pull request #90 from bindable-ui/cam/form_select_disabled

fixes to display the text when disabled

c-tile icon color

02 Feb 16:43
70d52a3
Compare
Choose a tag to compare

What's Changed

c-tile

Add ability to set the color of the icons in the c-tile

c-tile updates

01 Feb 23:08
3dbdea5
Compare
Choose a tag to compare

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

27 Jan 17:11
ee29dd2
Compare
Choose a tag to compare

What's fixed

l-sidebar

The media query used in the l-sidebar was being squashed by a minifier. This will prevent that.