Skip to content

Releases: bindable-ui/bindable

v1.1.4

03 Jun 18:55
be04b18

Choose a tag to compare

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

27 May 21:09
0284207

Choose a tag to compare

New release so we can get a new build. Had some errors in the last one.

v1.1.2

27 May 20:03
681b646

Choose a tag to compare

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

06 May 20:39
40bcd42

Choose a tag to compare

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

05 May 14:29
51bf938

Choose a tag to compare

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

28 Apr 21:29
bc65b53

Choose a tag to compare

Added zoomLevel prop to popover data when creating a new time entry.

v1.0.30

20 Apr 19:20
f6134be

Choose a tag to compare

Fix issue with entitlement check being proprietary.

c-h5 color

20 Apr 15:24
aff3d38

Choose a tag to compare

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

15 Apr 21:53
6e73ce6

Choose a tag to compare

Small update to fix some type issues on the timeline web worker.

Color Chnages

15 Apr 19:31
4ddec2d

Choose a tag to compare

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