Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdenIvanov committed Oct 3, 2019
1 parent 315b072 commit 120fef3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to the "svelte-intellisense" extension will be documented in

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.


## [0.7.0]
- [Added] Support for locations in Svelte v3.
- [Added] Support for events in Svelte v3.

## [0.6.0]
- [Added] Partial support for Svelte v3 - syntax, data, methods, components, slots.

Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Just click to component usage in markup or symbol in import section and view its

![Go to component definition](images/goto-definition.gif)

Also that works for component attributes, events, bind, slots (Svelte 2 only for now):
Also that works for component attributes, events, bind, slots:

![Go to component field](images/goto-field-definition.gif)
![Go to component slot](images/goto-slot-definition.gif)

Awesome navigation for methods calling (Svelte 2 only for now):
Awesome navigation for methods calling:

![Go to method](images/goto-method-definition.gif)

Expand Down Expand Up @@ -65,7 +65,7 @@ Allows to quick search for the required files to import, like a script file or a

![Component data and slots](images/component-data-slots.gif)

5. Component events (Svelte 2 only for now) and expressions
5. Component events and expressions

![Component events and expressions](images/component-events-expr.gif)

Expand Down Expand Up @@ -155,7 +155,6 @@ export default {
```

## TODO
- More Svelte 3 support
- Signature help for component tags
- Workspace symbol search
- Find all references
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": {
"url": "https://github.com/ArdenIvanov/svelte-intellisense.git"
},
"version": "0.6.0",
"version": "0.7.0",
"publisher": "ardenivanov",
"keywords": [
"svelte",
Expand Down

0 comments on commit 120fef3

Please sign in to comment.