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

Guided tour/tooltip design #187

Merged
merged 57 commits into from
Apr 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
0b8c8cf
chore(deps): bump ws from 5.2.2 to 5.2.3
dependabot[bot] Feb 7, 2022
cc9a811
chore(deps): bump ajv from 6.12.2 to 6.12.6
dependabot[bot] Feb 14, 2022
f254712
chore(deps): bump follow-redirects from 1.11.0 to 1.14.8
dependabot[bot] Feb 14, 2022
4740924
PATCH: add empty viewer illustration
Kurtil Feb 22, 2022
3d85868
chore(release): 1.2.0-rc.30 [skip ci]
semantic-release-bot Feb 22, 2022
42e83e6
PATCH: add caliper icon
Kurtil Feb 25, 2022
f54c8f5
chore(release): 1.2.0-rc.31 [skip ci]
semantic-release-bot Feb 25, 2022
91e40ef
chore(deps): bump url-parse from 1.4.7 to 1.5.10
dependabot[bot] Feb 27, 2022
7539409
PATCH: add the ability to know in slots if drop down list is open
Kurtil Mar 1, 2022
2bff5d8
chore(release): 1.2.0-rc.32 [skip ci]
semantic-release-bot Mar 1, 2022
3446e48
MINOR: add of uploader's initials to documents (#176)
pvilalta Mar 2, 2022
2b984de
chore(release): 1.2.0-rc.33 [skip ci]
semantic-release-bot Mar 2, 2022
cc6c1ad
PATCH: fix(file-icon): ignore extension case (#178)
NicolasRichel Mar 4, 2022
ebabc91
chore(release): 1.2.0-rc.34 [skip ci]
semantic-release-bot Mar 4, 2022
97cb68a
PATCH: fix file-icon regex to ignore case
NicolasRichel Mar 4, 2022
e748197
chore(release): 1.2.0-rc.35 [skip ci]
semantic-release-bot Mar 4, 2022
acfd55c
PATCH: fix hover on disabled buttons (#179)
Kurtil Mar 9, 2022
a7899ef
chore(release): 1.2.0-rc.36 [skip ci]
semantic-release-bot Mar 9, 2022
251e860
MINOR: feat(components): rewrite bimdata-tooltip component (#177)
NicolasRichel Mar 14, 2022
49a0f9d
chore(release): 1.2.0-rc.37 [skip ci]
semantic-release-bot Mar 14, 2022
3099054
PATCH: file-manager / long IFC name fix (#180)
pvilalta Mar 17, 2022
b16e4bb
chore(release): 1.2.0-rc.38 [skip ci]
semantic-release-bot Mar 17, 2022
c0a9edd
PATCH: add empty measure illustration
Kurtil Mar 17, 2022
b262aa3
chore(release): 1.2.0-rc.39 [skip ci]
semantic-release-bot Mar 17, 2022
c6d5d29
PATCH: fix(input): set autocomplete 'off' by default on bimdata-input…
NicolasRichel Mar 24, 2022
d65c206
chore(release): 1.2.0-rc.40 [skip ci]
semantic-release-bot Mar 24, 2022
9392ea1
chore(deps): bump minimist from 1.2.5 to 1.2.6
dependabot[bot] Mar 24, 2022
f7e0574
use CSS Variables instead of scss variables (#182)
LrxGaelle Mar 25, 2022
c6b96ae
MINOR: add message as property for BIMDataLoading (#186)
pvilalta Mar 30, 2022
8e84f0c
chore(release): 1.2.0-rc.41 [skip ci]
semantic-release-bot Mar 30, 2022
b858c41
PATCH: fix: disable autocomplete on BIMDataSearch
NicolasRichel Mar 30, 2022
8cee087
chore(release): 1.2.0-rc.42 [skip ci]
semantic-release-bot Mar 30, 2022
55aa900
doc: clean/fix parts of the documentation
NicolasRichel Mar 30, 2022
e0706fe
PATCH: chore: update dependencies (with ncu)
NicolasRichel Mar 30, 2022
9766e62
chore(release): 1.2.0-rc.43 [skip ci]
semantic-release-bot Mar 30, 2022
64030bf
PATCH: chore(deps): dependabot bumps
dependabot[bot] Mar 24, 2022
51d74e2
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/minimist…
NicolasRichel Mar 31, 2022
17966ca
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/url-pars…
NicolasRichel Mar 31, 2022
70f7c9f
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/follow-r…
NicolasRichel Mar 31, 2022
5472bf9
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/ajv-6.12…
NicolasRichel Mar 31, 2022
803aa63
PATCH: Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/w…
NicolasRichel Mar 31, 2022
a5870cb
chore(release): 1.2.0-rc.44 [skip ci]
semantic-release-bot Mar 31, 2022
48fa330
fix: remove commented code
NicolasRichel Mar 31, 2022
c0e584e
Merge branch 'develop'
NicolasRichel Mar 31, 2022
3d18a9d
chore(release): 1.2.0 [skip ci]
semantic-release-bot Mar 31, 2022
e0ef658
implementation of GuidedTour component
pvilalta Feb 23, 2022
e208e4a
WIP implementation of a specific component
pvilalta Feb 24, 2022
63dfb13
completed implementation of guidedTour
pvilalta Feb 24, 2022
2055b35
refactoring GuidedTour component
pvilalta Feb 25, 2022
466fee4
refactoring of tooltip position
pvilalta Mar 9, 2022
f036d2c
scroll and tooltip position logic ok
pvilalta Mar 23, 2022
52f8a61
refacto of position and scrolling WIP
pvilalta Mar 24, 2022
ed29997
click handled by next button
pvilalta Mar 24, 2022
da3b9e6
progress bar added
pvilalta Apr 4, 2022
16a8f7e
Guided tour v1 implemented
pvilalta Apr 5, 2022
dcac659
got rid of GuidedTour from the component list in the doc
pvilalta Apr 5, 2022
382e6b0
conflicts fixed
pvilalta Apr 5, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading