Version 4.0.9

Released: June 29, 2021

Status: Stable

Changes

User interface

The padding of the main menu panel anchors was increased while the padding of the list items was removed. This allows the entire height of the menu item to react to click events.

The main menu accordion indicator when will now rotate when a menu is opened or closed.

The jQuery usage of the $(this) object was improved. Also some unused jQuery code from the document card update methods was removed. This two changes lower the browser memory usage when many document cards are displayed and speed up the initial display during a page load.

Other

  • More uses of the update_fields argument were to added to .save() methods.

  • Simplify logic using the document parser content update using update_or_create.

  • Raise document list errors on debug or testing.

Removals

  • None

Upgrade process

Docker Compose

Check the Docker upgrading chapter for the complete upgrade process.

Backward incompatible changes

  • None

Issues closed