Releases: vigetlabs/microcosm
Releases · vigetlabs/microcosm
Version 12.14.0
Version 0.0.5
- Fixed text width calculation on tree nodes
Microcosm Devtools 0.0.4
- Added workaround for a bug in the JSON tree view component
v12.13.3
v12.13.2
v12.13.1
v12.12.3
12.13.0
v12.12.0
- Domain::setup and constructors receive the key they were mounted at via
options.key
. - Added
prepare
prop forActionButton
that allows developers to specify
an extra transformation of the underlying value (e.g. based on theevent
object) before the action gets dispatched. - Domain and effect registration handlers can be an array of functions
that are processed sequentially. - Tweaked internal processing of actions to allow function arguments
to be returned from actions without being treated as a thunk. See
the docs for Actions for more information.
v12.11.0
- Removed string
ref
in ActionForm, avoiding some edge cases and allowing usage with React 16. - Fix boolean flow type
- Warn when pushing actions on a torn down Microcosm instance
- register() can return null
- Pass
context
to ActionForm constructor, fixing a bug with context - Use buble instead of babel for production builds, decreasing build size