Skip to content

Latest commit

 

History

History
86 lines (68 loc) · 4.09 KB

CHANGELOG.md

File metadata and controls

86 lines (68 loc) · 4.09 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.3.6] - TBD

Fixed

  • Reordering of (micro-)schema fields is now properly preserved. #981

[1.3.5] - 2022-10-21

Fixed

  • Field restrictions are now correctly checked against and report a proper error. SUP-11839
  • When copying a binary-node, it'll now also correctly copy the binary to the newly created node. SUP-12924

[1.3.4] - 2022-08-25

Security

  • Fixed possible XSS from various entity names (group, microschemas, ...) and binary file names. SUP-13554 & SUP-13555

[1.3.3] - 2022-03-31

Added

  • Added Option to unpublish all child elements of current Node. #354

[1.3.2] - 2022-01-28

Added

  • Added Option to publish all child elements of current Node. #354

[1.3.1] - 2021-10-18

Fixed

  • Language Switcher will only show available Languages instead of simply listing all of them. #351
  • The default-language from the config will be used correctly instead of using en. #353

[1.3.0] - 2021-08-26

Added

  • Added Node-Status filtering #347

[1.2.1] - 2021-06-03

Added

  • Translations for Hungarian #324
  • S3-Binary support #341 & #344

[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