Design Token integration and component theming (#1768)
Previous component Sass theming variables will be deprecated, please check new documentation for component variable theming options which have been expanded for each component.
New date field component added: SingleInputDateField (#1876, #1882, #1887, #1889)
💅 Changed
DateField documentation updated to include new variations (#1887)
color-primary-alt renamed to color-secondary (#1892)
🛠 Fixed
Fixed forced-colors mode backplate issue for non-IE/Edge based browsers (#1906)
Downgraded ev-emitter dependency to v1.1.1 as it was including ES6 which impacted teams using earlier versions of webpack. (#1921)
Fixed Choice components with long, wrapping label content pushing the whole label to the next line beneath the checkbox or radio button (#1934)
📦 Internal
Added missing HTML lang attribute to doc site, fixed local Gatsby doc site development Iframe views. (#1918)