Skip to content

Releases: CentreForDigitalHumanities/Vue-lib

V0.3.2

20 Nov 12:33
Compare
Choose a tag to compare

Pass the dataslot in DSCList as well, for easy custom implementations

Full Changelog: v0.3.1...v0.3.2

V0.3.1

20 Nov 10:39
Compare
Choose a tag to compare

Fixed a typing issue in the update emit BSMultiSelect

V0.2.4

06 Nov 10:47
Compare
Choose a tag to compare

Change the type for UU-List's data to use generics. This should improve type inference

V0.2.3

30 Oct 11:28
Compare
Choose a tag to compare

Allow UU-List data ID's to be strings

V0.2.2

20 Oct 10:51
Compare
Choose a tag to compare

Fixed a package version mistmatch

V0.2.1

20 Oct 10:48
Compare
Choose a tag to compare

Fixed

  • The DSCList variant ignored the sort value from the API

V0.2.0

20 Oct 09:09
Compare
Choose a tag to compare

What's new

  • BSButton now has all of its variants correctly typed
  • BSButton now exports some of its types, for easier typing components that use/extend it
  • Initial version of UU-List

Full Changelog: v0.1.1...v0.2.0

V0.1.1

04 Oct 11:42
Compare
Choose a tag to compare

Fixed an issue where multiple BSMultiSelect components interfered with eachother if they used similar value keys

Initial release

08 Sep 10:04
Compare
Choose a tag to compare
misc: added proper dev command and removed preview

As it's a lib, the old dev and preview commands didn't make sense. The new dev runs a build and typegen in watch mode simultaneously.