Skip to content

2.0.1 Initial Release

Compare
Choose a tag to compare
@dgading dgading released this 24 Jun 14:23
· 6 commits to 2.x since this release
45bd37c

This release cuts down the component library to its core data table and a couple functions. After launching new sites with the new features released by the core DKAN team, we needed to rethink a lot of the components and also remove the react-strap dependency that made it hard to mix with other design systems. There were a number of unsupported npm libraries still in use as well that were blocking upgrades past React 16 that will alternatives or developed in a new way.

What's Changed

  • Swap from the old build process to Rollup and Create React App by @dgading in #130
  • Cards, Orgs, and PublisherLists by @dgading in #125
  • Fix storybook so scss files work by @dgading in #132
  • Update Datatable to USWDS by @dgading in #133
  • Add new DynamicLink component to handle external/internal links by @dgading in #134
  • Fix failing tests by @dgading in #135
  • Update the API Docs to work like PDC when calling data by @dgading in #142
  • Fix PropTypes and add test to APIDocs by @dgading in #143
  • Update datatable page results to add commas by @dgading in #146
  • DataTable updates by @dgading in #158
  • Remove APIDocs component in favor of downstream instances by @dgading in #160
  • Remove all unused and out of date components by @dgading in #167
  • Add sortDefaults to datatable to fix initial useEffect reseting sort by @dgading in #168

Full Changelog: 1.8.0...v2.0.0