Skip to content

v1.1.25

Choose a tag to compare

@xeolabs xeolabs released this 27 Feb 11:13
· 63 commits to main since this release

What's Changed

IMPORTANT! Buffer compression is not default

As of version v1.1.25, xeokit-convert does not compress buffers by default.
To maintain the old behavior, use the -b option:

node convert2xkt.js -a manifest.json -o model.xkt -b

Otherwise, we recommend using native webserver/browser compression (gzip) instead, which is more efficient.

Other changes:

  • refactor: write conversionDate in ISO format in manifest by @mlankamp in #190
  • Extend gltfToXktConvert to handle extras attribute for IfcAxisLabels by @ijlal99 in #194

New Contributors

Full Changelog: v1.1.24...v1.1.25