Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 883 Bytes

File metadata and controls

15 lines (12 loc) · 883 Bytes
sanity-plugin-studio-smartling major

Port sanity-plugin-studio-smartling to the Sanity plugins monorepo

This major release includes several breaking changes as part of the migration to the monorepo:

  • React Compiler enabled: The plugin is now built with React Compiler targeting React 19
  • ESM-only: CommonJS support has been removed. The package now ships only ESM
  • React 19.2+ required: Minimum React version is now 19.2 (previously ^18.3 || ^19)
  • react-dom 19.2+ required: react-dom is now a required peer dependency
  • Sanity Studio v5+ required: Minimum Sanity version is now v5 (Sanity v3 and v4 are no longer supported)
  • Node.js 20.19+ required: Minimum Node.js version is now 20.19 (previously >=14)
  • styled-components 6.1+ required: styled-components is now a required peer dependency (required by sanity-translations-tab)