Skip to content

Commit

Permalink
Add supported ember versions to readme (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandyheg authored Jan 10, 2024
1 parent 4318c36 commit 8a9f6d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ This is an Ember CLI addon, to install:

`ember install ember-href-to`

## Supported Ember Versions

- v5.0.1. supports Ember versions >=3.1 & <3.27
- It does not work in apps using Ember's modernized `LinkTo`, which was introduced in Ember 3.27

## Usage Instructions

`{{href-to}}` has the same interface as [`{{link-to}}`](https://guides.emberjs.com/v2.16.0/templates/links/), you can use it to link to static and dynamic routes in your ember application:
Expand Down

0 comments on commit 8a9f6d9

Please sign in to comment.