Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Aug 10, 2022
1 parent 2cd4d39 commit e37e6ec
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.40.0 (2022/8/10)

- feat: support document highlights cross `<script>`, `<template>` ([#462](https://github.com/johnsoncodehk/volar/issues/462))
- feat: support reference types from script setup in template ([#891](https://github.com/johnsoncodehk/volar/issues/891))
- feat: support auto import in template ([#823](https://github.com/johnsoncodehk/volar/issues/823))
- feat: support plugin api ([#185](https://github.com/johnsoncodehk/volar/issues/185)) ([#1687](https://github.com/johnsoncodehk/volar/issues/1687))
- fix: template scope variables completion missing ([#1284](https://github.com/johnsoncodehk/volar/issues/1284))
- fix: prefer `defineComponent` instead of `Vue.extend` to wrap component options by default ([#1584](https://github.com/johnsoncodehk/volar/issues/1584))
- fix: bracket pair colorization in VSCode v1.70 ([#1677](https://github.com/johnsoncodehk/volar/issues/1677))

### Our Sponsors

<a href="https://cdn.jsdelivr.net/gh/johnsoncodehk/sponsors/company_compact/sponsors.svg">
<img src="https://cdn.jsdelivr.net/gh/johnsoncodehk/sponsors/company_compact/sponsors.svg"/>
</a>

## 0.39.5 (2022/8/6)

- feat(vue-component-meta): add option to expose raw type ([#1674](https://github.com/johnsoncodehk/volar/issues/1674))
Expand All @@ -13,12 +29,6 @@
- fix: avoid variables defined after export default report TS_2454
- perf: cache semver result on auto-complete

### Our Sponsors

<a href="https://cdn.jsdelivr.net/gh/johnsoncodehk/sponsors/company_compact/sponsors.svg">
<img src="https://cdn.jsdelivr.net/gh/johnsoncodehk/sponsors/company_compact/sponsors.svg"/>
</a>

## 0.39.4 (2022/7/31)

- feat: support ESM project ([#1543](https://github.com/johnsoncodehk/volar/issues/1543))
Expand Down

0 comments on commit e37e6ec

Please sign in to comment.