Skip to content

v65.0.0

Choose a tag to compare

@nickofthyme nickofthyme released this 20 May 09:44
· 264 commits to main since this release

65.0.0 (2024-05-20)

Bug Fixes

  • barSeries: error rendering bars with negative log scale (#2407) (4ab6d8f)
  • deps: update dependency @elastic/eui to ^93.5.1 (#2375) (35ed956)
  • deps: update dependency @elastic/eui to ^93.5.2 (#2386) (e26c6dd)
  • deps: update dependency @elastic/eui to ^93.6.0 (#2393) (40f2b7b)
  • deps: update dependency @elastic/eui to ^94.3.0 (#2424) (cff5181)
  • deps: update dependency @elastic/eui to v94 (#2409) (67c814f)
  • deps: update dependency @playwright/test to ^1.43.0 (#2388) (42f86d7)
  • deps: update dependency @playwright/test to ^1.43.1 (#2413) (79b1c7f)
  • deps: update dependency json-schema-to-typescript to v14 (#2414) (785f635)
  • deps: update dependency json-schema-to-typescript to v14.0.4 (#2421) (790170a)
  • legend: custom legend covered by background (#2366) (5b9ffac)

Features

Reverts

BREAKING CHANGES

  • legend: The legend modifier key has been changed to CTRL (or CMD on Mac) from SHIFT. The SHIFT key will no longer have any effect on click.
  • legend: The showLegendExtra prop in the Settings is renamed to legendValues and accept an array of LegendValues.