Releases: bindable-ui/bindable
aria-label on c-button
Icon only buttons now have the aria-label
attribute. Yay
Improved Form Accessibility
What's New
Form components now have matching for
and id
attributes.
v1.2.3
What's New
c-nav-horizontal
New property text-transform
. This will allow you to use css to change the text in your nav
l-center
New property fill-space
. This will set height to 100%. This is useful when using it with the l-cover component
Doc updates
Include the missing l-icon in the layout overview page
Other
Remove unused fonts
v1.2.2
What's new
Update to the table Views & View Models docs page. It now has an example of a status row with a drag and drag check component.
The spacing between the drag handle and the checkbox is also updated.
v1.2.1
Fixes
- Remove
pattern
on text inputs when it isn't set. - Fix issue with c-form-date and its tests
v1.2.0
What's new
l-icon component
The old c-icon component made it hard to adjust the size and keep the icon vertically centered with text placed next to it. This new l-icon component fixes. You can adjust the vertical spacing and size to make your icon be positioned just right next to text. Any place the c-icon was used has been replaced with the new l-icon.
l-grid update
We can now safely use the min()
function in css. This will allow for nicer sizing of grids. This is now used in the l-grid component.
New types on input text types
You can now pass in various types to a text input field. You can also pass in a defined pattern
. Types can now be: text , number, email , tel, url, password
Updated home page
The home page of the docs now has more info.
What's removed
c-icon
As mentioned above the c-icon component is now replaced with the l-icon.
v1.1.6
radios now can call a function when changed
Event Listener Update for c-text-input
Merge pull request #54 from bindable-ui/tomoguisuru/version-bump Updates version
v1.1.4
What's New
The c-td-toggle
component now has an onChange option that can call a function when the toggle changes.
v1.1.3
New release so we can get a new build. Had some errors in the last one.