Skip to content

Release 7.1.1

Compare
Choose a tag to compare
@thet thet released this 16 Feb 22:02
· 1123 commits to master since this release

7.1.1 (2022-02-16)

Features

  • core polyfills: Add polyfills module for modern browsers. (69402f6)
    Currently this holds a polyfill for SubmitEvent.submitter, which isn't available in Safari < 15.4 and jsDOM.

Bug Fixes

  • pat validation: Fix release 7.1.0. (3afb42b)
    The event-submitter-polyfill package isn't universally built.
    Let's use our new core/polyfills.js module instead and fix the previous release.