Releases: bindable-ui/bindable
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.
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-textprop on c-button to allow for small sub text
c-tip
- New
centered-contentprop 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.