EDS4 logo
@eds/utils
v4.0.4

Utils

Collection of utility functions.
  • c9fe02ea: Toaster design improvements
  • 143fb224: Improvements to allow table patterns to use debouncing for filters
  • b85824bc: New filterOption prop for selectInput
  • 0b1e9f3c: Added block styles for responsiveness to button, toggle, and selectdropdown
  • e0729c4: Improved how @eds packages manage their dependencies and peerDependencies.
  • e99cdb6: Offical release of EDS 4.0.0
  • 0793bc8: Improvement: Added Storybook story for the Menu Improvement: Include prefer less motion to stop the animations Improvement: Added the role="menubar" Improvement: Add a footer prop to the Menu to allow for custom footer Improvement: Mobile menu now closes when pressing the escape key Bug fix: Make the Menu framework agnostic of framework and remove NextJS package dependency
  • 63c40d7: Fix a bug where toast positioning state is not cleared alongside toast dismiss
  • 0a91da29: - Improvement: Moved NextJS utilities to their own package: @eds/utils-nextjs.
    • Improvement: Added and updated tests for existing @eds/utils.
  • 9d87439: Improvement: useNextClientError now uses a more reliable way to get the page route map. The hook will now also return an error if the route map can't be loaded.
  • 61d16c1:
    • Pagination: Added feature that 0 items should be displayed when itemsCount=0.
    • Utils: Added capitaliseFirstLetter utility function.
  • Added useNextClientRouter hook and DisableSSR util for client-side routing in NextJS
  • 16f4c45: Support React v16.9 to v18
  • aca3f9c: Fixed dependencies and build
  • 1c4bd44: First prerelease publish of components