Releases: aurora-opensource/xviz
Releases · aurora-opensource/xviz
v1.0.0
This release marks the exit of beta and will maintain compatibility for the 1.x release branch.
New Features
- New module @xviz/io for centralizing XVIZ reading and writing.
- New module @xviz/server to host XVIZ data and provide the complete XVIZ server protocol for interacting with dynamic requests.
- New module @xviz/ros for accessing and converting ROS Bag data to XVIZ offline as well as online. This module is still in beta.
Improvements
- Performance improvement for inserting data into the playback buffer
- Support for flattening of arrays for better data transfer to WebGL
- State Updates COMPLETE_STATE and INCREMENTAL
Breaking changes from beta
- Changed enumeration constants strings to UPPERCASE
- Removal of example server script and replaced with @xviz/server
- Change from 'Frame' to 'Message'
- changed Pose field mapOrigin to map_origin
v1.0.0-beta.22
v1.0.0-beta.20
- Update loaders.gl to fix jpeg false-positive detection on vertex arrays (#510)
v1.0.0-beta.19
- Fix to package dependencies
v1.0.0-beta.18
v1.0.0-beta.17
v1.0.0-beta.12
- Add getXVIZMessageType() to return the XVIZ type with minimal parsing (#451)
v1.0.0-beta.16
- BREAKING: Change specification enumerations to ALLCAPS (#477)
v1.0.0-beta.15
v1.0.0-beta.14
- XVIZ GLB data encoded with AVS_xviz extension & loaders.gl 1.1.0 (#462)
- Change use of 'Frame' to 'Message' in XVIZ (#467)
- Schema change remove "position" as required field for images (#458)
- @xviz/server module (#453)
- API Audit - rename confusing parser functions (#459)
- @xviz/io module consolidates general reading and writing (#435)