Releases: vtex-apps/render-runtime
Releases · vtex-apps/render-runtime
v8.125.2
Added
deviceInfo
touseRuntime
types.- Documentation of render-runtime exports.
Removed
amp
,device
,platform
,publicEndpoint
, androute
fromuseRuntime
types.
v8.125.1
Fixed
- Issue where
after
pixels would be "lazy rendered" ifenableLazyFooter
was enabled, which would cause both functional and layout issues.
v8.125.0
Added
- Support for
__fold__
blocks inside other blocks.
v8.124.4
Fixed
- Trigger interaction event on
viewDetection
if the user has scrolled the page before JS being initialized.
v8.124.3
Fixed
- Add generic prop typing to
ExtensionPoint
.
v8.124.2
Fixed
- Styles update event not being emitted.
v8.124.1
Fixed
- Exported type of
canUseDOM
. - Add missing fields to type
culture
.
v8.124.0
Fixed
- Exported types.
v8.123.3
Fixed
- Make new realease without the code introduced by version v8.123.0.
v8.123.2
Fixed
src
of lazy images not being updated when thesrc
prop changes.