Reaction Commerce v3.8.0 Release Notes

Release Date: 2020-06-03 // almost 4 years ago
  • ๐ŸŽ Reaction v3.8.0 adds minor features and performance enhancements, and contains no breaking changes since v3.7.1

    Notable changes

    โž• Add package link and unlink scripts for easier testing of plugins

    ๐Ÿณ bin/package-link and bin/package-unlink allow you to test local plugins easily and efficiently, no longer needing you to npm link packages or adjust your docker-compose.yml file.

    โšก๏ธ Update various api-plugins

    Chore

    • ๐Ÿ“ฆ chore: add package link and unlink scripts (#6238)
    • ๐Ÿ“ฆ chore: fix package link script issues (#6251)

    ๐Ÿ›  Fixes

    • ๐Ÿ“ฆ chore: fix package link script issues