Skip to content

Releases: bindable-ui/bindable

Web Workers switchup - zoom scroll enhancement

16 Mar 22:53
e87f2fa
Compare
Choose a tag to compare

Fixes

  • There was an issue with the workerize package when you would build in Webpack with mangling enabled during the optimization step. Switched the simple-web-worker.
  • Previously when you'd change zoom levels on the timeline, you'd be dropped to top of the timeline which could be a massive inconvenience trying to find where you were again. This release will keep track of where you were at at when the zoom changes and autoscrolls back to that spot.

c-form-add-remove tip adjustment

16 Mar 20:52
191ce72
Compare
Choose a tag to compare

Fixes

This release corrects an issue that could come up when using the c-form-add-remove component with a tip. It now shows under the icon preventing any cut off that could happen.

Modal Header Help Info

12 Mar 19:33
121ef0f
Compare
Choose a tag to compare

Problem

Sometimes you may want a help tip to be along side the header of a modal. This is currently not possible.

Solution

Add titleHelp that takes in text you'd like to appear in a help tip to the c-modal component.

c-spinner not containerless

11 Mar 16:53
c208ab5
Compare
Choose a tag to compare

Problem

Using containerless can help keep the DOM cleaner but can cause other problems when tracking state of a component. We need to remove contianerless from c-spinner

Solution

Remove containerless from c-spinner

e-delete-confirm tip color update

10 Mar 21:14
57e31aa
Compare
Choose a tag to compare

Problem

The e-delete-confirm lost the color with the c-tip color change.

Solution

Update the e-delete-confirm element to use the new c-tip colors.

Enables Custom Time Truncation

10 Mar 14:47
58bb278
Compare
Choose a tag to compare
Merge pull request #20 from bindable-ui/c-form-date-start-of-update

Updates to allow setting custom truncation

Tip Colors

09 Mar 20:21
0ddd816
Compare
Choose a tag to compare

Problem

Tip colors must be chosen from a set of defined colors. You can set colors other than those defined ones.

Solution

Set the color of a tip to be an CSS color value via CSS custom properties. Your color should be set from color tokens.

Theming support - Beta

07 Mar 19:05
Compare
Choose a tag to compare
Pre-release
v1.1.0-beta.1

Update version number

v1.0.7

05 Mar 23:52
c78cea9
Compare
Choose a tag to compare

Problems

-We need to be able to set an active state on a timeline entry.
-Timeline can start to have issues loading and parsing when the number of entries gets high.

Solutions

-Add active to the time entry interface.
-Add styles to allow using accentColor to apply a brighter version of that color as the active color
-Moving the logic of parsing timeline entries to Web Workers seems to resolve the issue.

Timeline Colors

03 Mar 22:26
84dcc79
Compare
Choose a tag to compare

Timeline Colors

Entries can now take an accentColor. This will set the color for the border, icons, and hover state of the entry.