Ghost/ghost/admin/app/mixins
Kevin Ansfield 4aa9d4554e Dropped ember-useragent dependency
no issue

We made very limited use of the `ua-parser-js` sub-dependency that `ember-useragent` pulls in so it didn't seem worth having the fairly large 17KB import or the associated sub-dependency version resolutions.

- switched the two iOS and Safari detections to use associated Regexes on `navigator.userAgent`
- dropped the "Microsoft Edge not supported" message in the editor
  - old Edge is still not supported but it was been replaced with a Chromium-based version that is supported a while back
  - we can re-introduce a warning if we get any significant reports (there is nothing showing in Sentry for this alert in the last 14 days)
2022-03-07 10:06:35 +00: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 Swapped to American English spellings 2021-06-09 16:32:14 +01:00
text-input.js Dropped ember-useragent dependency 2022-03-07 10:06:35 +00:00
validation-engine.js Added initial wiring for offer screens 2021-10-06 20:01:25 +05:30
validation-state.js Update dependency eslint-plugin-ghost to v1.4.0 2020-05-06 18:07:01 +01:00