-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaks your octane app - be careful #103
Comments
Same. Application breaks from 3.25.+ onwards. |
Same. Upgraded to 3.26 and getting the same TemplateCompile error |
3.24 is affected too |
Hi, @rwwagner90 |
@rreckonerr it is my understanding that hammertime has not been needed for years. It was only to remove the delay from touch events, but that has been fixed in mobile browsers for awhile. Is anyone here still experiencing the delays and actually need the package or is it a leftover dependency? |
@rwwagner90 Thanks for a quick reply! |
`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
`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
* v4.8.0 * Designate rfcs.emberjs.com as the source of truth for RFCs * Update index.md * Add dictionary changes * Add formatters * Fix errors * stop outputting `no issues found` on every file * Remove `ember-gestures` addon recommendation `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 * v4.9.0 * Update setupTest function imports * Add SkoebaSteve's changes to other guides versions (#1890) SkoebaSteve updated the helpers content for v4.5 to cover how to use local helpers. This commit copies those changes into more recent guides versions as well. Co-authored-by: Steef Janssen <[email protected]> Co-authored-by: Steef Janssen <[email protected]> * controllers: fix broken link to API docs The link to the Controller API docs is broken, so when anyone clicks it they'll be met with a 404 error. Let's fix up that link so that the user navigates to the top level of the Controller API docs instead (as this link did up until 4.8). This closes ember-learn/guides-source#1880. * Update autotracking in-depth guides to use @cached decorator (#1886) (#1887) * v4.10.0 (#1892) * setup: remove all historical versions * feat: setup project to use guide-sources internally (#4) * feat: setup project to use guide-sources internally * fix: apply suggestions from code review Co-authored-by: Marine Dunstetter <[email protected]> Co-authored-by: Marine Dunstetter <[email protected]> * Docs/ update and translate `README.md` (#5) * docs: update readme.md * docs: add LISEZMOI.md * docs: apply review suggestions to lisezmoi.md Co-authored-by: MrChocolatine <[email protected]> Co-authored-by: MrChocolatine <[email protected]> * Checkout upstream and go back to a full app Co-authored-by: Jared Galanis <[email protected]> Co-authored-by: Peter Wagenet <[email protected]> Co-authored-by: NullVoxPopuli <[email protected]> Co-authored-by: Chris Manson <[email protected]> Co-authored-by: David Taylor <[email protected]> Co-authored-by: Jen Weber <[email protected]> Co-authored-by: Steef Janssen <[email protected]> Co-authored-by: Geordan Neukum <[email protected]> Co-authored-by: Dan Knutsen <[email protected]> Co-authored-by: Anne-Greeth Schot-van Herwijnen <[email protected]> Co-authored-by: Guillaume Gérard <[email protected]> Co-authored-by: MrChocolatine <[email protected]>
With
ember-hammertime
installed:The text was updated successfully, but these errors were encountered: