v2.3.1
What's new?
- Feature: The
precision
prop supports the long-awaited valueweek
for rendering calendar weeks in the timeaxis. - Feature: New props
label-column-title
andlabel-column-width
for rendering the row labels in a dedicated column on the left side of the chart. Corresponding slotslabel-column-title
andlabel-column-row
have been added, too! - Feature: New props
current-time-marker
andcurrent-time-label
for displaying a dashed vertical line on the chart which represents the current time and an optional text next to it. A slotcurrent-time-label
has been added, too! - Feature: New property in
ganttBarConfig
:html
for rendering HTML within a bar (make sure to sanitize the value to prevent HTML injections!) - Fix: The label of a row is not rendered if it is blank
New Contributors
Many thanks to the new contributors! Your effort is greatly appreciated!
- @Pedrocanoas made their first contribution in #102
- @N0ah-S made their first contribution in #94
- @MikeVeerman made their first contribution in #46
Full Changelog: v2.2.0...v2.3.1