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
[email protected]
#pinia #vue_pinia #vue3_pinia
2.2.3 (2024-09-30)
Bug Fixes
● types: allow writable getters (94f5a63), closes #2767
● types: Don't double UnwrapRef in setup stores (#2771) (5ad1765), closes #2770
● types: storeToRefs with nested refs (#2659) (623e5a0)
source
#pinia #vue_pinia #vue3_pinia
2.2.3 (2024-09-30)
Bug Fixes
● types: allow writable getters (94f5a63), closes #2767
● types: Don't double UnwrapRef in setup stores (#2771) (5ad1765), closes #2770
● types: storeToRefs with nested refs (#2659) (623e5a0)
source
[email protected]
#pinia #vue_pinia #vue3_pinia
2.2.4 (2024-10-01)
Bug Fixes
● types: allow writable getters with storeToRefs (b464a1f), closes #2767
source
#pinia #vue_pinia #vue3_pinia
2.2.4 (2024-10-01)
Bug Fixes
● types: allow writable getters with storeToRefs (b464a1f), closes #2767
source