Skip to content

Releases: hkang1/hermes

v0.4.1

04 Mar 08:34
ef3f2af
Compare
Choose a tag to compare

What's Changed

  • test: add unit tests for library public methods by @hkang1 in #34
  • feat: add support for reversing dimension axes via config by @hkang1 in #36
  • docs: add details around reverse config by @hkang1 in #37

Full Changelog: v0.4.0...v0.4.1

v0.4.0

22 Feb 06:50
Compare
Choose a tag to compare

What's Changed

  • refactor: update test config and setup to support test utilities by @hkang1 in #28
  • refactor: move data input to the end and as optional by @hkang1 in #29
  • chore: update typings for Hermes by @hkang1 in #30
  • refactor: do not require at least one data series for constructor by @hkang1 in #31
  • test: add main library test by @hkang1 in #32

Full Changelog: v0.3.9...v0.4.0

v0.3.9

21 Feb 12:35
Compare
Choose a tag to compare

What's Changed

  • test: add more unit tests by @hkang1 in #23
  • test: add jest canvas mock and canvas utility function unit tests by @hkang1 in #24
  • test: add library testing utilities unit tests by @hkang1 in #25
  • [Issue-19] fix: 0 range scales by @hkang1 in #26

Full Changelog: v0.3.8...v0.3.9

v0.3.8

19 Feb 18:46
Compare
Choose a tag to compare

Had to release v0.3.8 because I screwed up v0.3.7 :)

What's Changed

  • [Issue-18] fix mouse position by @hkang1 in #20
  • ci: upload coverage report to codecov by @hkang1 in #21
  • test: add more test coverage by @hkang1 in #22

New Contributors

Full Changelog: v0.3.6...v0.3.8

v0.3.7

19 Feb 10:12
d0d3cf4
Compare
Choose a tag to compare

What's Changed

  • [Issue-18] fix mouse position by @hkang1 in #20
  • ci: upload coverage report to codecov by @hkang1 in #21
  • test: add more test coverage by @hkang1 in #22

New Contributors

Full Changelog: v0.3.6...v0.3.7

v0.3.6

17 Feb 11:07
Compare
Choose a tag to compare

Fixes

  • Fix breaking destroy code.

v0.3.5

17 Feb 10:54
Compare
Choose a tag to compare

Fixes

  • Update destroy to be more flexible in case it gets called very early.

v0.3.4

17 Feb 09:38
Compare
Choose a tag to compare

Fixes

  • Fix the validateData function that ensures all dimension data has the name number of data points.

v0.3.3

17 Feb 09:32
Compare
Choose a tag to compare

Added

  • Add support for setData(data: Hermes.Data, redraw?: boolean): void.
  • Add support for redraw(): void.

Fixes

  • Ensure destroy removes the added canvas element.

v0.3.2

17 Feb 09:04
Compare
Choose a tag to compare

Fixes

  • Re-export enum objects so the enum values are accessible.