8000 Plotly.NET/src/Plotly.NET/RELEASE_NOTES.md at dev · plotly/Plotly.NET · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
163 lines (120 loc) · 12.3 KB

File metadata and controls

163 lines (120 loc) · 12.3 KB

6.0.0 - TBD

This version removes C# interop from the core F# Plotly.NET library, offloading those implementations directly to the native C# lib Plotly.NET.CSharp:

Milestone link with all the fixed/closed issues

5.1.0 - September 04 2024

Maintenance release to prevent Plotly.NET breaking for users that upgrade the DynamicObj dependency to >=3.0.0. DynamicObj is now pinned to the version range [2.0.0, 3.0.0) until we manage to make Plotly.NET work with the major changes in that lib.

5.0.0 - May 27 2024

Major release with lots of bug fixes, improvements, and upstream feature additions from plotly.js. Many changes are backwards-incompatible with previous versions.

Milestone link with all the fixed/closed issues

Additional extension package releases::

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:

0