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

Hacktoberfest'22 🎉 #2445

Draft
wants to merge 279 commits into
base: master-1
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
279 commits
Select commit Hold shift + click to select a range
82367d1
refactor(components/molecule/buttonGroup): Remove no-longer needed fu…
oegea Oct 3, 2022
6d10752
feat(components/primitive/portal): first approach
Aug 10, 2022
6bc3d37
test(components/primitive/portal): add tests
andresin87 Aug 17, 2022
4acf62f
chore(Root): wip
andresin87 Sep 8, 2022
73fa2b9
chore(Root): wip
andresin87 Sep 9, 2022
ee94f71
chore(Root): wip
andresin87 Sep 14, 2022
bb0568c
chore(Root): wip
andresin87 Sep 16, 2022
28b946a
chore(Root): wip
andresin87 Sep 19, 2022
e5a4657
chore(Root): wip
andresin87 Sep 19, 2022
3462540
feat(components/hook/usePortal): first version
andresin87 Oct 3, 2022
6488d3a
chore(Root): Update coverage badges
sui-bot Oct 3, 2022
78db20d
release(components/hook/usePortal): v1.1.0 [skip ci]
sui-bot Oct 3, 2022
6492fa1
chore(Root): add issue test template
andresin87 Oct 3, 2022
f5d04a2
chore(Root): modify the test report
andresin87 Oct 3, 2022
9df02eb
Merge pull request #2345 from SUI-Components/refactor/2330-avatar-fal…
oegea Oct 3, 2022
9c9ab4d
Merge pull request #2343 from SUI-Components/refactor/2321-molecule-f…
oegea Oct 3, 2022
6bb4fd6
Merge pull request #2344 from SUI-Components/refactor/2333-molecule-b…
oegea Oct 3, 2022
9d2d9a6
chore(Root): Update coverage badges
sui-bot Oct 3, 2022
c8838dc
release(components/molecule/avatar): v1.15.0 [skip ci]
sui-bot Oct 3, 2022
4b77543
fix(components/atom/image): update proptype
andresin87 Oct 3, 2022
eb4b19a
release(components/atom/image): v2.16.0 [skip ci]
sui-bot Oct 3, 2022
dc75609
chore(Root): update the isue templates
andresin87 Oct 3, 2022
95cb5d3
chore(Root): improve issue reports
andresin87 Oct 3, 2022
44d215d
docs(Root): improve the commit message documentation
andresin87 Sep 24, 2022
8aed35f
chore(Root): update mermaid image sync with node CI workflow
andresin87 Oct 3, 2022
1b461d7
feat(components/molecule/dropdownList): replace cloneElement by Injector
sephoenix Oct 3, 2022
01d811e
feat(components/molecule/dropdownList): remove unnecesary code
sephoenix Oct 3, 2022
b79e726
chore(Root): Update coverage badges
sui-bot Oct 3, 2022
4dcba4f
release(components/molecule/dropdownList): v1.33.0 [skip ci]
sui-bot Oct 3, 2022
605fc5a
feat(components/molecule/field): refactor Label's conditional in field
sephoenix Oct 3, 2022
1f0d041
refactor(components/molecule/field): solve conflicts
andresin87 Oct 4, 2022
7c05eb2
refactor(components/molecule/avatar): Replace cloneElement by injector
stefi23 Oct 1, 2022
c72b340
fix(components/atom/input): Add input validator function for input ty…
stefi23 Oct 2, 2022
ff7a1f8
refactor(components/atom/input): Update props order
stefi23 Oct 2, 2022
efb05fb
refactor(components/atom/input): Moved checkIfValidNumberInput to hel…
stefi23 Oct 2, 2022
1e8b676
Update components/atom/input/src/index.js
stefi23 Oct 2, 2022
52f2819
chore(Root): Update coverage badges
sui-bot Oct 4, 2022
234144a
release(components/atom/input): v5.22.0 [skip ci]
sui-bot Oct 4, 2022
b52dc0c
release(components/molecule/field): v1.35.0 [skip ci]
sui-bot Oct 4, 2022
dee7ab8
fix(components/molecule/field):less strict label validation
andresin87 Oct 4, 2022
76b8757
refactor(components/molecule/field):lint
andresin87 Oct 4, 2022
9f56f8b
fix(components/molecule/field): fix lint error
Oct 4, 2022
eb878d2
release(components/molecule/field): v1.36.0 [skip ci]
sui-bot Oct 4, 2022
e378505
docs(Root): upgrade demo versions
andresin87 Oct 4, 2022
e05859e
feat(components/molecule/select): upgrade dropdownOption version
andresin87 Oct 4, 2022
c6e900e
feat(components/molecule/dropdownOption): change prop naming followin…
andresin87 Oct 4, 2022
6d1788c
feat(components/molecule/dropdownList): upgrade dropdownOption version
andresin87 Oct 4, 2022
484a999
feat(components/molecule/select): set new prop name following convent…
andresin87 Oct 4, 2022
5e00fc0
chore(components/molecule/autosuggestField): upgrade versions
andresin87 Oct 4, 2022
01facc9
feat(components/molecule/autosuggest): update the dropdownOption new …
andresin87 Oct 4, 2022
f145bd9
chore(Root): Update coverage badges
sui-bot Oct 4, 2022
ab1bff0
release(components/molecule/autosuggest): v2.66.0 [skip ci]
sui-bot Oct 4, 2022
6b33712
release(components/molecule/dropdownList): v2.1.0 [skip ci]
sui-bot Oct 4, 2022
8b4f212
release(components/molecule/dropdownOption): v2.1.0 [skip ci]
sui-bot Oct 4, 2022
e0061cd
release(components/molecule/select): v1.56.0 [skip ci]
sui-bot Oct 4, 2022
0af4cb1
Add title props for image component
Ph0tonic Oct 4, 2022
d220860
Update image component readme
Ph0tonic Oct 4, 2022
bb66740
Reorder image props
Ph0tonic Oct 4, 2022
f41967e
feat(components/atom/helpText): admit react nodes as a text
andresin87 Oct 6, 2022
ba8379b
feat(components/atom/validationText): admit react nodes as a text
andresin87 Oct 6, 2022
a946f54
feat(components/molecule/field): admit react nodes in error alert suc…
andresin87 Oct 6, 2022
43c4f9d
test(components/hook/usePortal): lint sorting imports
andresin87 Oct 6, 2022
8fe861a
chore(Root): Update coverage badges
sui-bot Oct 6, 2022
4723e30
release(components/atom/actionButton): v1.10.0 [skip ci]
sui-bot Oct 6, 2022
7b888f4
release(components/atom/backToTop): v2.3.0 [skip ci]
sui-bot Oct 6, 2022
28bfbee
release(components/atom/badge): v1.28.0 [skip ci]
sui-bot Oct 6, 2022
779cf10
release(components/atom/card): v1.24.0 [skip ci]
sui-bot Oct 6, 2022
6e08b48
release(components/atom/helpText): v1.9.0 [skip ci]
sui-bot Oct 6, 2022
a2d0a98
release(components/atom/popover): v3.12.0 [skip ci]
sui-bot Oct 6, 2022
ebfb5cf
release(components/atom/progressBar): v2.9.0 [skip ci]
sui-bot Oct 6, 2022
721b719
release(components/atom/radioButton): v1.10.0 [skip ci]
sui-bot Oct 6, 2022
26443b3
release(components/atom/skeleton): v1.6.0 [skip ci]
sui-bot Oct 6, 2022
92de01a
release(components/atom/spinner): v2.3.0 [skip ci]
sui-bot Oct 6, 2022
e8006f9
release(components/atom/switch): v1.28.0 [skip ci]
sui-bot Oct 6, 2022
e29642d
release(components/atom/table): v1.14.0 [skip ci]
sui-bot Oct 6, 2022
75556eb
release(components/atom/textarea): v2.20.0 [skip ci]
sui-bot Oct 6, 2022
8b8cbb7
release(components/atom/tooltip): v2.5.0 [skip ci]
sui-bot Oct 6, 2022
89b37ba
release(components/atom/upload): v3.10.0 [skip ci]
sui-bot Oct 6, 2022
ce272d7
release(components/atom/validationText): v1.9.0 [skip ci]
sui-bot Oct 6, 2022
e5120b0
release(components/behavior/sticky): v1.9.0 [skip ci]
sui-bot Oct 6, 2022
585035e
release(components/layout/grid): v2.13.0 [skip ci]
sui-bot Oct 6, 2022
afd1116
release(components/molecule/accordion): v2.7.0 [skip ci]
sui-bot Oct 6, 2022
1d65dd3
release(components/molecule/autosuggestField): v2.11.0 [skip ci]
sui-bot Oct 6, 2022
a29ac5c
release(components/molecule/avatar): v1.16.0 [skip ci]
sui-bot Oct 6, 2022
bcfad64
release(components/molecule/breadcrumb): v1.27.0 [skip ci]
sui-bot Oct 6, 2022
0f07973
release(components/molecule/buttonGroup): v2.10.0 [skip ci]
sui-bot Oct 6, 2022
2cc58f8
release(components/molecule/buttonGroupField): v1.9.0 [skip ci]
sui-bot Oct 6, 2022
902c82f
release(components/molecule/checkboxField): v5.1.0 [skip ci]
sui-bot Oct 6, 2022
af703f9
release(components/molecule/field): v1.37.0 [skip ci]
sui-bot Oct 6, 2022
80e987a
docs(Root): put correct links on the homepage of SUI Components
jordevo Oct 6, 2022
e76108b
docs(Root): use new URL for bug reporting
jordevo Oct 7, 2022
a21173b
Merge pull request #2388 from SUI-Components/docs-components-readme-l…
jordevo Oct 7, 2022
a6dac91
feat(components/atom/popover): add icon color type
andresin87 Oct 7, 2022
4b62ac2
release(components/atom/popover): v3.13.0 [skip ci]
sui-bot Oct 7, 2022
557f807
fix(component/molecule/accordion): The arrows are upside down
najeebkp Oct 8, 2022
dca3bbd
Delete yarn.lock
andresin87 Oct 10, 2022
5e124b8
fix(component/molecule/accordion): icon transition
najeebkp Oct 10, 2022
10ff698
feat(components/molecule/dropdownOption): Fixed grammar error
sephoenix Oct 6, 2022
f3af2fa
release(components/molecule/dropdownOption): v2.2.0 [skip ci]
sui-bot Oct 10, 2022
b90231d
feat(components/molecule/tabs): add id prop to make tabs uniques
oriolpuig Oct 10, 2022
208e0be
feat(components/molecule/tabs): add pull request feedback
oriolpuig Oct 10, 2022
f32e971
feat(components/molecule/tabs): pull request feedback
oriolpuig Oct 10, 2022
ad3f8fb
fix(components/molecule/select): accept onblur prop
alfdocimo Oct 11, 2022
f891a32
feat(components/atom/checkbox): allow onChange to be executed in no n…
Oct 11, 2022
c0abc42
feat(components/molecule/field): Wrap node label in a real label to m…
Oct 11, 2022
35f015c
feat(components/molecule/checkboxField/demo): add article to show the…
Oct 11, 2022
513ae8a
feat(components/atom/pinInput): create new token to be able to overwr…
Sabri1209 Oct 11, 2022
c2f410e
feat(components/atom/pinInput): replace inherit by auto
Sabri1209 Oct 11, 2022
2160fa1
refactor(components/molecule/select): use explicit naming for event
alfdocimo Oct 11, 2022
9dc38a1
Merge pull request #2396 from SUI-Components/feat/atom-pin-input-plac…
Sabri1209 Oct 11, 2022
1128703
release(components/atom/pinInput): v1.11.0 [skip ci]
sui-bot Oct 11, 2022
255f096
Merge pull request #2394 from SUI-Components/fix/2282-molecule-select…
alfdocimo Oct 11, 2022
561d018
chore(Root): Update coverage badges
sui-bot Oct 11, 2022
691673d
release(components/molecule/select): v1.57.0 [skip ci]
sui-bot Oct 11, 2022
fd6c897
Merge pull request #2279 from SUI-Components/feat/molecule_tabs_acces…
oriolpuig Oct 13, 2022
710a1fd
chore(Root): Update coverage badges
sui-bot Oct 13, 2022
2a8a331
release(components/molecule/tabs): v2.37.0 [skip ci]
sui-bot Oct 13, 2022
6a8beb8
feat(components/molecule/selectPopover): show overlay from selected type
Oct 13, 2022
7ea996c
test(components/molecule/select): fix flaky onblur test
alfdocimo Oct 13, 2022
8b3d146
feat(components/molecule/selectPopover): improve overlay position
Oct 13, 2022
8b990b9
test(components/molecule/select): call focus imperatively
alfdocimo Oct 14, 2022
d7a504f
feat(components/molecule/selectPopover): add overlay as react portal
Oct 14, 2022
4c56ed7
feat(components/molecule/selectPopover): overlayContentRef default value
Oct 14, 2022
980aee2
feat(components/molecule/avatar): make optional hex background of fal…
Oct 14, 2022
bc6e613
feat(components/molecule/selectPopover): show portal node only if sel…
Oct 14, 2022
d52489f
feat(components/molecule/selectPopover): remove unnecessary class
Oct 14, 2022
e699c8f
fix(components/atom/checkbox): return handler name properly
andresin87 Oct 14, 2022
6be201e
docs(components/atom/checkbox): lint
andresin87 Oct 14, 2022
fbe0e8f
chore(Root): Update coverage badges
sui-bot Oct 14, 2022
5bbd23c
release(components/atom/checkbox): v3.2.0 [skip ci]
sui-bot Oct 14, 2022
6ee1e01
feat(components/atom/pinInput): create new token to be able to overwr…
Sabri1209 Oct 11, 2022
7dd7788
feat(components/atom/pinInput): replace inherit by auto
Sabri1209 Oct 11, 2022
92c3343
release(components/atom/pinInput): v1.11.0 [skip ci]
sui-bot Oct 11, 2022
5e1c008
fix(components/molecule/select): accept onblur prop
alfdocimo Oct 11, 2022
5b9a173
refactor(components/molecule/select): use explicit naming for event
alfdocimo Oct 11, 2022
fc58b3b
chore(Root): Update coverage badges
sui-bot Oct 11, 2022
4a8b06f
release(components/molecule/select): v1.57.0 [skip ci]
sui-bot Oct 11, 2022
0156ea1
feat(components/molecule/tabs): make tabs accesibles
oriolpuig Aug 16, 2022
4200ca3
refactor(components/molecule/tabs): not update activeContent element
oriolpuig Aug 16, 2022
77a3429
feat(components/molecule/tabs): add orientation aria attribute
oriolpuig Aug 16, 2022
d520c54
feat(components/molecule/tabs): add id prop to make tabs uniques
oriolpuig Oct 10, 2022
add620a
feat(components/molecule/tabs): add pull request feedback
oriolpuig Oct 10, 2022
3dd5dfe
feat(components/molecule/tabs): pull request feedback
oriolpuig Oct 10, 2022
447a9fa
chore(Root): Update coverage badges
sui-bot Oct 13, 2022
dd02aff
release(components/molecule/tabs): v2.37.0 [skip ci]
sui-bot Oct 13, 2022
bffe849
fix(components/atom/checkbox): return handler name properly
andresin87 Oct 14, 2022
da5d52b
docs(components/atom/checkbox): lint
andresin87 Oct 14, 2022
dc62d64
chore(Root): Update coverage badges
sui-bot Oct 14, 2022
718aff0
release(components/atom/checkbox): v3.2.0 [skip ci]
sui-bot Oct 14, 2022
6bb29c3
refactor(components/molecule/field): label cases updated
andresin87 Oct 14, 2022
5127c0e
refactor(components/molecule/field): label simplified
andresin87 Oct 15, 2022
58b581e
docs(Root): Delete ux spec from components
corners2wall Oct 14, 2022
3346f16
feat(components/molecule/avatar): refactor to avoid conditional
Oct 17, 2022
20583ba
feat(components/molecule/avatar): refactor props
Oct 17, 2022
6829b84
feat(components/molecule/avatar): refactor prop
Oct 17, 2022
14d9f18
feat(components/molecule/avatar): improve props and modify hook for g…
Oct 17, 2022
1fab184
feat(components/atom/label): add htmlFor attribute
andresin87 Oct 17, 2022
e20262d
refactor(components/molecule/field): native label click fires the ele…
andresin87 Oct 17, 2022
adb8b9f
docs(components/atom/popover/demo): lint
andresin87 Oct 17, 2022
cdf7049
docs(components/molecule/checkboxField/demo): document native change …
andresin87 Oct 17, 2022
5ec4180
Merge pull request #2399 from SUI-Components/feature/molecule-avatar-…
quinwacca Oct 17, 2022
6951d67
chore(Root): Update coverage badges
sui-bot Oct 17, 2022
b9fa4e3
release(components/molecule/avatar): v1.17.0 [skip ci]
sui-bot Oct 17, 2022
fad5397
Merge branch 'master' into feature/nodelabel-checkbox-click
andresin87 Oct 17, 2022
7d5203a
Merge pull request #2395 from SUI-Components/feature/nodelabel-checkb…
andresin87 Oct 17, 2022
e2dc736
chore(Root): Update coverage badges
sui-bot Oct 17, 2022
3e25df1
release(components/atom/label): v1.23.0 [skip ci]
sui-bot Oct 17, 2022
34d8511
release(components/molecule/field): v1.38.0 [skip ci]
sui-bot Oct 17, 2022
3c6c74b
refactor(components/molecule/imageEditor): useEffect has a missing de…
andresin87 Oct 18, 2022
a903d46
feat(components/molecule/selectPopover): update isOpen behavior
Oct 18, 2022
bc65e73
refactor(components/molecule/imageEditor): useCallback mod
andresin87 Oct 18, 2022
6c9bb28
Merge pull request #2405 from SUI-Components/refactor/image-editor
andresin87 Oct 18, 2022
985c7ff
chore(Root): Update coverage badges
sui-bot Oct 18, 2022
ccc493b
release(components/molecule/imageEditor): v1.11.0 [skip ci]
sui-bot Oct 18, 2022
77c6b27
refactor(components/atom/popover): lint
andresin87 Oct 18, 2022
f921963
Merge pull request #2406 from SUI-Components/2327-atompopover-replace…
andresin87 Oct 18, 2022
023ca13
chore(Root): Update coverage badges
sui-bot Oct 18, 2022
b8796cf
release(components/atom/popover): v3.14.0 [skip ci]
sui-bot Oct 18, 2022
4354727
fix(components/atom/popover): condition error
andresin87 Oct 18, 2022
934d02a
refactor(components/atom/tooltip): TooltipExtendedChildren file logic…
andresin87 Oct 18, 2022
0b19c27
Merge pull request #2407 from SUI-Components/refactor/tooltip-extende…
andresin87 Oct 18, 2022
ec58ff5
chore(Root): Update coverage badges
sui-bot Oct 18, 2022
fbf9b83
release(components/atom/popover): v3.15.0 [skip ci]
sui-bot Oct 18, 2022
372c0a9
release(components/atom/tooltip): v2.6.0 [skip ci]
sui-bot Oct 18, 2022
e9cd00f
fix(components/hook/usePortal): portal targetting invalid element whe…
andresin87 Oct 18, 2022
d53faf0
test(components/hook/usePortal): updated
andresin87 Oct 18, 2022
a844cac
Merge pull request #2409 from SUI-Components/fix/usePortal-hook
andresin87 Oct 18, 2022
219ce5f
chore(Root): Update coverage badges
sui-bot Oct 18, 2022
27aa961
release(components/hook/usePortal): v1.2.0 [skip ci]
sui-bot Oct 18, 2022
0c89745
docs(README.md): remove unnecessary preview pictures
tes-balo Oct 18, 2022
44063c9
docs(README.md): delete assets folders
tes-balo Oct 18, 2022
29c0228
refactor(components/molecule/selectPopover): Add missing dependency o…
rparthas Oct 19, 2022
0cd53ca
Merge pull request #2411 from slim-codes/docs-updateComponentDocs
andresin87 Oct 19, 2022
64ae61c
chore(Root): confirm flag is deprecated, use --yes flag instead
arnau-rius Oct 19, 2022
8c24eb3
Merge pull request #2413 from SUI-Components/vercel-confirm-flag-depr…
andresin87 Oct 19, 2022
9188cd1
Merge pull request #2412 from rparthas/issue-2404
andresin87 Oct 19, 2022
dd7ffaf
chore(Root): Update coverage badges
sui-bot Oct 19, 2022
0a3f97b
release(components/molecule/selectPopover): v1.34.0 [skip ci]
sui-bot Oct 19, 2022
7aaae11
chore(Root): merge with master
Oct 19, 2022
448b1ca
refactor(components/molecule/radioButtonGroup): replace cloneElement …
andresin87 Oct 19, 2022
f8387fe
Merge pull request #2418 from SUI-Components/2336-radiobuttongroup-cl…
andresin87 Oct 19, 2022
78670a4
chore(Root): Update coverage badges
sui-bot Oct 19, 2022
419a007
release(components/molecule/radioButtonGroup): v1.10.0 [skip ci]
sui-bot Oct 19, 2022
9412f91
Merge pull request #2398 from SUI-Components/feature/molecule-select-…
AgonisticKatai Oct 20, 2022
363d3c4
chore(Root): Update coverage badges
sui-bot Oct 20, 2022
71b22af
release(components/molecule/selectPopover): v1.35.0 [skip ci]
sui-bot Oct 20, 2022
d8f65c5
feat(components/molecule/selectPopover): improve overlay outside click
Oct 20, 2022
3818bd8
fix(components/hook/usePortal): usePortal become SSR friendly
andresin87 Oct 21, 2022
1adf336
Merge pull request #2422 from SUI-Components/2421-hookuseportal-is-no…
andresin87 Oct 21, 2022
b135cd0
chore(Root): Update coverage badges
sui-bot Oct 21, 2022
c17df97
release(components/hook/usePortal): v1.3.0 [skip ci]
sui-bot Oct 21, 2022
a8cacda
docs(components/molecule/avatar): update fallbackColor docs
oriolpuig Oct 21, 2022
1ac2dcc
docs(components/molecule/avatar): add name field on fallback color demo
oriolpuig Oct 21, 2022
dd44a0a
Merge pull request #2423 from SUI-Components/2403-moleculeavatar-fall…
oriolpuig Oct 21, 2022
02b54ff
docs(components/atom/panel): update overlay demo
oriolpuig Oct 21, 2022
51f6e7d
docs(components/atom/panel): improve demo panel's size
oriolpuig Oct 21, 2022
87e42d7
Merge pull request #2424 from SUI-Components/2380-demo-panel-all-thum…
oriolpuig Oct 21, 2022
41cd1ee
feat(components/molecule/selectPopover): disable pointer events only …
Oct 21, 2022
9f13117
docs(components/molecule/radioButtonGroup/demo): add custom label too…
andresin87 Oct 21, 2022
a95cb3b
Merge pull request #2425 from SUI-Components/2336-radiobuttongroup-cl…
andresin87 Oct 21, 2022
fb26d11
Merge pull request #2420 from SUI-Components/feature/improve-select-p…
AgonisticKatai Oct 21, 2022
5658290
release(components/molecule/selectPopover): v1.36.0 [skip ci]
sui-bot Oct 21, 2022
af45f3f
Merge pull request #2397 from SUI-Components/fix/flaky-onblur-test
alfdocimo Oct 21, 2022
65d605e
chore(Root): Update coverage badges
sui-bot Oct 21, 2022
24d80d5
docs(components/molecule/autosuggest): restyle demos
oriolpuig Oct 21, 2022
7947d3e
refactor(components/hook/usePortal/demo): remove unnecessary dependency
tes-balo Oct 22, 2022
665a4e1
Merge pull request #2428 from slim-codes/refactor-removeUnusedDependency
andresin87 Oct 22, 2022
bbb8e0c
feat(components/molecule/selectPopover): improve overlay behavior
Oct 24, 2022
b940cc8
docs(chore): space the demo articles
andresin87 Oct 24, 2022
2b40560
Merge pull request #2427 from SUI-Components/docs/molecule_autosugges…
andresin87 Oct 24, 2022
8597823
Merge pull request #2430 from SUI-Components/feature/improve-select-p…
AgonisticKatai Oct 24, 2022
91ff561
release(components/molecule/selectPopover): v1.37.0 [skip ci]
sui-bot Oct 24, 2022
28b8cd2
fix(components/atom/popover): arrow border color inherit from custom …
andresin87 Oct 25, 2022
4099bf8
fix(components/atom/popover): arrow border color inherit from custom …
andresin87 Oct 25, 2022
2ac4f6e
release(components/atom/popover): v3.16.0 [skip ci]
sui-bot Oct 25, 2022
d0029f9
Merge pull request #2439 from SUI-Components/fix/atom-popover-arrow-c…
andresin87 Oct 25, 2022
e681404
release(components/atom/popover): v3.17.0 [skip ci]
sui-bot Oct 25, 2022
2e766ac
feat(components/atom/slider): add fullWidth prop
javiauso Oct 25, 2022
d069a1d
feat(components/atom/slider): remove console
javiauso Oct 25, 2022
98b962d
Update components/atom/slider/src/index.js
javiauso Oct 26, 2022
4240527
feat(components/atom/slider): rename to isFullWidth
javiauso Oct 26, 2022
cee6fa4
test(components/hook/usePortal): add tests to usePortal
andresin87 Oct 26, 2022
77c3864
Merge pull request #2442 from SUI-Components/test/usePortal
andresin87 Oct 26, 2022
3473272
chore(Root): Update coverage badges
sui-bot Oct 26, 2022
dee45d9
Merge pull request #2441 from SUI-Components/feat/atom-slider-fullwidth
javiauso Oct 26, 2022
62f8fc0
chore(Root): Update coverage badges
sui-bot Oct 26, 2022
fe4f09d
release(components/atom/slider): v1.31.0 [skip ci]
sui-bot Oct 26, 2022
ae8e604
fix(components/molecule/radioButtonGroup): props not being passed
andresz1 Oct 26, 2022
1e71741
Merge pull request #2446 from SUI-Components/fix/NOJIRA-radio-button-…
andresin87 Oct 26, 2022
d66cfeb
Merge pull request #2448 from SUI-Components/master
andresin87 Oct 26, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/demo-improvements.md

This file was deleted.

28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/demo-improvements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Demo Improvements
description: Demo is not following the agreements
title: '🎨 '
labels: [demo]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this new component definition!
- type: textarea
attributes:
label: Acceptance Criteria
description: Please add a clear and concise predefined requirements that must be met to mark a user story complete.
validations:
required: false
- type: textarea
attributes:
label: Definition of done (DOD)
description: An agreed-upon set of items that must be completed before a project or user story can be considered complete
validations:
required: false
- type: textarea
attributes:
label: Additional info
description: Add any other context about the problem here.
validations:
required: false

21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE/propose-a-new-component.md

This file was deleted.

40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/propose-a-new-component.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Propose a new component
description: Do you need a new component?
title: '🧱 '
labels: []
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this new component definition!
- type: textarea
attributes:
label: Is your component proposal related to a problem? Please describe.
description: Please add a clear and concise description of what the current problem is.
validations:
required: false
- type: textarea
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to have.
validations:
required: false
- type: textarea
attributes:
label: Describe alternatives you've considered
description: |
Have you considered iterating an existing component?
If so, please add a clear and concise description of any alternative solutions or features you've considered.
validations:
required: false
- type: textarea
attributes:
label: Additional context**
description: Add any other context or screenshots about the feature request here.
- type: textarea
attributes:
label: Additional info
description: Add any other context about the problem here.
validations:
required: false

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/propose-an-improvement.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Improve an existing component
description: Suggest to add a new Prop, SCSS Variable and else
title: '✨'
labels: []
labels: [enhancement]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/report-a-bug.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Report a bug / issue
description: Report a bug / issue to help us improve SUI
title: '🪲 '
labels: []
labels: [bug]
body:
- type: markdown
attributes:
Expand Down
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Test
description: Report test case
title: '🧪 '
labels: [test]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this test addition report!

Testing purports commitment against users.
- type: input
id: component
attributes:
label: Component
description: Component name
placeholder: component
validations:
required: true
- type: input
id: category
attributes:
label: Category
description: Category name
placeholder: category
validations:
required: true
- type: textarea
attributes:
label: Tests
description: tests needed.
validations:
required: false

3 changes: 3 additions & 0 deletions .github/workflows/node.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ stateDiagram-v2
check_skip: check-skip
jobs_fork_state_start --> assign_pr_owner
jobs_fork_state_start --> build
jobs_fork_state_start --> lint
jobs_fork_state_start --> testing

build --> deploy
lint --> release
lint --> deploy
testing --> release
testing --> deploy

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
id: deploy
run: |
npm i -g vercel --no-save --no-fund --no-audit --no-scripts
DEPLOYMENT_URL=$(vercel --token $VERCEL_TOKEN --confirm $VERCEL_PARAMS)
DEPLOYMENT_URL=$(vercel --token $VERCEL_TOKEN --yes $VERCEL_PARAMS)
echo "::set-output name=url::$(echo $DEPLOYMENT_URL)"
env:
VERCEL_PARAMS: ${{ github.event_name != 'pull_request' && '--prod' || ''}}
Expand Down
32 changes: 32 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,38 @@ Some base commands (based on sui-studio) you should acknowledge :
* `npm run co` to commit your changes with a wizard.
* `npm run release` publish all your changes for all packages (once your PR is merge).

## Commit Conventions
Any commit message given has to follow the pattern:
`[TYPE](components/[CATEGORY]/[COMPONENT]): [MESSAGE]`

valid `[TYPE]`:

| [TYPE] | description | action |
|----------|--------------------------------------------------------------------------------------------------------------------------|----------------------------------|
| feat | New features on existing components or even new components also. | CI updates the published version |
| fix | Any kind of update which fixes and error or a bug. | CI updates the published version |
| docs | for documentation only changes | |
| refactor | for necesary refactors that never change the behavior and does not affect to the published component results | |
| perf | for necesary performance refactors that never change the behavior and does not affect to the published component results | |
| test | for adding tests | |
| chore | for project structure changes | |
| release | do not use | |

Ex:

`feat(component/atom/button): this is a commit message example of a feature in Atom Button Component`

`fix(component/molecule/inputTags): this is a commit message example of a bug fix in Molecule InputTags Component`

When merging a PR with that message, the CI will publish a new minor version of AtomButton/InputTags Component in npm.

`docs(component/atom/image): this is a commit message example of a documentation improvement on Atom Image`

When merging a PR with that message, the CI will **NOT** publish a new minor version of AtomImage Component in npm.

## NPM Conventions
We only use major and minor incremental versioning, and never use the patch.

## Naming Conventions

### Event Handlers
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ SUI Components is an Open-Source, high quality library of React components that

## 🧪 Test Coverage

![statements](https://shields.io/badge/statements-72.02%25-orange)
![branches](https://shields.io/badge/branches-57.61%25-AA0000)
![functions](https://shields.io/badge/functions-58.85%25-AA0000)
![lines](https://shields.io/badge/lines-73.69%25-orange)
![statements](https://shields.io/badge/statements-72.25%25-orange)
![branches](https://shields.io/badge/branches-58.52%25-AA0000)
![functions](https://shields.io/badge/functions-59.43%25-AA0000)
![lines](https://shields.io/badge/lines-73.98%25-orange)

## ✨ Features

Expand Down
15 changes: 4 additions & 11 deletions components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,14 @@

### SUI Components is an Open-Source, high quality library of React components that empowers teams to craft any product with ease.

## Contribute

<a href="https://github.com/SUI-Components/sui-components/issues/new?template=report-a-bug---issue.md" target="_blank">Report a bug or defect</a>
<a href="https://github.com/SUI-Components/sui-components/issues/new/choose" target="_blank">Report a bug</a>

<a href="https://github.com/SUI-Components/sui-components/discussions/new" target="_blank">Improve an existing component</a>

<a href="https://github.com/SUI-Components/sui-components/discussions/new" target="_blank">Propose a new component</a>

## Current status

<a href="https://pages.github.mpi-internal.com/scmspain/design-systems/sui/index.html" target="_blank">Performance dashboard</a>

## Documentation
## Performance Metrics

<a href="https://github.com/SUI-Components/sui-components/tree/master/contributor-docs" target="_blank">Contributor</a>
<a href="https://pages.github.mpi-internal.com/scmspain/design-systems/sui/index.html" target="_blank">Design System Dashboard</a>

## Coverage
<a href="coverage/index.html" target="_blank">Contributor</a>
<a href="coverage/index.html" target="_blank">Test coverage</a>
4 changes: 4 additions & 0 deletions components/atom/actionButton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

# 1.10.0 (2022-10-06)



# 1.9.0 (2022-06-20)


Expand Down
3 changes: 0 additions & 3 deletions components/atom/actionButton/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

SUI Atom ActionButton

![Atom Action Button Colors](./assets/action-button-colors.png)
![Atom Action Button Sizes and States](./assets/action-button-sizes-states.png)

## Installation

```sh
Expand Down
2 changes: 0 additions & 2 deletions components/atom/actionButton/UXDEF.md

This file was deleted.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion components/atom/actionButton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-ui/react-atom-action-button",
"version": "1.9.0",
"version": "1.10.0",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions components/atom/backToTop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

# 2.3.0 (2022-10-06)



# 2.2.0 (2022-06-20)


Expand Down
Loading