react-validation-mixin v5.4.0 Release Notes

Release Date: 2016-06-15 // almost 8 years ago
  • 0️⃣ Exposing Validation mixin using CommonJS module.exports instead of ES6 Modules export default


Previous changes from v5.3.1

  • 🚀 This release fixes the inconsistency of the getValidationMessages between 4.x and 5.x. Now calls to this method always returns an array.

    ⚡️ Ensure you update the joi-validation-strategy to v0.3.0 to pick up the dependent changes.