Releases: BlueBrain/nexus-web
v 1.7.0
Features
Graph Analytics
Fusion now enables users to inspect properties and relationships of resources in a given project via the new Graph Analytics plugin.
Studios Elasticsearch Support
Support Elasticsearch and Composite views has been added to Studios. Studios targetting an Elasticsearch view provide the option for more performant Studios compared to those targetting a Sparql view. The Studio data model has changed to support this, see migration notes for migrating existing Studios.
Search Enhancements
Search configurations
Search configurations have been introduced to provide convenient access to apply common search criteria.
Support for Numerical and Date columns
Numerical and date type column support has been added providing the ability to filter search results appropriately for these data types.
Jump to Studio
The Search bar can now be used to search for Studios and navigate to them directly.
Better Preview support for PDFs
Enhanced support for previewing PDFs in the resource preview plugin provides the ability to zoom in and pan large PDFs.
Versioned Links
Resource links to other resources can now be version-specific.
Remove Tag from Resource
Tags can now be removed from a resource directly in Fusion.
UI Enhancements
The following UI enhancements have been made in this version:
- Redesigned Resources panel with quick access to high-level details of resource. Plugin opened/closed status is also persisted improving the UX when wanting to view the same plugin(s) for several resources.
- Colour scheme has been updated to better align with our style guide.
- Navigation has moved from the sidebar to the header giving more screen real-estate.
Fixes
A series of bugs have also been fixed.
v1.7.0-M1
Features
- Resources view redesign 2709
- Admin view redesign.
- Delta links in search and workflows now opens in corresponding fusion 1315
- New Styling for fusion. Fusion now follows Blue Brain Style guide.2890
Fixes
- Prevent resource side drawer from closing when shouldn't .
- Prevent search table header controls from overflowing onto new line.
v1.6.1
v1.6.0
✨ Features
- Revamped Fusion search. Fusion search will now use delta search end point and will provide a improved UI with sorting, filtering, pagination etc.
- Real-time updates. Fusion now uses 'indexing=sync' option in delta API. This means all the updates made through fusion will be indexed in delta synchronously.
- Sub apps other than studio will be hidden in sidebar for anonymous users.
- Fusion will show a warning message when projects are due for deletion.
✨ Fixes
- Fixes on video player plugin.
v1.6.0-M1
Minor release for Nexus Fusion.
✨ Features
- YouTube plugin. Resources, with YouTube links in its distribution property, can now display them in an embedded YouTube player.
- PDF and CSV viewer plugin. Resources, with CSV data or PDF file links in their distribution property, can preview them in the resource view.
- Real-time updates. Fusion now uses 'indexing=sync' option in delta API. This means all the updates made through fusion will be indexed in delta synchronously.
✨ Fixes
1.5.1
Minor release for Nexus Fusion.
✨ Features
- New layout for Data Table in workflow sub-app.
- New notification handling for all sub-apps.
- Ability to remove Dashboards and workspaces from the studio.
- New Layout for studio edit buttons.
- Studio Dashboard respects resource tags in the view.
- Pagination support for sparql editor in Admin sub-app.
✨ Fixes
- Fix for broken download metadata and files in Data Cart .
- Data Table bug fixes (sorting and confirmation dialog).
- Allow users to link activities to a new step.
- Resources listing uses pagination instead of the infinite scroll in Admin.
- Show the path on the step selection dropdown to distinguish workflow steps with the same or similar names.
- Fix for broken View deprecation in Admin.
v1.5.0
1.5.0 Fusion Release
In this minor release, we have added two new sub-applications to fusion. We have also updated the Admin app to match the v1.5.0 release of Nexus Delta.
✨ Features
- Search sub-app (Beta)
- Choose an Elasticsearch index to search on.
- Configure facets and attributes.
- Workflow sub-app (Alpha)
- Create workflows.
- Creates steps and sub-steps to describe the workflows.
- In each step, link activities and add inputs.
- Visualize data by adding data tables, activity tables, or input tables.
- Data Cart
- Save resources locally in your data cart, either from the resource view or from a data table.
- Download and copy IDs from the cart resources in bulk.
- Studio sub-app
- Support for Elasticsearch queries in Studios.
- Brand your deployment of Nexus Fusion for your needs.
- Configure sub-apps visibility for anonymous users.
- More under the hood improvements.
v1.4.2
1.4.2 Fusion Release
This is a minor update with bug fixes and small feature additions.
✨ Features:
- New 404 page.
- Users can now login by clicking on realm option on the header. (BlueBrain/nexus#1674)
- Configurable application logo.
- Add External sub apps using a config file.
- Show or hide sub apps in the side bar using config file.
- UI elements now use Antd 4.0.
- Allow plugins config to target multiple shapes (BlueBrain/nexus#1558)
- Display latest version and link it to the GitHub commit in the info box. (BlueBrain/nexus#1757)
- Collapse and expand behavior of side bar menu is modified. (BlueBrain/nexus#1692)
👷 Fixes:
- Avoid unnecessary re-renders in studio sub app (BlueBrain/nexus#1593).
- Infinite scroll works in ResourceList (BlueBrain/nexus#1591)
v1.4.1
1.4.1 Fusion Release
This is a minor update with bug fixes.
✨ Fixes:
- Clicking on sub app icon will take user to sub app home page. (BlueBrain/nexus#1397)
- Home icon has been removed from some pages . (BlueBrain/nexus#1396)
- Sub app icon is always selected when user is on a sub app. (#657)
v1.4.0
1.4 Fusion Release
In this initial release of Fusion, we will begin the process of morphing the Nexus Web application into Nexus Fusion. That means there's a lot of changes coming to this repo!
Important Notes:
Nexus Web will be renamed to Nexus Fusion, to reflect its new role as a platform which integrates any number of custom sub-applications that operate on Nexus.
This repo, likely, will be renamed to nexus-fusion.
✨ Features:
- Sub Applications
- Admin functionality repurposed into an "Admin" sub-app, you can follow the migration here: BlueBrain/nexus#1296
- Studio v1 features, including the studio list, workspaces and dashboards, will be repurposed into a "Studio alpha" sub-app, you can follow the migration here: BlueBrain/nexus#1265