Skip to content

v2.1.12

Latest

Choose a tag to compare

@avitorio avitorio released this 08 Jun 21:07

2.1.12

Patch Changes

  • a8c50ae: Add global drag handle to the editor, allowing blocks to be reordered by dragging.
  • e13ae49: Fix documents table sort when publishedAt is missing from metadata; treat empty dates as oldest when sorting by publishedAt.
  • 645dd33: Prevent currency amounts from being parsed as inline math expressions.
  • c039ffc: Fix Next.js 16 / React 19 theme provider error
  • c568f86: - Store collection hierarchy with parent references and render nested collections in the sidebar.
    • Preserve child collections when deleting a parent unless child deletion is selected.
    • Validate nested navigation child routes recursively.