Skip to content

Commit

Permalink
Release notes updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmiles committed May 9, 2015
1 parent bc33cab commit 9093e15
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## v1.2.0 - [Unreleased]
## v1.2.0 - 9th May, 2015

### New Features

Expand Down Expand Up @@ -32,19 +32,27 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- New method `revealNode` which expands the tree view to reveal a given node

- New methods to retrieve nodes by state : `getSelected`, `getUnselected`, `getExpanded`, `getCollapsed`, `getChecked`, `getUnchecked`, `getDisabled` and `getEnabled`.
- New methods to retrieve nodes by state : `getSelected`, `getUnselected`, `getExpanded`, `getCollapsed`, `getChecked`, `getUnchecked`, `getDisabled` and `getEnabled`


### Changes
- Search behaviour, by default search will the expand tree view and reveal results. Alternatively pass `{revealResults:false}`.
- Removed nodeIcon by default, by popular demand. Use `{nodeIcon: 'glyphicon glyphicon-stop'}` in initial options to add a node icon.

- Search behaviour, by default search will the expand tree view and reveal results. Alternatively pass `{revealResults:false}`

- Method collapseNode accepts new option `{ ignoreChildren: true | false }`. The default is false, passing true will leave child nodes uncollapsed


### Bug Fixes
- Remove unnecessary render in clearSearch when called from search

- Child nodes should collapse by default on collapseNode

- Incorrect expand collapse icon displayed when nodes array is empty




## v1.1.0 - 29th March, 2015

### New Features
Expand All @@ -70,6 +78,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- New global options `highlightSearchResults`, `searchResultColor` and `searchResultBackColor` for configuring how search results are displayed




## v1.0.2 - 6th February, 2015

### Changes
Expand Down

0 comments on commit 9093e15

Please sign in to comment.