Releases: alineacms/alinea
Releases · alineacms/alinea
v1.2.0
v1.1.2
- Adjust the inferred results of
cms.find
andcms.get
so they work reliable
in non-strict Typescript codebases as well.
v1.1.1
- Fix the query result type of
Query.parent
,Query.next
andQuery.previous
which were incorrectly typed as anArray
.
v1.1.0
- Add a copy and paste button to List field blocks
- Update link properties condition and location to be dynamic. The contents
can be set by using a function.
v1.0.11
- Fix navigation tree in link picker
- Set the default depth of querying children to 1
v1.0.10
- Fix handling mutation retries based on the http status code received.
v1.0.9
- Fix skip/take for queries which were not used
- Disable navigation in the internal link picker if a condition is used
v1.0.8
- Fix live previews for translated entries
v1.0.7
- Fix querying linked entries without locale
v1.0.6
- Fix querying linked entries - the requested locale was not passed