Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (27 loc) · 1.49 KB

2020-04-08-april.md

File metadata and controls

41 lines (27 loc) · 1.49 KB
title description
April 2020
sensenet frontend updates of April 2020

Work From Home 🏠

Because of the pandemic we are now working from home. This doesn't mean that the development is stopped. Here are the changes we made.

  • Added some missing actions for
    • put
    • content creation with a content template
    • preview related actions
    • preview comments
    • allowedchildtypes
    • restore from trash
    • add/remove list fields
  • fix: adding comments returned error, because the x and y coordinates were floating numbers and the request body was not a valid json. These two params' type is changed to string. #617
  • DMS demo is refactored to use create react app.
  • Deleting the active item from tree now doesn't crash. #591
  • Fix double click on localization file and on users and groups #604
  • Changed our progress indicator to circle #609

Admin-ui full screen loader

  • 🆕 We restyled our forms #593

Admin-ui new form

You can find the release here