Skip to content

Releases: javierlopezdeancos/react-against-the-machine

v0.1.4

27 Dec 15:08
Compare
Choose a tag to compare

Replace mechanism by a context api MachineProvider

  • Fix problems when user try to use history browser buttons
  • Replace mechanism by a react context API to store components and manage state
  • Fix test
  • Fix posible leaks updating the state in component unmount
  • Add a complete React agains the machine example build with vite

PRs approved

Issues closed

v0.1.3

27 Nov 18:12
Compare
Choose a tag to compare

Update erre-ele dependency

  • Update to v0.2.0 erre ele dependency

v0.1.2

23 Nov 18:58
Compare
Choose a tag to compare
  • Update npm/node restrictions
  "engines": {
    "node": ">=16.8.0",
    "npm": ">=7.24.0"
  },
  • Fix tests
  • Fix git action to publish when release

v0.1.1

28 Sep 15:55
Compare
Choose a tag to compare

Fix build

Build correctly all javascript modules in lib folder

v0.1.0

27 Sep 17:41
Compare
Choose a tag to compare

Initial functionality

A complete funtional piece to set an State machine on react