Skip to content

v0.14.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@aaronjudd aaronjudd released this 20 Jul 22:28

This is a major release and has a number of architectural changes.

  • Deprecates Reaction Meteor Atmosphere Packages
  • Introduces Reaction CLI
    • npm install -g reaction-cli
  • Full Meteor 1.3 Compatability
  • Introduces plugin loader and ES6 imports structure
  • Deprecates Velocity Testing and Jasmine
  • Tests rewritten using Mocha
  • Documentation updated to reflect module structure
  • Updated Product Detail Page (moves variant handling to admin panel)
  • Theme, Less reorganization
  • Deprecated ReactionCore global variables.
  • Shell scripts moved to .reaction
  • Migrated payment packages to plugins
  • RTL UI alignment fixes
  • JobsControl plugin fixes currency, local job creation
  • Contributions from @newsiberian, @prinzdezibel, @spencern, @sngn, @gikgit

Care should be taking in updating to this version. Almost every single file has changed in this release.

Additional changes are discussed in this forum posting, as well as in updated documentation.

Also see: Converting your Reaction Package to a Reaction Plugin

This was a forced merge to master because of the sheer massive volume of changes.
You may need to do a fresh clone or use reaction-cli and get a fresh checkout.