Skip to content

Releases: projectcaluma/caluma

v7.5.0

22 Jan 11:54
Compare
Choose a tag to compare

Feature

  • Allow usage of form meta in question jexl (f3f1223)

v7.4.0

19 Jan 12:38
e25e6f8
Compare
Choose a tag to compare

Fix

  • Validate inexisting references in calc questions (f4de05a)
  • Separate extractor for mapby arguments (34c6d2b)

v7.3.0

14 Jan 10:19
Compare
Choose a tag to compare

Feature

  • Calculated float question (6a7c7ca)

Fix

  • str() should return string (df5ba3b)
  • Use mapby args if literal, fix calculated test (cb49617)
  • Support validation of nested table answers (7937220)
  • Use "mapby" arg if subject is answer transform (3a595a8)

v7.2.1

14 Jan 16:45
Compare
Choose a tag to compare

Fix

  • Fix validation of table questions (36e3a0e)

v7.2.0

23 Dec 14:16
Compare
Choose a tag to compare

Feature

  • Support multiple choice and improve choice search (456bf08)

Fix

  • Validate empty table answers correctly (8b00505)

v7.1.1

10 Dec 09:30
Compare
Choose a tag to compare

Fix

  • Fix custom validation for save answer mutations (5e91341)

v7.1.0

30 Nov 10:35
Compare
Choose a tag to compare

Feature

  • Introduce API for managing default_answers (995138a)
  • Pass user to copy method on answer and doc (38941b0)

Fix

v7.0.3

25 Nov 12:48
82df0c2
Compare
Choose a tag to compare

Fix

  • Don't use default on row_question if default table_answer exists (30ce974)
  • Fix setting default answers for sub forms (24d2899)
  • Use domain_logic for saving answers in form app (6b71559)

v7.0.2

23 Nov 10:21
Compare
Choose a tag to compare

Fix

  • Consequently use domain_logic for saveDocument (fe30966)

v7.0.1

19 Nov 15:42
6cee9cd
Compare
Choose a tag to compare

Fix