Skip to content

Latest commit

 

History

History
100 lines (66 loc) · 9.41 KB

CHANGELOG.md

File metadata and controls

100 lines (66 loc) · 9.41 KB

Changelog

2.2.0 (2024-08-19)

Features

  • add world2d offset (8ab4fc2)
  • core: adds area type for text input (bd5de37)
  • core: adds loading skeleton, async data loading and slots to handle table states (4013ef8)
  • core: adds loading state to the button (0a0ee78)
  • core: adds row selection to bim-table (8054202)
  • core: adds some simple CSS transitions for smother looking (b5c2e6f)
  • core: adds the ability to get the current state of a Component (6bee95f)
  • core: adds value transformation for panel and panel-section (efc357b)
  • core: better context menus on buttons (801b778)
  • obc: #39 allows to specify the action buttons in the ModelsList (#42) (287fee2)
  • obc: adds BCF UI (e19b40e)
  • obc: adds download functionality in models list (e2f310b)
  • obc: adds IfcTasks to ElementProperties (41e4baf)
  • obc: Groups entities with the same name in RelationsTree. #40 (#41) (4ef9848)
  • obc: improves performance of the ElementProperties component (299d602)
  • obc: it is now easier to specify the classifications to be added to the table (76cc43e)

Bug Fixes

  • add publish repo scripts (a18b1fa)
  • core: button not triggering click event on React (7a259d7)
  • core: error when getting panel value (c5cea03)
  • core: solves dropdown checked option (d5e522f)
  • core: updates button background-color inside toolbars (7ce9e31)

Miscellaneous Chores

2.1.0 (2024-07-10)

Bug Fixes

  • add publish repo scripts (a18b1fa)

Miscellaneous Chores

2.1.0 (2024-07-10)

Bug Fixes

  • add publish repo scripts (a18b1fa)

Miscellaneous Chores

2.1.0 (2024-07-10)

Features

  • core: adds new bim-tabs and bim-tab components (#10) (f5d32af)
  • core: adds search functionality bim-table (#16) (e46a789)
  • core: implements better searching and improves rendering for bim-table (#17) (6a06895)
  • core: improves css styling variables (ae14279)
  • core: optimizes table component (6abda24)
  • core: updates bim-panels-container, bim-panel and bim-panel-section behavior (#9) (b33f421)
  • core: updates documentation and tutorials (#20) (59e3def)
  • obc: adds a RelationsTree table component (#13) (8f051de)
  • obc: adds datacomputed event on ElementProperties (a912fcc)
  • obc: adds Relations Tree tutorial (f36705b)
  • obc: adds world configuration table component (#22) (25e1a16)
  • obc: creates an EntitiesAttributes component in @thatopen/ui-obc package (#7) (365197f)
  • obc: improves some obc components (#11) (4ce9c36)
  • obc: updates bim-world-2d (#21) (69d4225)
  • obc: updates elementProperties (#12) (308b575)
  • obc: updates tutorials (9fda824)
  • obc: updates tutorials (#19) (a2cf9f0)
  • restructure repo to use yarn and to work with docs (fe3b4fd)

Bug Fixes

  • core: fixes some minor details on base components (24c41fa)
  • core: sets styles when label is empty (08acd76)
  • obc: handles error on element properties table (3cdd92d)
  • obc: updates element properties and relations tree templates (0536cbc)
  • obc: updates resources paths to be absolute (048cae3)

Miscellaneous Chores