Skip to content

1.4.4

Compare
Choose a tag to compare
@innerjoin innerjoin released this 26 Mar 14:08
· 13 commits to main since this release
62e21ec

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

Full Changelog: 1.4.3...1.4.4