Skip to content

core-2.6.1

Compare
Choose a tag to compare
@nichia nichia released this 26 May 12:38
6f6382c

What's new in CMS Design System 2.6.1

Design System

Fixes

  • Put sending of analytics behind separate feature flags for each component that sends them. (#1047)
    To enable event tracking of a supported component, import and set the feature flag to true in your application's entry file.
    Example:
import { setDialogSendsAnalytics } from "@cmsgov/<design-system-package>;";
setDialogSendsAnalytics(true);