Skip to content

v37.0.0

Compare
Choose a tag to compare
@nickofthyme nickofthyme released this 05 Oct 10:15

37.0.0 (2021-10-05)

Bug Fixes

  • debug: add predictable axis labels sorting order (#1418) (60fbe7a)
  • deps: update dependency @elastic/eui to ^38.1.0 (#1409) (4ffd018)
  • deps: update dependency @elastic/eui to ^38.2.0 (#1416) (34707c3)

Code Refactoring

BREAKING CHANGES

  • DEFAULT_CHART_MARGINS, DEFAULT_GEOMETRY_STYLES, DEFAULT_CHART_PADDING and DEFAULT_MISSING_COLOR are no longer exposed as part of the API
  • The public type varieties for domains are discontinued, in favor of retaining the single DomainRange export, which now has a mandatory {min: number, max: number}. The developer can supply NaN where a finite min, max or both aren't defined (ie. in place of former effective undefined). In addition, some console.warn punctuations changed

Co-authored-by: Marco Vettorello vettorello.marco@gmail.com
Co-authored-by: Nick Partridge nick.ryan.partridge@gmail.com