Releases: javierlopezdeancos/react-against-the-machine
Releases · javierlopezdeancos/react-against-the-machine
v0.1.4
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
Update erre-ele dependency
- Update to v0.2.0 erre ele dependency
v0.1.2
- 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
Fix build
Build correctly all javascript modules in lib folder
v0.1.0
Initial functionality
A complete funtional piece to set an State machine on react