Function Plot Versions Save

A 2d function plotter for the web

v1.24.4

3 months ago

What's Changed

Full Changelog: https://github.com/mauriciopoppe/function-plot/compare/v1.24.3...v1.24.4

v1.24.3

3 months ago

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: https://github.com/mauriciopoppe/function-plot/compare/v1.24.1...v1.24.3

v1.24.2

3 months ago

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: https://github.com/mauriciopoppe/function-plot/compare/v1.24.1...v1.24.2

v1.24.1

3 months ago

NOTE: Release v1.24.1 isn't published to npm.

What's Changed

Full Changelog: https://github.com/mauriciopoppe/function-plot/compare/v1.24.0...v1.24.1

v1.24.0

5 months ago

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

https://github.com/mauriciopoppe/function-plot/compare/v1.23.4...v1.24.0

v1.23.4

5 months ago
  • 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

https://github.com/mauriciopoppe/function-plot/compare/v1.23.3...v1.23.4

v1.23.3

10 months ago
  • 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

https://github.com/mauriciopoppe/function-plot/compare/v1.23.2...v1.23.3

v1.23.2

1 year ago
  • Update dependencies (#220) ce9d327
  • Apply mod while indexing on globals.COLORS (#219) 17c80d5

https://github.com/mauriciopoppe/function-plot/compare/v1.23.1...v1.23.2

v1.23.1

1 year ago
  • Bump to interval-arithmetic-eval v0.5.1 85dd5d2
  • Fix package-lock.json vulns c0d9846

https://github.com/mauriciopoppe/function-plot/compare/v1.23.0...v1.23.1

v1.23.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mauriciopoppe/function-plot/compare/v1.22.8...v1.23.0