Skip to content

v3.0.0

Compare
Choose a tag to compare
@ryanwalters ryanwalters released this 12 Jun 21:23
· 190 commits to master since this release

Breaking changes

  • mapValidationErrorToFormFields is no longer exported. It now lives within the FormUtils class.

    // Example usage
    
    import { FormUtils } from '@britannica/compendium';
    
    FormUtils.mapValidationErrorToFormFields(...);

New features

  • New utility classes
    • ContentfulUtils
    • FormUtils
    • RouteUtils
  • New components
    • SnapSlider