Releases: bcc-code/bcc-design
Releases · bcc-code/bcc-design
design-library v2.11.3
design-library v2.11.1
What's Changed
- Bcc Range Slider Component by @BradleySchapf in #331
New Contributors
- @BradleySchapf made their first contribution 🎉
Full Changelog: v2.10.8...v2.11.1
design-library v2.10.8
Enabled animation on BccKnob when value is changed
- New prop
duration
which is in ms for how fast the animation should be.
Full Changelog: v2.10.7...v2.10.8
design-library v2.10.7
Fix issue with BccKnob not using initial model value.
Full Changelog: v2.10.6...v2.10.7
design-library v2.10.6
Fix issue with BccKnob value changing not updating canvas
Full Changelog: v2.10.5...v2.10.6
design-library v2.10.5
- Make BccKnob responsive
- Allows the BccKnob component to be responsive based on the width of the container.
- Still recommended to limit to 300-400px for optimal UX
Full Changelog: v2.10.4...v2.10.5
design-library v2.10.4
Fixed BccKnob invalid colors error
Full Changelog: v2.10.3...v2.10.4
design-library v2.10.3
Added slots to BccKnob
- default slot: Useful for displaying label in centre of the knob
- left slot: Upper left corner
- right slot: Upper right corner
Full Changelog: v2.10.2...v2.10.3
design-library v2.10.2
Add css color variables to adjust BccKnob component
Full Changelog: v2.10.1...v2.10.2
design-library v2.10.1
What's Changed
-
Export additional types used by components in a clean way
- BccTableItem, BccTableColumn, BccTableSortDirection
- BccReactInfo
- BccTabsGroup
-
Updates to BccKnob
- Added
drag:start
,drag:update
anddrag:end
event handlers to BccKnob - Added additional props:
size
andarcWidth
- Added
Full Changelog: v2.10.0...v2.10.1