🚀 Enhancements
- Add
field.phone(), stored in E.164 and restricted to the countries you accept (72fd194) - Let
field.url()restrict the protocols an external link may use (e7eedfc) - Remove the
urlandemailflags from text field options — breaking (e7eedfc) - Remove captcha support and its adapter — breaking (cd17e74)
- Warn at build time when
@nuxt/uiis older than4.10.0(ee555f5) - Show the Eponyme logo in the dashboard sidebar (ccc9612)
- Shorten a long href in the link editor (8d8e31f)
🩹 Fixes
- Fill in the defaults of fields nested in a section, a tab or an array item (c342ce3)
💅 Refactors
- Extract
middleEllipsisinto a shared util (8dd9e76) - Drop redundant classes on the submissions table header (c83f21e)
📦 Build
📚 Documentation
- Document
ModuleOptionswith its defaults and examples (9b3f047) - Add a cover image to the readme (5922b96)
❤️ Contributors
- Corentin Nelhomme (
@d3ller)