Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2022-03-31)

### chore

* rearrange Table and Tabs props/events doc ([2c37120](2c37120))
* use different output dir for package and web ([7a76930](7a76930))

### doc

* clean/fix parts of the documentation ([55aa900](55aa900))

### fix

* remove commented code ([48fa330](48fa330))

### MINOR

* Add DS Vue Plugin (#163) ([8c690d9](8c690d9)), closes [#163](#163)
* add message as property for BIMDataLoading (#186) ([c6b96ae](c6b96ae)), closes [#186](#186)
* add of readonly props within textarea component (#147) ([785c3dc](785c3dc)), closes [#147](#147)
* add of uploader's initials to documents (#176) ([3446e48](3446e48)), closes [#176](#176)
* add success btn ton BIMDataButton component (#146) ([fdfd961](fdfd961)), closes [#146](#146)
* export click-away directive ([012380f](012380f))
* feat(components): rewrite bimdata-tooltip component (#177) ([251e860](251e860)), closes [#177](#177)
* fitContent and resizable props for textarea component (#155) ([836d83d](836d83d)), closes [#155](#155)
* icon comment (#160) ([2f19d4b](2f19d4b)), closes [#160](#160)
* Icon/file status (#157) ([f740473](f740473)), closes [#157](#157)
* improvement usage of native attribute for textarea (#161) ([e0886f3](e0886f3)), closes [#161](#161)
* update fileIcon API + add doc + add export (#144) ([a2af66a](a2af66a)), closes [#144](#144)
* update font weight (#148) ([b8f1653](b8f1653)), closes [#148](#148)

### PATCH

* [Smart Component] Ged update (#149) ([2286299](2286299)), closes [#149](#149)
* add caliper icon ([42e83e6](42e83e6))
* add empty measure illustration ([c0a9edd](c0a9edd))
* add empty viewer illustration ([4740924](4740924))
* add FileManager header customization props + doc ([7175034](7175034))
* add linkedDocument icon + fix organisation ([f8b8e23](f8b8e23))
* add of ".vue" for Icon/file status (#158) ([9c29898](9c29898)), closes [#158](#158)
* add synchro2d icon ([4ab8861](4ab8861))
* add the ability to know in slots if drop down list is open ([7539409](7539409))
* chore: update api-client version to use new model api in files manager component (#165) ([6c000f3](6c000f3)), closes [#165](#165)
* chore: update dependencies (with ncu) ([e0706fe](e0706fe))
* chore(deps): dependabot bumps ([64030bf](64030bf))
* Feat / Fix: BIMData Design System plugin (#169) ([369db89](369db89)), closes [#169](#169)
* feat(select): add 'disabled' prop to BIMDataSelect (#168) ([cd4c231](cd4c231)), closes [#168](#168)
* feature: add smart component GED selectableFileTypes ([c111fab](c111fab))
* file-manager / long IFC name fix (#180) ([3099054](3099054)), closes [#180](#180)
* fix bimdata button disabled (#152) ([17ee9eb](17ee9eb)), closes [#152](#152)
* fix file manager ([2d02331](2d02331))
* fix file-icon regex to ignore case ([97cb68a](97cb68a))
* fix GED checkbox position ([aaf0570](aaf0570))
* fix hover on disabled buttons (#179) ([acfd55c](acfd55c)), closes [#179](#179)
* fix icon rotation ([7ffbcd8](7ffbcd8))
* fix: disable autocomplete on BIMDataSearch ([b858c41](b858c41))
* fix(file-icon): ignore extension case (#178) ([cc6c1ad](cc6c1ad)), closes [#178](#178)
* fix(icons): fix icon rotation ([b46a05e](b46a05e))
* fix(input): set autocomplete 'off' by default on bimdata-input (#183) ([c6d5d29](c6d5d29)), closes [#183](#183)
* Fix/style (#150) ([f31bdc6](f31bdc6)), closes [#150](#150)
* Fix/style doc (#151) ([4add098](4add098)), closes [#151](#151)
* Ged style update (#153) ([fe89b61](fe89b61)), closes [#153](#153)
* Merge pull request #154 from bimdata/feat/lock-icon ([0aa89a8](0aa89a8)), closes [#154](#154)
* Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/ws-5.2.3' into update-deps ([803aa63](803aa63))
* reduce bundle size by adding standalone icons (#162) ([4d7e903](4d7e903)), closes [#162](#162)
* remove transparent background color for disabled btn hover (#164) ([4ab695c](4ab695c)), closes [#164](#164)
* remove useless checkbox margin if no text ([175edb7](175edb7))
  • Loading branch information
semantic-release-bot committed Mar 31, 2022
1 parent c0e584e commit 3d18a9d
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 3 deletions.
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,72 @@
# [1.2.0](https://github.com/bimdata/design-system/compare/v1.1.0...v1.2.0) (2022-03-31)


### chore

* rearrange Table and Tabs props/events doc ([2c37120](https://github.com/bimdata/design-system/commit/2c371205dc25cee6d93d7df08b92a39f539a0c92))
* use different output dir for package and web ([7a76930](https://github.com/bimdata/design-system/commit/7a76930d38c77290da3d8c3b44c37c47ce834580))

### doc

* clean/fix parts of the documentation ([55aa900](https://github.com/bimdata/design-system/commit/55aa900e2ede293d759f8248f5b0dba01090feda))

### fix

* remove commented code ([48fa330](https://github.com/bimdata/design-system/commit/48fa3306ddb76576fa6e920c77faf83d7282dd4f))

### MINOR

* Add DS Vue Plugin (#163) ([8c690d9](https://github.com/bimdata/design-system/commit/8c690d963e42723199a3b133832dc3fef387f6d4)), closes [#163](https://github.com/bimdata/design-system/issues/163)
* add message as property for BIMDataLoading (#186) ([c6b96ae](https://github.com/bimdata/design-system/commit/c6b96ae50c54249c68177e854ce5052562e1aeaf)), closes [#186](https://github.com/bimdata/design-system/issues/186)
* add of readonly props within textarea component (#147) ([785c3dc](https://github.com/bimdata/design-system/commit/785c3dc3ca7588ec566d316c6118230509989fb0)), closes [#147](https://github.com/bimdata/design-system/issues/147)
* add of uploader's initials to documents (#176) ([3446e48](https://github.com/bimdata/design-system/commit/3446e484b6b2e54cdb5ddc7b158aad6ca4dde857)), closes [#176](https://github.com/bimdata/design-system/issues/176)
* add success btn ton BIMDataButton component (#146) ([fdfd961](https://github.com/bimdata/design-system/commit/fdfd9611f2606e7cc0d24d19397701872aa5136b)), closes [#146](https://github.com/bimdata/design-system/issues/146)
* export click-away directive ([012380f](https://github.com/bimdata/design-system/commit/012380fbad9c39eef8604ec74916f1450f2767ba))
* feat(components): rewrite bimdata-tooltip component (#177) ([251e860](https://github.com/bimdata/design-system/commit/251e860d7a3ac4bb90d00fe012d673eafa09e6a5)), closes [#177](https://github.com/bimdata/design-system/issues/177)
* fitContent and resizable props for textarea component (#155) ([836d83d](https://github.com/bimdata/design-system/commit/836d83ddebeaa4df5f0b2326182c77bcd7babc8c)), closes [#155](https://github.com/bimdata/design-system/issues/155)
* icon comment (#160) ([2f19d4b](https://github.com/bimdata/design-system/commit/2f19d4b8dbb307b3ee6c8745dee0bf54ed054fcc)), closes [#160](https://github.com/bimdata/design-system/issues/160)
* Icon/file status (#157) ([f740473](https://github.com/bimdata/design-system/commit/f7404731d940ec1e0ebadb83a77d42f001eca0f1)), closes [#157](https://github.com/bimdata/design-system/issues/157)
* improvement usage of native attribute for textarea (#161) ([e0886f3](https://github.com/bimdata/design-system/commit/e0886f34f28a8fad2074033083fbb7b36e6f4de7)), closes [#161](https://github.com/bimdata/design-system/issues/161)
* update fileIcon API + add doc + add export (#144) ([a2af66a](https://github.com/bimdata/design-system/commit/a2af66aa4107143e5e78566d3740ec5307700853)), closes [#144](https://github.com/bimdata/design-system/issues/144)
* update font weight (#148) ([b8f1653](https://github.com/bimdata/design-system/commit/b8f1653fa85b88a8813abf4458c110a7660718b5)), closes [#148](https://github.com/bimdata/design-system/issues/148)

### PATCH

* [Smart Component] Ged update (#149) ([2286299](https://github.com/bimdata/design-system/commit/22862992bb2715e04745e86400c6bdfd8089ea36)), closes [#149](https://github.com/bimdata/design-system/issues/149)
* add caliper icon ([42e83e6](https://github.com/bimdata/design-system/commit/42e83e6799ea62775976c4d889bc335ffaaea875))
* add empty measure illustration ([c0a9edd](https://github.com/bimdata/design-system/commit/c0a9edda68d6abbdcf417f5122a682bdee9c1d90))
* add empty viewer illustration ([4740924](https://github.com/bimdata/design-system/commit/47409240d401125350f1fbc6fcc0ef43a914e094))
* add FileManager header customization props + doc ([7175034](https://github.com/bimdata/design-system/commit/717503422273c67e9c9eaff1b8a0d2e935633cda))
* add linkedDocument icon + fix organisation ([f8b8e23](https://github.com/bimdata/design-system/commit/f8b8e23d97d6376b51875ea20b00554834755ab8))
* add of ".vue" for Icon/file status (#158) ([9c29898](https://github.com/bimdata/design-system/commit/9c29898d369040daaa6e6bf3a1960beb4b1869a8)), closes [#158](https://github.com/bimdata/design-system/issues/158)
* add synchro2d icon ([4ab8861](https://github.com/bimdata/design-system/commit/4ab8861b0ac1c1cfd49c0fee6b83a1bdbc2dc670))
* add the ability to know in slots if drop down list is open ([7539409](https://github.com/bimdata/design-system/commit/7539409fd10fe052cf42bd7e0fdae3d10d8605f5))
* chore: update api-client version to use new model api in files manager component (#165) ([6c000f3](https://github.com/bimdata/design-system/commit/6c000f3b783d9058c5f01f80c16f0bfb20244b17)), closes [#165](https://github.com/bimdata/design-system/issues/165)
* chore: update dependencies (with ncu) ([e0706fe](https://github.com/bimdata/design-system/commit/e0706fe374db5f731451a46b90b67ea067ed146f))
* chore(deps): dependabot bumps ([64030bf](https://github.com/bimdata/design-system/commit/64030bf8396144b6a41de40dcf726e6ec897e095))
* Feat / Fix: BIMData Design System plugin (#169) ([369db89](https://github.com/bimdata/design-system/commit/369db89f597e6a07c14d9371ad9d2adc3e03f61b)), closes [#169](https://github.com/bimdata/design-system/issues/169)
* feat(select): add 'disabled' prop to BIMDataSelect (#168) ([cd4c231](https://github.com/bimdata/design-system/commit/cd4c2310df410550b448eed7315ecb5d14a1348d)), closes [#168](https://github.com/bimdata/design-system/issues/168)
* feature: add smart component GED selectableFileTypes ([c111fab](https://github.com/bimdata/design-system/commit/c111fab88fe408243c4bcac5ee92df70f1b07059))
* file-manager / long IFC name fix (#180) ([3099054](https://github.com/bimdata/design-system/commit/3099054499b1bc8af6c51f003993f01a9dd5b03a)), closes [#180](https://github.com/bimdata/design-system/issues/180)
* fix bimdata button disabled (#152) ([17ee9eb](https://github.com/bimdata/design-system/commit/17ee9ebc7086a9a45e58a10e308ef2d479fee387)), closes [#152](https://github.com/bimdata/design-system/issues/152)
* fix file manager ([2d02331](https://github.com/bimdata/design-system/commit/2d02331ed27d6da7a3f9d7f7f68052fd8b9d7645))
* fix file-icon regex to ignore case ([97cb68a](https://github.com/bimdata/design-system/commit/97cb68a5fc11d70c64ee4d10d316c5f0dd087da3))
* fix GED checkbox position ([aaf0570](https://github.com/bimdata/design-system/commit/aaf05709e92b75caa2bb03b393af884278804fbf))
* fix hover on disabled buttons (#179) ([acfd55c](https://github.com/bimdata/design-system/commit/acfd55c61d187cc9c596f6838d7e0b7b0b337e59)), closes [#179](https://github.com/bimdata/design-system/issues/179)
* fix icon rotation ([7ffbcd8](https://github.com/bimdata/design-system/commit/7ffbcd8b9bc48bb09a7f4d64330ea52a3bee14d0))
* fix: disable autocomplete on BIMDataSearch ([b858c41](https://github.com/bimdata/design-system/commit/b858c41a1535be40b15216ace2cd19628ba6b186))
* fix(file-icon): ignore extension case (#178) ([cc6c1ad](https://github.com/bimdata/design-system/commit/cc6c1ad3e7c2f2b77015d274f87871ded17efc0d)), closes [#178](https://github.com/bimdata/design-system/issues/178)
* fix(icons): fix icon rotation ([b46a05e](https://github.com/bimdata/design-system/commit/b46a05edf8ed7a0c4ef5ca801d127b280f832f44))
* fix(input): set autocomplete 'off' by default on bimdata-input (#183) ([c6d5d29](https://github.com/bimdata/design-system/commit/c6d5d291cae87544b929bc66eb7d3b980611e4c8)), closes [#183](https://github.com/bimdata/design-system/issues/183)
* Fix/style (#150) ([f31bdc6](https://github.com/bimdata/design-system/commit/f31bdc6068e8b329d20fe90b0e435473c2316eac)), closes [#150](https://github.com/bimdata/design-system/issues/150)
* Fix/style doc (#151) ([4add098](https://github.com/bimdata/design-system/commit/4add0980a98177b199d683954e7a6f33e0fb8ceb)), closes [#151](https://github.com/bimdata/design-system/issues/151)
* Ged style update (#153) ([fe89b61](https://github.com/bimdata/design-system/commit/fe89b61da2f3b90ebfeac2f48f2ffb4439ef7717)), closes [#153](https://github.com/bimdata/design-system/issues/153)
* Merge pull request #154 from bimdata/feat/lock-icon ([0aa89a8](https://github.com/bimdata/design-system/commit/0aa89a88ee5ffbe6794064ae0d34e0f5cb4c6667)), closes [#154](https://github.com/bimdata/design-system/issues/154)
* Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/ws-5.2.3' into update-deps ([803aa63](https://github.com/bimdata/design-system/commit/803aa63095b3e72f1bb904a35c41a23fe69d9f67))
* reduce bundle size by adding standalone icons (#162) ([4d7e903](https://github.com/bimdata/design-system/commit/4d7e9031f3841dde98cf6dd4052874e85260f2ab)), closes [#162](https://github.com/bimdata/design-system/issues/162)
* remove transparent background color for disabled btn hover (#164) ([4ab695c](https://github.com/bimdata/design-system/commit/4ab695cdf0fcba55743f2cc0da59922af2b8ef8c)), closes [#164](https://github.com/bimdata/design-system/issues/164)
* remove useless checkbox margin if no text ([175edb7](https://github.com/bimdata/design-system/commit/175edb7ba77022155aa63b0962a6b88c0cc01a23))

# [1.1.0](https://github.com/bimdata/design-system/compare/v1.0.1...v1.1.0) (2021-12-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bimdata/design-system",
"version": "1.2.0-rc.44",
"version": "1.2.0",
"main": "./dist/js/BIMDataComponents/index.js",
"module": "./dist/js/BIMDataComponents/index.js",
"files": [
Expand Down

0 comments on commit 3d18a9d

Please sign in to comment.