core-2.6.1
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 totrue
in your application's entry file.
Example:
import { setDialogSendsAnalytics } from "@cmsgov/<design-system-package>;";
setDialogSendsAnalytics(true);