Action Split
Full Changelog: v8.0.3...v8.0.5
Action Split
This is another refactoring to prepare for the upcoming conversion to Node. It effectively splits the Actions into data and logic, so that the browser based components can import and use only the data component, without running the logic part which would cascade in a whole range of imports, some only made to run in Node. In theory.