This release adds more options for storing the prefill values. The module can now make use of localStorage, sessionStorage and cookies. You can configure it useng the variable interface.
Track entities (including nodes) that has embedded images using wysiwyg editors and those images use file displays using picture formatter with lazy loading enabled. It then loads lazysizes library to ensure lazy loading works even on cached pages.
Webform Revisions is now usable - you can create revisions of a webform, revert and delete them. Fields may be added and removed between revisions and the submission results table will show all fields and their data across revisions (data is not deleted when a field is removed in a later revision). There will be corner cases that still need attention - I'd appreciate bug reports.