Releases: clair-design/clair
Releases · clair-design/clair
v0.7.13
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
0.7.12 (2019-03-10)
Bug Fixes
- table: fix table with undisplay tr (dac451c)
v0.7.11
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
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
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
0.7.8 (2019-01-29)
Bug Fixes
- table: add prop "rowIndex" to table cell slot (b3ea4ee)
v0.7.7
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
0.7.6 (2019-01-22)
Bug Fixes
- tabs: add keydown handler, fix layout bug in IE (4469538)
v0.7.5
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)