Releases: acdh-oeaw/apis-core-rdf
Releases · acdh-oeaw/apis-core-rdf
v0.6.3
v0.6.2
0.6.2 (2023-10-20)
Bug Fixes
- add
setuptools
as django-model-utils dependency (de3a10a) - drop
get_child_class()
from AbstractEntity (e10c661), closes #323 - move management command (f3097ba), closes #372
- surround embedding of custom stylesheet with if statement (039f9d4), closes #364
- ux: add nav class in template block (d389856)
Documentation
v0.6.1
0.6.1 (2023-10-18)
Bug Fixes
- drop
collections
as default field from entities filter (05e8ad9), closes #354 - instead of pointing to admin, use the user login/logout routes (a5073db), closes #353
- put footer and imprint in separate template blocks (53b3e10), closes #345
- readd exclude list of fields in detail view and allow customization (0bd2446)
- use value from model_to_dict instead of getattr (2e2f5fe)
v0.6.0
0.6.0 (2023-10-16)
⚠ BREAKING CHANGES
- drop the charts dependency
- if the GenericEntityListFilter was used with the
method
set to one of the included methods, themethod
attribute should now point toapis_core.utils.filtermethods...
Features
- add Property to admin interface (b11352d)
Bug Fixes
- add slash to
shared_url
templatetag (ff47d2a) - fixes
merge_with
function expecting TempEntityClass (e40ecb3) - introduce APIS_LIST_LINKS_TO_EDIT variable (8bc259c)
- migrate management commands from
apis-webpage
toapis-rdf-core
(09fac5e) - put function call in separate document.ready function (dd51f5b)
- remove duplicate of
references
attribute in detail view (a381b02) - the contenttype of the rootobject should not be user editable (872386e)
Documentation
- reference
utils.filtermethods
in configuration (8b6700d)
Code Refactoring
v0.5.0
0.5.0 (2023-10-05)
⚠ BREAKING CHANGES
- apis_metainfo: drop
Source
model - drop apis module
Features
- cleanup the default entity detail and edit view (8011894)
- introduce new templatetags (0ce7df4), closes #293
- put main-menu submenu items in separate blocks (45e031e), closes #306
Bug Fixes
- allow overriding the entity form (f56ef89), closes #238
- apis_entities: only set collection if the attribute exists (e7be0ec), closes #313
- build docs without apis module (b44a706)
- get rid of text model remains (8a90be2)
- workaround for entities not inheriting from TempEntityClass (9ba5778)
Code Refactoring
v0.4.0
0.4.0 (2023-09-27)
Features
- replaces feather icons with material-symbols (1d85d57)
Bug Fixes
- api_routers: allow to let the
id
field be writable in API (71f85e6), closes #296 - apis_entities: fix reversion for tempentity classes (cfb1771)
- apis_entities: only set field attributes for existing fields (100de8c), closes #298
- apis_metainfo: register the rootobject with reversion (b7217b9)
- apis_relations: fix entity lookup for multi URI entities (0febd2a), closes #221
- apis_relations: fix follow of property reveversion registration (6e4df12)
- LegacyDateMixin get dates from DateParser datetimes (78215e4), closes #295
- use empty dict as fallback for PROJECT_DEFAULT_MD (8aa5394)
v0.3.1
v0.3.0
0.3.0 (2023-09-13)
⚠ BREAKING CHANGES
- apis_entities, apis_metainfo: drop texts
- apis_metainfo: cleanup menu block in base template
Features
- apis_entities: enclose the relations listing in a relations block (f052035)
- apis_metainfo: cleanup menu block in base template (8f5943b)
- core: add userlogin-menu block to
base.html
(7bc4a29) - provide modal block in base template (86f5d43)
Bug Fixes
v0.2.0
0.2.0 (2023-09-07)
⚠ BREAKING CHANGES
- apis_metainfo: rename templatetags
- apis_vis: drop apis_vis
- apis_metainfo: drop UriCandidate
Features
- apis_vis: drop apis_vis (7e69eb1), closes #206
- core: Introduce LegacyDateMixin (fe3c205), closes #66
- utils: introduce APIS_ENTITIES settings function (14fa858)
Bug Fixes
- apis_entities,apis_relations: drop login_url override (2f3c6a4)
- apis_entities: make relations pagination configurable (164d9dc)
- apis_metainfo: rename templatetags (22b8145), closes #163
- show reference button in detail view (9120ed2)