UNPKG

ember-gestures

Version:

TouchAction and Gesture support for Ember Applications

52 lines (30 loc) 1.76 kB
Changelog --------- ## v2.0.1 - [Dep] Set minimum node version to 10.x within package.json and travis.yml *by [html-next](https://github.com/html-next)* ## v2.0.0 - [#129](https://github.com/html-next/ember-gestures/pull/129) [BREAKING] Set minimum node version to 8.x and bump to most recent qunit and ember-cli-babel 7 *by [Lupestro](https://github.com/lupestro)* - [#128](https://github.com/html-next/ember-gestures/pull/128) Added {recognize-gesture} modifier as alternative to mixin. Modifier requires Ember 2.18 or later to use. *by [Lupestro](https://github.com/lupestro)* ## v1.1.3 - update yarn.lock *by [html-next](https://github.com/html-next)* ## v1.1.2 ### Pull Requests - [#124](https://github.com/html-next/ember-gestures/pull/124) fixed a couple cases where the addon didn't work in an engine *by [Conrad Lippert-Zajaczkowski](https://github.com/PrinceCornNM)* - [#121](https://github.com/html-next/ember-gestures/pull/121) chore(deps): replace deprecated internal copy with ember-copy *by [Edward Huang](https://github.com/ilovethebends)* ## v1.1.1 ### Pull Requests - [#119](https://github.com/html-next/ember-gestures/pull/119) Fix wrong resolution of rootElement *by [Christian Davatz](https://github.com/crixx)* ## v1.1.0 ### Pull Requests - [#114](https://github.com/html-next/ember-gestures/pull/114) Remove jQuery *by [Simon Ihmig](https://github.com/simonihmig)* ## v1.0.0 ### Pull Requests - [#111](https://github.com/html-next/ember-gestures/pull/111) Ember 3.1 *by [html-next](https://github.com/html-next)* ## 0.1.0 - [FEAT] Recognizer Blueprints - [FEAT] Recognizer Mixin - [FEAT] Default Recognizers - [DEP] Hammertime 0.0.1 - [DEP] HammerJS 2.0.5 - [FEAT] Hammertime mixin - [FEAT] Velocity Mixin