Skip to content

Releases: BrightspaceUILabs/seek-bar

v3.0.1

24 Jun 15:57
Compare
Choose a tag to compare

3.0.1 (2024-06-24)

Bug Fixes

  • MED-790 - Pass min/max values down to d2l-progress component (7e0377a)

v3.0.0

21 May 18:36
Compare
Choose a tag to compare

3.0.0 (2024-05-21)

BREAKING CHANGES

  • Upgrade to Lit 3

v2.3.0

04 Dec 14:16
Compare
Choose a tag to compare

2.3.0 (2023-12-04)

Features

  • US158341 - Use new release token (#51) (5e0c9e2)

v2.2.0

02 Jun 22:14
Compare
Choose a tag to compare

2.2.0 (2022-06-02)

Features

  • CodeArtifact Migration - Phase 1 & Phase 2 (#50) (e67a524)

v2.1.1

12 Apr 15:37
Compare
Choose a tag to compare

2.1.1 (2022-04-12)

Bug Fixes

v2.1.0

12 Apr 14:08
6e8b628
Compare
Choose a tag to compare

What's Changed

  • US137872 - Update palette colours to darken Ferrite and other grey tones by @annabelsegalld2l in #45

Full Changelog: v2.0.0...v2.1.0

v2.0.0

21 Mar 12:24
78420d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v2.0.0

Remove dependency on d2l-colors

02 Feb 17:07
3fc1418
Compare
Choose a tag to compare
Remove dependency on old d2l-colors repo (#30)

* remove stale dependency on d2l-colors

* version bump

* update dependencies

Add hovering events

01 Oct 17:55
98db341
Compare
Choose a tag to compare
  • Added a hoverValue that shows the position of the hover in the seek bar
  • Dispatches events for hover-start, hover-move, and hover-end
  • Updated the demo to show the new values

Emit on-position-change events whenever the seek-bar's value changes

19 Oct 19:54
14c304b
Compare
Choose a tag to compare
Merge pull request #23 from Jevan5/master

Dispatch position-change event on change