Skip to content

Commit 3ee4b1d

Browse files
committed
update changelog for v1.15.0
1 parent e6d8d17 commit 3ee4b1d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,31 @@ 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.15.0] -- 2016-07-25
14+
15+
### Added
16+
- Add `Plotly.validate` method [#697]
17+
- Add support for transforms plugins modules [#499]
18+
- Some partial bundles are now distributed in `dist/` [#740]
19+
- Mapbox access token can now be set in `layout.mapbox` [#729]
20+
- Undo/Redo queue length is now configurable via configuration option
21+
`queueLength` [#737]
22+
23+
### Changed
24+
- Improve performance in gl2d request animation frame loop [#731]
25+
- Improve `Lib.extendDeep` performance for primitive arrays [#732]
26+
- Improve potential XSS input in `text` fields [#736]
27+
- Improve scaling on scroll zoom for scatter lines and markers [#761, #762]
28+
29+
### Fixed
30+
- `toImage` pixel output for gl2d graphs are now scaled properly [#735]
31+
- `scattermapbox` marker size and color arrays are now correctly converted when
32+
they include repeated values [#747]
33+
- Fix scatter3d marker line color inheritance [#754]
34+
- `text` fields can now support link with query params `=` and `&` [#736]
35+
- Fix Chrome 50 bug where tester svg blocked other DOM nodes [#745]
36+
37+
1338
## [1.14.2] -- 2016-07-11
1439

1540
### Fixed

0 commit comments

Comments
 (0)