Releases: data-fair/catalogs
Releases · data-fair/catalogs
v0.4.0
v0.3.0
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
🌄 UI Changes
On the catalog page, there are now three tabs: Import, Publication, and Configuration.
When landing on the page, you directly see the imports. Previously, both the configuration and imports were displayed simultaneously, requiring scrolling.
The button to create an import has been moved to the right-side menu, which dynamically changes based on the selected tab.
🎉 New Features
- Plugins can now import additional metadata, such as origin or keywords.
- Users can schedule daily imports.
- Show the thumbnail of the plugin if available
🔧 Fixes
- Users can now delete a scheduled import, which was not functional before.
🛠 Technical Changes
- On the API side, I reorganized the routers.
- On the Worker side, I implemented the new import functionality, including removing the
downloadResourcemethod, which is now integrated directly into thegetResourcemethod. - Replace
@data-fair/lib-common-typesby@data-fair/types-catalogs
Other Changes
Full Changelog: v0.1.1...v0.2.0
v0.1.0
Full Changelog: https://github.com/data-fair/catalogs/commits/v0.1.0