Skip to content

Releases: arthurdejong/munin-plot

1.10

16 Nov 14:23
1.10
7727129

Choose a tag to compare

  • Restore displaying Y-axis label that got lost in version 1.9
  • Include missing eslint config in source package
  • Various NPM package updates (includes fixes for a number of CVEs, none of which should affect munin-plot because we don't supply untrusted content to the affected components or don't use affected functionality)

1.9

10 Aug 13:33
1.9
46b266b

Choose a tag to compare

1.9
  • Add extra request validation in web service
  • Fix a bug where graphs could become unresponsive when (de)selecting tracks
  • Various NPM package updates (includes fixes for a number of CVEs, none of
    which should affect munin-plot because we don't supply untrusted content to
    the affected components or don't use affected functionality)

1.8

18 Jun 13:53
1.8
8045922

Choose a tag to compare

1.8
  • Make series selection toggle buttons slightly lighter
  • Switch from node-sass to sass package for processing SCSS files
  • Various NPM package updates (includes fixes for a number of CVEs, none of
    which should affect munin-plot because we don't supply untrusted content to
    the affected components or don't use affected functionality)

1.7

30 Jul 11:14
1.7
bb45718

Choose a tag to compare

1.7
  • Fix the order of items in the legend to match the Munin plugin order
  • Allow better selections of items to show in the graph via buttons (select all, select none and toggle selection) as well as focusing on a single item through double click
  • Various NPM package updates (includes fixes for a number of CVEs, none of which should affect munin-plot because we don't supply untrusted content to the affected components or don't use affected functionality)

1.6

29 Apr 15:39
1.6
dbf9c3c

Choose a tag to compare

1.6
  • Various NPM package updates (includes fixes for a number of CVEs, none of which should affect munin-plot because we don't supply untrusted content to the affected components or don't use affected functionality)
  • Show a more helpful error if static files need to be built

1.5

27 Mar 19:57
1.5

Choose a tag to compare

1.5
  • Improve browser support for shareable link creation
  • Try to support print CSS style (not really supported)
  • Provide munin-plot source code as download from within application
  • Various NPM package updates (this includes a fix for CVE-2021-44906 in the minimist package which might end up in the built JavaScript code)

1.4

07 Nov 15:59
1.4

Choose a tag to compare

1.4
  • Support creating a shareable link that encodes the graph configuration
  • Various NPM package updates

1.3

17 Oct 20:21
1.3

Choose a tag to compare

1.3

changes from 1.2 to 1.3

  • Fix date range picker to keep predefined date ranges current
  • Support graphs with color references
  • Fix part of legend being hidden
  • Various NPM package updates