Skip to content

Latest commit

 

History

History
139 lines (107 loc) · 10.6 KB

RELEASE_NOTES.md

File metadata and controls

139 lines (107 loc) · 10.6 KB

5.0.0 - TBD

Milestone link with all the fixed/closed issues

4.2.0 - August 02 2023

This release makes Plotly.NET compatible with LINQPad.

Read more about this on the respective pull request.

Thanks a lot to @Peter-B-.

4.1.0 - July 14 2023

This is a maintenance release that aims to keep up with plotlyjs 2.x incremental updates.

The only major change is the usage of Giraffe.ViewEngine.StrongName instead of Giraffe.ViewEngine as html dsl. This could be considered as a breaking change, but it's not because the Giraffe.ViewEngine.StrongName package is a drop-in replacement for Giraffe.ViewEngine with the only difference being a signed assembly

Additional extension package releases::

4.0.0 - February 24 2023

Milestone link with all the fixed/closed issues

3.0.1 - August 26 2022

Minor fixes for Object abstractions:

  • Use correct Optional Parameter Attributes everywhere. This affects object abstractions for the following objects, but should be backwards compatible:
    • Annotation
    • LayoutImage
    • Pattern
    • TableCells
  • FontSelectionStyle.init now correctly returns a FontSelectionStyle instead of unit

3.0.0 - June 15 2022

This release adopts strong assembly naming. This might cause backwards incompatibility and therefore results in an early major version increase. For more insights why we do this, check out the conversation on this issue

Other additions: