Skip to content

Releases: bindable-ui/bindable

c-tile updates

01 Feb 23:08
3dbdea5

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

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.

v1.7.4

14 Dec 16:59
1a9401f

Choose a tag to compare

What's New

l-box, l-box-link, and e-media-object

Each of these gained some new properties so allow for customizable borders on each side.
border-top
border-right
border-bottom
border-left
border
each one of these properties takes this as a value:
Each prop will set the border on the appropriate side. border will set the border on all sides.

v1.7.3

03 Dec 21:44
5dbf1db

Choose a tag to compare

What's New

c-h1

Fix the ability to set a custom line-height

l-cover

When setting row to true you can now optionally set the items in the cover to go back to a column on small screens.

e-media-object

Allow for items to stack vertically on small screens

v1.7.2

17 Nov 19:37
95ed873

Choose a tag to compare

What's Fixed

c-h1

When using a c-h1 component that was not flush to the top and could truncate the hover state of the truncated text was off and caused some jittering. This will fix that and allow for users to set new min-height for a truncated c-h1 in their theme.

v1.7.1

16 Nov 18:52
a675827

Choose a tag to compare

What's Fixed

e-media-object

  • Added css so that whatever type of media is used (img, video) it will get the needed styles.

v1.7.0

13 Nov 18:24
56656f1

Choose a tag to compare

What's New

e-media-object

The e-media-object element is made up of a few layouts. It will position a media item (image, video) next to a block of content. You can optionally add a far right area for more actions.

v1.6.4

11 Nov 21:15
af181d3

Choose a tag to compare

What's Fixed

c-td-truncate changed the default tip text container to be a <c-p> instead of a <div>.

v1.6.3

11 Nov 18:49
50d8dcb

Choose a tag to compare

What's New

c-button

  • New sub-text prop on c-button to allow for small sub text

c-tip

  • New centered-content prop to allow for text-align: center text in a tip

What's Fixed

c-h1

  • Fix spacing on truncated c-h1 components that are not flush with the top

c-tip

  • Fixed tip arrow from being out of position on max-height tips.

v1.6.2

11 Nov 16:13
8e2f910

Choose a tag to compare

What's Changed

c-tip upgrades

  • New prop content-max-height - Set if you need a fixed height of a tip. Overflow will scroll.
  • Adjust click event so we don't stop event propagation for click events on the c-tip tigger.