8000 Releases · alineacms/alinea · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: alineacms/alinea

v1.4.1

04 Jul 10:08
c0eeff9
Compare
Choose a tag to compare
  • Restore drag-drop behavior in entry tree. The drag and drop functionality
    was broken in the previous release due to a change in the way entries are
    rendered in the sidebar.

v1.4.0

03 Jul 12:35
80ba322
Compare
Choose a tag to compare
  • Better support for drafts in Alinea. Drafts can be enabled using the config
    option enableDrafts: 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

18 Jun 12:20
Compare
Choose a tag to compare
  • Fix usage of cms.user() in api routes

v1.3.0

03 Jun 13:08
Compare
Choose a tag to compare
  • Stability improvements.

v1.2.2

28 Apr 14:03
Compare
Choose a tag to compare
  • 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

01 Apr 07:25
Compare
Choose a tag to compare
  • Added a preview property to TypeConfig to disable the preview on Type level
    (#407)
  • UI tweaks

v1.2.0

14 Feb 14:11
a0488ee
Compare
Choose a tag to compare
  • Archiving an entry results in archived children entries as well.

v1.1.2

10 Feb 14:59
520ef6d
Compare
Choose a tag to compare
  • Adjust the inferred results of cms.find and cms.get so they work reliable
    in non-strict Typescript codebases as well.

v1.1.1

21 Jan 16:04
64f2c5b
Compare
Choose a tag to compare
  • Fix the query result type of Query.parent, Query.next and Query.previous
    which were incorrectly typed as an Array.

v1.1.0

20 Jan 15:03
d15ab06
Compare
Choose a tag to compare
  • 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.
0