Skip to content
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
wants to merge 31 commits into
base: 3.x
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
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 Mar 27, 2024
104ab9e
Merge branch '3.x' into vue3-migration
zeezo887 Mar 27, 2024
8768645
update vue to 3.1, install @vue/compat and replace vue-template-compi…
zeezo887 Mar 29, 2024
359d1c8
set vue alias to @vue/compat and enable compat mode
zeezo887 Mar 29, 2024
6ea96e0
remove functional from template
zeezo887 Mar 29, 2024
781f364
add key attribute to template
zeezo887 Mar 29, 2024
6c103d5
removed vue filters, suppressed console.error warnings, removed .nati…
zeezo887 Apr 1, 2024
2e56faf
wip: Update app entry to use new global mounting API and updated vuex…
zeezo887 Apr 3, 2024
3c307be
fixed $trans and openMediaLibrary
zeezo887 Apr 4, 2024
fa6dd8b
added no console rule-name to suppress console warnings
zeezo887 Apr 8, 2024
7686505
updated tiptap to @tiptap/vue-3
zeezo887 Apr 8, 2024
32fcbf8
changed beforeDestroy to beforeUnmount
zeezo887 Apr 8, 2024
45c2b52
added whitespace config and updated bind and inserted to beforeMount …
zeezo887 Apr 8, 2024
ace3a6e
updated vue-timeago to vue-timeago3 and date-fns to v3.6.0
zeezo887 Apr 12, 2024
b19b85f
removed Vue.set, Vue.delete, updated render fn in Button component an…
zeezo887 Apr 15, 2024
3a55dfe
removed unused vue import
zeezo887 Apr 17, 2024
eb902f5
updated vuetrend, vue-select
zeezo887 Apr 17, 2024
5b6a776
updated vuedraggable
zeezo887 Apr 18, 2024
b595014
changed $scopedSlots to $slots and pass props into default value func…
zeezo887 Apr 18, 2024
7b24e02
removed vue compat
zeezo887 Apr 22, 2024
978f240
fixed a17-button triggering twice and some styling issues related to …
zeezo887 Apr 22, 2024
e4b8628
stop input event from propagating to parent
zeezo887 Apr 25, 2024
246c00d
fix create button disable property
zeezo887 Apr 25, 2024
35eea56
use new v-model syntax for v-select
zeezo887 Apr 25, 2024
169e7b7
disable detailed warnings for hydration mismatches
zeezo887 Apr 25, 2024
3a681a4
documented events emitted on some components
zeezo887 Apr 26, 2024
f234cb9
Merge branch '3.x' into vue3-migration
zeezo887 Apr 26, 2024
75ea24d
fix: drag and drop dragging all items in blocks and repeater
zeezo887 May 14, 2024
8225648
defined emits and fixed form fields not rendering in blocks inside "E…
zeezo887 May 15, 2024
174c992
fixed weird separator line
zeezo887 May 16, 2024
618783b
define components events with emits option
zeezo887 May 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed vue compat
  • Loading branch information
zeezo887 committed Apr 22, 2024
commit 7b24e0279ca8ecd3581313a6369a814d47340a6c
3 changes: 0 additions & 3 deletions frontend/js/components/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
import { h } from 'vue'

export default {
compatConfig: {
RENDER_FUNCTION: false
},
name: 'A17Button',
props: {
el: {
Expand Down
3 changes: 0 additions & 3 deletions frontend/js/components/CheckboxAccordion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
import a17Accordion from './Accordion.vue'

export default {
compatConfig: {
WATCH_ARRAY: false
},
name: 'A17Checkboxaccordion',
components: {
'a17-accordion': a17Accordion
Expand Down
3 changes: 0 additions & 3 deletions frontend/js/components/CheckboxGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
import InputframeMixin from '@/mixins/inputFrame'

export default {
compatConfig: {
WATCH_ARRAY: false
},
name: 'A17CheckboxGroup',
props: {
name: {
Expand Down
13 changes: 0 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"@tiptap/pm": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@tiptap/vue-3": "^2.2.4",
"@vue/compat": "^3.1.0",
"alpinejs": "^3.13.5",
"axios": "^0.28.0",
"core-js": "^3.35.1",
Expand Down