File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,25 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
9
9
10
10
where X.Y.Z is the semver of most recent plotly.js release.
11
11
12
- ## [ 1.3.1] -- 2016-01-04
12
+
13
+ ## [ 1.4.0] -- 2016-01-11
14
+
15
+ ### Added
16
+ - Lasso and rectangular selection interactions for scatter-marker and scatter-text traces [ #154 , #169 ]
17
+ - Un-gitignore css and svg font built files, removing post-install step and
18
+ dependency on node-sass [ #164 ]
19
+
20
+ ### Changed
21
+ - Clean up Pie, Box and Choropleth trace module [ #158 , #159 , #165 ]
13
22
14
23
### Fixed
24
+ - Surface traces correctly handle ` zmin ` and ` zmax ` attributes [ #153 ]
25
+ - Pie trace correctly trigger hover events [ #150 ]
26
+
15
27
28
+ ## [ 1.3.1] -- 2016-01-04
29
+
30
+ ### Fixed
16
31
- Fix ` Plotly.addTraces ` for gl3d and gl2d trace types [ #140 ]
17
32
18
33
You can’t perform that action at this time.
0 commit comments