Skip to content

Releases: LayTec-AG/Plotly.Blazor

Release v2.25.1

10 Aug 20:32
06c5563
Compare
Choose a tag to compare

What's Changed

Plotly.Blazor

Examples

Other

New Contributors

Full Changelog: v2.18.2...v2.25.1

Release v2.18.2

24 Feb 18:14
c5cfe12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.18.0...v2.18.2

Release v2.18.0

23 Jan 17:25
474cba0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.17.1...v2.18.0

Release v2.17.1

18 Jan 12:54
48fb1b5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.16.1...v2.17.1

Release v2.16.1

10 Nov 18:11
Compare
Choose a tag to compare

What's Changed

  • Bump plotly.js from 2.14.0 to 2.16.1
  • Add hover event

New Contributors

  • @github-actions made their first contribution in #216

Full Changelog: v2.14.0...v2.16.1

Release v2.14.0

08 Sep 14:29
b3f613d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.12.0...v2.14.0

Release v2.12.0

06 May 11:54
13d1136
Compare
Choose a tag to compare

What's Changed

  • Implements ribbon chart example from plotly by @jacekpapiniak in #159
  • Bump Microsoft.AspNetCore.Components from 6.0.2 to 6.0.4 in /Plotly.Blazor by @dependabot in #163
  • Bump Microsoft.AspNetCore.Components.Web from 6.0.2 to 6.0.4 in /Plotly.Blazor by @dependabot in #161
  • Bump System.Text.Json from 6.0.2 to 6.0.3 in /Plotly.Blazor by @dependabot in #162
  • Bump GitVersion.MsBuild from 5.8.2 to 5.10.1 in /Plotly.Blazor by @dependabot in #164
  • Bump plotly.js to 2.12.0 by @sean-mcl in #167
  • Bump Blazorise.Bootstrap from 0.9.3.4 to 1.0.4 in /Plotly.Blazor.Examples
  • Bump Blazorise.Icons.FontAwesome from 0.9.3.4 to 1.0.4 in /Plotly.Blazor.Examples
  • Bump FluentAssertions from 6.5.1 to 6.6.0 in /Plotly.Blazor.Examples
  • Bump nunit from 3.13.2 to 3.13.3 in /Plotly.Blazor.Tests
  • Bump System.Text.Json from 6.0.2 to 6.0.3 in /Plotly.Blazor.Tests
  • Bump WeCantSpell.Hunspell from to 3.1.1 to 3.1.2 /Plotly.Blazor.Generator
  • Bump Microsoft.JSInterop from 6.0.2 to 6.0.4 /Plotly.Blazor.Generator

New Contributors

Full Changelog: v2.9.0...v2.12.0

Release v2.9.0

01 Mar 15:22
8986aa8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.9.0

Release v2.3.1

03 Aug 05:50
e8c13b0
Compare
Choose a tag to compare

Truncate the head of the data when using ExtendTraces (#105)

Release v2.3.0

02 Aug 21:14
c4316b7
Compare
Choose a tag to compare

Bump GitVersion.MsBuild from 5.6.10 to 5.6.11
Bump Microsoft.AspNetCore.Components.Web from 5.0.7 to 5.0.8
Bump Microsoft.AspNetCore.Components from 5.0.7 to 5.0.8
Bump plotly.js from 2.2.0 to 2.3.0

Truncate the head of the data when using ExtendTraces @yaqian256