What's Changed
This change adds several customization options to mo.ui.form(), including the ability to validate forms with custom logic and display error messages on submission failure. It also adds emoji autocomplete to the markdown editor, and a new function, mo.icon(), which lets you display SVGs from popular open source icon libraries.
- misc: update copyright year by @ericjanto in #610
- fix(deps): update all non-major dependencies by @renovate in #618
- feat: emojis autcomplete in markdown by @mscolnick in #615
- chore(deps): update actions/cache action to v4 by @renovate in #620
- chore(deps): update all storybook dependencies to ^7.6.10 by @renovate in #617
- improvement: form customization options and validation by @mscolnick in #614
- feat: mo.icon by @mscolnick in #619
New Contributors
- @ericjanto made their first contribution in #610
Full Changelog: 0.1.79...0.1.80