ember-href-to icon indicating copy to clipboard operation
ember-href-to copied to clipboard

:link: A lightweight alternative to {{link-to}}

Results 29 ember-href-to issues
Sort by recently updated
recently updated
newest added

It doesn't look like we are using the functionality provided by `ember-export-application-global`, and it is now deprecated. Let's get rid of it. https://github.com/ember-cli/ember-export-application-global Also bumping ember-maybe-import-regenerator.

Hello, great addon! We use it heavily at [Prysmex](https://prysmex.com/?lang=en) This PR is simple, just allow positional models params to be an array and flatten the array before creating the url,...

Make `{{href-to}}` act like [`{{link-to}}` does within an engine](https://github.com/ember-engines/ember-engines/blob/master/addon/components/link-to-component.js), automatically prefixing routes with the engine's namespace. Add `{{href-to-external}}` helper, for linking to routes in an engine's host app. Acts like...

trying https://github.com/embroider-build/embroider/blob/master/ADDON-AUTHOR-GUIDE.md#support-level-optimized-embroider-safe I'm getting the following error messages: ``` ember-cli: 3.22.0 node: 14.15.0 os: darwin x64 ``` ``` yarn install v1.19.2 [1/5] 🔍 Validating package.json... [2/5] 🔍 Resolving packages... success...

In our project, sometimes navigation would end up where we didn't expect. It turns out that sometimes the href-to document handler picks up and reacts to a click event when...

This add-on does more than what is described in the current README. This adds that info, including the warning suggested here: https://github.com/intercom/ember-href-to/issues/57 Happy to discuss better ways to organize the...

Relating to #41. I tried to add this to a single spot in a large app to get fragment identifiers working. I didn't realize it was causing 404s in various...

Had to downgrade to `1.14.0` to get fragment identifiers to be kept at the end of the url. Is this considered a bug or is it not possible since `1.15`...

Allows for replacing state instead of pushing to the history stack. Fixes #99

Ember 2.9.0 Running ember test with ember-href-to v1.14.0 is fine. Using v1.15.0 we get some failing integration tests: ``` actual: > null stack: > TypeError: Cannot read property 'generate' of...