Ghost/ghost/admin/app/mixins
Kevin Ansfield 786e0ac9c5
Updated ValidationEngine to support bare native class models (#15567)
no issue

- if a plain native class instance with tracked properties is validated against the `ValidationEngine` and it's associated validators would cause errors by assuming that the instance has a `.get()` method
- updated all model access in `ValidationEngine` and the validators to use direct property access which works for both native class and `EmberObject` instances
2022-10-07 20:13:42 +01:00
..
body-event-listener.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
dropdown-mixin.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
shortcuts-route.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
shortcuts.js Fixed invalid shortcuts imports 2022-09-24 13:28:30 +02:00
text-input.js Dropped ember-useragent dependency 2022-03-07 10:06:35 +00:00
validation-engine.js Updated ValidationEngine to support bare native class models (#15567) 2022-10-07 20:13:42 +01:00
validation-state.js Update dependency eslint-plugin-ghost to v1.4.0 2020-05-06 18:07:01 +01:00