Skip to content

Releases: mauriciopoppe/function-plot

v1.25.1

02 Nov 20:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.25.0...v1.25.1

v1.25.0

11 Jun 01:54
c27f9fa
Compare
Choose a tag to compare

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

10 Feb 00:02
cb35cea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.24.3...v1.24.4

v1.24.3

08 Feb 00:17
95866fd
Compare
Choose a tag to compare

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)

08 Feb 00:10
8564096
Compare
Choose a tag to compare

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)

02 Feb 23:47
Compare
Choose a tag to compare

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

What's Changed

Full Changelog: v1.24.0...v1.24.1

v1.24.0

16 Dec 04:32
5013eec
Compare
Choose a tag to compare

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...v1.24.0

v1.23.4

10 Dec 23:56
d8798c5
Compare
Choose a tag to compare
  • 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...v1.23.4

v1.23.3

26 Jun 01:40
a538ff8
Compare
Choose a tag to compare
  • 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

v1.23.2...v1.23.3

v1.23.2

21 Nov 07:45
Compare
Choose a tag to compare

v1.23.1...v1.23.2