Skip to content

Releases: linmasahiro/vue3-table-lite

v1.4.0

06 Feb 02:44
Compare
Choose a tag to compare

New features:
. Added checkbox indeterminate state. (#105)

v1.3.9

22 Sep 07:57
Compare
Choose a tag to compare

New features:
. Added vertical highlight option #93

v1.3.8

21 Aug 16:03
Compare
Choose a tag to compare

New features:
. Allow HTML in header's label #91

v1.3.7

09 Mar 01:58
Compare
Choose a tag to compare

Fixed bugs:
#85 Crash on dynamically showing checkboxes

v1.3.6

28 Feb 17:32
71c7c73
Compare
Choose a tag to compare

Fixed bugs:
#81

v1.3.5

14 Feb 00:28
Compare
Choose a tag to compare

Fixed bugs:
#78 #79

v1.3.3

13 Feb 09:48
Compare
Choose a tag to compare

Fixed bugs:
#77

v1.3.2

04 Feb 09:32
Compare
Choose a tag to compare

Changed:
.Removed href=javascript:void(0); in links. -- Thanks @gainskills
Fixed bugs:
.Table header first column is not fixed but scrolls with the rest of the content if is-fixed-first-column and has-checkbox is set true. #75

v1.3.1

10 Jan 15:50
Compare
Choose a tag to compare

Fixed bugs:
.Header's first column is always fixed on horizontal scrolling #73

v1.3.0

15 Dec 17:01
Compare
Choose a tag to compare

Fixed bugs:
.Checked rows always return undefined after paging (Only「checked-return-type」 is 'row') #69