Skip to content

Commit

Permalink
Remove ember-gestures addon recommendation
Browse files Browse the repository at this point in the history
`ember-gestures` and its dependency, `ember-hammertime`, are no longer maintained and do not function at all on recent versions of Ember.

Refs:
- html-next/ember-gestures#139
- html-next/ember-hammertime#103
  • Loading branch information
davidtaylorhq authored and BlueCutOfficial committed Jan 27, 2023
1 parent 3a7a4dd commit ba99c37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion guides/release/accessibility/application-considerations.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Here are some examples of accessibility-focused addons created by many people th

- [ember-a11y-landmarks](https://github.com/ember-a11y/ember-a11y-landmarks) - Ember addon to help with landmark roles for better accessibility
- [ember-component-focus](https://github.com/ember-a11y/ember-component-focus) - A mixin for adding methods to your Ember components that help you manage the currently focused element.
- [ember-gestures](https://github.com/html-next/ember-gestures) - Ember Gestures provides an easy way to use gestures by making it simple to define and use HammerJS managers and recognizers throughout your app.
- [ember-steps](https://github.com/rwjblue/ember-steps) - Declarative create wizards, tabbed UIs, and more
- [ember-page-title](https://github.com/tim-evans/ember-page-title) - Page title management for Ember.js Apps
- [ember-self-focused](https://github.com/linkedin/self-focused/tree/master/packages/ember-self-focused) - Focus on route on transition
Expand Down

0 comments on commit ba99c37

Please sign in to comment.