Skip to content

v3.8.0

Compare
Choose a tag to compare
@kieckhafer kieckhafer released this 03 Jun 22:05
· 3866 commits to trunk since this release
a13ac65

v3.8.0

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)