- More named colors, including all HTML/CSS colors.
- Support different color naming styles like
dark-gray
,darkgrey
,dark_grey
,DARKGRAY
, etc. - Grayscale colors from
gray0
(black) togray100
(white).
- [BREAKING] The
position_dodgev()
function and the'dodgev'
value for theposition
parameter are deprecated and will be removed in future releases. - Updated RGB values for
lightgray
andgreen
. To restore the previous colors, usegray75
andlime
, respectively.