Skip to content

Releases: walterra/d3-milestones

v1.6.0

19 Dec 11:09

Choose a tag to compare

Minor Changes

  • 78c1b6c: Add categoryStyle mapping to style category labels and fix spacing calculation when multiple items share same timestamp
  • 4fbafeb: Add bulletStyle mapping for custom bullet colors and sizes, and add font-size examples to textStyle Storybook demonstration

Patch Changes

  • 5528658: Fix release workflow to support headless browser testing

No public interface changes since v1.5.0.

v1.5.0

26 Apr 22:08

Choose a tag to compare

  • Added support for ordinal scales as an alternative to time scales. (57c01be) (#15)
  • Add renderCallback() method to apply customizations after rendering is complete. (c7d5c0f) (#79)
  • Added support for custom HTML ID attributes for milestone elements. (a82b00a) (#78)
  • Added WebP format to the list of supported image formats. (1ac8f55) (#78)

v1.4.7

05 Jan 16:59

Choose a tag to compare

  • Update .nvmrc to 16.18 (243ef09).

v1.4.6

05 Jan 16:12

Choose a tag to compare

  • Update .nvmrc to 16.17 (6cdf96e).

v1.4.5

05 Jan 15:12

Choose a tag to compare

  • Update .nvmrc to 16.16 (da77577).

v1.4.4

05 Jan 10:26

Choose a tag to compare

Dependency updates.

v1.4.3

05 Jan 09:30

Choose a tag to compare

  • Update .nvmrc to 16.14.
  • Fixes Karma setup.
  • Switches functional tests to use Firefox instead of Chrome.
  • Switched to Babel from Buble.
  • Updates d3 modules.

v1.4.2

06 Jul 16:49

Choose a tag to compare

  • Fix autoResize if passed in selector is already an element and not just a string. (a25b41a)

v1.4.1

06 Jul 16:49

Choose a tag to compare

  • Fix autoResize to consider wrapping element instead of overall browser window. (#62)

v1.4.0

05 Jul 15:41

Choose a tag to compare

  • Support for custom styles for text elements. (#11)