No public interface changes since v1.1.0
.
- 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 andprettier
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