Skip to content

Latest commit

 

History

History
412 lines (181 loc) · 16.5 KB

File metadata and controls

412 lines (181 loc) · 16.5 KB

1.10.1 (2026-01-29)

PATCH

  • chore(deps): update package-lock.json (bd24453)

1.10.0 (2025-12-09)

MINOR

  • feat: add page prop to BIMDataPDFViewer (6264c5a)

1.9.2 (2025-11-18)

PATCH

  • chore(ci): setup trusted publisher (5c7ea67)

1.9.1 (2025-11-12)

PATCH

  • fileManager -> prevent css selector leaks to descendants (#33) (ed66f53), closes #33

1.9.0 (2025-11-05)

MINOR

  • new File Manager "filter" props (#31) (a324aa1), closes #31

1.8.0 (2025-10-29)

MINOR

  • new FileManager alreadySelectedModelIds props (#29) (cf51379), closes #29

1.7.12 (2025-10-29)

chore

PATCH

  • fix(fileManager): typo in default of alreadySelectedIds property (4d456c0)

1.7.11 (2025-10-15)

PATCH

  • StoreySelector emits "storey-selected" event only from UI click (#27) (c1172cf), closes #27 #28

1.7.10 (2025-10-14)

PATCH

  • metaBuildingStructure - Highlight selected storey in StoreySelector (#26) (029ae8b), closes #26

1.7.9 (2025-10-09)

PATCH

  • fix(file-manager): fix init selection (a187ce9)

1.7.8 (2025-10-08)

PATCH

  • feat(file-manager): add initSelection props (b842062)

1.7.7 (2025-09-23)

PATCH

  • fix building structure storey selector styles (d0e084e)

1.7.6 (2025-08-04)

PATCH

  • fix(file-manager): make selectableFileTypes case insensitive (575dff0)

1.7.5 (2025-07-02)

chore

  • add dependabot version update config (c17b68c)
  • update dependencies (f5f408d)

PATCH

  • Merge pull request #16 from bimdata/fix/preventCheckToSelect (22b819c), closes #16

1.7.4 (2025-03-12)

PATCH

  • chore(deps): bump vue-i18n from 11.1.1 to 11.1.2 (#13) (b732e18), closes #13

1.7.3 (2025-02-17)

chore

  • rearrange <script setup> in vue files (25a1690)

PATCH

  • chore: update dependencies (4880472)

1.7.2 (2024-12-05)

chore

PATCH

  • fix(photosphere): add 'plan' prop to BIMDataPhotosphereBuilding (47d6322)

1.7.1 (2024-11-21)

PATCH

  • fix: emit 'plan-sleected' when changing storey in photosphere building (275a8df)

1.7.0 (2024-11-21)

MINOR

  • feat: photosphere building maker (#10) (1b02b84), closes #10

1.6.7 (2024-10-22)

chore

  • update release.config.js (734094f)

PATCH

  • chore: update dependencies (a9eb21d)

1.6.6 (2024-09-13)

PATCH

  • chore: update peer dependencies (6c6db5c)

1.6.5 (2024-09-13)

PATCH

  • feat: migrate BIMDataBuildingMaker to <script setup> style (a8baaa9)

1.6.4 (2024-09-06)

PATCH

  • refactor: rewrite BIMDataSafeZoneModal with <script setup> (978cb8a)

1.6.3 (2024-08-27)

PATCH

  • fix(files-manager): fix pdf page seletion (ee096f0)

1.6.2 (2024-07-24)

PATCH

  • chore: update dependencies (ab2ec44)

1.6.1 (2024-07-02)

PATCH

  • fix(photosphere): allow to hide radio buttons via 'selectable' prop (8bdce12)

1.6.0 (2024-06-20)

chore

  • update dependencies [skip ci] (ddbe2a7)

MINOR

  • feat: add Photosphere Building component (495224b)

1.5.0 (2024-05-31)

MINOR

  • feat: add highlightedId and selectedId models to meta-building structure component (44aabbd)

1.4.10 (2024-05-17)

PATCH

  • fix(file-manager): use watchEffect to compute files list (#6) (b04106d), closes #6

1.4.9 (2024-05-16)

PATCH

  • Fix & redesign SafeZoneModal component (8fb5c3d)

1.4.8 (2024-04-24)

PATCH

  • fix(meat-building): properly load initial selected storey (32024d7)

1.4.7 (2024-04-24)

PATCH

  • fix(meta-building): improve storey-selector + disable empty root nodes (ff8c28b)

1.4.6 (2024-04-23)

PATCH

  • fix(plugin): handle no params properly (b5b70e9)

1.4.5 (2024-04-19)

PATCH

  • fix(meta-building): fetch model storeys from API (c3746bf)

1.4.4 (2024-04-19)

PATCH

  • fix(meta-building): use apiClient to fetch model zones (c8f1208)

1.4.3 (2024-04-18)

PATCH

  • feat(meta-building): add selectable prop to meta-building-structure + refactor internal state management (19b9e0e)

1.4.2 (2024-04-17)

PATCH

  • fix(building-maker): import watch from vue (8c90242)

1.4.1 (2024-04-17)

PATCH

  • fix(building-maker): watch model prop (d937897)

1.4.0 (2024-04-17)

MINOR

  • feat: add meta-buiding components (#4) (4a18d6d), closes #4

1.3.3 (2024-03-21)

PATCH

  • fix(file-manager): prevent loading files from being selected (#2) (743fa9b), closes #2

1.3.2 (2024-01-09)

chore

ci

PATCH

  • fix(deps): avoid peer deps errors with npm install (5e05ca2)

1.3.1 (2023-08-24)

PATCH

  • fix: BIMDataFilesManager pdf page selector styles (e5b7ca0)

1.3.0 (2023-08-16)

MINOR

  • feat: add BIMDataGuidedTour component (6f597c6)

1.2.1 (2023-08-16)

PATCH

  • fix: pdf page selection modification (ac2c7be)

1.2.0 (2023-08-16)

MINOR

  • feat: display pdf page selection in file manager (33a5aa1)

1.1.1 (2023-08-11)

PATCH

  • Merge pull request #1 from bimdata/fix/use-standalone-icons (e217667), closes #1

1.1.0 (2023-08-09)

MINOR

  • use projectsBySpace as peer dependency (182e64c)

1.0.6 (2023-07-04)

PATCH

  • fix: remove explicit DS import in components (d269fb3)

1.0.5 (2023-07-04)

PATCH

  • fix: apply migration changes (25492cf)

1.0.4 (2023-07-04)

PATCH

  • fix(pkg): add index.js to package files (713e376)

1.0.3 (2023-07-04)

PATCH

  • chore(pkg): remove private field in pakcage.json (aeddac8)

1.0.2 (2023-07-04)

PATCH

  • chore(pkg): set private to false in package.json (55b74af)

1.0.1 (2023-07-04)

PATCH

  • chore(pkg): add main field to package.json (22cd77b)

1.0.0 (2023-06-30)

MINOR

  • chore: remove app + rearrange src + add semantic release config (e9a4a8f)