0.7.14 (2019-03-27)
- make zIndex configurable (ecd8e05)
0.7.13 (2019-03-27)
- table: fix table about checkbox with disabled (f29b5bf)
- table: rowClassname function params error (d3fc824)
0.7.12 (2019-03-10)
- table: fix table with undisplay tr (dac451c)
0.7.11 (2019-02-26)
0.7.10 (2019-02-25)
- 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)
0.7.9 (2019-02-18)
- 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)
0.7.8 (2019-01-29)
- table: add prop "rowIndex" to table cell slot (b3ea4ee)
0.7.7 (2019-01-24)
- 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)
0.7.6 (2019-01-22)
- tabs: add keydown handler, fix layout bug in IE (4469538)
0.7.5 (2019-01-15)
- 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)
0.7.4 (2019-01-03)
- datepciker: fix month range format and update maxdate checked valid (2ad02f4)
- datepicker: fix maxDate bug, IE node remove no support (148500f)
- datepicker: update datepicker td render and remove console (e79cced)
0.7.3 (2018-12-21)
0.7.2 (2018-12-10)
- expose featherIcons to Vue prototype (048c6ac)
- register components with PascalCase (58f3870)
- select: select component's focusing issues (d28007c)
- select: select component's focusing issues (b8bb492)
- select: 下拉效果 (5c59490)
- select: 下拉效果 (c337f53)
- select: 通过 Tab 键跳到下一个焦点时关闭弹出菜单 (bc9e49f)
- select: 通过 Tab 键跳到下一个焦点时关闭弹出菜单 (ea64eac)
- tree: recursive components (2b5d22d)
0.7.1 (2018-12-06)
- tip: support multiple trigger types (40ef808)
0.7.0 (2018-11-28)
- timepicker: change getPopupStyle form timepicker, datepicker to util (5f0ee33)
- add component c-tabs (488d483)
0.6.2 (2018-11-26)
- docs: fix doc sidebar not in mobile with fixed (6bec651), closes #29
- modal: modal promises not resolved (c778d88)
- just merge (7c29480)
0.6.1 (2018-11-22)
- datepicker: fix datepicker disabled can clear (12a8261)
- datepicker: fix datepicker input, add timepicker (925db7b)
- datepicker: fix datepicker style bug (1c6ebbb)
- timepicker: update timepicker for range (2b7bd91)
0.6.0 (2018-11-08)
- tip: fix
.show
method (5864fec)
- add PopConfirm component (ea4e4d7)
0.5.10 (2018-11-02)
- layout: fix layout offset class name (fd9ab18)
0.5.9 (2018-10-12)
0.5.8 (2018-10-08)
- possible duplicated key in checkbox-group (e1150ea)
0.5.7 (2018-09-27)
- datepicker, table, theme: fix datepicker style bug, update theme and table (4588185)
0.5.6 (2018-09-25)
- datepicker, cascader: update datepicker,cascader index (ec51111)
0.5.5 (2018-09-20)
- switch: emit
change
event instead ofinput
(2b5ba26)
0.5.4 (2018-09-14)
- datepicker, table, checkbox: update datepicker, table, checkbox for more using (25064ed)
- merge to master (cec35f7)
0.5.3 (2018-09-06)
- datepicker, table: fix disabled detepicker delete value, add table expand (243fa71)
0.5.2 (2018-09-03)
- Form Validation: Fix validation bug when validatables nested (0cae606)
0.5.1 (2018-08-27)
0.5.0 (2018-08-24)
- Form Validation: Add throttle to form validation (ba50bc7)
0.4.1 (2018-08-20)
- datepicker: fix keydown event for datepicker (98e5de6)
0.4.0 (2018-08-20)
- c-checkbox: 修复复选框校验不能通过的问题 (e901546)