Skip to content

Commit

Permalink
Prepare 2.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Dec 16, 2017
1 parent a7d7800 commit 33be43b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 2.27.0-0 / Unreleased
# 2.27.1-0 / Unreleased
*

# 2.27.0 / 2017-12-16
* **BREAKING CHANGES:**
- `node.type` is now a first-class property of FancytreeNode.
Node data `{..., type: "foo"}` is now available as `node.type` (before: `node.data.type`).
Expand Down Expand Up @@ -30,7 +33,7 @@
* [Added] Material Design demo
* [Added] Demo for Fancytree inside a jquery-confirm popup
* [Changed] String representation is now `"FancytreeNode@_4[title='My name']"`
* [Changed] Deprecated `tree.clearCookies()`. Use `tree.clearData()` instead.
* [DEPRECATED] `tree.clearCookies()`. Use `tree.clearData()` instead.

# 2.26.0 / 2017-11-04
* **BREAKING CHANGES:**
Expand Down

0 comments on commit 33be43b

Please sign in to comment.