v0.9.5
-
Entries in the dashboard sidebar can now be ordered by a field value.
Use theorderChildrenBy
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.