Skip to content

v2.0.0

Compare
Choose a tag to compare
@mkuklis mkuklis released this 13 Oct 18:49
· 57 commits to master since this release
2c2da77
  • Infrastructure changes
    • BREAKING: upgrade Stripes to v9 and React to v18. Fixes UILDP-102.
    • BREAKING: bump react-intl to v6.4.4. Refs UILDP-109.
    • Update Node.js to v18 in GitHub Actions. Fixes UILDP-106.
    • Leverage cookie-based authentication in all API requests. Fixes UILDP-77.
  • Support for MetaDB
    • Port ui-ldp to work with MetaDB as well as LDP Classic. Fixes UILDP-92.
  • New feature: reports
    • Settings page for maintaining set of GitHub repos containing reports. Fixes UILDP-97.
    • New "Run report" tab that lists available Templated Queries. Fixes UILDP-98.
    • Create dynamic tabs for selected reports. Fixes UILDP-99.
    • Handle form generation and filling for reports. Fixes UILDP-105.
    • Show results of running a report. Fixes UILDP-100.
    • Number of records retrieved for reports is limited according to configured parameters. Fixes UILDP-112.
    • Download results of running a query as CSV. Fixes UILDP-113.
    • Add documentation of how to author reports and their metadata. Fixes UILDP-114.
  • Bug fixes
    • List all saved queries (not just the first ten), sorted alphabetically. Fixes UILDP-96.
    • module.ldp.enabled and settings.ldp.enabled permissionss are no longer visible, in accordance with standard practice in FOLIO. Fixes UILDP-95.
    • All appropriate LDP permissions are now correctly included as subpermissions of ui-ldp.all. Fixes UILDP-108.
  • Housekeeping
    • Rip out old redundant copy of stripes-smart-components/ConfigManager. Fixes UILDP-101.
    • Update terminology in UI. Fixes UILDP-111.
    • Change name of app to "Reporting"