Releases: projectcaluma/caluma
Releases · projectcaluma/caluma
v11.1.4
Fix
- perf: Keep auth http session alive across requests (
18d4d6a
)
v11.3.0
Feature
- gql: Add filter for multiple task slugs to allTasks (
347aa2a
)
Fix
- history: Make history aware of potential proxy models (
f336c67
)
v11.1.3
Fix
- structure: Take form for a new row set from the fastloader (
a08f566
)
v11.2.1
Fix
- structure: Take form for a new row set from the fastloader (
2480a31
)
v11.2.0
Feature
- copy: Adds on_copy to datasources to alter dynamic values (
9c076e5
)
- Use uuid7 instead of uuid4 from now on (
915e454
)
Fix
- perf: Don't load full document in memory if not needed for options (
506bec9
)
v11.1.2
Fix
- perf: Don't load full document in memory if not needed for options (
581d2d0
)
- A few other code cleanups (CI, small refactorings)
v11.1.1
Fix
- structure: Correctly update structure in-place for recalculations (
8cccc7e
)
- structure: Fix passing of global validation context for structure (
2b1f7e4
)
v11.1.0
Feature
- forms: Extend structure fastloader to support multiple documents (
28ca840
)
Fix
- Deterministic option sort (
8f2a25a
)
- structure: Question options should not be loaded multiple times (
cba8fbe
)
v11.0.2
Fix
- deps: Fix django-filter version range (
f7a7f7c
)
v11.0.1
Fix
- Pass correct parameter dealing in calc field recalculation (
1536ab8
)
- form: Error when saving an answer that does't belong to a form (
c27a045
)
- validators: Import exception from the correct place (
6fe8566
)
- jexl: Fix crashes in form validation when validating options (
a9ed291
)