Skip to content

v3.42.0

Compare
Choose a tag to compare
@denolfe denolfe released this 09 Jun 18:47
· 122 commits to main since this release
4ac1894

v3.42.0 (2025-06-09)

🚀 Features

  • create the importmap file if missing and the location can be found (#12727) (c6659db)
  • plugin-import-export: add custom toCSV function on fields (#12533) (8f4c442)
  • plugin-import-export: add debug logging option (#12705) (678bfc7)
  • translations: add Bangla translations (#12696) (3f670ca)

🐛 Bug Fixes

  • proper globals max versions clean up (#12611) (9fbc3f6)
  • adds routeParams to the req on views (#12711) (773e4ad)
  • plugin-form-builder: export DateField type (#12695) (8d7dbe6)
  • plugin-import-export: incorrect config extension of jobs (#12730) (ff615d3)
  • plugin-import-export: revise zhTw translations (#12685) (afbdf3d)
  • richtext-lexical: text state css not applied if 2+ text state groups present (#12726) (3d177fd)
  • richtext-lexical: prevent runtime error if using TextStateFeature without props (#12668) (6f82154)
  • richtext-slate: add 'li' string literal to RichTextElement type (#12693) (e10e445)
  • translations: correct i18n dynamic variable name for 'movingFromFolder' (#12642) (6f76d72)

⚡ Performance

  • richtext-lexical: improve typing performance while toolbars are enabled (#12669) (aef4f77)

📚 Documentation

  • document how to expose the jobs collection in Admin UI (#12707) (34fe36b)
  • fix formatting in custom components > edit view paragraph (#12697) (6466684)
  • improve jobs autorun docs, adds e2e test (#12196) (7c05c77)
  • enhance drafts documentation with examples for REST, Local, and GraphQL APIs (#12575) (629e74d)
  • removes duplicate headline in building without a db connection (#12694) (4ee4aa7)
  • plugin-form-builder: add warning about GraphQL type name collis… (#12720) (7b21270)

🏡 Chores

🤝 Contributors