Loving Tina? ⭐️ us on GitHubStar

What's new with TinaCMS

Version 2.6.0

Released on 1/6/2025

Minor Changes

  • #5388 92b683b Thanks @JackDevAU! - ✨ Adds new overrides prop to rich text fields. toolbarOverride is now deprecated in favor of overrides.toolbar.

Patch Changes

  • #5410 9931d5a Thanks @kldavis4! - Allow bare hash strings to be inserted as urls
  • #5404 4aadf3e Thanks @Ben0189! - replace HOC from react-onclickoutside to hook from react-use
  • #5408 877699d Thanks @Ben0189! - Fixes for React 19 support
    • Change react-use import statements to default import method
    • Fixed deprecated API from headless UI in the experimental example
  • Updated dependencies [92b683b, 82b0039]:
    • @tinacms/schema-tools@1.7.0
    • @tinacms/mdx@1.5.4
    • @tinacms/search@1.0.37

Version 2.5.2

Released on 12/13/2024

Patch Changes

Version 2.4.0

Released on 10/30/2024

Minor Changes

  • #5246 bc59a81 Thanks @wicksipedia! - Adds html formatting support for field descriptions Note: wrapFieldWithError has been marked as deprecated

Patch Changes

  • #5228 9bb408f Thanks @JackDevAU! - 🐛 fix r.join error when building pages
  • #5216 bbf2f81 Thanks @Ben0189! - - Adjust Save button position and size on iPad
    • Button size has been reduced as per feedback from @bettybondoc to improve the UI experience
  • Updated dependencies [0daf0b6]:
    • @tinacms/schema-tools@1.6.7
    • @tinacms/search@1.0.34
    • @tinacms/mdx@1.5.1

Version 2.3.0

Released on 10/21/2024

Minor Changes

Patch Changes

Version 2.2.9

Released on 10/8/2024

Patch Changes

  • #4780 31513bb Thanks @Ben0189! - improve reference field selector filter and simplyfy schema needed to be written by user
  • #4991 3b2aba8 Thanks @ncn-ssw! - - Correct 'window' variable definition test
  • Updated dependencies [31513bb]:
    • @tinacms/schema-tools@1.6.5
    • @tinacms/mdx@1.4.5
    • @tinacms/search@1.0.32

Version 2.2.8

Released on 10/1/2024

Patch Changes

  • #4843 4753c9b Thanks @JackDevAU! - ⬆️ Update Minor & Patch Dependencies Versions
  • Updated dependencies [4753c9b]:
    • @tinacms/mdx@1.4.4
    • @tinacms/schema-tools@1.6.4
    • @tinacms/search@1.0.31

Version 2.2.7

Released on 10/1/2024

Patch Changes

Version 2.2.2

Released on 9/2/2024

Patch Changes

  • 6ccda6c: Experimental Feature - Added reference field filter
    • Note: this will be deprecated in the near future for a more robust solution
  • 33eaa81: Minor code refactor in reference field selector
  • f59d67b: Media Manager - Make active item disappear on navigation and refresh
  • daeeebf: Fix issue where clicking Search in the admin UI resulted in a redirect instead of loading the search results
  • 27bfe84: CLI - Adds client caching and cli flag to disable: --no-client-build-cache
  • Updated dependencies [6ccda6c, 33eaa81]
    • @tinacms/schema-tools@1.6.2
    • @tinacms/mdx@1.4.2
    • @tinacms/search@1.0.28
  • acf8430: Add rollup option to ignore "MODULE_LEVEL_DIRECTIVE"
  • 110f1ce: Fix tina-lock.json to not include search configuration, including search indexer token
  • 27bfe84: CLI - Adds client caching and cli flag to disable: --no-client-build-cache
  • Updated dependencies [6ccda6c, 33eaa81, f088b97, f59d67b, daeeebf, 27bfe84]
    • tinacms@2.2.2
    • @tinacms/schema-tools@1.6.2
    • @tinacms/graphql@1.5.2
    • @tinacms/app@2.1.2
    • @tinacms/search@1.0.28
    • @tinacms/metrics@1.0.5

Version 2.2.0

Released on 8/18/2024

Minor Changes

  • 324950a: Updates Plate Editor to latest version 36.
    • Upgrades all remaining packages Typescript to version ^5
    • Adds Shadcn/ui styles/colours to our tinatailwind config (packages/@tinacms/cli/src/next/vite/tailwind.ts)
    • Replaces some lodash deps with either the specific function i.e. lodash.set or implements them in a utility file
    • Updates and removes old version of plate (plate-headless) for latest version ^36
    • Starts removing and cleaning up some of the old Plate code.
  • ceb0c07: Add infinite scroll to the media manager

Patch Changes

  • f378f11: Add filepath to collection items
  • Updated dependencies [324950a]
    • @tinacms/schema-tools@1.6.0
    • @tinacms/mdx@1.4.0
    • @tinacms/search@1.0.26

Version 2.1.1

Released on 8/11/2024

Patch Changes

  • c6e9afb: fix reference field selector styling
  • d9b23fc: Improve reference field selector
  • 1c69338: fix reference field search and styling
  • a1a767d: add icon to reference selector
  • @tinacms/search@1.0.25