You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,17 @@
2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
+
## [1.12.3] - 2016-06-30
6
+
### Updated
7
+
- Updated `plotly.min.js` from 1.13.0 to 1.14.1
8
+
- Numerous additions and changes where made to the mapbox layout layers attributes
9
+
- Attribute line.color in scatter3d traces now support color scales
10
+
- Layout shapes can now be moved and resized (except for 'path' shapes) in editable contexts
11
+
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1141----2016-06-28) for additional information regarding the updates
12
+
- Added `update_plotlyjs_for_offline` in makefile in order to automate updating `plotly.min.js` for offline mode
13
+
- Updated `default-schema`
14
+
15
+
5
16
## [1.12.2] - 2016-06-20
6
17
### Updated
7
18
- Updated plotly.min.js so the offline mode is using plotly.js v1.13.0
0 commit comments