Skip to content

Releases: clair-design/clair

v0.7.14

27 Mar 08:41
Compare
Choose a tag to compare

0.7.14 (2019-03-27)

Bug Fixes

  • make zIndex configurable (ecd8e05)

v0.7.13

27 Mar 07:08
Compare
Choose a tag to compare

0.7.13 (2019-03-27)

Bug Fixes

  • table: fix table about checkbox with disabled (f29b5bf)
  • table: rowClassname function params error (d3fc824)

v0.7.12

10 Mar 14:55
Compare
Choose a tag to compare

0.7.12 (2019-03-10)

Bug Fixes

  • table: fix table with undisplay tr (dac451c)

v0.7.11

26 Feb 04:04
Compare
Choose a tag to compare

0.7.11 (2019-02-26)

Bug Fixes

  • css: remove flex-basis: content (de7f934)
  • css: use flex-start instead of start (f6d17b0)

v0.7.10

25 Feb 03:42
Compare
Choose a tag to compare

0.7.10 (2019-02-25)

Bug Fixes

  • input: event callback params are now in pattern (value, event) (471dd82)
  • support Vue.use when install components (8862635)
  • upgrade compile runtime to vue@2.6.7+ (8fe3bca)

v0.7.9

18 Feb 10:12
Compare
Choose a tag to compare

0.7.9 (2019-02-18)

Bug Fixes

  • cascader: fix cascader menu popupstyle (1e93b70)
  • table: fix normal table within mouse, page can not scroll (6b29f28)
  • table: fix table column template without rowIndex and fix datasource watch bug (8edf58d)
  • table: fix table datasource watch unused code (4dec9ee)

v0.7.8

29 Jan 09:27
Compare
Choose a tag to compare

0.7.8 (2019-01-29)

Bug Fixes

  • table: add prop "rowIndex" to table cell slot (b3ea4ee)

v0.7.7

24 Jan 03:12
Compare
Choose a tag to compare

0.7.7 (2019-01-24)

Bug Fixes

  • cascader: changing icon to border (89994ee)
  • cascader: update cascader snapshot for unit test (82408f8)
  • table: changing custom scrollbar style to origin (ae8fa54)
  • table: fix normal table width long without scrollbar and fix stylelint error (3974ca6)
  • table: update table scrollbar style (a2f0d6d)

v0.7.6

22 Jan 11:18
Compare
Choose a tag to compare

0.7.6 (2019-01-22)

Bug Fixes

  • tabs: add keydown handler, fix layout bug in IE (4469538)

v0.7.5

15 Jan 15:21
Compare
Choose a tag to compare

0.7.5 (2019-01-15)

Bug Fixes

  • pagination: add a slot for customizing "next page" button (852d3b1)
  • select: label of options can be string, number and boolean (2ab0136)
  • validation: number 0 should NOT treated as empty value (0803195)