Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PATCH: feat(files-manager): add pdf page selection feature #292

Merged
merged 2 commits into from
May 16, 2023

Conversation

NicolasRichel
Copy link
Member

@NicolasRichel NicolasRichel commented May 10, 2023

  • I have tested my component
  • I have updated the documentation or there is no documentation needed

⚠️ Breaking Change

These changes are ralated to the <BIMDataFileManager /> smart component.

In order to be able to get the model object of a given PDF page I had to change the payload of the "selection-change" event from an array of document objects into an array of { document, model }.

Furthermore, to be consistent, when selecting a file (document) that is a model (it has a model_id property), I have to fetch the model object via getModel in order to put it in the payload, thus making the selection method asynchronous...

@NicolasRichel NicolasRichel force-pushed the feature/file-manager-pdf-multipage branch from 0c4f371 to ffc91d0 Compare May 10, 2023 12:08
@NicolasRichel NicolasRichel force-pushed the feature/file-manager-pdf-multipage branch from 98c5ddb to 88cdb1d Compare May 15, 2023 16:11
@NicolasRichel NicolasRichel merged commit fbaffb5 into develop May 16, 2023
3 checks passed
@NicolasRichel NicolasRichel deleted the feature/file-manager-pdf-multipage branch May 16, 2023 07:32
github-actions bot pushed a commit that referenced this pull request May 16, 2023
# [2.0.0-rc.12](v2.0.0-rc.11...v2.0.0-rc.12) (2023-05-16)

### PATCH

* feat(files-manager): add pdf page selection feature (#292) ([fbaffb5](fbaffb5)), closes [#292](#292)
@Bimdata-io
Copy link

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Sep 19, 2023
# [2.0.0](v1.3.0...v2.0.0) (2023-09-19)

### chore

* add dev note to 3D model preview component ([547cb78](547cb78))
* add license file ([e311726](e311726))
* add MP link to readme ([9c0c42d](9c0c42d))
* dockerfile - fix output ([ac3073e](ac3073e))
* update dependencies (#233) ([adb533e](adb533e)), closes [#233](#233)
* update pull request template [skip ci] ([237a62d](237a62d))

### ci

* fix minor version node ([5f9bc4c](5f9bc4c))
* update actions version ([64223df](64223df))
* update GA versions ([a9acdcb](a9acdcb))
* use common runners ([eca1583](eca1583))

### Feat

* add BIMDataSafeZoneModal component (#192) ([99f1ef4](99f1ef4)), closes [#192](#192)

### MAJOR

* add bimdata class to custom scrollbar (#277) ([37e25c6](37e25c6)), closes [#277](#277)
* chore: remove smart components from design-system (#299) ([a2c9e42](a2c9e42)), closes [#299](#299)
* chore: vue3 migration (#297) ([05fff0e](05fff0e)), closes [#297](#297)
* Feature/opti icons (#300) ([abed9fb](abed9fb)), closes [#300](#300)

### MINOR

* add action property to first nested menu (#231) ([15c9534](15c9534)), closes [#231](#231)
* add app icon (#247) ([d40bc62](d40bc62)), closes [#247](#247)
* add BIMDataTable canDragOverRow props & logic (#283) ([79dc00d](79dc00d)), closes [#283](#283)
* add header prop to DropdownMenu component (#240) ([8d580e3](8d580e3)), closes [#240](#240)
* add iconEllipsisSize & iconCloseSize props for BIMDataMenuInline (#275) ([3647bc3](3647bc3)), closes [#275](#275)
* add icons : pipette, translate & upload (#285) ([2f41a24](2f41a24)), closes [#285](#285)
* add missing doc + check attributes (#257) ([2301267](2301267)), closes [#257](#257)
* add textbox composant (#227) ([c2fbe66](c2fbe66)), closes [#227](#227)
* BIMDataDropdownMenu / two level nesting (#226) ([fdc9f62](fdc9f62)), closes [#226](#226)
* chore: post migration cleanup (#298) ([5d98d74](5d98d74)), closes [#298](#298)
* chore(doc): update doc for v2 (#314) ([82a02f4](82a02f4)), closes [#314](#314)
* click-input-away directive (#199) ([1e192e9](1e192e9)), closes [#199](#199)
* component / BIMDataPDFViewer (#252) ([0b03688](0b03688)), closes [#252](#252)
* delete guided tour from design system (#209) ([f1b363a](f1b363a)), closes [#209](#209)
* dropdown-menu / style and subListMaxHeight props (#228) ([a6cb2ce](a6cb2ce)), closes [#228](#228)
* feat: refactor table selection feature (#248) ([f46fad8](f46fad8)), closes [#248](#248)
* feat(components): add BIMDataCarousel component (#198) ([664c181](664c181)), closes [#198](#198)
* Feature/autocomplete search (#218) ([a848239](a848239)), closes [#218](#218)
* Feature/bimdata menu components (#262) ([aa4f47c](aa4f47c)), closes [#262](#262)
* Feature/bimdata slider (#313) ([6a7f848](6a7f848)), closes [#313](#313)
* Feature/charts (#195) ([808716d](808716d)), closes [#195](#195)
* Feature/date picker component (#230) ([6a43d00](6a43d00)), closes [#230](#230)
* Feature/datepicker range date (#239) ([a74220d](a74220d)), closes [#239](#239)
* Feature/drop down menu improvement (#286) ([8a80710](8a80710)), closes [#286](#286)
* Feature/show item paginated list (#294) ([b2c9a2b](b2c9a2b)), closes [#294](#294)
* fix icon + new tag icon (#204) ([dd4c65f](dd4c65f)), closes [#204](#204)
* fix issue / improvement (#245) ([d87bcb1](d87bcb1)), closes [#245](#245)
* fix(table): change row-drop event interface ([b301b50](b301b50))
* Fix/bimdata menu (#287) ([c2cf1d1](c2cf1d1)), closes [#287](#287)
* Fix/bimdata tabs component (#259) ([5572755](5572755)), closes [#259](#259)
* Fix/globals (#282) ([9b9fbce](9b9fbce)), closes [#282](#282)
* Fix/polychrome img (#250) ([bf9e518](bf9e518)), closes [#250](#250)
* get rid of unused code ([6ac2155](6ac2155))
* guided-tour / traduction (#202) ([aecb84d](aecb84d)), closes [#202](#202)
* guided-tour/tourToDisplay-compledTour (#197) ([0a60e62](0a60e62)), closes [#197](#197)
* icon / add polychrome img (#261) ([a5a5852](a5a5852)), closes [#261](#261)
* icon / invitation (#214) ([13beeb8](13beeb8)), closes [#214](#214)
* icons / versioning ([bb83cf7](bb83cf7))
* icons polychrome / DXF JPEG PNG (#246) ([313b9de](313b9de)), closes [#246](#246)
* illustration / add move 2d (#251) ([d52b281](d52b281)), closes [#251](#251)
* illustrations / 2D shortcuts (#243) ([8f49cae](8f49cae)), closes [#243](#243)
* menu / add key prop (#268) ([479564a](479564a)), closes [#268](#268)
* menu / add slot + add event on-hover (#270) ([1061df4](1061df4)), closes [#270](#270)
* Menu / children enhancement (#267) ([a721e32](a721e32)), closes [#267](#267)
* menu / handle scrollbar with fixed height (#269) ([c8c16ac](c8c16ac)), closes [#269](#269)
* new burgerMenu icon (#229) ([d6dea54](d6dea54)), closes [#229](#229)
* Refactor [SmartComponents]: upgrade to new api-client with snake_case (#215) ([42e82c4](42e82c4)), closes [#215](#215)
* safe zone inline (#265) ([70c6336](70c6336)), closes [#265](#265)
* Table / drop event (#271) ([185916e](185916e)), closes [#271](#271)

### PATCH

* add children-content slot and add item props to all slots (#288) ([1edc988](1edc988)), closes [#288](#288)
* add export xls icon (#309) ([845cb0f](845cb0f)), closes [#309](#309)
* add Home Icon ([09fbee0](09fbee0))
* add pdf viewer illustration (#249) ([12e2cfa](12e2cfa)), closes [#249](#249)
* add position info through hover event ([3f70426](3f70426))
* add props to fit or fill items in BIMDataResponsiveGrid component ([309a9ac](309a9ac))
* add roboto font to textarea (#312) ([c6bef5c](c6bef5c)), closes [#312](#312)
* add spacing icon ([407bdf8](407bdf8))
* Adding xlsx icon (#310) ([6ae8d92](6ae8d92)), closes [#310](#310)
* chore(deps-dev): bump semantic-release from 18.0.1 to 19.0.3 (#211) ([dbf6757](dbf6757)), closes [#211](#211)
* chore(deps): bump async from 2.6.3 to 2.6.4 (#196) ([35bca9d](35bca9d)), closes [#196](#196)
* chore(deps): bump semver-regex from 3.1.3 to 3.1.4 (#210) ([3b303dc](3b303dc)), closes [#210](#210)
* chore(deps): bump terser from 4.8.0 to 4.8.1 (#220) ([a066328](a066328)), closes [#220](#220)
* clean highlight (#304) ([c363999](c363999)), closes [#304](#304)
* directive/click-away customizable  (#200) ([f2a4b7f](f2a4b7f)), closes [#200](#200)
* doc(components): improve BIMDataCarousel doc + add reactivity on minGap prop ([48d8ef1](48d8ef1))
* dropdown / handle empty items for sub-menu (#238) ([8c0192f](8c0192f)), closes [#238](#238)
* DropdownMenu constraint ([cc09345](cc09345))
* feat: add adjustTextColor and adjustBorderColor functions to color utils ([6b3cc68](6b3cc68))
* feat: add backgroundColor prop to bimdata-model-preview ([f39a8fb](f39a8fb))
* feat: add some useful icons (#205) ([a3576ac](a3576ac)), closes [#205](#205)
* feat: add vue3 build for smart components (#237) ([f770af5](f770af5)), closes [#237](#237)
* feat: rewrite pdf-viewer component (#256) ([20fc46f](20fc46f)), closes [#256](#256)
* feat(components): add autoclear prop to search-autocomplete (#224) ([5e1dc40](5e1dc40)), closes [#224](#224)
* feat(components): add ModelPreview component (#225) ([f77365d](f77365d)), closes [#225](#225)
* feat(components): add zoomFactor as a props to BIMDataModelPreview ([76f5747](76f5747))
* feat(files-manager): add pdf page selection feature (#292) ([fbaffb5](fbaffb5)), closes [#292](#292)
* feat(select): add nullLabel prop (#207) ([bacbfe1](bacbfe1)), closes [#207](#207)
* feat(table): add tableLayout prop to BIMDataTable ([c636314](c636314))
* Feature: expose color utils in bundle (#213) ([32f081b](32f081b)), closes [#213](#213)
* Feature: polychrome icons (#219) ([b1d87c4](b1d87c4)), closes [#219](#219)
* fit new version of pdf-viewer in file-manager(#258) ([4b99d5f](4b99d5f)), closes [#258](#258)
* Fix / Improve BIMDataTable (#244) ([9ac002d](9ac002d)), closes [#244](#244)
* fix app icon color ([f9ed4ed](f9ed4ed))
* fix BasicMenu documentation (#273) ([bc552c3](bc552c3)), closes [#273](#273)
* fix bimdata-file-manager ([5d1ccdc](5d1ccdc))
* fix BIMDataIcon fill props (#303) ([c07adb9](c07adb9)), closes [#303](#303)
* fix calculateEm function (#222) ([862a27e](862a27e)), closes [#222](#222)
* fix css property SafeZoneInline ([1c38337](1c38337))
* fix display clear button in datepicker range dates (#242) ([2d609e6](2d609e6)), closes [#242](#242)
* fix font-size into BIMDataInput & BIMDataTextarea & BIMDataSelect components (#278) ([fd4114b](fd4114b)), closes [#278](#278)
* fix menu children (#306) ([6727b4e](6727b4e)), closes [#306](#306)
* fix primary-color for FileImagePolychrome ([0cd4925](0cd4925))
* fix rollup-plugin-css-only version (#235) ([c49e6a9](c49e6a9)), closes [#235](#235)
* fix shortcutRotate2D illu ([17d1a75](17d1a75))
* fix size for PNG JPEG and DXF icon ([a9f224d](a9f224d))
* fix submenu style (#301) ([042fefc](042fefc)), closes [#301](#301)
* fix typo on point-cloud icon ([dd2e623](dd2e623))
* fix width and height of key icon (#279) ([c9e4d66](c9e4d66)), closes [#279](#279)
* fix: add width/height props to bimdata-model-preview ([39fca9a](39fca9a))
* fix: select z-index (#217) ([248367a](248367a)), closes [#217](#217)
* fix(build): remove optional chaining operator from PdfPageSelector template ([55e18a3](55e18a3))
* fix(carousel): make carousel reactive to child nodes mutation (add/remove) ([6f7e9bc](6f7e9bc))
* fix(carousel): update index when items are removed (#221) ([0d6a9f2](0d6a9f2)), closes [#221](#221)
* fix(doc): fix main script source in index.html ([ddbb6d7](ddbb6d7))
* fix(doc): store and router relative paths ([44a9e9b](44a9e9b))
* fix(file-manager): match file name based on 'file_name' field instead of 'name' (#263) ([e20eb9a](e20eb9a)), closes [#263](#263)
* fix(menu): only show children on hover (#289) ([74c8c28](74c8c28)), closes [#289](#289)
* fix(safe-zone-model): add ton components index ([0f68827](0f68827))
* fix(select): avoid click-away listener and options toggle to be triggered concurrently ([d28a6c0](d28a6c0))
* fix(table): cell value display when row[column.id] is undefined (#254) ([59a6674](59a6674)), closes [#254](#254)
* fix(table): do not allow row selection if not selectable ([c565a43](c565a43))
* fix(table): update styles and doc + add typings ([eff870d](eff870d))
* fix(test): update jest config + regenerate snapshots ([5ad4d66](5ad4d66))
* Fix/datepicker component (#236) ([ea684d3](ea684d3)), closes [#236](#236)
* Fix/datepicker range (#241) ([05e22ff](05e22ff)), closes [#241](#241)
* Fix/global (#212) ([f1f900d](f1f900d)), closes [#212](#212)
* Fix/icons and paginated list (#295) ([de4608d](de4608d)), closes [#295](#295)
* Fix/icons documentation (#305) ([02f961c](02f961c)), closes [#305](#305)
* Fix/multiple fix (#302) ([a206ed8](a206ed8)), closes [#302](#302)
* Guided tour/feedback (#201) ([4b2057a](4b2057a)), closes [#201](#201)
* icon / set viewBox to 23 (formerly 24) (#206) ([1de54a1](1de54a1)), closes [#206](#206)
* Icons/add news icons (#311) ([847be21](847be21)), closes [#311](#311)
* optimize SuccessSplit (#308) ([b41cd4a](b41cd4a)), closes [#308](#308)
* quick fix DropdownMenu ([3f327db](3f327db))
* refactor BIMDataMenu (#291) ([4275a30](4275a30)), closes [#291](#291)
* remove border once file is dropped in the chosen folder (#290) ([69224ca](69224ca)), closes [#290](#290)
* update bimdatamenu children zIdex to 1 (#307) ([1d42efc](1d42efc)), closes [#307](#307)
* update color icon ([bf669cf](bf669cf))
LrxGaelle pushed a commit that referenced this pull request Oct 10, 2023
# [2.0.0](v1.3.0...v2.0.0) (2023-09-19)

### chore

* add dev note to 3D model preview component ([547cb78](547cb78))
* add license file ([e311726](e311726))
* add MP link to readme ([9c0c42d](9c0c42d))
* dockerfile - fix output ([ac3073e](ac3073e))
* update dependencies (#233) ([adb533e](adb533e)), closes [#233](#233)
* update pull request template [skip ci] ([237a62d](237a62d))

### ci

* fix minor version node ([5f9bc4c](5f9bc4c))
* update actions version ([64223df](64223df))
* update GA versions ([a9acdcb](a9acdcb))
* use common runners ([eca1583](eca1583))

### Feat

* add BIMDataSafeZoneModal component (#192) ([99f1ef4](99f1ef4)), closes [#192](#192)

### MAJOR

* add bimdata class to custom scrollbar (#277) ([37e25c6](37e25c6)), closes [#277](#277)
* chore: remove smart components from design-system (#299) ([a2c9e42](a2c9e42)), closes [#299](#299)
* chore: vue3 migration (#297) ([05fff0e](05fff0e)), closes [#297](#297)
* Feature/opti icons (#300) ([abed9fb](abed9fb)), closes [#300](#300)

### MINOR

* add action property to first nested menu (#231) ([15c9534](15c9534)), closes [#231](#231)
* add app icon (#247) ([d40bc62](d40bc62)), closes [#247](#247)
* add BIMDataTable canDragOverRow props & logic (#283) ([79dc00d](79dc00d)), closes [#283](#283)
* add header prop to DropdownMenu component (#240) ([8d580e3](8d580e3)), closes [#240](#240)
* add iconEllipsisSize & iconCloseSize props for BIMDataMenuInline (#275) ([3647bc3](3647bc3)), closes [#275](#275)
* add icons : pipette, translate & upload (#285) ([2f41a24](2f41a24)), closes [#285](#285)
* add missing doc + check attributes (#257) ([2301267](2301267)), closes [#257](#257)
* add textbox composant (#227) ([c2fbe66](c2fbe66)), closes [#227](#227)
* BIMDataDropdownMenu / two level nesting (#226) ([fdc9f62](fdc9f62)), closes [#226](#226)
* chore: post migration cleanup (#298) ([5d98d74](5d98d74)), closes [#298](#298)
* chore(doc): update doc for v2 (#314) ([82a02f4](82a02f4)), closes [#314](#314)
* click-input-away directive (#199) ([1e192e9](1e192e9)), closes [#199](#199)
* component / BIMDataPDFViewer (#252) ([0b03688](0b03688)), closes [#252](#252)
* delete guided tour from design system (#209) ([f1b363a](f1b363a)), closes [#209](#209)
* dropdown-menu / style and subListMaxHeight props (#228) ([a6cb2ce](a6cb2ce)), closes [#228](#228)
* feat: refactor table selection feature (#248) ([f46fad8](f46fad8)), closes [#248](#248)
* feat(components): add BIMDataCarousel component (#198) ([664c181](664c181)), closes [#198](#198)
* Feature/autocomplete search (#218) ([a848239](a848239)), closes [#218](#218)
* Feature/bimdata menu components (#262) ([aa4f47c](aa4f47c)), closes [#262](#262)
* Feature/bimdata slider (#313) ([6a7f848](6a7f848)), closes [#313](#313)
* Feature/charts (#195) ([808716d](808716d)), closes [#195](#195)
* Feature/date picker component (#230) ([6a43d00](6a43d00)), closes [#230](#230)
* Feature/datepicker range date (#239) ([a74220d](a74220d)), closes [#239](#239)
* Feature/drop down menu improvement (#286) ([8a80710](8a80710)), closes [#286](#286)
* Feature/show item paginated list (#294) ([b2c9a2b](b2c9a2b)), closes [#294](#294)
* fix icon + new tag icon (#204) ([dd4c65f](dd4c65f)), closes [#204](#204)
* fix issue / improvement (#245) ([d87bcb1](d87bcb1)), closes [#245](#245)
* fix(table): change row-drop event interface ([b301b50](b301b50))
* Fix/bimdata menu (#287) ([c2cf1d1](c2cf1d1)), closes [#287](#287)
* Fix/bimdata tabs component (#259) ([5572755](5572755)), closes [#259](#259)
* Fix/globals (#282) ([9b9fbce](9b9fbce)), closes [#282](#282)
* Fix/polychrome img (#250) ([bf9e518](bf9e518)), closes [#250](#250)
* get rid of unused code ([6ac2155](6ac2155))
* guided-tour / traduction (#202) ([aecb84d](aecb84d)), closes [#202](#202)
* guided-tour/tourToDisplay-compledTour (#197) ([0a60e62](0a60e62)), closes [#197](#197)
* icon / add polychrome img (#261) ([a5a5852](a5a5852)), closes [#261](#261)
* icon / invitation (#214) ([13beeb8](13beeb8)), closes [#214](#214)
* icons / versioning ([bb83cf7](bb83cf7))
* icons polychrome / DXF JPEG PNG (#246) ([313b9de](313b9de)), closes [#246](#246)
* illustration / add move 2d (#251) ([d52b281](d52b281)), closes [#251](#251)
* illustrations / 2D shortcuts (#243) ([8f49cae](8f49cae)), closes [#243](#243)
* menu / add key prop (#268) ([479564a](479564a)), closes [#268](#268)
* menu / add slot + add event on-hover (#270) ([1061df4](1061df4)), closes [#270](#270)
* Menu / children enhancement (#267) ([a721e32](a721e32)), closes [#267](#267)
* menu / handle scrollbar with fixed height (#269) ([c8c16ac](c8c16ac)), closes [#269](#269)
* new burgerMenu icon (#229) ([d6dea54](d6dea54)), closes [#229](#229)
* Refactor [SmartComponents]: upgrade to new api-client with snake_case (#215) ([42e82c4](42e82c4)), closes [#215](#215)
* safe zone inline (#265) ([70c6336](70c6336)), closes [#265](#265)
* Table / drop event (#271) ([185916e](185916e)), closes [#271](#271)

### PATCH

* add children-content slot and add item props to all slots (#288) ([1edc988](1edc988)), closes [#288](#288)
* add export xls icon (#309) ([845cb0f](845cb0f)), closes [#309](#309)
* add Home Icon ([09fbee0](09fbee0))
* add pdf viewer illustration (#249) ([12e2cfa](12e2cfa)), closes [#249](#249)
* add position info through hover event ([3f70426](3f70426))
* add props to fit or fill items in BIMDataResponsiveGrid component ([309a9ac](309a9ac))
* add roboto font to textarea (#312) ([c6bef5c](c6bef5c)), closes [#312](#312)
* add spacing icon ([407bdf8](407bdf8))
* Adding xlsx icon (#310) ([6ae8d92](6ae8d92)), closes [#310](#310)
* chore(deps-dev): bump semantic-release from 18.0.1 to 19.0.3 (#211) ([dbf6757](dbf6757)), closes [#211](#211)
* chore(deps): bump async from 2.6.3 to 2.6.4 (#196) ([35bca9d](35bca9d)), closes [#196](#196)
* chore(deps): bump semver-regex from 3.1.3 to 3.1.4 (#210) ([3b303dc](3b303dc)), closes [#210](#210)
* chore(deps): bump terser from 4.8.0 to 4.8.1 (#220) ([a066328](a066328)), closes [#220](#220)
* clean highlight (#304) ([c363999](c363999)), closes [#304](#304)
* directive/click-away customizable  (#200) ([f2a4b7f](f2a4b7f)), closes [#200](#200)
* doc(components): improve BIMDataCarousel doc + add reactivity on minGap prop ([48d8ef1](48d8ef1))
* dropdown / handle empty items for sub-menu (#238) ([8c0192f](8c0192f)), closes [#238](#238)
* DropdownMenu constraint ([cc09345](cc09345))
* feat: add adjustTextColor and adjustBorderColor functions to color utils ([6b3cc68](6b3cc68))
* feat: add backgroundColor prop to bimdata-model-preview ([f39a8fb](f39a8fb))
* feat: add some useful icons (#205) ([a3576ac](a3576ac)), closes [#205](#205)
* feat: add vue3 build for smart components (#237) ([f770af5](f770af5)), closes [#237](#237)
* feat: rewrite pdf-viewer component (#256) ([20fc46f](20fc46f)), closes [#256](#256)
* feat(components): add autoclear prop to search-autocomplete (#224) ([5e1dc40](5e1dc40)), closes [#224](#224)
* feat(components): add ModelPreview component (#225) ([f77365d](f77365d)), closes [#225](#225)
* feat(components): add zoomFactor as a props to BIMDataModelPreview ([76f5747](76f5747))
* feat(files-manager): add pdf page selection feature (#292) ([fbaffb5](fbaffb5)), closes [#292](#292)
* feat(select): add nullLabel prop (#207) ([bacbfe1](bacbfe1)), closes [#207](#207)
* feat(table): add tableLayout prop to BIMDataTable ([c636314](c636314))
* Feature: expose color utils in bundle (#213) ([32f081b](32f081b)), closes [#213](#213)
* Feature: polychrome icons (#219) ([b1d87c4](b1d87c4)), closes [#219](#219)
* fit new version of pdf-viewer in file-manager(#258) ([4b99d5f](4b99d5f)), closes [#258](#258)
* Fix / Improve BIMDataTable (#244) ([9ac002d](9ac002d)), closes [#244](#244)
* fix app icon color ([f9ed4ed](f9ed4ed))
* fix BasicMenu documentation (#273) ([bc552c3](bc552c3)), closes [#273](#273)
* fix bimdata-file-manager ([5d1ccdc](5d1ccdc))
* fix BIMDataIcon fill props (#303) ([c07adb9](c07adb9)), closes [#303](#303)
* fix calculateEm function (#222) ([862a27e](862a27e)), closes [#222](#222)
* fix css property SafeZoneInline ([1c38337](1c38337))
* fix display clear button in datepicker range dates (#242) ([2d609e6](2d609e6)), closes [#242](#242)
* fix font-size into BIMDataInput & BIMDataTextarea & BIMDataSelect components (#278) ([fd4114b](fd4114b)), closes [#278](#278)
* fix menu children (#306) ([6727b4e](6727b4e)), closes [#306](#306)
* fix primary-color for FileImagePolychrome ([0cd4925](0cd4925))
* fix rollup-plugin-css-only version (#235) ([c49e6a9](c49e6a9)), closes [#235](#235)
* fix shortcutRotate2D illu ([17d1a75](17d1a75))
* fix size for PNG JPEG and DXF icon ([a9f224d](a9f224d))
* fix submenu style (#301) ([042fefc](042fefc)), closes [#301](#301)
* fix typo on point-cloud icon ([dd2e623](dd2e623))
* fix width and height of key icon (#279) ([c9e4d66](c9e4d66)), closes [#279](#279)
* fix: add width/height props to bimdata-model-preview ([39fca9a](39fca9a))
* fix: select z-index (#217) ([248367a](248367a)), closes [#217](#217)
* fix(build): remove optional chaining operator from PdfPageSelector template ([55e18a3](55e18a3))
* fix(carousel): make carousel reactive to child nodes mutation (add/remove) ([6f7e9bc](6f7e9bc))
* fix(carousel): update index when items are removed (#221) ([0d6a9f2](0d6a9f2)), closes [#221](#221)
* fix(doc): fix main script source in index.html ([ddbb6d7](ddbb6d7))
* fix(doc): store and router relative paths ([44a9e9b](44a9e9b))
* fix(file-manager): match file name based on 'file_name' field instead of 'name' (#263) ([e20eb9a](e20eb9a)), closes [#263](#263)
* fix(menu): only show children on hover (#289) ([74c8c28](74c8c28)), closes [#289](#289)
* fix(safe-zone-model): add ton components index ([0f68827](0f68827))
* fix(select): avoid click-away listener and options toggle to be triggered concurrently ([d28a6c0](d28a6c0))
* fix(table): cell value display when row[column.id] is undefined (#254) ([59a6674](59a6674)), closes [#254](#254)
* fix(table): do not allow row selection if not selectable ([c565a43](c565a43))
* fix(table): update styles and doc + add typings ([eff870d](eff870d))
* fix(test): update jest config + regenerate snapshots ([5ad4d66](5ad4d66))
* Fix/datepicker component (#236) ([ea684d3](ea684d3)), closes [#236](#236)
* Fix/datepicker range (#241) ([05e22ff](05e22ff)), closes [#241](#241)
* Fix/global (#212) ([f1f900d](f1f900d)), closes [#212](#212)
* Fix/icons and paginated list (#295) ([de4608d](de4608d)), closes [#295](#295)
* Fix/icons documentation (#305) ([02f961c](02f961c)), closes [#305](#305)
* Fix/multiple fix (#302) ([a206ed8](a206ed8)), closes [#302](#302)
* Guided tour/feedback (#201) ([4b2057a](4b2057a)), closes [#201](#201)
* icon / set viewBox to 23 (formerly 24) (#206) ([1de54a1](1de54a1)), closes [#206](#206)
* Icons/add news icons (#311) ([847be21](847be21)), closes [#311](#311)
* optimize SuccessSplit (#308) ([b41cd4a](b41cd4a)), closes [#308](#308)
* quick fix DropdownMenu ([3f327db](3f327db))
* refactor BIMDataMenu (#291) ([4275a30](4275a30)), closes [#291](#291)
* remove border once file is dropped in the chosen folder (#290) ([69224ca](69224ca)), closes [#290](#290)
* update bimdatamenu children zIdex to 1 (#307) ([1d42efc](1d42efc)), closes [#307](#307)
* update color icon ([bf669cf](bf669cf))
LrxGaelle added a commit that referenced this pull request Oct 10, 2023
* MAJOR: add bimdata class to custom scrollbar (#277)

* chore(release): 2.0.0-rc.1 [skip ci]

# [2.0.0-rc.1](v1.4.0-rc.92...v2.0.0-rc.1) (2023-03-02)

### MAJOR

* add bimdata class to custom scrollbar (#277) ([37e25c6](37e25c6)), closes [#277](#277)

* PATCH: fix width and height of key icon (#279)

* chore(release): 2.0.0-rc.2 [skip ci]

# [2.0.0-rc.2](v2.0.0-rc.1...v2.0.0-rc.2) (2023-03-09)

### PATCH

* fix width and height of key icon (#279) ([c9e4d66](c9e4d66)), closes [#279](#279)

* MINOR: Fix/globals (#282)

* add smartview icon

* add bimdata-scrollbar class

* fix icons page style

* chore(release): 2.0.0-rc.3 [skip ci]

# [2.0.0-rc.3](v2.0.0-rc.2...v2.0.0-rc.3) (2023-03-29)

### MINOR

* Fix/globals (#282) ([9b9fbce](9b9fbce)), closes [#282](#282)

* MINOR: add BIMDataTable canDragOverRow props & logic (#283)

* chore(release): 2.0.0-rc.4 [skip ci]

# [2.0.0-rc.4](v2.0.0-rc.3...v2.0.0-rc.4) (2023-03-29)

### MINOR

* add BIMDataTable canDragOverRow props & logic (#283) ([79dc00d](79dc00d)), closes [#283](#283)

* ci: use common runners

* MINOR: add icons : pipette, translate & upload (#285)

* chore(release): 2.0.0-rc.5 [skip ci]

# [2.0.0-rc.5](v2.0.0-rc.4...v2.0.0-rc.5) (2023-04-04)

### ci

* use common runners ([eca1583](eca1583))

### MINOR

* add icons : pipette, translate & upload (#285) ([2f41a24](2f41a24)), closes [#285](#285)

* MINOR: Feature/drop down menu improvement (#286)

* remove drop down menu contentAfterHeader slot

* add drop down menu isOpen header slot props

* chore(release): 2.0.0-rc.6 [skip ci]

# [2.0.0-rc.6](v2.0.0-rc.5...v2.0.0-rc.6) (2023-04-05)

### MINOR

* Feature/drop down menu improvement (#286) ([8a80710](8a80710)), closes [#286](#286)

* MINOR: Fix/bimdata menu (#287)

* remove the chevron to the left of the child menu item

* add childrenLeft props to doc

* fix doc

* chore(release): 2.0.0-rc.7 [skip ci]

# [2.0.0-rc.7](v2.0.0-rc.6...v2.0.0-rc.7) (2023-04-07)

### MINOR

* Fix/bimdata menu (#287) ([c2cf1d1](c2cf1d1)), closes [#287](#287)

* PATCH: add children-content slot and add item props to all slots (#288)

* add children-content slot and add item props to all slots

* update slot documentation

* chore(release): 2.0.0-rc.8 [skip ci]

# [2.0.0-rc.8](v2.0.0-rc.7...v2.0.0-rc.8) (2023-04-12)

### PATCH

* add children-content slot and add item props to all slots (#288) ([1edc988](1edc988)), closes [#288](#288)

* fix typo in checkbox doc

* PATCH: fix(menu): only show children on hover (#289)

* chore(release): 2.0.0-rc.9 [skip ci]

# [2.0.0-rc.9](v2.0.0-rc.8...v2.0.0-rc.9) (2023-04-28)

### PATCH

* fix(menu): only show children on hover (#289) ([74c8c28](74c8c28)), closes [#289](#289)

* PATCH: remove border once file is dropped in the chosen folder (#290)

* chore(release): 2.0.0-rc.10 [skip ci]

# [2.0.0-rc.10](v2.0.0-rc.9...v2.0.0-rc.10) (2023-05-02)

### PATCH

* remove border once file is dropped in the chosen folder (#290) ([69224ca](69224ca)), closes [#290](#290)

* PATCH: refactor BIMDataMenu (#291)

* clear BIMDataMenu

* add .stop on BIMDataColorSelector component

* updated BIMDataMenu documentation

* add emits options

* delete hover emit option

* chore(release): 2.0.0-rc.11 [skip ci]

# [2.0.0-rc.11](v2.0.0-rc.10...v2.0.0-rc.11) (2023-05-05)

### PATCH

* refactor BIMDataMenu (#291) ([4275a30](4275a30)), closes [#291](#291)

* PATCH: feat(files-manager): add pdf page selection feature (#292)

* PATCH: feat(files-manager): add pdf page selection feature

* PATCH: feat(files-manager): improve pdf page selection feature

* chore(release): 2.0.0-rc.12 [skip ci]

# [2.0.0-rc.12](v2.0.0-rc.11...v2.0.0-rc.12) (2023-05-16)

### PATCH

* feat(files-manager): add pdf page selection feature (#292) ([fbaffb5](fbaffb5)), closes [#292](#292)

* PATCH: fix(build): remove optional chaining operator from PdfPageSelector template

* chore(release): 2.0.0-rc.13 [skip ci]

# [2.0.0-rc.13](v2.0.0-rc.12...v2.0.0-rc.13) (2023-05-16)

### PATCH

* fix(build): remove optional chaining operator from PdfPageSelector template ([55e18a3](55e18a3))

* ci: update GA versions

* PATCH: add spacing icon

* chore(release): 2.0.0-rc.14 [skip ci]

# [2.0.0-rc.14](v2.0.0-rc.13...v2.0.0-rc.14) (2023-05-26)

### ci

* update GA versions ([a9acdcb](a9acdcb))

### PATCH

* add spacing icon ([407bdf8](407bdf8))

* MINOR: Feature/show item paginated list (#294)

* add showElement method in BIMDataPagination component

* adjust documentation

* delete duplicate code

* chore(release): 2.0.0-rc.15 [skip ci]

# [2.0.0-rc.15](v2.0.0-rc.14...v2.0.0-rc.15) (2023-06-01)

### MINOR

* Feature/show item paginated list (#294) ([b2c9a2b](b2c9a2b)), closes [#294](#294)

* PATCH: Fix/icons and paginated list (#295)

* icon display fix in documentation

* rename class into BIMDataPaginatedList component

* chore(release): 2.0.0-rc.16 [skip ci]

# [2.0.0-rc.16](v2.0.0-rc.15...v2.0.0-rc.16) (2023-06-02)

### PATCH

* Fix/icons and paginated list (#295) ([de4608d](de4608d)), closes [#295](#295)

* add search bar into BIMDataDropdownList component

* use implicit return

* update node-version into main.yml file

---------

Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Gaëtan LAGIER <gaetan@bimdata.io>
Co-authored-by: Antoine Mineau <antoine@bimdata.io>
Co-authored-by: Nicolas Richel <nicolas@bimdata.io>
Co-authored-by: Paul Vilalta <64323277+pvilalta@users.noreply.github.com>
Co-authored-by: Kurtil <gaetan.lagier@hotmail.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants