Skip to content

Commit 6a82fc5

Browse files
committed
updated readme
1 parent b8a62ba commit 6a82fc5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,13 @@ Then build using [grunt](http://gruntjs.com/) (*node.js must be installed*):
124124

125125
## Release Notes
126126

127+
### [1.0.4 (current, nvd3 v1.8.1)](https://github.com/krispo/angular-nvd3/releases/tag/v1.0.4)
128+
* `deepWatchData = true` by default
129+
* deleted `autorefresh`, `deepWatchConfig` configs
130+
* added `deepWatchDataDepth = 2` config to specify watch depth level for data: 0 - by reference (cheap), 1 - by collection item (the middle), 2 - by value (expensive)
131+
* added `onReady` attribute
132+
* fixed bugs
133+
127134
### 1.0.3
128135
* Fixed width and height issues for IE: [#16](https://github.com/krispo/angular-nvd3/issues/16), [#158](https://github.com/krispo/angular-nvd3/issues/158), [#200](https://github.com/krispo/angular-nvd3/issues/200), [#226](https://github.com/krispo/angular-nvd3/issues/226).
129136
* Fixed tooltip issue [#172](https://github.com/krispo/angular-nvd3/issues/172)

0 commit comments

Comments
 (0)