Version 1, Update 3
- We've extended the
<Line />component with astrokeCapprop, for specifying the line endpoint decoration. This can be one of the following:- 'none'
- 'round'
- 'square'
- 'arrow-lines'
- 'arrow-equilateral'
- We've extended all components that support
strokewith astrokeDashPatternprop. This will give components a dashed stroke with the dash/gap lengths passed in. - We've added
showShadowBehindNodeto theDropShadowEffecttype, which controls whether drop shadows will be visible behind transparent layers.
Bug fixes:
- Fixed a bug where the
spreadprop inShadowEffectwasn't being mapped to the resulting shadow on the canvas.