Skip to content

Releases: vtex-apps/render-runtime

v8.125.2

24 Nov 13:11
Compare
Choose a tag to compare

Added

  • deviceInfo to useRuntime types.
  • Documentation of render-runtime exports.

Removed

  • amp, device, platform, publicEndpoint, and route from useRuntime types.

v8.125.1

23 Nov 21:13
Compare
Choose a tag to compare

Fixed

  • Issue where after pixels would be "lazy rendered" if enableLazyFooter was enabled, which would cause both functional and layout issues.

v8.125.0

21 Nov 22:23
Compare
Choose a tag to compare

Added

  • Support for __fold__ blocks inside other blocks.

v8.124.4

21 Nov 20:08
Compare
Choose a tag to compare

Fixed

  • Trigger interaction event on viewDetection if the user has scrolled the page before JS being initialized.

v8.124.3

30 Oct 18:52
Compare
Choose a tag to compare

Fixed

  • Add generic prop typing to ExtensionPoint.

v8.124.2

23 Oct 18:47
Compare
Choose a tag to compare

Fixed

  • Styles update event not being emitted.

v8.124.1

21 Oct 18:22
Compare
Choose a tag to compare

Fixed

  • Exported type of canUseDOM.
  • Add missing fields to type culture.

v8.124.0

21 Oct 17:39
Compare
Choose a tag to compare

Fixed

  • Exported types.

v8.123.3

20 Oct 20:41
Compare
Choose a tag to compare

Fixed

  • Make new realease without the code introduced by version v8.123.0.

v8.123.2

20 Oct 13:33
Compare
Choose a tag to compare

Fixed

  • src of lazy images not being updated when the src prop changes.