Sourced from @vue/apollo-composable
's
releases.
v4.0.0-beta.8
🚀 Enhancements
- useQuery: Nullable query (auto disable) (28f3520)
❤️ Contributors
- Guillaume Chau (
@Akryum
)v4.0.0-beta.7
🩹 Fixes
- ssr: Hydration mismatch with keepPreviousResult (87188c4)
❤️ Contributors
- Guillaume Chau (
@Akryum
)v4.0.0-beta.6
🚀 Enhancements
- KeepPreviousResult (e794c1e)
📖 Documentation
- ProvideApolloClient (#1442)
🏡 Chore
- Update graphql to 16 in repo (4dcfa20)
- Typo in test component file (bfca616)
- Update lockfile version (2077502)
✅ Tests
- Update server (13bfbbe)
- Update pnpm version (722fa0f)
- Test-server package (f1ebe70)
- Migrate server to typescript (97c1402)
- Fix (c881439)
❤️ Contributors
- Stefan Schneider stefan.schneider@gmx.net
- Guillaume Chau (
@Akryum
)
Sourced from @vue/apollo-composable
's
changelog.
v4.0.0-beta.8
🚀 Enhancements
- useQuery: Nullable query (auto disable) (28f3520)
❤️ Contributors
- Guillaume Chau (
@Akryum
)v4.0.0-beta.7
🩹 Fixes
- ssr: Hydration mismatch with keepPreviousResult (87188c4)
❤️ Contributors
- Guillaume Chau (
@Akryum
)v4.0.0-beta.6
🚀 Enhancements
- KeepPreviousResult (e794c1e)
📖 Documentation
- ProvideApolloClient (#1442)
🏡 Chore
- Update graphql to 16 in repo (4dcfa20)
- Typo in test component file (bfca616)
- Update lockfile version (2077502)
✅ Tests
- Update server (13bfbbe)
- Update pnpm version (722fa0f)
- Test-server package (f1ebe70)
- Migrate server to typescript (97c1402)
- Fix (c881439)
❤️ Contributors
- Stefan Schneider stefan.schneider@gmx.net
... (truncated)
Sourced from @vue/test-utils
's
releases.
v2.4.0
Note: there might be some minor breaking changes around types. We tried hard to avoid this and tested a few different projects, but there was some major under the hood changes relating to types (which should improve the TypeScript experience). See the note at the top of the previous release, 2.4.0-alpha.2: https://github.com/vuejs/test-utils/releases/tag/v2.4.0-alpha.2
Between the last main release, v2.3.2, and v2.4.0, there were three alphas:
- https://github.com/vuejs/test-utils/releases/tag/v2.4.0-alpha.0
- https://github.com/vuejs/test-utils/releases/tag/v2.4.0-alpha.1
- https://github.com/vuejs/test-utils/releases/tag/v2.4.0-alpha.2
Please see those release notes for changes if you are updating from v2.3.2. Again, there should not be any major changes, and you code and tests should continue to work as before without any changes.
If you do encounter breaking changes transitioning from 2.3.x -> 2.4.x, please file an issue.
v2.4.0-alpha.2
Note: this will be the last 2.x release. Due to vuejs/test-utils#2026, the next release will be Test Utils 3.x. It has no API related breaking changes, but some types might be impacted - the full extent of vuejs/test-utils#2026 is still being investigated, but at this point it's unlikely you'll need to change any code. In general, type safety should be improved across the board.
What's Changed
- Update index.md by
@DespertaWeb
in vuejs/test-utils#2052- chore(deps): update dependency
@rollup/plugin-commonjs
to v25 by@renovate
in vuejs/test-utils#2053- chore(tests): Remove unnecessary mock of console.warn by
@freakzlike
in vuejs/test-utils#2056- chore(deps): update all non-major dependencies by
@renovate
in vuejs/test-utils#2055- fix: add vue-component-type-helpers to the dependencies by
@cexbrayat
in vuejs/test-utils#2063- chore(deps): update vitest to v0.31.1 by
@renovate
in vuejs/test-utils#2062- docs: add FAQ for "Vue warn: Failed setting prop" by
@freakzlike
in vuejs/test-utils#2068- docs: translate faq in french by
@cexbrayat
in vuejs/test-utils#2069- fix(stub): re-render of recursive component using wrong cached stub by
@freakzlike
in vuejs/test-utils#2057- chore: use a stackblitz repro with create-vue for issue template by
@cexbrayat
in vuejs/test-utils#2066- chore: show links on create of github issue by
@freakzlike
in vuejs/test-utils#2070- chore(deps): update all non-major dependencies by
@renovate
in vuejs/test-utils#2075- fix: allow to use Teleport, Transition and TransitionGroup in PascalCase in stubs by
@lbineau
in vuejs/test-utils#2073- chore(deps): update dependency unplugin-vue-components to v0.25.0 by
@renovate
in vuejs/test-utils#2077- chore(deps): update vitest to v0.31.2 by
@renovate
in vuejs/test-utils#2078- chore(deps): update all non-major dependencies by
@cexbrayat
in vuejs/test-utils#2080- chore(deps): update vitest to v0.31.3 by
@renovate
in vuejs/test-utils#2081- chore(deps): update vitest to v0.31.4 by
@renovate
in vuejs/test-utils#2082- fix(stub): avoid stub cache for teleport for reactive update by
@freakzlike
in vuejs/test-utils#2065New Contributors
@DespertaWeb
made their first contribution in vuejs/test-utils#2052@lbineau
made their first contribution in vuejs/test-utils#2073Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.0-alpha.1...v2.4.0-alpha.2
v2.4.0-alpha.1
What's Changed
- chore: remove unused code by
@lmiller1990
in vuejs/test-utils#2037- Update async-suspense.md by
@tobi-fis
in vuejs/test-utils#2034- chore(deps): update all non-major dependencies by
@cexbrayat
in vuejs/test-utils#2046- fix: properly declare optional peer deps by
@cexbrayat
in vuejs/test-utils#2048- chore(deps): update dependency typescript to v5 by
@cexbrayat
in vuejs/test-utils#2047
... (truncated)
ec266f1
publish: 2.4.064a9c1f
docs: note Vue's dependence on system time (#2100)4e5572a
chore: remove unused c8 packagef8f845d
chore: update pnpm version on cife94949
chore(deps): update all non-major dependencies33e67b2
chore: use @vitest/coverage-v8
6f8f998
docs: add notes about runners (#2085)728ea86
Merge branch 'main' of https://github.com/vuejs/test-utils8648135
docs: mention test runners818b70d
chore(deps): update dependency unplugin-vue-components to v0.25.1Sourced from vue-tsc's releases.
v1.8.0
2.0 schedule has been postponed: #3294
Highlights
Support for Scripts API
If you want to use the formatting feature through the Scripts API, please refer to #3133.
If you want to use the diagnostic feature through the Scripts API, please refer to https://github.com/withastro/language-tools/blob/main/packages/language-server/src/check.ts.
Support for Volar.js Labs (Ref)
Improved Vue 3.3 syntax support
TS 5.1.3 compatible
Upgrade to Volar.js 1.7 to big improve support for Monaco and TypeScript IntelliSense for Web
Support for new
@vue-ignore
,@vue-skip
,@vue-expect-error
directive comments syntax (#3215)Breaking changes
volar.config.js
plugins
option has been renamed toservices
Renaming packages from
@volar/vue-*
to@vue/*
(#3134)
Please refer to CHANGELOG.md for details.
Sourced from vue-tsc's changelog.
1.8.4 (2023/7/5)
- feat(monaco): support for custom file system provider (volarjs/volar.js#50)
- feat: support auto-complete for template directive comments
- fix: local component type should override a global component (#1886) (#3333) - thanks
@so1ve
- fix: support type narrowing for components define in script setup (#3138) (#3350) - thanks
@so1ve
1.8.3 (2023/6/28)
- fix(ts-plugin): tsserver crashes when import > 4MB .vue file (#3332)
- fix(language-server): in specific os
fileExists()
throws (#3336)1.8.2 (2023/6/27)
... (truncated)
Co-authored-by: Tobias Diez
---
components/DetailPane.vue | 4 +-
package.json | 6 +--
yarn.lock | 104 ++++++++++++++++++++++++--------------
3 files changed, 70 insertions(+), 44 deletions(-)
diff --git a/components/DetailPane.vue b/components/DetailPane.vue
index db26bb49d..1ce20a6f5 100644
--- a/components/DetailPane.vue
+++ b/components/DetailPane.vue
@@ -3,9 +3,9 @@