Skip to content

Commit a90d0f5

Browse files
committed
update changelog
2 parents 714e05b + fb1fc4e commit a90d0f5

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,23 @@ https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
1010
where X.Y.Z is the semver of most recent plotly.js release.
1111

1212

13-
## [1.4.0] -- 2016-01-11
13+
## [1.5.0] -- 2016-01-22
14+
15+
### Added
16+
- Modularize the library (first iteration). Trace types can be required in
17+
one-by-one to make custom plotly.js bundles of lesser size. [#180, #187, #193, #202]
18+
19+
### Changed
20+
- Remove json assets from the js source files (to better support Webpack bundling) [#183]
21+
- Update d3, tinycolor2, topojson dependencies [#195]
22+
- Improve `'colorscale'` attribute description [#186]
23+
24+
### Fixed
25+
- Fix pan mode drag delay [#188]
26+
- Make `Plotly.deleteTrace` handle big-indices-array properly [#203]
27+
28+
29+
## [1.4.1] -- 2016-01-11
1430

1531
### Fixed
1632
- Click events work properly after being broken in 1.4.0 [#174]

0 commit comments

Comments
 (0)