1.4.4
What's Changed
- fix table and news-snippet by @innerjoin in #82
- correct boolean fallback values (#376041) by @marleenjattke in #84
- configurable social share colors by @innerjoin in #85
- extend webcam image upload with additional properties (#375618) by @Sophiaw-hub in #87
- refactor form field validation (#377590) by @LukasBSI in #88
- For 'text' and 'password' the maximum length is now validated
- For 'number' the minimum and maximum are checked
- For 'date', 'datetime' and 'time', the minimum, maximum and length are now checked
- Note: for 'email', a plausibility check (@ and . as well as only certain characters) was already present before
New Contributors
- @Sophiaw-hub made their first contribution in #87
- @LukasBSI made their first contribution in #88
Full Changelog: 1.4.3...1.4.4