We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think we could require Vue 3.3 or higher. Btw, Vue 3.2.25 is a hidden break point.
I also want to update outdated build tools, and remove unused packages.
Because newer versions of some build tools require Vue 3.3 or higher.
The text was updated successfully, but these errors were encountered:
I found the type issue of the value attribute of <textarea>, which required a following ugly workaround, was fixed in Vue v3.4.6 or higher.
value
<textarea>
buefy-next/packages/buefy-next/src/components/input/Input.vue
Line 29 in 0852960
Sorry, something went wrong.
I found the following test fails with Vue from v3.4.0 to v3.4.12.
FAIL src/components/tabs/TabItem.spec.ts > BTabItem > should update active state Error: Cannot call trigger on an empty DOMWrapper. ❯ Object.get ../../node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:1574:27 ❯ src/components/tabs/TabItem.spec.ts:91:29 89| expect(wrapper.vm.isActive).toBe(false) 90| 91| await secondTabLink.trigger('click') | ^ 92| expect(wrapperFirstItem.vm.isActive).toBe(false) 93| expect(wrapper.vm.isActive).toBe(true)
The changelog of Vue v3.4.13. I have not looked into the cause, but it should be related to the bug fixed in v3.4.13.
No branches or pull requests
Description
I think we could require Vue 3.3 or higher. Btw, Vue 3.2.25 is a hidden break point.
I also want to update outdated build tools, and remove unused packages.
Why Buefy need this feature
Because newer versions of some build tools require Vue 3.3 or higher.
The text was updated successfully, but these errors were encountered: