Skip to content

v4.1.0

Compare
Choose a tag to compare
@oscarlorentzon oscarlorentzon released this 03 Mar 02:33
· 114 commits to main since this release

🚀 New Features

  • Viewer method and event to get topocentric reference (#475)
  • Add provider interfaces to APT to not require providers to extend base classes (#477)
  • Flow declarations included in distribution (#478)
  • Add geodetic conversion methods to exported API (#484)
  • Point visualization mode enumeration (#486)
  • Cluster point visualization mode (#486)
  • Expose data provider as a viewer property (#502)
  • Add viewer method to check if camera controls are attached (#503)

🐛 Fixed

  • Detach custom camera controls correctly (#474)
  • Guard against bleeding CSS line height values (#499)
  • Move spatial component items instead of disposing on reference change to avoid race conditions (#504)
  • Render spatial component items correctly on activation (#508)

💅 Improvements

  • Render spherical camera frames to avoid large star shapes for fisheye models (#464)
  • Smooth transition when entering earth state (#501)

📝 Documentation

  • Add custom renderer example for synchronizing content pose between viewer and map (#452)
  • Fix JSDoc typos (#458)
  • Add viewer control and component guides (#465)
  • Improve wording in readme and try documentation, fix readme commands (#465)
  • Fix WebGL and editor examples (#467)
  • Add guide to write custom renderers for graphics developers (#483)
  • Add relevant phrases to glossary (#485)
  • Fix setup command example in contribution documention (#496)
  • Clarify how custom renderers should use onRemove method (#517)

🏠 Internal

  • Update dependencies (#457)
  • Allow IDs of type number in cover component (#446)
  • Build library and documentation in different action jobs (#450)