Skip to content

Releases: GetDKAN/data-catalog-components

v1.18.0

10 Jan 17:46
96a40a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.17.1...1.18.0

v1.17.1

14 Dec 22:44
e15ffda
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.17.0...1.17.1

v1.17.0

13 Dec 17:00
e3078e0
Compare
Choose a tag to compare

What's Changed

  • React-Table 8 Upgrade by @brdunfield in #184
  • Accessibility improvements to table functions

Full Changelog: v1.16.0...1.17.0

v1.16.0

29 Nov 19:38
bfe6dd5
Compare
Choose a tag to compare

What's Changed

  • Convert build system to Parcel and upgrade dependencies by @brdunfield in #183
  • Possible breaking change: @reach/router has been replaced by react-router-dom
  • Possible breaking change: Repo has been upgraded to React 18

New Contributors

Full Changelog: v1.15.0...v1.16.0

v1.15.0

01 Feb 16:28
4542bb7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.0...v1.15.0

v1.14.0

28 Nov 15:29
ab51057
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.11.0...v1.14.0

Add tabindex to tables and fix CI pipeline

08 Aug 14:14
Compare
Choose a tag to compare

What's Changed

  • Add tabindex and better sortBy titles to datatables by @dgading in #169

Full Changelog: v2.0.0...v2.1.0

2.0.1 Initial Release

24 Jun 14:23
45bd37c
Compare
Choose a tag to compare

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

Show More container update

08 Jun 22:39
Compare
Choose a tag to compare

Adds two new props to show more component. These functions fire on open and on close and will allow for things like analytics to watch for the clicks.

Dataset count on Organizations

24 Mar 14:14
Compare
Choose a tag to compare

This PR adds a new component to go with Organizations to show the count of datasets the org has in the catalog.