Skip to content

Releases: vigetlabs/microcosm

v10.5.1

03 Nov 20:16
Compare
Choose a tag to compare
  • Important: Fixed case where incomplete action at root of history could cause
    cache to rollforward incorrectly, causing skipped action resolution.

v10.5.0

03 Nov 20:17
Compare
Choose a tag to compare
  • Commit is given staged state for the entire microcosm as a second argument. Since
    commit is run on every change, this is useful for filtering data based upon some
    other piece of state.
  • Made updates to the archival process that prevent unnecessary dispatches.
  • Commit always writes state the first time

v10.4.0

03 Nov 20:17
Compare
Choose a tag to compare
  • Expose send within a presenter. Presenters can now broadcast intents

v10.3.6

03 Nov 20:17
Compare
Choose a tag to compare
  • Properly deploy documentation with build (hopefully this should sort out
    deploy issues)

v10.3.5

03 Nov 20:17
Compare
Choose a tag to compare
  • this.props within Presenter::update should be the old props.

v10.3.4

03 Nov 20:17
Compare
Choose a tag to compare
  • Fixed internal loop iteration bug where change emissions of a
    Microcosm may cause forks to tear down, causing an error to be
    thrown on an undefined object (a repo no longer in the list of
    tracked repos).

v10.3.3

03 Nov 20:18
Compare
Choose a tag to compare
  • Do not remove action event listeners on teardown. Otherwise
    onDone, onError, and onCancel never fire.

v10.3.2

03 Nov 20:18
Compare
Choose a tag to compare
  • Fix incorrect deprecation information for action.close
  • Remove reference to history in action on teardown to improve GC

v10.3.1

03 Nov 20:18
Compare
Choose a tag to compare
  • Fix bad release

v10.3.0

03 Nov 20:18
Compare
Choose a tag to compare

Important: this was a bad release. Please use >= 10.3.1

  • The <Form /> addon can now be submited directly. (#170, #171)