This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
Changes
Core
- Add defaults to
completedAction
andfailedAction
inAsyncAction
- Fix Plastic issue with frame rounding
- Add ability to mock internal state of
NodeDescription
. See this issue for the the complete description of the feature, and this PR for the implementation - Refactor Store's action management. The old implementation had issues in the very early stages of the Store. See this PR for more information
- Fix issue with Plastic layout and improve test coverage
MacOS
- Improve properties of the Button
Breaking Changes
Core
- Dependency Container now takes
getState
as parameter in the init