Releases: ExplorViz-Archive/explorviz-frontend
1.5.0 (stable)
Description
This release includes improvements in usability, performance, and code quality affairs.
Deployment
The release is easiliy deployable with Docker and Docker Compose.
In order to deploy this release, please take a look into our latest Quick Start Guide for Users.
More guides and documentation can be found in our Wiki.
Improvements
- #141 - Enhance tables in sidebar and user-management
- #186 - Pagination for resources
- #179 - A library for backend mocking (remove)
- #77 - Environments for different builds
- #34 - Implement a stable version of the new timeline
- #161 - Import / Export of landscape files
- #178 - Merge minor adaptions for tutorial extension
Bug Fixes
- #4 - Colorpicker box needs to be updated on reset click
- #168 - Bs-Tooltip error
- #167 - Dummy landscape visualization bug
- #181- Fix userpreferences bug
More information
1.4.0 (stable)
Description
This release includes improvements in microservice decomposition, performance,
and user management affairs.
Deployment
The release is easiliy deployable with Docker and Docker Compose.
In order to deploy this release, please take a look into our latest Quick Start Guide for Users.
More guides and documentation can be found in our Wiki.
Improvements
- #28 - Application search now supports substring search via
*i
, wherei
is a substring - #176 - Administrators can now delete multiple users at once
- #80 - Refactoring of settings for different UI behaviors.
- #41 - Alternative approach to visualize communication lines.
- Users can adjust and save UI behaviors, so called user preferences, based on pre-defined settings.
- #170 - Grouped users are now created by a single request.
- #33 Refactored color picker extension.
- Collapsable timeline.
- New navigation bar with collapse support.
- Small UI improvements.
Bug fixes
- #174 - Various UI bug fixes
More information
1.3.0 (stable)
Description
This is the first stable release after switching to a new technlogy stack im combination with a microservice architecture.
Deployment
This release is easiliy deployable with Docker and Docker Compose.
In order to deploy this release, please take a look into our latest Quick Start Guide for Users.
More guides and documentation can be found in our Wiki.
Improvements
- Employing the JSONAPI specification and implementation for exchanging data with frontend and between services.
- #28 - New Feature: Searching within an application for a package or class.
- #83 - New Feature: SQL-Viewer - showing monitored SQL-Statements.
- #31 - New Feature: Trace Replayer - showing single steps of monitored Traces within applications.
- #32 - New Feature: Configuration dialogue for user settings, e.g., a FPS counter.
- #84 - New Feature: User management dialogue
- Automated generation of documentation (Yuidoc) and publishing to GithubPages.
- Minor refactoring and cleanup, especially interface-related.
- Updated Ember and Ember Data to version 3.7.
- Updated used libraries to latest versions.
- #78, #94 - Improving the trace highlighting.
- #15 - Employing now Local & SessionStorage for authentification.
- #45 - Ability to mock the backend. Greatly improves the frontend development process.
- #30 , #43 - Major refactoring of popups within the visualization.
- #95 - Using octicons instead of glypicons in Navar and popups.
- #111 - Data model restructuring related to the backend changes.
- #112 - Enhance user management dialog with user settings.
Bug fixes
- #21 - Fixed visualization interaction not working with Firefox.
- #100 - Fixed Ssession data lost on page refresh.
- #112 - Fixed hidden highlighted entities.