Releases: GetDKAN/data-catalog-components
v1.18.0
What's Changed
- Reinstall jest and associated dependencies by @brdunfield in #186
- Migrate to react-query and updated endpoints by @brdunfield in #188
Full Changelog: 1.17.1...1.18.0
v1.17.1
What's Changed
- Footer link updates with nav bar padding fix by @brdunfield in #185
Full Changelog: 1.17.0...1.17.1
v1.17.0
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
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
- @brdunfield made their first contribution in #183
Full Changelog: v1.15.0...v1.16.0
v1.15.0
What's Changed
- PQDC-3279: Add aria-expanded Attribute to ToggleBlock Button by @brentonkelly1982 in #177
Full Changelog: v1.14.0...v1.15.0
v1.14.0
What's Changed
- Bump version 1.14.0 by @brentonkelly1982 in #174
- Replace node-sass with sass by @dgading in #176
New Contributors
- @brentonkelly1982 made their first contribution in #173
Full Changelog: 1.11.0...v1.14.0
Add tabindex to tables and fix CI pipeline
What's Changed
Full Changelog: v2.0.0...v2.1.0
2.0.1 Initial Release
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
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
This PR adds a new component to go with Organizations to show the count of datasets the org has in the catalog.