@V4fire/Client v4.0.0-beta.153
Pre-release
Pre-release
shining-mind
released this
15 Nov 10:46
·
18 commits
to v4
since this release
🏠 Internal
- Fixed an issue with reloading after a component is destroyed.
Reloading now occurs for unloaded components or when explicitly specified withreloadOnActivation: true
.
components/super/i-block/modules/activation
- Removed context binding in wrapRenderList
core/component/render
🐛 Bug Fix
- Re-fixed loss of refs in slots inside async render (see v4.0.0-beta.52)
by convertingv-ref
to a prop for regular componentsbuild/snakeskin/filters
- Fixed an issue with emitting the
close
after destroying the component.
This happened because we usedawait
and this task could be executed after the component was destroyed.
So we replacedawait
withSyncPromise
.bBottomSlide
- Fix error "ctx.$vueWatch is not a function" caused by the incorrect fix in the v4.0.0-beta.146
core/component/watch
- Fixed endless attempts to load a component template that is not in use.
Added a 10-second limit for attempts to load the template.core/component/decorators/component
- Default
forceUpdate
param of a property no longer overrides its value inherited from parent componentcore/component/decorators/prop
- Fixed typo:
"prop"
->"props"
when inheriting parent propertiescore/component/decorators/factory