Skip to content

Conversation

@github-actions
Copy link
Contributor

🤖 I have created a release beep boop

3.3.2 (2026-01-27)

Features

  • adapt components to fragments 2.0 and improve all components (ecedeb6)
  • adds BCFTopics tutorial (474c725)
  • Adds IDSInfo as an accessible attribute (720f1ce)
  • Adds option to not skip other tests if one fails (3cf1c1c)
  • allow to add new navigation modes (7dadb10)
  • core: add clipper config (288cb3d)
  • core: add enabled state to components with ui (0a56f67)
  • core: add export-import features to config (e1b84e6)
  • core: add grids config (f99e137)
  • core: add includedCategories option to IFCLoader (771c8ee)
  • core: add minimap config (47f95a3)
  • core: add non-min and min bundle to build (4dfd344)
  • core: add optional disabled state to components with ui (c0f5916)
  • core: add section mesh generation component (46ee63e)
  • core: add set method to configurator (f2ae396)
  • core: adds 4 more types of relations in the IfcRelationsIndexer (0b8e98f)
  • core: adds a new created pset with the IfcPropertiesManager to the relations index (000bc06)
  • core: adds a way to find related entites based on inverse attributes to IfcRelationsIndexer (86c5cc0)
  • core: adds argument to specify the name of the ifc loaded (2a23a2f)
  • core: adds better typing for IDS facets (6995f7a)
  • core: adds Declares, HasContext, Controls, IsNestedBy and Nests to IfcRelationsIndexer (65db4fb)
  • core: adds GUID to FragmentIdMap functionality to FragmentsManager (5de15cc)
  • core: adds IfcPropertiesManager tutorial (f01c475)
  • core: adds new relation in IfcRelationsIndexer (23c99ee)
  • core: adds the ability to get IfcGuids from a FragmentIdMap (dff9d2f)
  • core: adds viewpoints example and tutorial (153c21b)
  • core: allow the mesh culler to update instanced meshes count (961d03d)
  • core: allow to export / import classifications (3346a39)
  • core: allow to override raycaster mouse position (59916b4)
  • core: allows the FragmentsManager to transform objects into the base coordinate system (c0d160b)
  • core: allows to define a custom name to Classifier.bySpatialStructure (a5d806a)
  • core: BCF Integration (#474) (27f3e30)
  • core: centralize configuration in component (df3350d)
  • core: clean up config manager (468d425)
  • core: connect all existing configs with manager (fde9faa)
  • core: create event manager (4bf8ff2)
  • core: fast cast shadows (f726fc3)
  • core: IfcRelationsIndexer is between 2 and 5 times faster when processing a model (3894a5c)
  • core: implement manual mode in renderer (4032f29)
  • core: implement model cloning and subsets (4aba42e)
  • core: improve configurable behavior (292300c)
  • core: improve configurator second type (19cc299)
  • core: improve UIElement type (cc6253b)
  • core: make configurator types optional (b76522e)
  • core: remove unused coordinate property from ifc settings (2b23f80)
  • core: restore raycast from vector (6ee9880)
  • expose clipping plane control object (31bda79)
  • front: add non-min and min bundle to build (2048aac)
  • front: add selectable items to highlighter (68a0440)
  • front: add streamed properties caching (331bd69)
  • front: implement fragment geometry splitting (9fb76dc)
  • front: improve ifc streamer setvisibiility logic (25ee0aa)
  • front: parallelize fragment file streaming (c80748f)
  • implement fast model picker (cf73533)
  • make ifc importer accessible in ifc loader (2827dd8)
  • Makes IDSInfo accessible by adding the attribute. (3abab49)
  • misc release updates (39f1418)
  • release (f31d9ae)
  • remove z fighting and improve update logic in examples (de64ab4)
  • store spatial elements within fragment group (6ec2e7b)

Bug Fixes

  • allow to delete all clipping planes without destroying floor plans (80c72af)
  • apply ifc loader config (6c7e205)
  • Area Measurement units and MeasureMark visibility (#673) (434996a)
  • chore: fix type problems (2beaffe)
  • clipper onAfterDelete method (#633) (a58020a)
  • core: accepts Vector3 to apply the base coordinate system in FragmentsManager (498df6d)
  • core: add guard check for disposing simple planes (ca1ef1f)
  • core: add guard for cullers pixel reading (fdacb77)
  • core: add guard when getting all properties (3048618)
  • core: add guard when reading ifc organization (55494b5)
  • core: also load properties on classifier tutorial (e47d497)
  • core: blob wasn't allowing to generate viewpoint screenshot in NodeJS (1b94642)
  • core: camera felt heavy on close distances (5ceb4e6)
  • core: correct bounding boxer behavior for fragment meshes (17a0fba)
  • core: correct geometry splits tiling bug (ac32b51)
  • core: correct indexer bug skipping nested spatial elements (13c92dd)
  • core: default topic stage was set to the default priority (196da1a)
  • core: deletes extension in ifc-property-query export (0b8cd48)
  • core: dispose mesh culler interval (d702cd7)
  • core: error thrown when deleting an entity after its creation (eb9e0cd)
  • core: ids facet bounds checking was inverted (2c7461f)
  • core: ids property facet was failing when it doesn't have to (5786e57)
  • core: IFC file containing "$" in header fails to load (#510) (c882d13)
  • core: IfcPropertiesManager not working for IFC4X3_ADD2 schema (e2ac2fe)
  • core: IfcPropertiesManager.setData properly assigns the entity in the model properties (ed779b4)
  • core: IfcRelationsIndexer wasn't processing all relations (54ef882)
  • core: improve ifc memory clean logic (8d3099c)
  • core: incorrect ids export (cb9848a)
  • core: incorrect topic type and status on loading (cb961a9)
  • core: make geometry tiler split geometries according to limit (ed12267)
  • core: make raycaster compatible with thouch screens (4e6676b)
  • core: make streamer events async, various streaming fixes (fd4304f)
  • core: missing information when importing IDS files (a40a3cc)
  • core: missing relation between IfcPropertySet and other entities in new definitions (938d6a8)
  • core: prevent json stringify limit when exporting classifications (5c2eaa5)
  • core: Property Facet in IDS throwing error when NominalValue is null (d8d2cdc)
  • core: reset culler state after read pixels failed (bded3c3)
  • core: solve bug when using nested configs (695b226)
  • core: solve configurator export bug (4d4df75)
  • core: stream remaining geometries (b61d3a7)
  • core: type psets not reviewed on IDS PropertyFacet (4aff276)
  • core: updates base coordination matrix from FragmentsManager (6fe6a82)
  • core: use customLocateHandler in IfcLoader (9e8cb41)
  • core: world deletes it-self from the worlds list to prevent unused references (d8598f9)
  • correct documentation error in ifc loader (312b8a9)
  • correct fragments manager returning all ids with empty arrays (211bbe0)
  • correct highlighter not working with exploded items (882e872)
  • correct ifcloader disposing bug (35bfd05)
  • correct IfcPropertiesTiler progress event (fe7c112)
  • correct indexer check bug (b4cab8e)
  • correct web-ifc memory leak when disposing (4f56f19)
  • Documentation Updates engine-components #459 (#566) (dd9f0d4)
  • enhance parameter value handling in getParameterValue function (#631) (3f7041f)
  • force context release when disposing renderers (11e0860)
  • front: make highlightByID toggle only when picking (e5b8790)
  • front: more fixes to highlight logic (f5694d1)
  • hide vertex picker preview when disabling it (bed797f)
  • Highlighter isSetup # 556 (#579) (6780230), closes #556
  • main: make isStreamed property available in fragment load event (9ca135e)
  • make classifier take ifc spaces into account for spatial structure (e54e13b)
  • mobile device orthographic camera zoom (#558) (29ebd0d)
  • update fragments dependency version (d3bcb9b)
  • updates MeasurementUtils to only return volume (79b252c)

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Highlighter IsSetUp is only true

1 participant