From 6ff3d0a6e19213cfa939b7f3b8990a43e1cd0c97 Mon Sep 17 00:00:00 2001 From: wh Date: Thu, 25 Jan 2018 15:35:39 +0800 Subject: [PATCH] publish 1.0.5 --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd89956..49919d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ - -## [1.0.3](https://github.com/tinper-bee/bee-tree/compare/v11.0.3...v1.0.3) (2018-01-24) + +## [1.0.5](https://github.com/tinper-bee/bee-tree/compare/v11.0.3...v1.0.5) (2018-01-25) + + +### Bug Fixes + +* children 为0时不显示图标 ([5481ec6](https://github.com/tinper-bee/bee-tree/commit/5481ec6)) ### Features * 含有[3~[B[3~heckStrictly复选框tree ([932b9fa](https://github.com/tinper-bee/bee-tree/commit/932b9fa)) +* **子节节点children为空数组时,不显示扩展图图标:** 子节点children属性为空数组时,不显示扩展图标 ([3536f71](https://github.com/tinper-bee/bee-tree/commit/3536f71)) ### BREAKING CHANGES