Skip to content

4.6.0

Compare
Choose a tag to compare
@Moux Moux released this 30 Apr 16:22
· 6 commits to master since this release

Release Notes

  • Breaking change: removal of the no-longer-supported Bluetooth and Advertising ID modules. If these modules are present in your project, you should remove the dependency on them and remove their Assemblers from Rover.initialize { }
  • Add support for interpolating fields from Device Context in experiences (for example, {{ device.location.address.city }})
  • To improve privacy footprint and PII usage, location module has been changed to only use coarse location (~1km minimum) and no longer includes geocoded street address
  • Resolve a rendering bug with Rover experiences that could cause some content to be sized incorrectly
  • Add support for the Tiled image resizing mode in Image layers

This release uses Jetpack Compose BOM 2023.10.01