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

Change vnode-lifecycle-events prefix back to vnode- #16

Closed
wants to merge 1 commit into from

Conversation

zenflow
Copy link

@zenflow zenflow commented Sep 14, 2022

The current documentation is inconsistent with the @vue/compat warning which makes things a bit confusing.

Docs currently say the new prefix is vue:, while the warning says it's vnode-
image

The most info I could find on this is here #5 (review)

For reference, Vue 3 initially supported vnode- as the prefix. The vue: prefix was added in 3.2.25

To fix the inconsistency, I think the docs should be changed back to vnode- (rather than the warnings updated to vue:),
since there's a lot of 3rd party material for migrating (not to mention, people's experiences) that can't be updated so easily.

To be clear, in my opinion it was a mistake to change docs from vnode- to vue:.
Such a fundamental change to the documented breaking changes after the community is already migrating, creates fragmentation and confusion. It happened today with a colleague.
In other words, I think we should try to avoid making "breaking changes" to the documented breaking changes.

/cc @skirtles-code

@netlify
Copy link

netlify bot commented Sep 14, 2022

Deploy Preview for eager-kowalevski-41f498 ready!

Name Link
🔨 Latest commit 50bc869
🔍 Latest deploy log https://app.netlify.com/sites/eager-kowalevski-41f498/deploys/63213fbd16feb300090b16b9
😎 Deploy Preview https://deploy-preview-16--eager-kowalevski-41f498.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Jinjiang pushed a commit that referenced this pull request May 1, 2023
* feat: Ukrainian language

* feat: Migration build

* feat: Recommendations

* feat: Links, breaking changes page

* feat: global api

* fix: #9

* fix: #10 v-model

* #21 translate attr imcludes class and style

* #20 Translate: listeners are removed

* Update src/uk/breaking-changes/listeners-removed.md

* Update src/uk/breaking-changes/listeners-removed.md

* Update src/uk/breaking-changes/listeners-removed.md

* Update src/uk/breaking-changes/listeners-removed.md

* #19 Translate: Slots unification

* #18 Translate: render function API

* #28 Translate: PropsData

* #27 Translate:

* #27 Translate:

* #26 Translate: inline-template attribute

* #25 Translate: filters

* Update src/uk/breaking-changes/filters.md

* #24 Translate: events API

* #23 Translate: keycode modifiers

* Update src/uk/breaking-changes/keycode-modifiers.md

* Translate: custom elements interop

* Translate: custom directives #30

* Update src/uk/breaking-changes/custom-directives.md

Co-authored-by: Nazar Niphone <74293442+nazar1ua@users.noreply.github.com>

* Update src/uk/breaking-changes/custom-directives.md

Co-authored-by: Nazar Niphone <74293442+nazar1ua@users.noreply.github.com>

* Update src/uk/breaking-changes/custom-directives.md

Co-authored-by: Nazar Niphone <74293442+nazar1ua@users.noreply.github.com>

* Update src/uk/breaking-changes/custom-directives.md

Co-authored-by: Nazar Niphone <74293442+nazar1ua@users.noreply.github.com>

* translation improvements

* translate: key Attribute #11

* translate: v-bind merge behavior #13

* translate: v-if vs. v-for precedence #12

* translate: v-on.native modifier removed #14

* translate: title fix #14

* translate: functional components #15

* translate: async components #16

* translate: emits option #17

* translate: attribute coercion behavior #29

* translate: mount changes #32

* translate: props default this access #33

* translate: transition class change #34

* translate: transition as root #35

* translate: transition group root element #36

* translate: vnode lifecycle events #37

* translate: watch on arrays #38

* Update src/uk/breaking-changes/v-if-v-for.md

Co-authored-by: Olesya Kogivchak <lesya.kogivchak@gmail.com>

* Update src/uk/breaking-changes/v-if-v-for.md

Co-authored-by: Olesya Kogivchak <lesya.kogivchak@gmail.com>

* Update src/uk/breaking-changes/key-attribute.md

Co-authored-by: Olesya Kogivchak <lesya.kogivchak@gmail.com>

* Translate: data option

---------

Co-authored-by: olesyakogivchak <olesya.kohivchak@evry.com>
Co-authored-by: Nazar Niphone <74293442+nazar1ua@users.noreply.github.com>
Co-authored-by: Max Druzhinin <6406412+maxdzin@users.noreply.github.com>
Co-authored-by: Olesya Kogivchak <lesya.kogivchak@gmail.com>
@kazupon
Copy link
Member

kazupon commented Mar 1, 2024

Thank you for your contributing!

In Vue 3.4, the vue: prefix has been unified instead of vnode-.
https://blog.vuejs.org/posts/vue-3-4#other-removed-features

So we have to close your PR.
We greatly appreciate your contribution.
And sorry for the delay in responding and reviewing.

Thanks!

@kazupon kazupon closed this Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants