Release 0.9.0
Improved callback timing execution and fixed concurrent load requests issue
View full changelog
Changed
domReady: now executes callbacks after a small delay when running in the admin (helps with block previews in editor due to racing condition of ACF loading data for blocks)loadScript: improved callback timing execution for concurrent load requests (e.g. the onload callback for the second script will now execute in the correct timing instead of immediately; this fixes issues in other plugins, for example, loading multiple forms would fail to load properly)- Updated browserslist (might result in slight change in script output)