Skip to content

Latest commit

 

History

History
86 lines (47 loc) · 3.69 KB

CHANGELOG.md

File metadata and controls

86 lines (47 loc) · 3.69 KB

No public interface changes since v1.4.7.

  • Update .nvmrc to 16.18 (243ef09).
  • Update .nvmrc to 16.17 (6cdf96e).
  • Update .nvmrc to 16.16 (da77577).
  • Dependency updates.
  • Update .nvmrc to 16.14.
  • Fixes Karma setup.
  • Switched functional tests to use Firefox instead of Chrome.
  • Switched to Babel from Buble.
  • Updates d3 modules.
  • Fix autoResize if passed in selector is already an element and not just a string. (a25b41a)
  • Fix autoResize to consider wrapping element instead of overall browser window. (#62)
  • Support for custom styles for text elements. (#11)
  • Expose option urlTarget to be able to set the target attribute when labels are rendered as links. (#44)
  • Optimize layout for last item. (6f7ab03)
  • Fix autoResize on load. Improved defaults handling. (#47)
  • Expose autoResize as an option. (#46)
  • Fixes stale event listeners. (#45)
  • Support for labels to be displayed as links (#31)
  • Fix build setup to no longer require npx-force-resolutions (#27)
  • Layout optimizations (#16)
  • Fixes vertical orientation when used with multiple categories (#23)
  • Adds documentation for label distribution in README.md.
  • Updated project setup to include jest for unit tests and prettier for code formatting.
  • Added an option to switch between horizontal and vertical orientation of the timeline (#1)
  • Added Math.round on the x.range to accommodate widths with decimal. Used in Grid Layouts with rows and columns. (#10) Thanks @jelohipolitocruz
  • Fixes an issue where resizing would result in multiple label elements (#7). Thanks @avborhanian