Skip to content

Commit 1592d4d

Browse files
committed
Update release notes
1 parent feb2733 commit 1592d4d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Plotly.NET/RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
### 4.0.0 - TBD
22

3+
- [Refactor DisplayOptions - An object to control the way Charts are displayed in generated HTML files](https://github.com/plotly/Plotly.NET/issues/293):
4+
- Add various functions to manipulate DisplayOptions, Refactor DisplayOptions as DynamicObj (again)
5+
- Add `PlotlyJSReference` type and logic to handle various ways of referencing plotly.js in HTML output:
6+
- `Full`: Include the full plotly.js source code. The currently supported plotly.js version is now included as embedded resource in the package. HTML files using this option are self-contained and can be used offline.
7+
- `CDN`: The default. uses a script tag in the head of the generated HTML to load plotly.js from a CDN.
8+
- `Require`: Use requirejs to load plotly. This option is now used in Plotly.NET.Interactive. Unnecessary usage of require.js is now removed from all other options but this.
9+
- `NoReference`: Don't include any plotly.js reference. Useful if you want to embed the output into another page that already references plotly.
10+
311
- [Use Giraffe.ViewEngine as html dsl](https://github.com/plotly/Plotly.NET/pull/363)
412

513
- Keep up with plotlyjs 2.x incremental updates:

0 commit comments

Comments
 (0)