-
Notifications
You must be signed in to change notification settings - Fork 576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue.js 3 upgrade #2561
Draft
zeezo887
wants to merge
31
commits into
area17:3.x
Choose a base branch
from
zeezo887:vue3-migration
base: 3.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Vue.js 3 upgrade #2561
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
667631d
Updated deprecated named slot syntax to the latest syntax
zeezo887 104ab9e
Merge branch '3.x' into vue3-migration
zeezo887 8768645
update vue to 3.1, install @vue/compat and replace vue-template-compi…
zeezo887 359d1c8
set vue alias to @vue/compat and enable compat mode
zeezo887 6ea96e0
remove functional from template
zeezo887 781f364
add key attribute to template
zeezo887 6c103d5
removed vue filters, suppressed console.error warnings, removed .nati…
zeezo887 2e56faf
wip: Update app entry to use new global mounting API and updated vuex…
zeezo887 3c307be
fixed $trans and openMediaLibrary
zeezo887 fa6dd8b
added no console rule-name to suppress console warnings
zeezo887 7686505
updated tiptap to @tiptap/vue-3
zeezo887 32fcbf8
changed beforeDestroy to beforeUnmount
zeezo887 45c2b52
added whitespace config and updated bind and inserted to beforeMount …
zeezo887 ace3a6e
updated vue-timeago to vue-timeago3 and date-fns to v3.6.0
zeezo887 b19b85f
removed Vue.set, Vue.delete, updated render fn in Button component an…
zeezo887 3a55dfe
removed unused vue import
zeezo887 eb902f5
updated vuetrend, vue-select
zeezo887 5b6a776
updated vuedraggable
zeezo887 b595014
changed $scopedSlots to $slots and pass props into default value func…
zeezo887 7b24e02
removed vue compat
zeezo887 978f240
fixed a17-button triggering twice and some styling issues related to …
zeezo887 e4b8628
stop input event from propagating to parent
zeezo887 246c00d
fix create button disable property
zeezo887 35eea56
use new v-model syntax for v-select
zeezo887 169e7b7
disable detailed warnings for hydration mismatches
zeezo887 3a681a4
documented events emitted on some components
zeezo887 f234cb9
Merge branch '3.x' into vue3-migration
zeezo887 75ea24d
fix: drag and drop dragging all items in blocks and repeater
zeezo887 8225648
defined emits and fixed form fields not rendering in blocks inside "E…
zeezo887 174c992
fixed weird separator line
zeezo887 618783b
define components events with emits option
zeezo887 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,7 @@ | |
<script> | ||
export default { | ||
name: 'A17BrowserItem', | ||
emits: ['delete'], | ||
props: { | ||
name: { | ||
type: String, | ||
|
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ | |
|
||
export default { | ||
name: 'a17ColorPicker', | ||
emits: ['change'], | ||
props: { | ||
color: { | ||
type: String, | ||
|
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
You can also use
#additional-actions
instead ofv-slot
which I personnally find easier to read and recognize it as a slot