Skip to content

Releases: bindable-ui/bindable

v1.0.16

19 Mar 22:45
4721cf3

Choose a tag to compare

Problems

  • Entries on timeline not showing in the correct spot due to some older logic
  • There was no peerDependencies section meaning you had to manually add all the packages yourself in addition to Bindable

Solution

  • Remove old logic on entries
  • Add peerDependencies section

Additions

  • Added new mode in Timeline: three-day which allows you to see a leading and trailing days from the selected date.

timeline & l-cluster updates

17 Mar 18:57
c390744

Choose a tag to compare

Problem

Timeline

Issue with calculation of where to place entries was off in some cases.
No accent color to the popover for entries
Icons can be covered up sometimes with expandable entries

l-cluster

when using right/left-spacing and when viewing on a small screen vertical spacing wouldn't be flush

Solution

Timeline

make sure entries are placed correctly
Add accent colors in entry popovers
Move icons to the left some if they are being covered by a expandable entry

l-cluster

adjust spacing on small screens to keep items in a cluster properly spaced out

Web Workers switchup - zoom scroll enhancement

16 Mar 22:53
e87f2fa

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

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

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

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

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

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

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

Choose a tag to compare

Pre-release
v1.1.0-beta.1

Update version number