Skip to content

Latest commit

 

History

History
264 lines (132 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

264 lines (132 loc) · 10.9 KB

0.7.14 (2019-03-27)

Bug Fixes

  • make zIndex configurable (ecd8e05)

0.7.13 (2019-03-27)

Bug Fixes

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

0.7.12 (2019-03-10)

Bug Fixes

  • table: fix table with undisplay tr (dac451c)

0.7.11 (2019-02-26)

Bug Fixes

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

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)

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)

0.7.8 (2019-01-29)

Bug Fixes

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

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)

0.7.6 (2019-01-22)

Bug Fixes

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

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)

0.7.4 (2019-01-03)

Bug Fixes

  • 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)

Bug Fixes

0.7.2 (2018-12-10)

Bug Fixes

  • 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)

Bug Fixes

  • tip: support multiple trigger types (40ef808)

0.7.0 (2018-11-28)

Bug Fixes

  • timepicker: change getPopupStyle form timepicker, datepicker to util (5f0ee33)

Features

0.6.2 (2018-11-26)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Bug Fixes

Features

  • add PopConfirm component (ea4e4d7)

0.5.10 (2018-11-02)

Bug Fixes

  • layout: fix layout offset class name (fd9ab18)

0.5.9 (2018-10-12)

Bug Fixes

  • datepicker: fix IE10 compatibility (77b211e)
  • pagination: fix IE error in pagination (506792e)

0.5.8 (2018-10-08)

Bug Fixes

  • possible duplicated key in checkbox-group (e1150ea)

0.5.7 (2018-09-27)

Bug Fixes

  • datepicker, table, theme: fix datepicker style bug, update theme and table (4588185)

0.5.6 (2018-09-25)

Bug Fixes

  • datepicker, cascader: update datepicker,cascader index (ec51111)

0.5.5 (2018-09-20)

Bug Fixes

  • switch: emit change event instead of input (2b5ba26)

0.5.4 (2018-09-14)

Bug Fixes

  • datepicker, table, checkbox: update datepicker, table, checkbox for more using (25064ed)
  • merge to master (cec35f7)

0.5.3 (2018-09-06)

Bug Fixes

  • datepicker, table: fix disabled detepicker delete value, add table expand (243fa71)

0.5.2 (2018-09-03)

Bug Fixes

  • Form Validation: Fix validation bug when validatables nested (0cae606)

0.5.1 (2018-08-27)

Bug Fixes

0.5.0 (2018-08-24)

Features

  • Form Validation: Add throttle to form validation (ba50bc7)

0.4.1 (2018-08-20)

Bug Fixes

  • datepicker: fix keydown event for datepicker (98e5de6)

0.4.0 (2018-08-20)

Bug Fixes

  • c-checkbox: 修复复选框校验不能通过的问题 (e901546)

Features

  • docs: semantic release and other CI integration (549cfbd)
  • upload: add httpRequest props (61589cb)