- Add support for DateTimeOffset
- Update for plotly.js 2.0.0 release
- Update for plotly.js 1.58.0 release
- Support FSharp.Core 5.0
- Update for plotly.js 1.57.0 release
- Update for plotly.js 1.56.0 release
- Fix issue with axis rangebreaks
- Update for react-plotly.js 2.5.0 release
- Update for plotly.js 1.55.1 release
- Fix toImageButtonOptions signature resolution
- Fixed localization signature resolution
- Added pre-defined locales and hooks to make locale registration easier
- Add Plot.toImage
- Fix fable packaging
- Fix Feliz version range restriction
- Stable release
- Adds support for programmatic downloads
- Regenerate for plotly.js 1.54.0 release
- Regenerate for plotly.js 1.53.0 release
- Remove duplicate prop files
- Added event union active patterns
- Added syntax sugar for
_.title
to accept a string - Added syntax sugar for
_.color
to allow things such as:marker.color.rgb (255, 255, 255)
as opposed tomarker.color (color.rgb (255, 255, 255))
- Added proper event bindings
- Added support for trace templating
- Added additional string enum bindings
- Some performance optimizations
- Made transforms not require only strings
- Changed module accessibility to avoid intellisense bloat
- Fixed potential namespace collisions
- Fixed modebar button functions not accepting normal plotly button objects
- Fixed map plot serialization issues
- Fixed transform serialization issues
- Fixed 3D plot serialization issues
- Regenerate for plotly.js 1.52.0 release
- Regenerate for plotly.js 1.51.2 release
- Change import statement to fix issue with some webgl not importing properly
- Added modeBarButton static typings
- Fixed base plot style attribute
- Fixed layout buttons not being properly parsed
- Fix nupkg
- Updated for latest Plotly releases
- Fixed radial and angular data types not being set correctly
- Added additional static typings for ref properties (this should be all of them)
- Added additional static typings for ref properties
- Removed some deprecated properties
- Fixed some layout options not being where they should
- Add static typings for many properties
- Created the
PlotData
type to deal with multiple typed inputs for 2D collections
- Fixed bool enum values not working properly
- Added typed support for style transformations
- Fixed some nested enum values not getting overloads generated
- Added proper support for plot events
- Changed enumerated arrays to be more consistent with the rest of the api
- Fixed some overloads not being present
- Added support for option primatives in data input props
- Fixed some attributes being cast to the wrong JS type
- Added support for custom colorscaling, and fixed api for colorscaling
- Fixed an issue where some deeply nested properties didn't get compiled for some attributes
- Added support for DateTime where applicable
- Compiled against latest Feliz version
- Fixed some properties that were not accepting 2D collections when they should have
- Added support for 2D collections of different primative types
- Added support for 2D collections
- Reimplemented how flaglists are handled
- Added singleton support for values that only accept arrays Meaning if you have a single value you can just pass in the value without brackets
- Filtered out additional deprecated methods
- Added support for multiple layout.xaxis and layout.yaxis
- Fixed some attributes that required Float32 typed arrays
- Fix subplotid implementation
- Reimplemented code generation to be significantly smaller and easier to use. No more namespace collisions, as well as fixed some issues with layoutAttribute specific values.
- Added support for layout specific attributes
- Fix package metadata
- Fixed nested objects that then expected an array
- Removed conditional overloads now that FSharp.Core supports implicit yields
- Added more documentation to Plotly.Generator
- Replaced instances of snake_case in the api with camelCase
- Cleaned up intellisense
- Added support for enum arrays
- Made very nested types usable
- Fixed seq primative inputs
- Fixed nested properties not being accessible, reduced required verbosity of syntax
- Change targeting to netstandard2.0
- Added seq to methods that have arrayOK set to true
- Initial build