v0.1.0-alpha.21

This commit is contained in:
Hossein Mehrabi 2023-11-16 17:18:58 +03:30
parent 38339b84dc
commit 42fe620d53
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
4 changed files with 133 additions and 2 deletions

View File

@ -3,6 +3,72 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.1.0-alpha.21](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.20...v0.1.0-alpha.21) (2023-11-16)
### Bug Fixes
- adds border to the modal container ([8eb293e](https://github.com/acid-info/logos-design-system/commit/8eb293ef72889e7a89a2aab862633b65a64824f9))
- adds disabled logic ([774ffd9](https://github.com/acid-info/logos-design-system/commit/774ffd95feece615e953bedbccc4f220fb3f135a))
- better year select dropdown and other minor updates ([aece48d](https://github.com/acid-info/logos-design-system/commit/aece48d2d21e75397a825de01f8973a652cdd4d9))
- center tab text when there's no icon ([8cf7500](https://github.com/acid-info/logos-design-system/commit/8cf7500d00c882ec6b93a6279ef8ba9a7dcf0617))
- consider scroll in portal elements and handle stale portal containers ([55d4bda](https://github.com/acid-info/logos-design-system/commit/55d4bda014db2dabe89dada4dc3271491128c40f))
- design review feedback - fix case with 2 icons ([85b148a](https://github.com/acid-info/logos-design-system/commit/85b148a8c97a2bfe3332f3f2a4e58e6e0c677e7b))
- design review fixes and a couple of other minor fixes ([a535cfa](https://github.com/acid-info/logos-design-system/commit/a535cfaa612487cf04c1cf2248f03496b5c88bf1))
- duplicate portal container temporary fix ([868ab6c](https://github.com/acid-info/logos-design-system/commit/868ab6ca7acd73e68eaf0b0aa1c9ebdd1e1086ac))
- error state now supported in non webkit browsers ([d78958b](https://github.com/acid-info/logos-design-system/commit/d78958b9f8f419714d102f7af619af56b8446d09))
- fix controlled versions of Calendar and DatePicker ([2f6f391](https://github.com/acid-info/logos-design-system/commit/2f6f391735cf336e92fa3e3fb1e9b51749627d2f))
- fix disabled calendar days ([82d4975](https://github.com/acid-info/logos-design-system/commit/82d4975cdca4af0cb852e90d0c5f9570e4d94c29))
- fix modal's close icon position ([41b2c62](https://github.com/acid-info/logos-design-system/commit/41b2c62e637c40b22573accc3a4c2719a2289541))
- fix multiple issues and update styles ([261b96f](https://github.com/acid-info/logos-design-system/commit/261b96f3bf110a842857613ac53a027be7bd077d))
- fix outlined not working on date field component ([7a3fd89](https://github.com/acid-info/logos-design-system/commit/7a3fd8936e072af91931a19719ee9ed577af79b7))
- fix tabs storybook file ([d572aef](https://github.com/acid-info/logos-design-system/commit/d572aefe0aba04fb94faee61e19d7a6058efee01))
- fix type errors ([16363ee](https://github.com/acid-info/logos-design-system/commit/16363eea41aaeb7210ba5b46c591e4da5618b4c5))
- fix year dropdown paddings and icon container size ([6fb8911](https://github.com/acid-info/logos-design-system/commit/6fb89110b775d42693d94a873ac1b6231c6588da))
- implements PR comment changes ([7041359](https://github.com/acid-info/logos-design-system/commit/7041359c445481429fd7db5921002de2add9be15))
- implements some fixes from the PR comments and design review ([dcaeb22](https://github.com/acid-info/logos-design-system/commit/dcaeb22efe3b3bd941dca5e08b457bd0b9ccaf9c))
- rebase and small update on yarn.lock ([d99b453](https://github.com/acid-info/logos-design-system/commit/d99b453801ec1de2e33bf59b32a23f0e89d31605))
- rebase and update icon names ([c6d6687](https://github.com/acid-info/logos-design-system/commit/c6d66876ad7fc30ef35445cae5f15c0f13d056e5))
- remove incorrect default value for some component variations ([0ff0bbc](https://github.com/acid-info/logos-design-system/commit/0ff0bbcc1e09a8bb5eaf5a2f0e6fb05e96070ca2))
- remove isOpen from storybook ([3c398e7](https://github.com/acid-info/logos-design-system/commit/3c398e7e0908c0e02ad6fdc570991740be32249f))
- remove null as any context initialization ([eb5dddb](https://github.com/acid-info/logos-design-system/commit/eb5dddb5ae633f9d4e47df3e8cbe467b418e97e7))
- remove unnecessary import ([b5bf39c](https://github.com/acid-info/logos-design-system/commit/b5bf39c2347cf322c9e09ac837bf6304e71f376c))
- remove unused styles from CSSBaseline ([86125f7](https://github.com/acid-info/logos-design-system/commit/86125f73fdac018d6be6cb4ec6778128db435dea))
- removed the incorrect useEffect and updated deps array ([5c9c23f](https://github.com/acid-info/logos-design-system/commit/5c9c23fd30aa0e3e869b6c5ecea61cc2e5dd9c12))
- rename dayBorderTopAndBottom class ([07fb14a](https://github.com/acid-info/logos-design-system/commit/07fb14ae8ed5d2bbe2241ba66114b4b2b8a0e08e))
- rename outlined bottom to underlined ([c993d0f](https://github.com/acid-info/logos-design-system/commit/c993d0febbbd349fe82e4f6472951d5c12c6b557))
- rename outlined-bottom to underline and remove unused import ([e81efc2](https://github.com/acid-info/logos-design-system/commit/e81efc24ce4c19e49227f87634a7dae5dd8fbc6b))
- small comment updates ([957e1cb](https://github.com/acid-info/logos-design-system/commit/957e1cbd20d0b49430d909d7aa66ff4bd48cc233))
- update css to handle wrapped buttons ([356e8c5](https://github.com/acid-info/logos-design-system/commit/356e8c540d366b4e453ecec449eb68c845207034))
- update icon names to match names on figma ([a654db3](https://github.com/acid-info/logos-design-system/commit/a654db399af6b71815b686f77180ac683f5d65a5))
- update useInput and remove unnecessary fake js events ([85d05cd](https://github.com/acid-info/logos-design-system/commit/85d05cd6fefd134fbf38c34c033f2744b7629335))
- use a ping pong approach instead ([e5c20a8](https://github.com/acid-info/logos-design-system/commit/e5c20a862b59c5642fece033be2a7488b996f8e9))
- use context like in the icon group component ([c49364f](https://github.com/acid-info/logos-design-system/commit/c49364fa7172f712fe4d81734f1b56885c37c18b))
- use withIcon modifier instead of withoutIcon ([38339b8](https://github.com/acid-info/logos-design-system/commit/38339b84dc67cbd60a47cd6247866af3bc96744a))
### Features
- add border bottom to tab items and tabs container ([8f5f657](https://github.com/acid-info/logos-design-system/commit/8f5f6571bcb59c55e6e54e9e23b402541dd18aee))
- add individual styles for year month and day ([e372217](https://github.com/acid-info/logos-design-system/commit/e37221761d8fa8137447935506420c62cc4aaa0f))
- add label element to DateField and adjust styles ([2537acf](https://github.com/acid-info/logos-design-system/commit/2537acf89d2bf68596e193d6e669c1505dc5ecc3))
- add subtitle 3-5 typography variants ([a7bfa14](https://github.com/acid-info/logos-design-system/commit/a7bfa14d9dfb13c06fea9e3a52efd91ce0507cb8))
- add support for custom menu properties in Dropdown component ([65bebb8](https://github.com/acid-info/logos-design-system/commit/65bebb8326a2ee040de2b30e29228679eb408bbe))
- add tooltip box and use it in calendars ([69a46e6](https://github.com/acid-info/logos-design-system/commit/69a46e613bc9ef92100e697bbb94afd39ee17f7a))
- added new class dayIsToday and rebased ([1249d98](https://github.com/acid-info/logos-design-system/commit/1249d98ac0a91e31df1f7c84f7513fa5f69d4730))
- adds animation and position props to toast component ([1f24949](https://github.com/acid-info/logos-design-system/commit/1f249490ce67a989238793073d512566e8bbc37e))
- adds dropdown component control props ([e4f3567](https://github.com/acid-info/logos-design-system/commit/e4f3567cec5f5600ab8718ea0a3807c28966b7cd))
- adds spacing array to the theme ([efa4792](https://github.com/acid-info/logos-design-system/commit/efa4792a2adc31356eacccc36826a0b93727243a))
- adds toast provider component ([24ccbd0](https://github.com/acid-info/logos-design-system/commit/24ccbd04b275bd49f0f085cfc9388c8268d21735))
- adds year selection dropdown and other minor improvements ([e36753b](https://github.com/acid-info/logos-design-system/commit/e36753b3f4c3401b15e406be36173e0fee5490fc))
- broadcast height to parents - useful when iframed ([31c2c9e](https://github.com/acid-info/logos-design-system/commit/31c2c9ea9167ccf986f7b63b11f9b4efcfe1b163))
- implement button group and update button styles ([0cc8075](https://github.com/acid-info/logos-design-system/commit/0cc80751a3f56d009fa435871eb0ab1897123860))
- implement date picker component ([51d995a](https://github.com/acid-info/logos-design-system/commit/51d995a264590dc479c9149b071547bc85ded925))
- implement date range picker ([db4d10d](https://github.com/acid-info/logos-design-system/commit/db4d10d34d3bca20fd35b0945854642662af48ff))
- implements number input with PR comment feedback ([f233d4b](https://github.com/acid-info/logos-design-system/commit/f233d4b2cfaae63bff42cc8b8e59d5bfc433ff44))
- new icon styles for the dropdown button ([0b8bfe2](https://github.com/acid-info/logos-design-system/commit/0b8bfe242434df0dfd24fcd6e73a01dab648808d))
- new modal component ([2212cf0](https://github.com/acid-info/logos-design-system/commit/2212cf06c9bd44ec28ea361a5eb71d0307608b29))
- pr fixes and adds modal footer ([3ac8c0e](https://github.com/acid-info/logos-design-system/commit/3ac8c0e7b284bfb0d1149b002eb536e053869f1b))
- toast componet v0.1 - missing position and animation props ([dc9ce1f](https://github.com/acid-info/logos-design-system/commit/dc9ce1f4a8916d98d6974eb0419cd82f006a2cd9))
# [0.1.0-alpha.20](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.19...v0.1.0-alpha.20) (2023-09-20)
### Bug Fixes

View File

@ -2,6 +2,6 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true,
"version": "0.1.0-alpha.20",
"version": "0.1.0-alpha.21",
"packages": ["packages/*", "apps/*"]
}

View File

@ -3,6 +3,71 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.1.0-alpha.21](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.20...v0.1.0-alpha.21) (2023-11-16)
### Bug Fixes
- adds border to the modal container ([8eb293e](https://github.com/acid-info/logos-design-system/commit/8eb293ef72889e7a89a2aab862633b65a64824f9))
- adds disabled logic ([774ffd9](https://github.com/acid-info/logos-design-system/commit/774ffd95feece615e953bedbccc4f220fb3f135a))
- better year select dropdown and other minor updates ([aece48d](https://github.com/acid-info/logos-design-system/commit/aece48d2d21e75397a825de01f8973a652cdd4d9))
- center tab text when there's no icon ([8cf7500](https://github.com/acid-info/logos-design-system/commit/8cf7500d00c882ec6b93a6279ef8ba9a7dcf0617))
- consider scroll in portal elements and handle stale portal containers ([55d4bda](https://github.com/acid-info/logos-design-system/commit/55d4bda014db2dabe89dada4dc3271491128c40f))
- design review feedback - fix case with 2 icons ([85b148a](https://github.com/acid-info/logos-design-system/commit/85b148a8c97a2bfe3332f3f2a4e58e6e0c677e7b))
- design review fixes and a couple of other minor fixes ([a535cfa](https://github.com/acid-info/logos-design-system/commit/a535cfaa612487cf04c1cf2248f03496b5c88bf1))
- duplicate portal container temporary fix ([868ab6c](https://github.com/acid-info/logos-design-system/commit/868ab6ca7acd73e68eaf0b0aa1c9ebdd1e1086ac))
- error state now supported in non webkit browsers ([d78958b](https://github.com/acid-info/logos-design-system/commit/d78958b9f8f419714d102f7af619af56b8446d09))
- fix controlled versions of Calendar and DatePicker ([2f6f391](https://github.com/acid-info/logos-design-system/commit/2f6f391735cf336e92fa3e3fb1e9b51749627d2f))
- fix disabled calendar days ([82d4975](https://github.com/acid-info/logos-design-system/commit/82d4975cdca4af0cb852e90d0c5f9570e4d94c29))
- fix modal's close icon position ([41b2c62](https://github.com/acid-info/logos-design-system/commit/41b2c62e637c40b22573accc3a4c2719a2289541))
- fix multiple issues and update styles ([261b96f](https://github.com/acid-info/logos-design-system/commit/261b96f3bf110a842857613ac53a027be7bd077d))
- fix outlined not working on date field component ([7a3fd89](https://github.com/acid-info/logos-design-system/commit/7a3fd8936e072af91931a19719ee9ed577af79b7))
- fix tabs storybook file ([d572aef](https://github.com/acid-info/logos-design-system/commit/d572aefe0aba04fb94faee61e19d7a6058efee01))
- fix type errors ([16363ee](https://github.com/acid-info/logos-design-system/commit/16363eea41aaeb7210ba5b46c591e4da5618b4c5))
- fix year dropdown paddings and icon container size ([6fb8911](https://github.com/acid-info/logos-design-system/commit/6fb89110b775d42693d94a873ac1b6231c6588da))
- implements PR comment changes ([7041359](https://github.com/acid-info/logos-design-system/commit/7041359c445481429fd7db5921002de2add9be15))
- implements some fixes from the PR comments and design review ([dcaeb22](https://github.com/acid-info/logos-design-system/commit/dcaeb22efe3b3bd941dca5e08b457bd0b9ccaf9c))
- rebase and update icon names ([c6d6687](https://github.com/acid-info/logos-design-system/commit/c6d66876ad7fc30ef35445cae5f15c0f13d056e5))
- remove incorrect default value for some component variations ([0ff0bbc](https://github.com/acid-info/logos-design-system/commit/0ff0bbcc1e09a8bb5eaf5a2f0e6fb05e96070ca2))
- remove isOpen from storybook ([3c398e7](https://github.com/acid-info/logos-design-system/commit/3c398e7e0908c0e02ad6fdc570991740be32249f))
- remove null as any context initialization ([eb5dddb](https://github.com/acid-info/logos-design-system/commit/eb5dddb5ae633f9d4e47df3e8cbe467b418e97e7))
- remove unnecessary import ([b5bf39c](https://github.com/acid-info/logos-design-system/commit/b5bf39c2347cf322c9e09ac837bf6304e71f376c))
- remove unused styles from CSSBaseline ([86125f7](https://github.com/acid-info/logos-design-system/commit/86125f73fdac018d6be6cb4ec6778128db435dea))
- removed the incorrect useEffect and updated deps array ([5c9c23f](https://github.com/acid-info/logos-design-system/commit/5c9c23fd30aa0e3e869b6c5ecea61cc2e5dd9c12))
- rename dayBorderTopAndBottom class ([07fb14a](https://github.com/acid-info/logos-design-system/commit/07fb14ae8ed5d2bbe2241ba66114b4b2b8a0e08e))
- rename outlined bottom to underlined ([c993d0f](https://github.com/acid-info/logos-design-system/commit/c993d0febbbd349fe82e4f6472951d5c12c6b557))
- rename outlined-bottom to underline and remove unused import ([e81efc2](https://github.com/acid-info/logos-design-system/commit/e81efc24ce4c19e49227f87634a7dae5dd8fbc6b))
- small comment updates ([957e1cb](https://github.com/acid-info/logos-design-system/commit/957e1cbd20d0b49430d909d7aa66ff4bd48cc233))
- update css to handle wrapped buttons ([356e8c5](https://github.com/acid-info/logos-design-system/commit/356e8c540d366b4e453ecec449eb68c845207034))
- update icon names to match names on figma ([a654db3](https://github.com/acid-info/logos-design-system/commit/a654db399af6b71815b686f77180ac683f5d65a5))
- update useInput and remove unnecessary fake js events ([85d05cd](https://github.com/acid-info/logos-design-system/commit/85d05cd6fefd134fbf38c34c033f2744b7629335))
- use a ping pong approach instead ([e5c20a8](https://github.com/acid-info/logos-design-system/commit/e5c20a862b59c5642fece033be2a7488b996f8e9))
- use context like in the icon group component ([c49364f](https://github.com/acid-info/logos-design-system/commit/c49364fa7172f712fe4d81734f1b56885c37c18b))
- use withIcon modifier instead of withoutIcon ([38339b8](https://github.com/acid-info/logos-design-system/commit/38339b84dc67cbd60a47cd6247866af3bc96744a))
### Features
- add border bottom to tab items and tabs container ([8f5f657](https://github.com/acid-info/logos-design-system/commit/8f5f6571bcb59c55e6e54e9e23b402541dd18aee))
- add individual styles for year month and day ([e372217](https://github.com/acid-info/logos-design-system/commit/e37221761d8fa8137447935506420c62cc4aaa0f))
- add label element to DateField and adjust styles ([2537acf](https://github.com/acid-info/logos-design-system/commit/2537acf89d2bf68596e193d6e669c1505dc5ecc3))
- add subtitle 3-5 typography variants ([a7bfa14](https://github.com/acid-info/logos-design-system/commit/a7bfa14d9dfb13c06fea9e3a52efd91ce0507cb8))
- add support for custom menu properties in Dropdown component ([65bebb8](https://github.com/acid-info/logos-design-system/commit/65bebb8326a2ee040de2b30e29228679eb408bbe))
- add tooltip box and use it in calendars ([69a46e6](https://github.com/acid-info/logos-design-system/commit/69a46e613bc9ef92100e697bbb94afd39ee17f7a))
- added new class dayIsToday and rebased ([1249d98](https://github.com/acid-info/logos-design-system/commit/1249d98ac0a91e31df1f7c84f7513fa5f69d4730))
- adds animation and position props to toast component ([1f24949](https://github.com/acid-info/logos-design-system/commit/1f249490ce67a989238793073d512566e8bbc37e))
- adds dropdown component control props ([e4f3567](https://github.com/acid-info/logos-design-system/commit/e4f3567cec5f5600ab8718ea0a3807c28966b7cd))
- adds spacing array to the theme ([efa4792](https://github.com/acid-info/logos-design-system/commit/efa4792a2adc31356eacccc36826a0b93727243a))
- adds toast provider component ([24ccbd0](https://github.com/acid-info/logos-design-system/commit/24ccbd04b275bd49f0f085cfc9388c8268d21735))
- adds year selection dropdown and other minor improvements ([e36753b](https://github.com/acid-info/logos-design-system/commit/e36753b3f4c3401b15e406be36173e0fee5490fc))
- broadcast height to parents - useful when iframed ([31c2c9e](https://github.com/acid-info/logos-design-system/commit/31c2c9ea9167ccf986f7b63b11f9b4efcfe1b163))
- implement button group and update button styles ([0cc8075](https://github.com/acid-info/logos-design-system/commit/0cc80751a3f56d009fa435871eb0ab1897123860))
- implement date picker component ([51d995a](https://github.com/acid-info/logos-design-system/commit/51d995a264590dc479c9149b071547bc85ded925))
- implement date range picker ([db4d10d](https://github.com/acid-info/logos-design-system/commit/db4d10d34d3bca20fd35b0945854642662af48ff))
- implements number input with PR comment feedback ([f233d4b](https://github.com/acid-info/logos-design-system/commit/f233d4b2cfaae63bff42cc8b8e59d5bfc433ff44))
- new icon styles for the dropdown button ([0b8bfe2](https://github.com/acid-info/logos-design-system/commit/0b8bfe242434df0dfd24fcd6e73a01dab648808d))
- new modal component ([2212cf0](https://github.com/acid-info/logos-design-system/commit/2212cf06c9bd44ec28ea361a5eb71d0307608b29))
- pr fixes and adds modal footer ([3ac8c0e](https://github.com/acid-info/logos-design-system/commit/3ac8c0e7b284bfb0d1149b002eb536e053869f1b))
- toast componet v0.1 - missing position and animation props ([dc9ce1f](https://github.com/acid-info/logos-design-system/commit/dc9ce1f4a8916d98d6974eb0419cd82f006a2cd9))
# [0.1.0-alpha.20](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.19...v0.1.0-alpha.20) (2023-09-20)
### Bug Fixes

View File

@ -1,6 +1,6 @@
{
"name": "@acid-info/lsd-react",
"version": "0.1.0-alpha.20",
"version": "0.1.0-alpha.21",
"types": "./dist/index.d.ts",
"main": "./dist/lsd-react.js",
"require": "./dist/lsd-react.umd.js",