What's new with TinaCMS
Version 3.7.5
Released on 4/29/2026
Version 3.7.4
Released on 4/27/2026
Patch Changes
- @isaaclombardssw-
Fix rich-text image edit form: the URL field now shows the correct `URL` label and loads the existing image (previously it displayed the raw field path like `body.children[10].props.url` and rendered as an empty upload dropzone). The breadcrumb for the image form also now reads "Image" instead of the full path.
- @joshbermanssw-
Migrate docs links in shipped package code from raw `tina.io/docs/<path>` URLs to aliased `tina.io/docs/r/<alias>` URLs so the links survive future docs restructuring.
- @monsonego-
Fix the radio-group field styling so radio options render with a circular indicator and no longer look disabled when unselected.
Updated Dependencies
@tinacms/search@1.2.11
Version 3.7.3
Released on 4/21/2026
Patch Changes
- @isaaclombardssw-
Fix sidebar file tree: consolidate duplicate roots from multiple useTina() calls, prevent chevron shrinking on long filenames, add bottom padding for last item visibility
Version 3.7.2
Released on 4/8/2026
Patch Changes
- @18-th-
Improve error messages when a pull request via editorial workflow fails due to missing Git authoring tokens
- @joshbermanssw-
🐖 Add Telemetry to new Media Usage dashboard to see how users are interacting with it
- @griffenedge-
Reduce the TinaCloud auth modal login image so it appears as a decorative element rather than dominating the modal.
Version 3.7.1
Released on 3/30/2026
Patch Changes
- @thomas-sepanosian-
🐛 Fix media usage tracking for files with the same filename in different directories
- @Ben0189-
"Add react-dnd and react-dnd-html5-backend as explicit dependencies to fix starter template build failures when using Yarn v1"
Updated Dependencies
@tinacms/search@1.2.8
Version 3.7.0
Released on 3/25/2026
Minor Changes
Patch Changes
- @griffenedge-
Add `tabular-nums` styling to the elapsed timer in the editorial workflow branch creation modal to prevent layout shifts as digits change.
Version 3.6.3
Released on 3/19/2026
Patch Changes
- @joshbermanssw-
Fix broken cross-package relative import for posthog in @tinacms/app that caused consumer build failures
Version 3.6.2
Released on 3/17/2026
Patch Changes
- @joshbermanssw-
🐖 Telemetry - Seeing how many users interact with nav bar buttons (Project Config, User management, support)
- @joshbermanssw-
🐖 Telemetry - Adding Telemetry to see when users switch between rich-text and markdown mode in the rich-text editor
Version 3.6.1
Released on 3/4/2026
Updated Dependencies
@tinacms/search@1.2.6
Version 3.6.0
Released on 3/2/2026
Minor Changes
- @joshbermanssw-
✨ Object Schema - Add openFormOnCreate flag. Allowing users to opt-in to automatically going inside an object form when the field is true
Patch Changes
- @joshbermanssw-
Fix inconsistent branch selection modal size between Side Editor and Admin Editor by using tailwind-merge for proper CSS class merging in PopupModal
- @joshbermanssw-
🤖 Fix previewBranch button from opening a tab with an empty string, instead using correct previewUrl variable