Skip to content

v0.9.5

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Mar 16:48
  • Entries in the dashboard sidebar can now be ordered by a field value.
    Use the orderChildrenBy configuration option to set which field to order by.

    const Type = Config.type('Type', {
      orderChildrenBy: Query.title.asc() // Order by Entry title
      // ...
    })
  • Add subscript and superscript options to rich text Fields.

  • Stop using the porter stemming FTS5 tokenizer in search queries. The algorithm
    does not work well with non-english languages and so is not a good default.

  • Fix select box not showing a checkmark in the explorer while replacing file or
    image links.

  • Unset validation errors when fields are no longer used.