Releases: xeokit/xeokit-sdk
v2.6.0-beta-4
What's Changed
Full Changelog: v2.6.0-beta-3...v2.6.0-beta-4
v2.6.0-beta-3
What's Changed
Full Changelog: vv2.6.0-beta-2...v2.6.0-beta-3
vv2.6.0-beta-2
What's Changed
Full Changelog: v2.6.0-beta-1...vv2.6.0-beta-2
v2.6.0-beta-1
BREAKING CHANGE
Removes the bundled web-ifc API implementation from xeokit-sdk, so that WebIFCLoaderPlugin
now expects the user to instantiate that API themselves externally and inject it into the WebIFCLoaderPlugin
constructor.
Previously, the web-ifc
API was instantiated and managed internally within WebIFCLoaderPlugin
. This meant that we needed to bundle the API within the xeokit-sdk
library, which had the disadvantage of increasing the size of the xeokit-sdk
, as well as coupling it to a specific version of web-ifc
.
With this release, users must instantiate and initialize the web-ifc
API themselves, then inject it into the WebIFCLoaderPlugin
constructor, as shown in the code snippet below.
This is a breaking change in xeokit-sdk
for users of our WebIFCLoaderPlugin
, but is not a breaking change for xeokit-bim-viewer
, which does not use WebIFCLoaderPlugin
.
See the PR for API change details: #1401
What's Changed
Full Changelog: v2.5.2-beta-32...v2.6.0-beta-1
v2.5.2-beta-32
What's Changed
- [CHORE] Bump web ifc to 0.0.51 by @xeolabs in #1396
- [FIX] Fix WebIFC element name by @xeolabs in #1397
Full Changelog: v2.5.2-beta-29...v2.5.2-beta-32
v2.5.2-beta-29
What's Changed
- [EXAMPLE] Section path example by @paireks in #1390
- Align measurement marker div correctly for canvas offset by div by @xeolabs in #1395
Full Changelog: v2.5.2-beta-27...v2.5.2-beta-29
v2.5.2-beta-27
What's Changed
- [FIX] Updating types for buildPolylineGeometryFromCurve method by @paireks in #1387
- [FIX] Fix transparent DTX mesh picking by @xeolabs in #1389
Full Changelog: v2.5.2-beta-26...v2.5.2-beta-27
v2.5.2-beta-26
v2.5.2-beta-23
What's Changed
- [FIX] Add missing types for buildBoxLinesGeometryFromAABB by @paireks in #1369
- [FEATURE] Adding ability to draw 3d polylines by @paireks in #1374
- [FIX] Adding missing types for Polyline geometry by @paireks in #1376
- [FIX] Fix undefined _markerDiv bug in AngleMeasurementsMouseControl by @xeolabs in #1380
- [EXAMPLE] Adding example of controlling the position on the CameraPath by slider by @paireks in #1382
- [EXAMPLE] Longer slider with resizable length by @paireks in #1383
Full Changelog: v2.5.2-beta-22...vv2.5.2-beta-23
v2.5.2-beta-22
What's Changed
Full Changelog: v2.5.2-beta-21...v2.5.2-beta-22