Releases: fabienjuif/myrtille
Releases · fabienjuif/myrtille
v0.8.2
v0.8.1
📝 Documentation
- Badges are links to their SaaS servives
- Update README from sub packages
- Adding a DEV.md file
🐛 Bugs
- getFromPath with works with undefined path and then returns the whole data
- action is fully sent to redux-devtools (there were only the type that were send)
✨ Modifications & Features
- react / use layout effect to connect myrtille, this way we are sure that our dispatch like "mount" are sent in right order and the react UI has no clipping.
- if still prefer the
useEffect
over theuseLayoutEffect
you can then wrap @myrtille/react hooks in your own
- if still prefer the
v0.8.0
💎 code quality
- In the code we renamed
callback
intoreaction
to match documentation when it was necessary. - Eslint and jest have been upgraded
- Github security alerts have been fixed
✨ listeners
- You can listen to a regexp
- You can listen to a function
v0.6.0
:bookmark: v0.6.0
v0.5.0
:bookmark: v0.5.0
v0.4.1
:bookmark: v0.4.1
v0.3.1
:sparkles: add devtools