v3.7.2
#vuetify
π§ Bug Fixes
β a11y: add
β nested: use reactive proxy of opened (#20438) (4e41c7e)
β nested: Prevent infinite loops when resolving path (#20390) (970f827), closes #20389
β v-tooltip: use textContent instead of innerHTML (ca49443)
β v-tooltip: use default location from VTooltip (45e0c8a)
β VDialog: add height to form in fullscreen dialog (#20417) (eb0c99e), closes #20416
β VDialog: remove
π§ͺ Labs
β VTreeview: Load children when expanded (#20364) (f95a405)
source
#vuetify
π§ Bug Fixes
β a11y: add
aria-current="page"
attribute to links (#20413) (bc647f6), closes #20399β nested: use reactive proxy of opened (#20438) (4e41c7e)
β nested: Prevent infinite loops when resolving path (#20390) (970f827), closes #20389
β v-tooltip: use textContent instead of innerHTML (ca49443)
β v-tooltip: use default location from VTooltip (45e0c8a)
β VDialog: add height to form in fullscreen dialog (#20417) (eb0c99e), closes #20416
β VDialog: remove
aria-expanded
from activator (#20414) (1c40ed4)π§ͺ Labs
β VTreeview: Load children when expanded (#20364) (f95a405)
source
Vue Updates
v3.5.7 source
It should be fixed now.
#admin
π’1
v10.0.2
#vue_i18n #i18n #vue_i18n_next
What's Changed
β‘ Improvement Features
β fix: revert #1379 by @BobbieGoede in #1953
β fix: messages
ποΈ Documentations
β docs: add team members by @kazupon in #1951
β docs: add how to use shared locale messages on composition api by @kazupon in #1964
Full Changelog: v10.0.1...v10.0.2
source
#vue_i18n #i18n #vue_i18n_next
What's Changed
β‘ Improvement Features
β fix: revert #1379 by @BobbieGoede in #1953
β fix: messages
deepCopy
mutates src
arguments by @BobbieGoede in #1947ποΈ Documentations
β docs: add team members by @kazupon in #1951
β docs: add how to use shared locale messages on composition api by @kazupon in #1964
Full Changelog: v10.0.1...v10.0.2
source
v10.0.3
#vue_i18n #i18n #vue_i18n_next
What's Changed
π Bug Fixes
β fix(petite-vue-i18n): cannot register correctly message resolver and locale fallbacker by @kazupon in #1967
ποΈ Documentations
β docs: add unplugin-vue-i18n setting for petite-vue-i18n by @kazupon in #1968
Full Changelog: v10.0.2...v10.0.3
source
#vue_i18n #i18n #vue_i18n_next
What's Changed
π Bug Fixes
β fix(petite-vue-i18n): cannot register correctly message resolver and locale fallbacker by @kazupon in #1967
ποΈ Documentations
β docs: add unplugin-vue-i18n setting for petite-vue-i18n by @kazupon in #1968
Full Changelog: v10.0.2...v10.0.3
source
Forwarded from Frontendmasters Courses
Do you want craudfanding for frontend masters courses?
Anonymous Poll
25%
Yes and I have some cash to contribute
57%
Yes but I donβt have any money to contribute
4%
No, I already have the sub on frontendmasters
15%
No
Forwarded from Frontendmasters Courses
Frontendmasters Courses
Do you want craudfanding for frontend masters courses?
#admin
Hello everyone!
As you may have noticed, free courses are occasionally uploaded.
Currently, my subscription has expired, so I can't upload any new courses right now.
However, I have a solution: we could buy a new subscriptionβeither monthly or annually.
Pros:
- We could collectively gather $40(or $195 per year) and gain access to all the released courses, and then do it again and again until we get banned, lol .
- You (contributors and users) will receive all new courses, and I have made backups in case the channel is deleted for any reason.
Cons:
- You would need to contribute some money (at least 40$) π, if you want to, of course.
To gather feedback, Iβve created a poll. Please choose any option. I need to know if this is something you want or not.
Want to say or suggest something? My DMs are open. Feel free to message me.
If someone already have a sub, DM me, if you lie in the poll, I WILL FOUND YOU baka
Hello everyone!
As you may have noticed, free courses are occasionally uploaded.
Currently, my subscription has expired, so I can't upload any new courses right now.
However, I have a solution: we could buy a new subscriptionβeither monthly or annually.
Pros:
- We could collectively gather $40
- You (contributors and users) will receive all new courses, and I have made backups in case the channel is deleted for any reason.
Cons:
- You would need to contribute some money (at least 40$) π, if you want to, of course.
To gather feedback, Iβve created a poll. Please choose any option. I need to know if this is something you want or not.
Want to say or suggest something? My DMs are open. Feel free to message me.
v9.14.1
#vue_i18n #i18n #vue_i18n_next
What's Changed
π Bug Fixes
β fix: messages
Full Changelog: v9.14.0...v9.14.1
source
#vue_i18n #i18n #vue_i18n_next
What's Changed
π Bug Fixes
β fix: messages
deepCopy
mutates src
arguments by @BobbieGoede in #1975Full Changelog: v9.14.0...v9.14.1
source
v3.5.9
#vue #vue3
3.5.9 (2024-09-26)
Bug Fixes
β reactivity: fix property dep removal regression (6001e5c), closes #12020 #12021
β reactivity: fix recursive sync watcher on computed edge case (10ff159), closes #12033 #12037
β runtime-core: avoid rendering plain object as VNode (#12038) (cb34b28), closes #12035 vitejs/vite-plugin-vue#353
β runtime-core: make useId() always return a string (a177092)
β types: correct type inference of union event names (#12022) (4da6881)
β vue: properly cache runtime compilation (#12019) (fa0ba24)
source
#vue #vue3
3.5.9 (2024-09-26)
Bug Fixes
β reactivity: fix property dep removal regression (6001e5c), closes #12020 #12021
β reactivity: fix recursive sync watcher on computed edge case (10ff159), closes #12033 #12037
β runtime-core: avoid rendering plain object as VNode (#12038) (cb34b28), closes #12035 vitejs/vite-plugin-vue#353
β runtime-core: make useId() always return a string (a177092)
β types: correct type inference of union event names (#12022) (4da6881)
β vue: properly cache runtime compilation (#12019) (fa0ba24)
source
v3.5.10
#vue #vue3
3.5.10 (2024-09-27)
Bug Fixes
β custom-element: properly set kebab-case props on Vue custom elements (ea3efa0), closes #12030 #12032
β reactivity: fix nested batch edge case (93c95dd)
β reactivity: only clear notified flags for computed in first batch iteration (aa9ef23), closes #12045
β types/ref: handle nested refs in UnwrapRef (#12049) (e2c19c2), closes #12044
source
#vue #vue3
3.5.10 (2024-09-27)
Bug Fixes
β custom-element: properly set kebab-case props on Vue custom elements (ea3efa0), closes #12030 #12032
β reactivity: fix nested batch edge case (93c95dd)
β reactivity: only clear notified flags for computed in first batch iteration (aa9ef23), closes #12045
β types/ref: handle nested refs in UnwrapRef (#12049) (e2c19c2), closes #12044
source