This repository has been archived by the owner on Dec 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 157
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: eunjae-lee <karis612@gmail.com>
v-model used to be @input / :value, but is now @update:modelValue / :modelValue. Since those don't overlap, it's possible to support both, by using them as fallback "emits" is now also required in v3, so I added this to all components emitting docs: https://v3.vuejs.org/guide/migration/v-model.html
Co-authored-by: eunjae-lee <karis612@gmail.com>
Co-authored-by: eunjae-lee <karis612@gmail.com>
* feat(vue 3): support both defineComponent and component * chore: clean up with vue-demi
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit dcdf81c:
|
Nice job @eunjae-lee! ✨ ❤️ |
Closed
This reverts commit cf7f20a, because the issue has been fixed since Vue@3.1.2 by vuejs/core#3925
Co-authored-by: Haroen Viaene <hello@haroen.me>
* fix(vue 3): replace slot-scope with v-slot * fix(StateResults): update the default message
Co-authored-by: eunjae-lee <karis612@gmail.com> Co-authored-by: Eunjae Lee <eunjae.lee@algolia.com>
Co-authored-by: eunjae-lee <karis612@gmail.com> Co-authored-by: Eunjae Lee <eunjae.lee@algolia.com>
Co-authored-by: khou <jean-michel.khou@vivlab.fr>
let's make sure we rebase instead of squashing this PR to preserve the history and changelog |
* chore(v3 compat): shorten import path for vue3 * chore: change bundle output directory for vue 2 * chore: add dist/ back to .gitignore * chore: add dist/ back to .eslintignore * reorden gitignore * Update package.json Co-authored-by: Haroen Viaene <hello@haroen.me> Co-authored-by: Haroen Viaene <hello@haroen.me>
* chore: release v4.0.0-beta.2 * Update CHANGELOG.md Co-authored-by: eunjae-lee <karis612@gmail.com> Co-authored-by: Eunjae Lee <eunjae.lee@algolia.com>
…ServerRootMixin (#1044) * fix(vue 3): pass renderToString to findResultsState instead of createServerRootMixin * fix: change findResultsState to accept an object as props
Co-authored-by: eunjae-lee <karis612@gmail.com>
Haroenv
reviewed
Aug 23, 2021
@@ -1,3 +1,60 @@ | |||
# [4.0.0-beta.3](https://github.com/algolia/vue-instantsearch/compare/v4.0.0-beta.2...v4.0.0-beta.3) (2021-08-20) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we change this to just say v4 and have all changes to v3?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I'm planning to update it in the release PR for 4.0.0.
Haroenv
approved these changes
Aug 23, 2021
Haroenv
pushed a commit
to algolia/instantsearch
that referenced
this pull request
Dec 28, 2022
…feat/vue3-compat feat(vue 3): support vue 3
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This is a base branch for all the Vue 3 related PRs.
How to try this branch
CleanShot.2021-07-02.at.09.59.52.mp4
Major TODOs
vueRouter.currentRoute.query
→vueRouter.currentRoute.value.query
(need update the doc and the example)