Skip to content

Releases: fabienjuif/myrtille

v0.8.2

25 Mar 19:24
Compare
Choose a tag to compare

🐛 Bugs

  • myrtille dispatch action in the order you write it in a reaction

v0.8.1

24 Mar 08:17
Compare
Choose a tag to compare

📝 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 the useLayoutEffect you can then wrap @myrtille/react hooks in your own

v0.8.0

22 Mar 12:35
Compare
Choose a tag to compare

💎 code quality

  • In the code we renamed callback into reaction 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

14 Jul 11:07
Compare
Choose a tag to compare
:bookmark: v0.6.0

v0.5.0

14 Jul 11:06
Compare
Choose a tag to compare
:bookmark: v0.5.0

v0.4.1

10 Jun 14:05
Compare
Choose a tag to compare
:bookmark: v0.4.1

v0.3.1

09 Jun 19:19
Compare
Choose a tag to compare
:sparkles: add devtools