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

chore(deps): bump terser from 4.8.0 to 4.8.1 #220

Merged
merged 1 commit into from
Jul 20, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 20, 2022

Bumps terser from 4.8.0 to 4.8.1.

Changelog

Sourced from terser's changelog.

v4.8.1 (backport)

  • Security fix for RegExps that should not be evaluated (regexp DDOS)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 20, 2022
@NicolasRichel NicolasRichel self-assigned this Jul 20, 2022
@NicolasRichel NicolasRichel merged commit a066328 into develop Jul 20, 2022
@NicolasRichel NicolasRichel deleted the dependabot/npm_and_yarn/terser-4.8.1 branch July 20, 2022 08:53
github-actions bot pushed a commit that referenced this pull request Jul 20, 2022
# [1.4.0-rc.27](v1.4.0-rc.26...v1.4.0-rc.27) (2022-07-20)

### PATCH

* chore(deps): bump terser from 4.8.0 to 4.8.1 (#220) ([a066328](a066328)), closes [#220](#220)
@Bimdata-io
Copy link

🎉 This PR is included in version 1.4.0-rc.27 🎉

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))
@Bimdata-io
Copy link

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file released on @next released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants