Skip to content

Latest commit

 

History

History
133 lines (90 loc) · 2.92 KB

RELEASE_NOTES.md

File metadata and controls

133 lines (90 loc) · 2.92 KB

4.1.0

  • some stuff

4.0.5

  • Bump .NET Interactive dependencies

4.0.4

  • Bump .NET Interactive dependencies

4.0.3

  • Bump .NET Interactive dependencies

4.0.2

  • Bump .NET Interactive dependencies

4.0.1

  • Bump dependencies on .NET Interactive to fix issue where plots wouldn't render in unsaved documents.

4.0.0

  • Breaking change: C# consumers now have all chart types in scope. No need to prefix charts with Chart anymore.
  • Unify versioning with XPlot.Plotly.Interactive
  • Fix an issue where the HTML output of a notebook in .NET Interactive wouldn't work

3.1.0-preview1

  • Include basic XPlot.D3 chart and package

3.0.1 - November 8th, 2019

  • Update FSharp.Core dependency to be 4.5.0 or higher.

3.0.0 - November 8th, 2019

  • XPlot is now .NET Standard 2.0 only
  • Support for SourceLink

2.0.0 - April 29, 2019

  • net472/netstandard2.0 full compatibility

1.5.0 - August 6, 2018

  • Update to FSharp.Core 4.5.0.0
  • Use proper google download links
  • Doc updates

1.4.5 - February 16, 2018

  • Fixing documentation template

1.4.3 - February 16, 2018

  • Quickstart tutorial, incorrect link fix (#64)
  • Adding Candlestick to Plotly (#65)

1.4.2 - September 25, 2016

  • Rationalise the GoogleChart and PlotlyChart types
  • Rationalise the pipeline style helpers
  • Explicit dependencies versions

1.4.1 - July 30, 2016

  • Documentation updates
  • Plotly API mappings fixes

1.4.0 - July 23, 2016

  • Update the documentation
  • Rationalise Plotly and GoogleCharts (WIP)
  • More chart generation methods
  • Some Plotly API mappings fixes
  • Stop distributing WPF show helpers

1.3.1 - January 13, 2016

  • Update the Plotly.js API

1.3.0 - December 12, 2015

  • Plotly.js support

1.2.2 - October 25, 2015

  • Fix the Annotation.showarrow type annotation in Plotly's API

1.2.1 - August 25, 2015

  • Set HTML charset attribute to UTF-8 in template

1.2.0 - June 6, 2015

  • Fix data table generation for non-overlapping series

1.1.9 - May 28, 2015

  • Fix data table generation for sankey diagrams

1.1.8 - May 5, 2015

  • Fix data grouping when the series have different lengths
  • Show a legend for Google Charts when WithLabel[s] is called
  • Auto open the Deedle helpers module
  • Same version number for all packages

1.1.0-beta001 - May 1, 2015

  • Testing ProjectScaffold's release process

1.0.0

  • Google table and treemap charts

0.9.0

  • Google scatter, stepped area and timeline charts

0.8.0

  • Google pie and sankey charts

0.7.0

  • Google histogram, line and map charts

0.6.1

  • Fix gauge chart yellowTo option

0.6.0

  • Google gauge and geo charts

0.5.0

  • Google column and combo charts

0.4.0

  • Google calendar and candlestick charts

0.3.0

  • Google bubble chart

0.2.1

  • Bootstrap script

0.2.0

  • Google annotation chart

0.1.0

  • Basic Google area chart