Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino authored Nov 13, 2016
1 parent 8349568 commit f22039b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Change log
# Change log
==============


## 2016-11-12
see #8 [#8](https://github.com/Viglino/ol3-ext/issues/8) and [#10](https://github.com/Viglino/ol3-ext/issues/10)
- Move subbar from ol.control.Bar to ol.control.Toggle
Instead of:
```javascript
Expand All @@ -15,4 +16,4 @@ var c = new ol.control.Toggle ({ bar: subbar });
bar.addControl (c);
```
- add autoActive option to ol.control.Toggle to auto activate the control when inserted in a subbar
- add autoDeactivate option to ol.control.Bar to auto deactivate all control in a subbar when desactivating it
- add autoDeactivate option to ol.control.Bar to auto deactivate all control in a subbar when desactivating it

0 comments on commit f22039b

Please sign in to comment.