Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 2.61 KB

CHANGELOG.md

File metadata and controls

51 lines (41 loc) · 2.61 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.1.2] - 2020-07-16

Security

  • Updated several vulnerable dependencies reported by npm audit

Fixed

  • Fixed breadcrumbs styling (SUP-9200)
  • Fixed I18n errors

Added

  • Added admin field support in the users dialogue.

[1.1.1] - 2020-02-19

Fixed

  • Fix paging not being reset after navigating to another node. #276
  • Fix bug that prevented JWT refreshes. #285
  • Fix nodes sometimes named undefined in node list. #283
  • Fix bug that prevented schemas to be assigned from the project detail view. #274
  • Fix node references not showing images of the same language as the edited node. #284

Security

  • Fix an XSS vulnerability in the container contents component. Thank you @prprhyt for making us aware of this issue!

[1.1.0] - 2019-11-20

Added

  • Added i18n support for (simplified) Chinese #278
  • Added i18n support for portuguese #281

[1.0.2] - 2019-11-11

Changed

  • The number of items displayed per page in the content list is now configurable. Set the contentItemsPerPage property in the mesh-ui-config.js to do so. By default the number of items is 8.
  • The project create dialog will now automatically use the last search term as name for the new project.
  • Node browser usability tweaks #250
  • The choose button is disabled if no node has been chosen
  • The checkbox for choosing a node will now appear when hovering the row instead of only when hovering the icon.

[1.0.1] - 2019-10-08

Changed

  • Update to Angular 8
  • Fixed an issue that displayed unassigned schemas when creating a new node. #254
  • Fix saving node after changing a number field #253
  • Fix reloading of node list view after certain actions #255
  • Show a dropdown instead of an input field for string fields with the allow property set #256

[1.0.0] - 2019-10-03

  • Public release