Skip to content

Releases: bcc-code/bcc-design

design-library v2.11.3

20 Feb 18:26
Compare
Choose a tag to compare

Updated peer dependencies:

  • tailwindcss: ^3.4.17
  • vue: ^3.5.0

Full Changelog: v2.11.2...v2.11.3

design-library v2.11.1

20 Feb 09:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.10.8...v2.11.1

design-library v2.10.8

19 Feb 08:37
Compare
Choose a tag to compare

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

18 Feb 13:01
Compare
Choose a tag to compare

Fix issue with BccKnob not using initial model value.

Full Changelog: v2.10.6...v2.10.7

design-library v2.10.6

18 Feb 12:49
Compare
Choose a tag to compare

Fix issue with BccKnob value changing not updating canvas

Full Changelog: v2.10.5...v2.10.6

design-library v2.10.5

18 Feb 11:21
Compare
Choose a tag to compare
  • 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

13 Feb 09:38
Compare
Choose a tag to compare

Fixed BccKnob invalid colors error

Full Changelog: v2.10.3...v2.10.4

design-library v2.10.3

13 Feb 09:24
Compare
Choose a tag to compare

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

12 Feb 13:17
Compare
Choose a tag to compare

Add css color variables to adjust BccKnob component

Full Changelog: v2.10.1...v2.10.2

design-library v2.10.1

12 Feb 08:45
Compare
Choose a tag to compare

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 and drag:end event handlers to BccKnob
    • Added additional props: size and arcWidth

Full Changelog: v2.10.0...v2.10.1