Releases: bindable-ui/bindable
v1.7.4
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
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
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
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
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
What's Fixed
c-td-truncate changed the default tip text container to be a <c-p>
instead of a <div>
.
v1.6.3
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
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
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
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.