v12.0.1

remotion-dev/remotionv12.0.1Jun 11, 2026by github-actions[bot]

AI Summary

This update enhances the Directus UI with better editing capabilities for dates and JSON repeaters. It also addresses critical issues regarding license modal dismissal and revision snapshot assignment during batch updates.

Key Highlights

  • Added keyboard-editable date entry directly in the datetime field
  • Added inline editing support to the JSON repeater interface
  • Fixed license modals being impossible to dismiss when shown above route drawers
  • Fixed revision snapshots being assigned to the wrong items during batch updates

New Features

  • Keyboard-editable date entry
  • Inline editing for JSON repeater
  • License modal focus trap and persistence fixes
  • Revision snapshot assignment fix

Full Release Notes

> [!NOTE]
> Directus is free for individuals and organizations under $5M annual revenue and 50 employees.\
> Get your free license key at [directus.com/oig](http://directus.com/oig)

### ✨ New Features & Improvements

- **@directus/app**
  - Added keyboard-editable date entry directly in the datetime field. The field shows its formatted value at rest and swaps to editable date segments on focus, while a calendar button still opens the picker popup. ([#27693](https://github.com/directus/directus/pull/27693) by @robluton)
  - Added inline editing support to the JSON repeater interface. ([#26863](https://github.com/directus/directus/pull/26863) by @bryantgillespie)

### 🐛 Bug Fixes & Optimizations

- **@directus/app**
  - Fixed license badge spacing issue ([#27713](https://github.com/directus/directus/pull/27713) by @robluton)
  - Fixed license modals being impossible to dismiss when shown above a route drawer (e.g. field detail pages) by keeping dialog focus traps stacked in visual order, and scoped license dismissal cookies to the whole app so dismissals persist across navigation ([#27714](https://github.com/directus/directus/pull/27714) by @dstockton)
- **@directus/api**
  - Fixed revision snapshots being assigned to the wrong items during batch updates when read order differs ([#27407](https://github.com/directus/directus/pull/27407) by @luciemdx)

### 📦 Published Versions

- `@directus/app@16.1.0`
- `@directus/api@36.0.1`