Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Nov 11, 2023
1 parent 624df45 commit cae6234
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## 1.2.0

- Still another release fixing bundling/missing dependencies

## 1.3.0

### Features

- Add support for `components/**/.index.edge`. That means if you have a component in `components/button/index.edge`, completion and links will works for `@button` instead of `@button.index`.
- Before, in order to show completions, you had to press `ctrl+space`. Now, completions will show automatically when you type `@` or `@.`. Same for `.ts` files, when you will start typing `edge.render`, completions will show automatically.
- Add Edge built-in tags completions with some links to the documentation in the CompletionItem detail.
- Use different icons for Edge built-in tags and custom tags.

0 comments on commit cae6234

Please sign in to comment.