Skip to content

Releases: bindable-ui/bindable

v1.7.4

14 Dec 16:59
1a9401f
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

v1.6.1

29 Oct 17:13
2ac4a5b
Compare
Choose a tag to compare

What's Fixed

c-list-container

When a list is transparent the spacing on the top and bottom of the list is off from its surroundings. This will make it more uniform.

v1.6.0

28 Oct 19:34
5da79f6
Compare
Choose a tag to compare

What's New

c-h1

Added the attribute line-height to allow for customization of the line-height css attribute.

c-h2

Added the attribute line-height to allow for customization of the line-height css attribute.
Added the attribute flush-top to set the h2 to be flush at the top.