Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

34 lines (27 loc) · 1.75 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[4.0.4] - 2018-08-27

Fixed

  • Avoid rendering the component to extract the machine in tests #72.

[4.0.3] - 2018-08-24

Fixed

  • Avoid throwing on invalid transitions with extended state #71.

[4.0.2] - 2018-08-16

Fixed

  • Throw a helpful error when is is not present in Action and State #68.

[4.0.1] - 2018-08-12

Fixed

  • Fix an issue for which componentDidMount was called unnecessarily under some conditions.

[4.0.0] - 2018-08-09

Added

  • Add FAQ section.

Changed

  • Upgrade xstate to v3.3.3, and support all the actions types and activities.
  • Support conditions in tests #54.
  • Replace minimatch with glob-to-regexp #55.
  • Move react-test-renderer to peer dependencies #56.
  • Unify Action and State components, and make the (value) is props consistent (before: show/hide VS value).
  • Rename withStateChart to withStateMachine, and optimize rendering.
  • Rename testStateChart to testStateMachine, and change its arguments to Component[, { fixtures, extendedState }] (before: { statechart[, fixtures][, extendedState] }, Component).