Skip to content

Version 0.17.0

Compare
Choose a tag to compare
@AndreyNenashev AndreyNenashev released this 16 Oct 15:44
· 78 commits to main since this release
3ca6572

Release Summary - Version 0.17.0

New Features:

  1. Implemented an improvement to the tag search engine, making it easier to find tags when clicking on them. (Contributor: @Vladysl , Issue #1447, #1449)
    Note: Search by tags showing and count only tags that are used under data_entiy only.

Bug Fixes:

  1. Fixed a bug related to the correct rendering of terms’ markdown on the dataset structure page. (Contributor: @AndreyNenashev, Issue #1465)

Enhancements:

  1. Improved the user interface by making lists scroll more smoothly on the management page. (Contributor: @Leshe4ka, Issue #1448)
  2. Replaced the “labels” functionality with “tags” for better usability. (Contributor: @AndreyNenashev, Issue #1440)
    Note: !!!Not Backward compatable!!! The table that is responsible for Labels will be removed. All Labels will be migrated into Tags. Make db backup in case of rollback.
  3. Refactored the input component for improved performance and maintainability. (Contributor: @Leshe4ka, Issue #1441)
  4. Added a warning message to inform the user before closing modal windows, preventing accidental data loss. (Contributor: @Leshe4ka, Issue #1427)