reflex-components-plotly 0.9.5__tar.gz → 0.9.6a1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,10 @@
1
+ ## v0.9.6a1 (2026-09-10)
2
+
3
+ ### Miscellaneous
4
+
5
+ - Bump `react-plotly.js` to 4.1.0. ([#7019](https://github.com/reflex-dev/reflex/issues/7019))
6
+
7
+
1
8
  ## v0.9.5 (2026-08-28)
2
9
 
3
10
  ### Features
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: reflex-components-plotly
3
- Version: 0.9.5
3
+ Version: 0.9.6a1
4
4
  Summary: Reflex plotly components.
5
5
  Author-email: Khaleel Al-Adhami <khaleel@reflex.dev>
6
6
  Maintainer-email: Khaleel Al-Adhami <khaleel@reflex.dev>
@@ -73,7 +73,7 @@ class Point(TypedDict):
73
73
  class Plotly(NoSSRComponent):
74
74
  """Display a plotly graph."""
75
75
 
76
- library = "react-plotly.js@4.0.0"
76
+ library = "react-plotly.js@4.1.0"
77
77
 
78
78
  lib_dependencies: list[str] = ["plotly.js@3.7.0"]
79
79
 
@@ -386,7 +386,7 @@ class PlotlyBasic(Plotly):
386
386
 
387
387
  tag: str = "BasicPlotlyPlot"
388
388
 
389
- library = "react-plotly.js@4.0.0"
389
+ library = "react-plotly.js@4.1.0"
390
390
 
391
391
  lib_dependencies: list[str] = ["plotly.js-basic-dist-min@3.7.0"]
392
392
 
@@ -412,7 +412,7 @@ class PlotlyCartesian(Plotly):
412
412
 
413
413
  tag: str = "CartesianPlotlyPlot"
414
414
 
415
- library = "react-plotly.js@4.0.0"
415
+ library = "react-plotly.js@4.1.0"
416
416
 
417
417
  lib_dependencies: list[str] = ["plotly.js-cartesian-dist-min@3.7.0"]
418
418
 
@@ -438,7 +438,7 @@ class PlotlyGeo(Plotly):
438
438
 
439
439
  tag: str = "GeoPlotlyPlot"
440
440
 
441
- library = "react-plotly.js@4.0.0"
441
+ library = "react-plotly.js@4.1.0"
442
442
 
443
443
  lib_dependencies: list[str] = ["plotly.js-geo-dist-min@3.7.0"]
444
444
 
@@ -464,7 +464,7 @@ class PlotlyGl3d(Plotly):
464
464
 
465
465
  tag: str = "Gl3dPlotlyPlot"
466
466
 
467
- library = "react-plotly.js@4.0.0"
467
+ library = "react-plotly.js@4.1.0"
468
468
 
469
469
  lib_dependencies: list[str] = ["plotly.js-gl3d-dist-min@3.7.0"]
470
470
 
@@ -490,7 +490,7 @@ class PlotlyGl2d(Plotly):
490
490
 
491
491
  tag: str = "Gl2dPlotlyPlot"
492
492
 
493
- library = "react-plotly.js@4.0.0"
493
+ library = "react-plotly.js@4.1.0"
494
494
 
495
495
  lib_dependencies: list[str] = ["plotly.js-gl2d-dist-min@3.7.0"]
496
496
 
@@ -516,7 +516,7 @@ class PlotlyMapbox(Plotly):
516
516
 
517
517
  tag: str = "MapboxPlotlyPlot"
518
518
 
519
- library = "react-plotly.js@4.0.0"
519
+ library = "react-plotly.js@4.1.0"
520
520
 
521
521
  lib_dependencies: list[str] = ["plotly.js-mapbox-dist-min@3.7.0"]
522
522
 
@@ -542,7 +542,7 @@ class PlotlyFinance(Plotly):
542
542
 
543
543
  tag: str = "FinancePlotlyPlot"
544
544
 
545
- library = "react-plotly.js@4.0.0"
545
+ library = "react-plotly.js@4.1.0"
546
546
 
547
547
  lib_dependencies: list[str] = ["plotly.js-finance-dist-min@3.7.0"]
548
548
 
@@ -568,7 +568,7 @@ class PlotlyStrict(Plotly):
568
568
 
569
569
  tag: str = "StrictPlotlyPlot"
570
570
 
571
- library = "react-plotly.js@4.0.0"
571
+ library = "react-plotly.js@4.1.0"
572
572
 
573
573
  lib_dependencies: list[str] = ["plotly.js-strict-dist-min@3.7.0"]
574
574