|
|
@ -2,7 +2,7 @@ |
|
|
|
http://visjs.org |
|
|
|
|
|
|
|
|
|
|
|
## not yet released, version 3.9.2-SNAPSHOT |
|
|
|
## 2015-02-11, version 3.10.0 |
|
|
|
|
|
|
|
### Network |
|
|
|
|
|
|
@ -20,14 +20,6 @@ http://visjs.org |
|
|
|
- Added opacity option to edges. Opacity is only used for the unselected state. |
|
|
|
- Fixed bug where selections from removed data elements persisted. |
|
|
|
|
|
|
|
### DataSet/DataView |
|
|
|
|
|
|
|
- Added property `length` holding the total number of items to the `DataSet` |
|
|
|
and `DataView`. |
|
|
|
- Added a method `refresh()` to the `DataView`, to update filter results. |
|
|
|
- Fixed a bug in the `DataSet` returning an empty object instead of `null` when |
|
|
|
no item was found when using both a filter and specifying fields. |
|
|
|
|
|
|
|
### Timeline |
|
|
|
|
|
|
|
- `Timeline.redraw()` now also recalculates the size of items. |
|
|
@ -41,6 +33,15 @@ http://visjs.org |
|
|
|
- Fixed `setWindow` not working when applying an interval larger than the |
|
|
|
configured `zoomMax`. |
|
|
|
|
|
|
|
### DataSet/DataView |
|
|
|
|
|
|
|
- Added property `length` holding the total number of items to the `DataSet` |
|
|
|
and `DataView`. |
|
|
|
- Added a method `refresh()` to the `DataView`, to update filter results. |
|
|
|
- Fixed a bug in the `DataSet` returning an empty object instead of `null` when |
|
|
|
no item was found when using both a filter and specifying fields. |
|
|
|
|
|
|
|
|
|
|
|
## 2015-01-16, version 3.9.1 |
|
|
|
|
|
|
|
### General |
|
|
|