Releases: bindable-ui/bindable
v1.0.16
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
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
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
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
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
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
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
Merge pull request #20 from bindable-ui/c-form-date-start-of-update Updates to allow setting custom truncation
Tip Colors
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
v1.1.0-beta.1 Update version number