Releases: alineacms/alinea
Releases · alineacms/alinea
v1.4.1
v1.4.0
- Better support for drafts in Alinea. Drafts can be enabled using the config
optionenableDrafts: true
. Drafts and archived entries will now show their
status in the sidebar as well. Workflows are adjusted to be able to create a
draft entry, including draft children. These will show up as "unpublished" and
can be published in one go. Further stability improvements were made to
updating entry statuses.
v1.3.1
- Fix usage of cms.user() in api routes
v1.3.0
- Stability improvements.
v1.2.2
- Fix use of the readOnly field property which was overwritten from context
- Minor fixes to path field
- Make sure the editor widget doesn't interfere with pointer events of
underlying elements
v1.2.1
v1.2.0
- Archiving an entry results in archived children entries as well.
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.