Skip to content

Tags: clair-design/clair

Tags

v0.7.14

Toggle v0.7.14's commit message
chore(release): 0.7.14 [skip ci]

## [0.7.14](v0.7.13...v0.7.14) (2019-03-27)

### Bug Fixes

* make zIndex configurable ([ecd8e05](ecd8e05))

v0.7.13

Toggle v0.7.13's commit message
chore(release): 0.7.13 [skip ci]

## [0.7.13](v0.7.12...v0.7.13) (2019-03-27)

### Bug Fixes

* **table:** fix table about checkbox with disabled ([f29b5bf](f29b5bf))
* **table:** rowClassname function params error ([d3fc824](d3fc824))

v0.7.12

Toggle v0.7.12's commit message
chore(release): 0.7.12 [skip ci]

## [0.7.12](v0.7.11...v0.7.12) (2019-03-10)

### Bug Fixes

* **table:** fix table with undisplay tr ([dac451c](dac451c))

v0.7.11

Toggle v0.7.11's commit message
chore(release): 0.7.11 [skip ci]

## [0.7.11](v0.7.10...v0.7.11) (2019-02-26)

### Bug Fixes

* **css:** remove `flex-basis: content` ([de7f934](de7f934))
* **css:** use `flex-start` instead of `start` ([f6d17b0](f6d17b0))

v0.7.10

Toggle v0.7.10's commit message
chore(release): 0.7.10 [skip ci]

## [0.7.10](v0.7.9...v0.7.10) (2019-02-25)

### Bug Fixes

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

v0.7.9

Toggle v0.7.9's commit message
chore(release): 0.7.9 [skip ci]

## [0.7.9](v0.7.8...v0.7.9) (2019-02-18)

### Bug Fixes

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

v0.7.8

Toggle v0.7.8's commit message
chore(release): 0.7.8 [skip ci]

## [0.7.8](v0.7.7...v0.7.8) (2019-01-29)

### Bug Fixes

* **table:** add prop "rowIndex" to table cell slot ([b3ea4ee](b3ea4ee))

v0.7.7

Toggle v0.7.7's commit message
chore(release): 0.7.7 [skip ci]

## [0.7.7](v0.7.6...v0.7.7) (2019-01-24)

### Bug Fixes

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

v0.7.6

Toggle v0.7.6's commit message
chore(release): 0.7.6 [skip ci]

## [0.7.6](v0.7.5...v0.7.6) (2019-01-22)

### Bug Fixes

* **tabs:** add keydown handler, fix layout bug in IE ([4469538](4469538))

v0.7.5

Toggle v0.7.5's commit message
chore(release): 0.7.5 [skip ci]

## [0.7.5](v0.7.4...v0.7.5) (2019-01-15)

### Bug Fixes

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