Releases: SolidLabResearch/miravi-a-linked-data-viewer
Releases · SolidLabResearch/miravi-a-linked-data-viewer
Release v2.0.0
2.0.0 - 2025-05-29
Added
- configs/oslo-kg: two class-related queries.
Changed
- configs/onto-deside: updated to project configuration 2025-04-09 (#202).
- In the configuration file: per query
httpProxies
setting replaces globalhttpProxy
setting (#4, #47). - Error message when query has no sources was replaced with an application message in the empty result list (#204).
- configs/oslo-kg: use smaller datasets for queries.
- React-admin version updated to 5.7.2 (#207).
- Tool renamed to 'Miravi - a linked data viewer'; default favicon.ico and miravi.png provided (#210).
- Bumped Comunica version from 3.2.3 to 4.2.0, resulting in increased execution speed of some queries (#212).
Breaking change for typed literals in query configuration, "variables" field; see README for new syntax. - Removed not supported cosmetic fields from configuration file (#18).
- JSON and SPARQL edit fields have syntax coloring and validation now (#142 and #143).
Fixed
- Avoided (infinite) display of "The list is loading. Just a moment please." for queries that should show "The result list is empty.", in cases where the user does not have the right to read the involved source(s) (#209).
- Result list sorting works again and the behavior is improved - see the issue for details (#216).
- Loading values for variables ends with an error message if a required source is not available (#218).
- When visiting a templated query with variable values defined in the URL search parameters,
the resolved query is executed immediately, avoiding the delay it takes to first retrieve all options for the variables (#211). - CONSTRUCT queries work again (#222).
- Config field "logoRedirectURL" is working (#17).
- After modifying an existing custom query, the previous result table is updated as expected now (#137).
Release v1.7.0
1.7.0 - 2025-04-09
Added
- A favicon (#188).
- A cache to remember the entire result table (useful when scrolling through pages of a lengthy result table) (#193).
Changed
- Using new verification library v0.2.0 (#184).
- Refactoring, avoiding the usage of an internal, undocumented react-admin component (#185).
- Removed the loading indicator / refresh button in the appbar (#195).
Fixed
- Queries no longer executed twice (#176).
- Templated queries: visiting with variable values in url search parameters now works as expected (#183).
- Solved console warning when hovering over source verification question mark (#128).
- ASK query is working now (#22).
- "Finished in" now shows effective query execution time (#130).
- "Clean query cache" button's functionality works as expected now (also for templated queries with indirect variables) (#190).
- "The page is loading." type of prompt is back (now "The list is loading." and "The options for the variables in this query are loading.") (#194).
Release v1.6.0
1.6.0 - 2025-03-17
Added
- Support for multiple configurations (#69, #49).
- Collections of known configurations are gathered in subdirectories of main/configs (#175).
- Templated queries: variables shown in title of result table (#163).
- Templated queries: changing variables dialogue is preloaded with previous values (#167).
- An about dialog, reachable from the application bar (#171).