Skip to content

v0.40.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 14:03

0.40.0 (2025-03-11)

⚠ BREAKING CHANGES

  • relations: The refactoring of the relations template tags leads to a slightly different behaviour in the lookup of the relations tables; please have a look at the lookup debug statements if your relations tables are not found anymore.
  • utils: drop the DateParser and the corresponding tests
  • core: drop LegacyDateMixin

Features

  • apis_metainfo: adapt Uri model for new type rdf import (4184584)
  • generic: adapt importer for new type rdf import methods (db6f4bf)
  • generic: introduce new templatetags (37f8f11)
  • generic: introduce small helper functions (2b6bef8)
  • relations: implement a relation filter (5f56b45)
  • relations: major rewrite of the relations list (29d39da)
  • sample_project: update sample project for new relation templates (c1f293c)
  • utils: drop old rdf import methods (0852822)
  • utils: implement new type rdf importer (73e738e)

Bug Fixes

  • apis_entities: fix entities autocomplete (dcc479b)
  • apis_entities: reorder entity menu items (cb242cf), closes #1657
  • apis_metainfo: drop references to apis_metainfo.collection (2a7500e), closes #1377
  • collections: repair the new collection toggle templatetags (c3f4f6b)
  • generic: show form errors of generic filter form (d8e81c8), closes #1604

Documentation

  • customization: add documentation about new rdf parser (c51ada4)

Code Refactoring

  • core: drop LegacyDateMixin (7a1d940)
  • utils: drop the DateParser and the corresponding tests (5325d46)