vue3-core/packages
zhoulixiang bfc1838f31
fix(runtime-dom): set width/height with units as attribute (#8781)
Technically, width / height on `<img>`, `<video>` etc must be integers and cannot contain units. When set as a DOM property, the DOM force converts strings with units to 0. However, this is such a common mistake that most browsers nowadays supports such usage, and it makes sense for Vue to at least let it be set as an attribute.
2023-11-30 17:27:23 +08:00
..
compiler-core fix(deps): update compiler to ^7.23.4 (#9681) 2023-11-28 08:02:38 +08:00
compiler-dom release: v3.3.9 2023-11-25 16:11:31 +08:00
compiler-sfc chore(deps): update all non-major dependencies (#9682) 2023-11-28 08:03:07 +08:00
compiler-ssr release: v3.3.9 2023-11-25 16:11:31 +08:00
dts-built-test chore: exclude private packages from version updates 2023-11-21 09:37:37 +08:00
dts-test types: support app.component to be `defineComponent` (#9662) 2023-11-22 22:18:02 +08:00
reactivity release: v3.3.9 2023-11-25 16:11:31 +08:00
reactivity-transform fix(deps): update compiler to ^7.23.4 (#9681) 2023-11-28 08:02:38 +08:00
runtime-core release: v3.3.9 2023-11-25 16:11:31 +08:00
runtime-dom fix(runtime-dom): set width/height with units as attribute (#8781) 2023-11-30 17:27:23 +08:00
runtime-test chore: exclude private packages from version updates 2023-11-21 09:37:37 +08:00
server-renderer release: v3.3.9 2023-11-25 16:11:31 +08:00
sfc-playground chore: bump @vue/repl 2023-11-30 13:11:27 +08:00
shared release: v3.3.9 2023-11-25 16:11:31 +08:00
template-explorer chore: exclude private packages from version updates 2023-11-21 09:37:37 +08:00
vue release: v3.3.9 2023-11-25 16:11:31 +08:00
vue-compat fix(deps): update compiler to ^7.23.4 (#9681) 2023-11-28 08:02:38 +08:00
global.d.ts chore: use moduleResolution: bundler + shim estree-walker 2023-06-23 08:54:25 +08:00