Releases: projectcaluma/caluma
Releases · projectcaluma/caluma
v5.5.1
v5.5.0
v5.4.0
Feature
- Add
controllinggroups
filter to workitemfilterset (2d4b437) - "controlling" for tasks and workitems (1ba6608)
- Implement caluma events (3efeba0)
- Cleanup context data for jexl expressions (4cc9a3d)
- Structure objects can now be accessed via dot notation (8401af5)
- Fixture that can generate a full form and document (1e7dc05)
- Add
family_work_items
tocase
type (41b2fb7) - Add rootcase filter (2c5145d)
- Automatically set case family (2345af3)
- Add case families (d7c0a66)
Fix
- Answer transform shouldn't return value for hidden questions (984e2f9)
- Remove
address_group
fromtaskorderset
(92dbb5b) - The word "form" should always be the root form (787c30c)
- Slug fields should be 127 chars (f6c3483)
Documentation
- Extend validation with information about jexl expressions (2d8b1d3)
v5.3.1
v5.3.0
Feature
- Implement copydocumentmutation (613ccd3)
It is now possible to copy documents - Split settings file (c80cb4f)
Useful for integrating caluma as a django app - Increase max-length of slugs to 150 (5dbfff5)
- Add support for minlength validation (4d67bce)
Fix
- Do not validate row documents when attaching them (fee356a)
- Do not crash when lamenting invalid form slug (42ce73c)
- Handle is_required correctly in nested questions (cb78c08)
Documentation
v5.2.1
v5.2.0
Feature
- new filter on cases to check for answers in work items (8273992)
- add indexes on timestamps and user fields (0ad0c41)
Fix
- file answers need special treatment (65e1a37)
- fix user object creation (6ed82c6)
- fix validation of dynamic answers (88431ea)
Documentation
- add guide on workflow implementation (WIP) (515add0)