File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v5.3.0 (20 Feb 2020)
2
+
3
+ ### Feature
4
+ * Implement copydocumentmutation (613ccd3b5962d5068a49ee44090e265786feee01)
5
+ It is now possible to copy documents
6
+ * Split settings file (c80cb4f3523fe8defc4befbe563905f9e0eb285d)
7
+ Useful for integrating caluma as a django app
8
+ * Increase max-length of slugs to 150 (5dbfff523d6486166c8e115071ca526bbd7c60e4)
9
+ * Add support for minlength validation (4d67bcefc9659932f8edfd28f4864074c969cc95)
10
+
11
+ ### Fix
12
+ * Do not validate row documents when attaching them (fee356ae9549ca0bf4df4a18f9d260f8dd544569)
13
+ * Do not crash when lamenting invalid form slug (42ce73cf3049c0305efae4d35807cc5f7a982deb)
14
+ * Handle is_required correctly in nested questions (cb78c0836d6d354aa78a6458a70ca660f6d7b32b)
15
+
16
+ ### Documentation
17
+ * Add docs about usage of django apps and interfaces (c164ed340db0b7e1a2f8ca49bdc973ff8b8b8f90)
18
+ * Add hint about snapshot updates and xdist (c0269950f1261884786306c013bd01945fee6498)
19
+
20
+
1
21
# v5.2.1 (17 Feb 2020)
2
22
3
23
### Fix
Original file line number Diff line number Diff line change 2
2
3
3
__title__ = "caluma"
4
4
__description__ = "Caluma Service providing GraphQL API"
5
- __version__ = "5.2.1 "
5
+ __version__ = "5.3.0 "
You can’t perform that action at this time.
0 commit comments