ember-frost-bunsen wasn't updating the store properly which resulted in the store having an older version of the model. bunsen-core@2.1.1 was updated to rely on the store model for validation updates and it causes issues with validation not working correctly on the initial render. Quite a few tests failed with that version of bunsen-core. This PR fixes the problem by updating the store in the normal fashion (update model/view, update value, then validation). No additional tests were added as current tests assured existing functionality is intact.
CHANGELOG
Fix an issue that bunsen-core@2.1.1 introduced which forced validation with the latest model from the store.
PATCH
ember-frost-bunsen
wasn't updating the store properly which resulted in the store having an older version of the model.bunsen-core@2.1.1
was updated to rely on the store model for validation updates and it causes issues with validation not working correctly on the initial render. Quite a few tests failed with that version ofbunsen-core
. This PR fixes the problem by updating the store in the normal fashion (update model/view, update value, then validation). No additional tests were added as current tests assured existing functionality is intact.CHANGELOG
bunsen-core@2.1.1
introduced which forced validation with the latest model from the store.