Releases: bindable-ui/bindable
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.
v1.1.2
What's new
Button Color
New button color 'subOne'
Text Input State
New state of 'info' on text input state
Icons
Using the latest of the Bindable Icons
Minor Fixes
- Input Button alignment
- Doc Upgrades
v1.1.1
What's new
c-form-date got a new property: label-icon-color
it allows you to set the color of the optional icon next to the label
What's fixed
c-form-checkbox-radio-container inline layout broke a while back with the layout components removing containerless. This is now fixed.
v1.1.0
What's new
Bindable can now be themed!
Many css properties are now set with custom props (CSS Vars) so they can be changed outside of Bindable. By setting these you can change the look of Bindable.
For a list of all the things that can be changed look on that components doc page under the 'Theming' tab.
Bindable does come with a default theme and you see that used on the docs website. To use that theme in your app you'll need to add this to your src/main.js
file in your Aurelia app:
import '@bindable-ui/bindable/dist/native-modules/global-styles/themes/main.css';
If you don't want to use the default theme you'll need to define the CSS custom properties on your own and load that CSS file in to your app. More documentation on this coming soon.
v1.0.31
v1.0.30
c-h5 color
Before you could set an alternate color to the c-h5 component but that was all. This allows for any color to be used.
v1.0.28
Color Chnages
Problem
As needs grow to support different colors of components we have to keep adding more and more different key words. This can be cumbersome.
Solution
Allow for components that set color to set and CSS Color. This will remove the need for more and more classes to support different colors.
Which components are getting this
c-pill
c-table
c-tile
c-tip
c-p
c-status
c-timeline