Releases: mauriciopoppe/function-plot
Releases · mauriciopoppe/function-plot
v1.25.1
What's Changed
- Fix annotation update on 1.x branch by @mauriciopoppe in #328
Full Changelog: v1.25.0...v1.25.1
v1.25.0
What's Changed
- [Cherry-pick to 1.x] Add the sticky positioning to center the origin axes by @simone-panico in #302 (cherry-pick of #295)
Full Changelog: v1.24.4...v1.25.0
v1.24.4
What's Changed
- Add a unit tests for typescript types (release-1.24 only) by @mauriciopoppe in #277
Full Changelog: v1.24.3...v1.24.4
v1.24.3
NOTE: Release v1.24.1 wasn't published to NPM and v1.24.2 doesn't have all the build files in NPM!
- fix: bump package.json version to v1.24.1 to prepare it for 1.24.2 ca6634d
Full Changelog: v1.24.1...v1.24.3
v1.24.2 (bad version in NPM)
NOTE: Release v1.24.1 wasn't published to npm.
- fix: bump package.json version to v1.24.1 to prepare it for 1.24.2 ca6634d
Full Changelog: v1.24.1...v1.24.2
v1.24.1 (Not published to NPM)
NOTE: Release v1.24.1 isn't published to npm.
What's Changed
- fix: re-add typescript declarations (cherry pick 1.24) by @mauriciopoppe in #276
Full Changelog: v1.24.0...v1.24.1
v1.24.0
This release includes a new graph type to render text, for more details check the example in the main page at https://mauriciopoppe.github.io/function-plot/
functionPlot({
target: '#text',
data: [
{
graphType: 'text',
location: [1, 1],
text: 'hello world'
},
{
graphType: 'text',
location: [-1, -1],
text: 'foo bar',
attr: {
'text-anchor': 'end'
}
}
]
})
- chore: include missing typescript types/interfaces 252c88a
- chore: update package-lock.json after removing clamp c5eeab0
- docs: add text example 28df473
- feat: new graph type text f025af7
- fix: set key to use during join of g.graph be655e1
- chore: cleanup public playground pages 6c4cd24
- Fix issue in computed data split, remove clamp dependency edb1ea7
- SamplerType is a subset of the only params neeeded from the Chart b0f1d83
- Minimize dependency on
Chart
in space utility. 590b7cc - Fix an issue with ghost graphs, additional snapshot test images ca9f662
- Setup image snapshot testing with puppeteer and jest-image-snapshot 9287a8b
- Export function to register new graph types ed0b75f
- build(deps): bump @babel/traverse and storybook 9fe2e4f
v1.23.4
- Install events library from npm, vite can build apps that use functionPlot d06a1d1
- docs: add a hello world example in code e3dfb55
- Demo to render svg as png f502ce4
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 d48eae4
- Development instructions to publish a package b2f7f60
- fix to use the proper scale for polyline & closed graphs bc1e447
v1.23.3
- feat: if datum.attr.class is set append it to the default class instead of overriding it 6968388
- Fixed extension of docs page 500e94a
- Update link to docs 2df0871
- Remove storybook b577398
- Recreate docs and update readme info 480cd50
- build(deps): bump json5 from 1.0.1 to 1.0.2 ca2bc42
- fix: find if mathjs exists in a better way fb65ee6
- Update dependencies 6b8aee2
- Import polyfill with imports and not require 74b4cb9
- build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 befdec2