Skip to content

Commit 000fb10

Browse files
committed
add CHANGELOG
1 parent d4efd4e commit 000fb10

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# plotly.js changelog.
2+
3+
For more context information, please read through the
4+
[release notes](https://github.com/plotly/plotly.js/releases).
5+
6+
## [1.0.0] -- 2015-11-17
7+
8+
First fully open source release.
9+
10+
### Added
11+
- Add 2D WebGL plot engine
12+
13+
### Changed
14+
- Save to cloud is now done via a modebar button by default,
15+
the `'Edit chart'` link is still available through the
16+
`'showLink'` plot config.
17+
- Better double-click notifier CSS
18+
19+
### Fixed
20+
- Fix `Plotly.newPlot` 3D and geo bug.
21+
- Fix `plotly_click` event bug in latest Chrome and Firefox.
22+
23+
### Known limitations
24+
- Different plot types cannot be mixed in subplots.
25+
- 2D WebGL has no image test support.
26+
- Click and hover events are not hooked for gl3d, geo and gl2d
27+
plot types.
28+
- Polar chart are under-developed.

0 commit comments

Comments
 (0)