Release 7.1.1
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.