Skip to content

Releases: alineacms/alinea

v1.0.11

13 Dec 13:54
175b27c
Compare
Choose a tag to compare
  • Fix navigation tree in link picker
  • Set the default depth of querying children to 1

v1.0.10

10 Dec 09:59
20d0b23
Compare
Choose a tag to compare
  • Fix handling mutation retries based on the http status code received.

v1.0.9

05 Dec 14:43
6c217ba
Compare
Choose a tag to compare
  • Fix skip/take for queries which were not used
  • Disable navigation in the internal link picker if a condition is used

v1.0.8

04 Dec 10:45
ed9517e
Compare
Choose a tag to compare
  • Fix live previews for translated entries

v1.0.7

02 Dec 14:40
b27cdf9
Compare
Choose a tag to compare
  • Fix querying linked entries without locale

v1.0.6

02 Dec 10:17
f3fb66c
Compare
Choose a tag to compare
  • Fix querying linked entries - the requested locale was not passed

v1.0.5

29 Nov 12:50
0b545c2
Compare
Choose a tag to compare
  • Alinea will now fail if linked entries cannot be resolved during querying.
    Before it would log the error but continue - but this is rarely desired.

v1.0.4

26 Nov 15:35
d42e8e4
Compare
Choose a tag to compare
  • Fix removing field contents in Edit.update. Pass an undefined value to remove
    field contents:

    await cms.commit(
      Edit.update({
        id: '...',
        set: {removeMe: undefined}
      })
    )
  • Fix processing link data correctly even it contains legacy data

v1.0.3

19 Nov 13:21
6e67856
Compare
Choose a tag to compare
  • Only access normalized config in next cms adapter. This fixes an error
    in production builds which would prevent you from querying media files.

v1.0.2

19 Nov 09:38
d35581a
Compare
Choose a tag to compare
  • Tweak the withAlinea config function to work in all environments including
    Next 14.