Skip to content

Releases: mauriciopoppe/function-plot

v1.23.1

17 Oct 04:45
Compare
Choose a tag to compare
  • Bump to interval-arithmetic-eval v0.5.1 85dd5d2
  • Fix package-lock.json vulns c0d9846

v1.23.0...v1.23.1

v1.23.0

18 Sep 21:29
Compare
Choose a tag to compare

What's Changed

  • Type FunctionPlotOptions.target missing HTMLElement 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

16 Jan 07:27
Compare
Choose a tag to compare

What's Changed

  • Add window check to enable server-side rendering by @oujunhao in #176

New Contributors

Full Changelog: v1.22.7...v1.22.8

v1.22.7

25 Jan 01:48
Compare
Choose a tag to compare
  • build: encode secret for travis-ci.com 87ba8fb
  • Merge pull request #167 from Jutanium/master 8659c43
  • fix external b312286
  • remove deprecated dependencies; replace with es6-style util functions 85ba388
  • remove unused import from utils.ts b0b0b39

v1.22.5...v1.22.6

v1.22.5

23 Jan 03:15
Compare
Choose a tag to compare

Accept attributes in the plotted object

22 Dec 22:16
Compare
Choose a tag to compare
  • datum attr property sets attributes on the plotted object, #165

v1.22.3

21 Dec 23:40
Compare
Choose a tag to compare
  • fixed a bug where event listeners were leaking across consecutive calls to functionPlot
  • restored attr property on datums with graphType: 'polyline'

Relax functionPlot options rules in the TS interface

22 Sep 20:54
Compare
Choose a tag to compare

Add missing index.d.ts file in package.json

22 Sep 17:07
Compare
Choose a tag to compare

TypeScript integration

22 Sep 16:51
Compare
Choose a tag to compare
  • function-plot was rewritten with TypeScript!
  • The README page now only contains references to the API docs
  • Recipes were moved to the main page