Browse Source

Update CHANGELOG.md

zhixin 6 years ago
parent
commit
03faa30a0c
1 changed files with 13 additions and 0 deletions
  1. 13 0
      CHANGELOG.md

+ 13 - 0
CHANGELOG.md

@@ -1,6 +1,19 @@
 ChangeLog
 ---------
 
+### 1.14.0
+
+- **New(css):** Added CSS Frameworks supported.
+- **New(css):** Added [Semantic UI](http://semantic-ui.com) theme.
+- **New(css):** Added [Bulma](http://bulma.io) theme.
+- **New(css):** Added [Materialize](https://materializecss.com/) theme.
+- **New(css):** Added [Foundation](https://foundation.zurb.com/) theme.
+- **Update(js):** Fixed detailView find td elements bug.
+- **Update(js):** Fixed showColumns close dropdown bug when item label clicking.
+- **Update(js):** Fixed reset width error after `toggleFullscreen`.
+- **Update(js):** Added data attribute support for `ignoreClickToSelectOn` option.
+- **Update(js):** Fixed `cardview` click event bug.
+
 ### 1.13.5
 
 - **New(auto-refresh extension):** Rewrote auto-refresh extension to ES6.