Releases: mauriciopoppe/function-plot
Releases · mauriciopoppe/function-plot
v1.23.1
v1.23.0
What's Changed
- Type
FunctionPlotOptions.target
missingHTMLElement
and Github Actions build workflow by @leonhma in #190 - working workflow, individually check for the existence of secrets by @leonhma in #191
- Bump dependencies by @mauriciopoppe in #205
- fix(types): Fix build/typedoc errors, flatten types for d3Scale by @leonhma in #208
- Bump dependencies to the latest version by @mauriciopoppe in #212
New Contributors
Full Changelog: v1.22.8...v1.23.0
v1.22.8
v1.22.7
v1.22.5
- bumps the interval library to use the
abs
fix mauriciopoppe/interval-arithmetic#26
Accept attributes in the plotted object
- datum
attr
property sets attributes on the plotted object, #165
v1.22.3
- fixed a bug where event listeners were leaking across consecutive calls to
functionPlot
- restored
attr
property on datums withgraphType: 'polyline'
Relax functionPlot options rules in the TS interface
v1.22.2 1.22.2
Add missing index.d.ts file in package.json
v1.22.1 1.22.1
TypeScript integration
function-plot
was rewritten with TypeScript!- The README page now only contains references to the API docs
- Recipes were moved to the main page