You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
# v10.2.0 (21 May 2024)
2
+
### Feature
3
+
4
+
* feat(form): add more case info to jexl context ([`ab73edd`](https://github.com/projectcaluma/caluma/commit/ab73eddb03215d288c782e12ca15e04bc7dc2e48))
5
+
6
+
* feat(jexl): add main_case_form to info object
7
+
8
+
This is convenient when you'd like to write a JEXL expression in a task
9
+
form attached to some work item, that depends on the main case's form. ([`bcb9136`](https://github.com/projectcaluma/caluma/commit/bcb913668e2454ca0dd0c8990eba310efef32b96))
10
+
11
+
### Fix
12
+
13
+
* fix(validation): do not block __typename when introspection is disabled
14
+
15
+
The `DisableIntrospection` validator rejects everything that could
16
+
lead to insight into the schema. Sadly, our frontends rely on having
17
+
`__typename` available, thus we need our own validator that allows this
18
+
specific introspection key (but not anything else) ([`46f2184`](https://github.com/projectcaluma/caluma/commit/46f21840610be6ddb3569a2b96b7866ae9f33e12))
0 commit comments