fomantic-ui 2.9.0-beta.27 β 2.9.0-beta.270
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.all-contributorsrc +215 -3
- package/.github/workflows/ci.yml +6 -6
- package/.github/workflows/nightly.yml +17 -9
- package/.github/workflows/release.yml +31 -0
- package/CONTRIBUTORS.md +76 -37
- package/README.md +8 -8
- package/dist/components/accordion.css +162 -26
- package/dist/components/accordion.js +1 -1
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +3 -3
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +88 -29
- package/dist/components/api.min.js +3 -3
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +176 -134
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +18 -1
- package/dist/components/calendar.js +6 -4
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +26 -19
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +2 -1
- package/dist/components/checkbox.js +17 -11
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +11 -11
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +97 -3
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +29 -14
- package/dist/components/dimmer.js +11 -5
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +3 -3
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +54 -14
- package/dist/components/dropdown.js +66 -39
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +10147 -8139
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +28 -28
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +734 -625
- package/dist/components/flag.min.css +2 -2
- package/dist/components/form.css +132 -55
- package/dist/components/form.js +38 -29
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +14 -10
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +3 -1
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +126 -47
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +754 -17
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +13 -13
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +1 -1
- package/dist/components/label.min.css +1 -1
- package/dist/components/list.css +1 -1
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +29 -5
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +41 -41
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +13 -1
- package/dist/components/modal.js +127 -49
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +3 -3
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +1 -1
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +3 -3
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +1 -1
- package/dist/components/popup.js +2 -2
- package/dist/components/popup.min.css +1 -1
- package/dist/components/popup.min.js +3 -3
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +4 -1
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +3 -3
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +1 -1
- package/dist/components/rating.js +1 -1
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +3 -3
- package/dist/components/reset.css +3 -2
- package/dist/components/reset.min.css +2 -2
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +1 -1
- package/dist/components/search.js +2 -2
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +91 -7
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +3 -3
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +4 -2
- package/dist/components/sidebar.js +8 -6
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +3 -3
- package/dist/components/site.css +65 -39
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +3 -3
- package/dist/components/slider.js +1 -1
- package/dist/components/slider.min.js +3 -3
- package/dist/components/state.js +1 -1
- package/dist/components/state.min.js +3 -3
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +3 -3
- package/dist/components/step.min.css +1 -1
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +1 -1
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +3 -3
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +23 -5
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +3 -3
- package/dist/components/table.css +1168 -26
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +39 -1
- package/dist/components/toast.js +56 -28
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +21 -16
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +3 -3
- package/dist/components/visibility.js +1 -1
- package/dist/components/visibility.min.js +3 -3
- package/dist/semantic.css +21959 -16235
- package/dist/semantic.js +483 -240
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/icons.eot +0 -0
- package/dist/themes/default/assets/fonts/icons.svg +1175 -1079
- package/dist/themes/default/assets/fonts/icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/icons.woff +0 -0
- package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/examples/assets/library/iframe-content.js +8 -8
- package/examples/assets/library/iframe.js +3 -3
- package/package.json +11 -10
- package/scripts/nightly-version.js +48 -38
- package/src/definitions/behaviors/api.js +87 -28
- package/src/definitions/behaviors/form.js +37 -28
- package/src/definitions/collections/form.less +204 -140
- package/src/definitions/collections/grid.less +716 -680
- package/src/definitions/collections/menu.less +173 -126
- package/src/definitions/collections/message.less +48 -46
- package/src/definitions/collections/table.less +849 -262
- package/src/definitions/elements/button.less +586 -449
- package/src/definitions/elements/container.less +145 -8
- package/src/definitions/elements/emoji.less +15 -9
- package/src/definitions/elements/flag.less +7 -17
- package/src/definitions/elements/header.less +44 -35
- package/src/definitions/elements/icon.less +38 -31
- package/src/definitions/elements/input.less +264 -22
- package/src/definitions/elements/label.less +92 -91
- package/src/definitions/elements/list.less +55 -45
- package/src/definitions/elements/loader.less +30 -29
- package/src/definitions/elements/segment.less +147 -28
- package/src/definitions/elements/step.less +52 -48
- package/src/definitions/elements/text.less +17 -15
- package/src/definitions/globals/site.less +23 -2
- package/src/definitions/modules/accordion.less +175 -24
- package/src/definitions/modules/calendar.js +5 -3
- package/src/definitions/modules/calendar.less +20 -0
- package/src/definitions/modules/checkbox.js +16 -10
- package/src/definitions/modules/checkbox.less +34 -178
- package/src/definitions/modules/dimmer.js +10 -4
- package/src/definitions/modules/dimmer.less +21 -8
- package/src/definitions/modules/dropdown.js +65 -38
- package/src/definitions/modules/dropdown.less +148 -97
- package/src/definitions/modules/modal.js +126 -48
- package/src/definitions/modules/modal.less +12 -0
- package/src/definitions/modules/nag.less +20 -19
- package/src/definitions/modules/popup.js +1 -1
- package/src/definitions/modules/progress.js +3 -0
- package/src/definitions/modules/progress.less +19 -18
- package/src/definitions/modules/rating.less +35 -34
- package/src/definitions/modules/search.js +1 -1
- package/src/definitions/modules/search.less +32 -16
- package/src/definitions/modules/shape.js +2 -2
- package/src/definitions/modules/sidebar.js +7 -5
- package/src/definitions/modules/sidebar.less +33 -19
- package/src/definitions/modules/slider.less +39 -38
- package/src/definitions/modules/tab.js +22 -4
- package/src/definitions/modules/toast.js +55 -27
- package/src/definitions/modules/toast.less +48 -16
- package/src/definitions/modules/transition.js +20 -15
- package/src/definitions/views/card.less +402 -361
- package/src/definitions/views/comment.less +92 -81
- package/src/definitions/views/feed.less +164 -144
- package/src/definitions/views/item.less +249 -196
- package/src/definitions/views/statistic.less +90 -88
- package/src/themes/bookish/elements/header.overrides +1 -1
- package/src/themes/chubby/elements/button.overrides +1 -1
- package/src/themes/chubby/elements/header.overrides +1 -1
- package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/src/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/icons.eot +0 -0
- package/src/themes/default/assets/fonts/icons.svg +1175 -1079
- package/src/themes/default/assets/fonts/icons.ttf +0 -0
- package/src/themes/default/assets/fonts/icons.woff +0 -0
- package/src/themes/default/assets/fonts/icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/src/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/src/themes/default/collections/form.variables +4 -0
- package/src/themes/default/collections/menu.variables +6 -0
- package/src/themes/default/collections/table.variables +52 -0
- package/src/themes/default/elements/button.variables +7 -1
- package/src/themes/default/elements/container.variables +12 -0
- package/src/themes/default/elements/emoji.overrides +1734 -1232
- package/src/themes/default/elements/flag.overrides +1641 -986
- package/src/themes/default/elements/flag.variables +7 -5
- package/src/themes/default/elements/icon.overrides +75 -48
- package/src/themes/default/elements/icon.variables +1 -0
- package/src/themes/default/elements/input.variables +15 -0
- package/src/themes/default/elements/segment.variables +8 -0
- package/src/themes/default/globals/site.variables +6 -0
- package/src/themes/default/globals/variation.variables +139 -6
- package/src/themes/default/modules/accordion.variables +49 -2
- package/src/themes/default/modules/calendar.variables +3 -0
- package/src/themes/default/modules/checkbox.variables +5 -5
- package/src/themes/default/modules/dimmer.variables +1 -1
- package/src/themes/default/modules/dropdown.variables +4 -10
- package/src/themes/default/modules/modal.variables +13 -0
- package/src/themes/default/modules/toast.variables +3 -0
- package/src/themes/famfamfam/elements/flag.overrides +1026 -0
- package/src/themes/famfamfam/elements/flag.variables +13 -0
- package/src/themes/instagram/views/card.overrides +1 -1
- package/src/themes/joypixels/elements/emoji.overrides +1759 -1257
- package/src/themes/joypixels/elements/emoji.variables +1 -1
- package/src/themes/material/collections/menu.overrides +1 -1
- package/src/themes/material/elements/button.overrides +1 -1
- package/src/themes/material/elements/header.overrides +1 -1
- package/src/themes/material/globals/site.variables +0 -1
- package/src/themes/material/modules/dropdown.overrides +1 -1
- package/src/themes/material/modules/modal.overrides +1 -1
- package/src/themes/rtl/globals/site.overrides +1 -1
- package/src/themes/twitter/elements/emoji.overrides +1734 -1232
- package/tasks/build/css.js +6 -1
- package/tasks/config/project/install.js +11 -5
- package/tasks/install.js +1 -0
- package/test/helpers/sinon.js +2 -2
package/.all-contributorsrc
CHANGED
@@ -192,7 +192,8 @@
|
|
192
192
|
"avatar_url": "https://avatars1.githubusercontent.com/u/3204107?v=4",
|
193
193
|
"profile": "https://github.com/patilkiranm",
|
194
194
|
"contributions": [
|
195
|
-
"code"
|
195
|
+
"code",
|
196
|
+
"doc"
|
196
197
|
]
|
197
198
|
},
|
198
199
|
{
|
@@ -211,7 +212,10 @@
|
|
211
212
|
"avatar_url": "https://avatars0.githubusercontent.com/u/930315?v=4",
|
212
213
|
"profile": "https://www.mvhnetworks.com",
|
213
214
|
"contributions": [
|
214
|
-
"code"
|
215
|
+
"code",
|
216
|
+
"doc",
|
217
|
+
"review",
|
218
|
+
"bug"
|
215
219
|
]
|
216
220
|
},
|
217
221
|
{
|
@@ -380,9 +384,217 @@
|
|
380
384
|
"contributions": [
|
381
385
|
"code"
|
382
386
|
]
|
387
|
+
},
|
388
|
+
{
|
389
|
+
"login": "hugopeek",
|
390
|
+
"name": "Hugo Peek",
|
391
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/5436121?v=4",
|
392
|
+
"profile": "https://fractal-farming.com",
|
393
|
+
"contributions": [
|
394
|
+
"code"
|
395
|
+
]
|
396
|
+
},
|
397
|
+
{
|
398
|
+
"login": "Lutonite",
|
399
|
+
"name": "LoΓ―c Herman",
|
400
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/21953109?v=4",
|
401
|
+
"profile": "https://lutonite.ch/",
|
402
|
+
"contributions": [
|
403
|
+
"code"
|
404
|
+
]
|
405
|
+
},
|
406
|
+
{
|
407
|
+
"login": "jike212",
|
408
|
+
"name": "jike212",
|
409
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/28184313?v=4",
|
410
|
+
"profile": "https://github.com/jike212",
|
411
|
+
"contributions": [
|
412
|
+
"code"
|
413
|
+
]
|
414
|
+
},
|
415
|
+
{
|
416
|
+
"login": "jamessampford",
|
417
|
+
"name": "jamessampford",
|
418
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/1376843?v=4",
|
419
|
+
"profile": "https://github.com/jamessampford",
|
420
|
+
"contributions": [
|
421
|
+
"code"
|
422
|
+
]
|
423
|
+
},
|
424
|
+
{
|
425
|
+
"login": "Yrlish",
|
426
|
+
"name": "Dennis Alexandersson",
|
427
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/3358782?v=4",
|
428
|
+
"profile": "https://dennis.alexandersson.xyz",
|
429
|
+
"contributions": [
|
430
|
+
"code"
|
431
|
+
]
|
432
|
+
},
|
433
|
+
{
|
434
|
+
"login": "Giandrop",
|
435
|
+
"name": "Gianfranco Polinesi",
|
436
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/12598149?v=4",
|
437
|
+
"profile": "https://github.com/Giandrop",
|
438
|
+
"contributions": [
|
439
|
+
"code"
|
440
|
+
]
|
441
|
+
},
|
442
|
+
{
|
443
|
+
"login": "MrL1605",
|
444
|
+
"name": "Lalit Umbarkar",
|
445
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/7734245?v=4",
|
446
|
+
"profile": "https://github.com/MrL1605",
|
447
|
+
"contributions": [
|
448
|
+
"code"
|
449
|
+
]
|
450
|
+
},
|
451
|
+
{
|
452
|
+
"login": "TheJltres",
|
453
|
+
"name": "TheJltres",
|
454
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/23702867?v=4",
|
455
|
+
"profile": "https://github.com/TheJltres",
|
456
|
+
"contributions": [
|
457
|
+
"code"
|
458
|
+
]
|
459
|
+
},
|
460
|
+
{
|
461
|
+
"login": "rkomiyama",
|
462
|
+
"name": "Ryu Komiyama",
|
463
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/347483?v=4",
|
464
|
+
"profile": "https://github.com/rkomiyama",
|
465
|
+
"contributions": [
|
466
|
+
"code"
|
467
|
+
]
|
468
|
+
},
|
469
|
+
{
|
470
|
+
"login": "WardLootens",
|
471
|
+
"name": "Ward Lootens",
|
472
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/8817311?v=4",
|
473
|
+
"profile": "https://github.com/WardLootens",
|
474
|
+
"contributions": [
|
475
|
+
"code"
|
476
|
+
]
|
477
|
+
},
|
478
|
+
{
|
479
|
+
"login": "mareeo",
|
480
|
+
"name": "mareeo",
|
481
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/9520224?v=4",
|
482
|
+
"profile": "https://github.com/mareeo",
|
483
|
+
"contributions": [
|
484
|
+
"code"
|
485
|
+
]
|
486
|
+
},
|
487
|
+
{
|
488
|
+
"login": "eikek",
|
489
|
+
"name": "eikek",
|
490
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/701128?v=4",
|
491
|
+
"profile": "https://github.com/eikek",
|
492
|
+
"contributions": [
|
493
|
+
"code"
|
494
|
+
]
|
495
|
+
},
|
496
|
+
{
|
497
|
+
"login": "ucyildirim",
|
498
|
+
"name": "ucyildirim",
|
499
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/38659860?v=4",
|
500
|
+
"profile": "https://github.com/ucyildirim",
|
501
|
+
"contributions": [
|
502
|
+
"code"
|
503
|
+
]
|
504
|
+
},
|
505
|
+
{
|
506
|
+
"login": "byte916",
|
507
|
+
"name": "Andrew Gerasimovich",
|
508
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/1929437?v=4",
|
509
|
+
"profile": "https://github.com/byte916",
|
510
|
+
"contributions": [
|
511
|
+
"code"
|
512
|
+
]
|
513
|
+
},
|
514
|
+
{
|
515
|
+
"login": "das7pad",
|
516
|
+
"name": "Jakob Ackermann",
|
517
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/17931887?v=4",
|
518
|
+
"profile": "https://github.com/das7pad",
|
519
|
+
"contributions": [
|
520
|
+
"code"
|
521
|
+
]
|
522
|
+
},
|
523
|
+
{
|
524
|
+
"login": "cmoeke",
|
525
|
+
"name": "Christoph MΓΆke",
|
526
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/1618434?v=4",
|
527
|
+
"profile": "https://christoph.moeke.dev/",
|
528
|
+
"contributions": [
|
529
|
+
"code"
|
530
|
+
]
|
531
|
+
},
|
532
|
+
{
|
533
|
+
"login": "jameschenjav",
|
534
|
+
"name": "jameschenjav",
|
535
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/30246313?v=4",
|
536
|
+
"profile": "https://github.com/jameschenjav",
|
537
|
+
"contributions": [
|
538
|
+
"code"
|
539
|
+
]
|
540
|
+
},
|
541
|
+
{
|
542
|
+
"login": "elliotzlin",
|
543
|
+
"name": "elliotzlin",
|
544
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/12807901?v=4",
|
545
|
+
"profile": "http://elliotzlin.com",
|
546
|
+
"contributions": [
|
547
|
+
"code"
|
548
|
+
]
|
549
|
+
},
|
550
|
+
{
|
551
|
+
"login": "maidzen",
|
552
|
+
"name": "maidzen",
|
553
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/17901424?v=4",
|
554
|
+
"profile": "https://github.com/maidzen",
|
555
|
+
"contributions": [
|
556
|
+
"code"
|
557
|
+
]
|
558
|
+
},
|
559
|
+
{
|
560
|
+
"login": "shadoWalker89",
|
561
|
+
"name": "Melek REBAI",
|
562
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/1449151?v=4",
|
563
|
+
"profile": "https://twitter.com/melek_rebai",
|
564
|
+
"contributions": [
|
565
|
+
"code"
|
566
|
+
]
|
567
|
+
},
|
568
|
+
{
|
569
|
+
"login": "NotWearingPants",
|
570
|
+
"name": "NotWearingPants",
|
571
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/26556598?v=4",
|
572
|
+
"profile": "https://github.com/NotWearingPants",
|
573
|
+
"contributions": [
|
574
|
+
"code"
|
575
|
+
]
|
576
|
+
},
|
577
|
+
{
|
578
|
+
"login": "CommanderRoot",
|
579
|
+
"name": "CommanderRoot",
|
580
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/4395417?v=4",
|
581
|
+
"profile": "https://github.com/CommanderRoot",
|
582
|
+
"contributions": [
|
583
|
+
"code"
|
584
|
+
]
|
585
|
+
},
|
586
|
+
{
|
587
|
+
"login": "grandeljay",
|
588
|
+
"name": "Jay",
|
589
|
+
"avatar_url": "https://avatars.githubusercontent.com/u/45571053?v=4",
|
590
|
+
"profile": "https://github.com/grandeljay",
|
591
|
+
"contributions": [
|
592
|
+
"code"
|
593
|
+
]
|
383
594
|
}
|
384
595
|
],
|
385
596
|
"contributorsPerLine": 4,
|
386
597
|
"repoType": "github",
|
387
|
-
"repoHost": "https://github.com"
|
598
|
+
"repoHost": "https://github.com",
|
599
|
+
"skipCi": true
|
388
600
|
}
|
package/.github/workflows/ci.yml
CHANGED
@@ -2,20 +2,20 @@ name: CI
|
|
2
2
|
on: [pull_request]
|
3
3
|
jobs:
|
4
4
|
test:
|
5
|
-
name: Test build process on node ${{ matrix.
|
5
|
+
name: Test build process on node ${{ matrix.node-version }}
|
6
6
|
runs-on: ubuntu-latest
|
7
7
|
strategy:
|
8
8
|
matrix:
|
9
|
-
|
9
|
+
node-version: [12, 14, 16]
|
10
10
|
steps:
|
11
|
-
- uses: actions/checkout@
|
11
|
+
- uses: actions/checkout@v2
|
12
12
|
- name: Use Node.js ${{ matrix.node-version }}
|
13
|
-
uses: actions/setup-node@
|
13
|
+
uses: actions/setup-node@v2
|
14
14
|
with:
|
15
15
|
node-version: ${{ matrix.node-version }}
|
16
16
|
- name: pre-install
|
17
17
|
run: sh ./scripts/preinstall.sh
|
18
18
|
- name: install dependencies
|
19
|
-
run:
|
19
|
+
run: yarn
|
20
20
|
- name: pre fomantic install & gulp build
|
21
|
-
run:
|
21
|
+
run: yarn gulp install
|
@@ -7,26 +7,34 @@ jobs:
|
|
7
7
|
name: Build nightly distribution
|
8
8
|
runs-on: ubuntu-latest
|
9
9
|
if: github.repository == 'fomantic/Fomantic-UI'
|
10
|
+
outputs:
|
11
|
+
shouldPublish: ${{ steps.nightly-version.outputs.shouldPublish }}
|
12
|
+
publishVersion: ${{ steps.nightly-version.outputs.publishVersion }}
|
10
13
|
steps:
|
11
|
-
- uses: actions/checkout@
|
14
|
+
- uses: actions/checkout@v2
|
12
15
|
with:
|
13
16
|
ref: develop
|
14
|
-
- uses: actions/setup-node@
|
17
|
+
- uses: actions/setup-node@v2
|
15
18
|
with:
|
16
|
-
node-version:
|
19
|
+
node-version: 16
|
17
20
|
registry-url: https://registry.npmjs.org/
|
18
21
|
- name: pre-setup
|
19
22
|
run: sh ./scripts/preinstall.sh
|
20
23
|
- name: install dependencies
|
21
|
-
run:
|
24
|
+
run: yarn
|
22
25
|
- name: update nightly version
|
26
|
+
id: nightly-version
|
23
27
|
run: node ./scripts/nightly-version.js
|
24
28
|
- name: fomantic install & build
|
25
|
-
|
29
|
+
if: ${{ steps.nightly-version.outputs.shouldPublish }}
|
30
|
+
run: yarn gulp install
|
26
31
|
- name: publish to npm
|
27
|
-
|
28
|
-
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
|
29
|
-
npm publish --tag nightly
|
32
|
+
if: ${{ steps.nightly-version.outputs.shouldPublish }}
|
30
33
|
env:
|
31
|
-
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
|
32
34
|
CI: true
|
35
|
+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION }}
|
36
|
+
PUBLISH_VERSION: ${{ steps.nightly-version.outputs.publishVersion }}
|
37
|
+
run: |
|
38
|
+
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
|
39
|
+
yarn config set registry https://registry.npmjs.org
|
40
|
+
yarn publish --tag nightly --new-version $PUBLISH_VERSION --non-interactive
|
@@ -0,0 +1,31 @@
|
|
1
|
+
name: Release
|
2
|
+
on:
|
3
|
+
release:
|
4
|
+
types: [released]
|
5
|
+
jobs:
|
6
|
+
publish:
|
7
|
+
name: Build new Release
|
8
|
+
runs-on: ubuntu-latest
|
9
|
+
if: github.repository == 'fomantic/Fomantic-UI'
|
10
|
+
steps:
|
11
|
+
- uses: actions/checkout@v2
|
12
|
+
with:
|
13
|
+
ref: master
|
14
|
+
- uses: actions/setup-node@v2
|
15
|
+
with:
|
16
|
+
node-version: 14
|
17
|
+
registry-url: https://registry.npmjs.org/
|
18
|
+
- name: pre-setup
|
19
|
+
run: sh ./scripts/preinstall.sh
|
20
|
+
- name: install dependencies
|
21
|
+
run: yarn
|
22
|
+
- name: fomantic install & build
|
23
|
+
run: yarn gulp install
|
24
|
+
- name: publish to npm
|
25
|
+
env:
|
26
|
+
CI: true
|
27
|
+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION }}
|
28
|
+
run: |
|
29
|
+
npm config set //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN
|
30
|
+
yarn config set registry https://registry.npmjs.org
|
31
|
+
yarn publish --non-interactive
|
package/CONTRIBUTORS.md
CHANGED
@@ -3,64 +3,103 @@
|
|
3
3
|
This is a list of all project contributors powered by [All Contributors](https://allcontributors.org/), thanks goes to these wonderful people π ([emoji key](https://allcontributors.org/docs/en/emoji-key))
|
4
4
|
|
5
5
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
6
|
-
<!-- prettier-ignore -->
|
6
|
+
<!-- prettier-ignore-start -->
|
7
|
+
<!-- markdownlint-disable -->
|
7
8
|
<table>
|
8
9
|
<tr>
|
9
|
-
<td align="center"><a href="https://github.com/hammy2899"><img src="https://avatars2.githubusercontent.com/u/11588822?v=4" width="60px;" alt="
|
10
|
-
<td align="center"><a href="https://github.com/prudho"><img src="https://avatars0.githubusercontent.com/u/7557689?v=4" width="60px;" alt="
|
11
|
-
<td align="center"><a href="https://github.com/ColinFrick"><img src="https://avatars1.githubusercontent.com/u/5517677?v=4" width="60px;" alt="
|
12
|
-
<td align="center"><a href="https://rasterbuster.lubber.de"><img src="https://avatars1.githubusercontent.com/u/18379884?v=4" width="60px;" alt="
|
10
|
+
<td align="center"><a href="https://github.com/hammy2899"><img src="https://avatars2.githubusercontent.com/u/11588822?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Sean</b></sub></a><br /><a href="#question-hammy2899" title="Answering Questions">π¬</a> <a href="https://github.com/fomantic/Fomantic-UI/issues?q=author%3Ahammy2899" title="Bug reports">π</a> <a href="#blog-hammy2899" title="Blogposts">π</a> <a href="#business-hammy2899" title="Business development">πΌ</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=hammy2899" title="Code">π»</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=hammy2899" title="Documentation">π</a> <a href="#design-hammy2899" title="Design">π¨</a> <a href="#example-hammy2899" title="Examples">π‘</a> <a href="#ideas-hammy2899" title="Ideas, Planning, & Feedback">π€</a> <a href="#infra-hammy2899" title="Infrastructure (Hosting, Build-Tools, etc)">π</a> <a href="#maintenance-hammy2899" title="Maintenance">π§</a> <a href="#platform-hammy2899" title="Packaging/porting to new platform">π¦</a> <a href="#projectManagement-hammy2899" title="Project Management">π</a> <a href="https://github.com/fomantic/Fomantic-UI/pulls?q=is%3Apr+reviewed-by%3Ahammy2899" title="Reviewed Pull Requests">π</a> <a href="#security-hammy2899" title="Security">π‘οΈ</a> <a href="#tool-hammy2899" title="Tools">π§</a> <a href="#tutorial-hammy2899" title="Tutorials">β
</a> <a href="#talk-hammy2899" title="Talks">π’</a></td>
|
11
|
+
<td align="center"><a href="https://github.com/prudho"><img src="https://avatars0.githubusercontent.com/u/7557689?v=4?s=60" width="60px;" alt=""/><br /><sub><b>prudho</b></sub></a><br /><a href="#question-prudho" title="Answering Questions">π¬</a> <a href="https://github.com/fomantic/Fomantic-UI/issues?q=author%3Aprudho" title="Bug reports">π</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=prudho" title="Code">π»</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=prudho" title="Documentation">π</a> <a href="#example-prudho" title="Examples">π‘</a> <a href="#ideas-prudho" title="Ideas, Planning, & Feedback">π€</a> <a href="#infra-prudho" title="Infrastructure (Hosting, Build-Tools, etc)">π</a> <a href="https://github.com/fomantic/Fomantic-UI/pulls?q=is%3Apr+reviewed-by%3Aprudho" title="Reviewed Pull Requests">π</a></td>
|
12
|
+
<td align="center"><a href="https://github.com/ColinFrick"><img src="https://avatars1.githubusercontent.com/u/5517677?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Colin Frick</b></sub></a><br /><a href="#question-ColinFrick" title="Answering Questions">π¬</a> <a href="https://github.com/fomantic/Fomantic-UI/issues?q=author%3AColinFrick" title="Bug reports">π</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=ColinFrick" title="Code">π»</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=ColinFrick" title="Documentation">π</a> <a href="#example-ColinFrick" title="Examples">π‘</a> <a href="#ideas-ColinFrick" title="Ideas, Planning, & Feedback">π€</a> <a href="#infra-ColinFrick" title="Infrastructure (Hosting, Build-Tools, etc)">π</a> <a href="https://github.com/fomantic/Fomantic-UI/pulls?q=is%3Apr+reviewed-by%3AColinFrick" title="Reviewed Pull Requests">π</a></td>
|
13
|
+
<td align="center"><a href="https://rasterbuster.lubber.de"><img src="https://avatars1.githubusercontent.com/u/18379884?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Marco 'Lubber' Wienkoop</b></sub></a><br /><a href="#question-lubber-de" title="Answering Questions">π¬</a> <a href="https://github.com/fomantic/Fomantic-UI/issues?q=author%3Alubber-de" title="Bug reports">π</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=lubber-de" title="Code">π»</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=lubber-de" title="Documentation">π</a> <a href="#example-lubber-de" title="Examples">π‘</a> <a href="#ideas-lubber-de" title="Ideas, Planning, & Feedback">π€</a> <a href="#infra-lubber-de" title="Infrastructure (Hosting, Build-Tools, etc)">π</a> <a href="https://github.com/fomantic/Fomantic-UI/pulls?q=is%3Apr+reviewed-by%3Alubber-de" title="Reviewed Pull Requests">π</a></td>
|
13
14
|
</tr>
|
14
15
|
<tr>
|
15
|
-
<td align="center"><a href="https://www.exoego.net/"><img src="https://avatars2.githubusercontent.com/u/127635?v=4" width="60px;" alt="
|
16
|
-
<td align="center"><a href="https://github.com/bartocc"><img src="https://avatars3.githubusercontent.com/u/47953?v=4" width="60px;" alt="
|
17
|
-
<td align="center"><a href="https://github.com/0xflotus"><img src="https://avatars3.githubusercontent.com/u/26602940?v=4" width="60px;" alt="
|
18
|
-
<td align="center"><a href="https://github.com/rubenhbaca"><img src="https://avatars3.githubusercontent.com/u/19667830?v=4" width="60px;" alt="
|
16
|
+
<td align="center"><a href="https://www.exoego.net/"><img src="https://avatars2.githubusercontent.com/u/127635?v=4?s=60" width="60px;" alt=""/><br /><sub><b>TATSUNO Yasuhiro</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/issues?q=author%3Aexoego" title="Bug reports">π</a> <a href="#blog-exoego" title="Blogposts">π</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=exoego" title="Code">π»</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=exoego" title="Documentation">π</a> <a href="https://github.com/fomantic/Fomantic-UI/pulls?q=is%3Apr+reviewed-by%3Aexoego" title="Reviewed Pull Requests">π</a></td>
|
17
|
+
<td align="center"><a href="https://github.com/bartocc"><img src="https://avatars3.githubusercontent.com/u/47953?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Julien Palmas</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=bartocc" title="Code">π»</a></td>
|
18
|
+
<td align="center"><a href="https://github.com/0xflotus"><img src="https://avatars3.githubusercontent.com/u/26602940?v=4?s=60" width="60px;" alt=""/><br /><sub><b>0xflotus</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=0xflotus" title="Documentation">π</a></td>
|
19
|
+
<td align="center"><a href="https://github.com/rubenhbaca"><img src="https://avatars3.githubusercontent.com/u/19667830?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Ruben H. Baca</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=rubenhbaca" title="Code">π»</a></td>
|
19
20
|
</tr>
|
20
21
|
<tr>
|
21
|
-
<td align="center"><a href="https://github.com/ventura-eesc"><img src="https://avatars1.githubusercontent.com/u/41117238?v=4" width="60px;" alt="
|
22
|
-
<td align="center"><a href="http://www.brunobornsztein.com"><img src="https://avatars1.githubusercontent.com/u/3760?v=4" width="60px;" alt="
|
23
|
-
<td align="center"><a href="https://github.com/MikeyFriedChicken"><img src="https://avatars3.githubusercontent.com/u/4342380?v=4" width="60px;" alt="
|
24
|
-
<td align="center"><a href="http://gammagames.net"><img src="https://avatars1.githubusercontent.com/u/7832163?v=4" width="60px;" alt="
|
22
|
+
<td align="center"><a href="https://github.com/ventura-eesc"><img src="https://avatars1.githubusercontent.com/u/41117238?v=4?s=60" width="60px;" alt=""/><br /><sub><b>ventura-eesc</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=ventura-eesc" title="Code">π»</a></td>
|
23
|
+
<td align="center"><a href="http://www.brunobornsztein.com"><img src="https://avatars1.githubusercontent.com/u/3760?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Bruno Bornsztein</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=bborn" title="Code">π»</a></td>
|
24
|
+
<td align="center"><a href="https://github.com/MikeyFriedChicken"><img src="https://avatars3.githubusercontent.com/u/4342380?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Michael Ceber</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=MikeyFriedChicken" title="Code">π»</a></td>
|
25
|
+
<td align="center"><a href="http://gammagames.net"><img src="https://avatars1.githubusercontent.com/u/7832163?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Jesse Lieberg</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=GammaGames" title="Code">π»</a></td>
|
25
26
|
</tr>
|
26
27
|
<tr>
|
27
|
-
<td align="center"><a href="https://www.stockopedia.com/"><img src="https://avatars1.githubusercontent.com/u/412672?v=4" width="60px;" alt="
|
28
|
-
<td align="center"><a href="https://madprof.net/"><img src="https://avatars3.githubusercontent.com/u/1070206?v=4" width="60px;" alt="
|
29
|
-
<td align="center"><a href="https://github.com/iarspider"><img src="https://avatars0.githubusercontent.com/u/636602?v=4" width="60px;" alt="
|
30
|
-
<td align="center"><a href="https://github.com/patilkiranm"><img src="https://avatars1.githubusercontent.com/u/3204107?v=4" width="60px;" alt="
|
28
|
+
<td align="center"><a href="https://www.stockopedia.com/"><img src="https://avatars1.githubusercontent.com/u/412672?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Euan Goddard</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=euangoddard" title="Code">π»</a></td>
|
29
|
+
<td align="center"><a href="https://madprof.net/"><img src="https://avatars3.githubusercontent.com/u/1070206?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Daniel</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=danthedeckie" title="Code">π»</a></td>
|
30
|
+
<td align="center"><a href="https://github.com/iarspider"><img src="https://avatars0.githubusercontent.com/u/636602?v=4?s=60" width="60px;" alt=""/><br /><sub><b>iarspider</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=iarspider" title="Code">π»</a></td>
|
31
|
+
<td align="center"><a href="https://github.com/patilkiranm"><img src="https://avatars1.githubusercontent.com/u/3204107?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Kiran Patil</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=patilkiranm" title="Code">π»</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=patilkiranm" title="Documentation">π</a></td>
|
31
32
|
</tr>
|
32
33
|
<tr>
|
33
|
-
<td align="center"><a href="https://github.com/douglasg14b"><img src="https://avatars1.githubusercontent.com/u/1400380?v=4" width="60px;" alt="
|
34
|
-
<td align="center"><a href="https://www.mvhnetworks.com"><img src="https://avatars0.githubusercontent.com/u/930315?v=4" width="60px;" alt="
|
35
|
-
<td align="center"><a href="https://github.com/dutrieux"><img src="https://avatars2.githubusercontent.com/u/1622751?v=4" width="60px;" alt="
|
36
|
-
<td align="center"><a href="http://alexnewby.com"><img src="https://avatars2.githubusercontent.com/u/891192?v=4" width="60px;" alt="
|
34
|
+
<td align="center"><a href="https://github.com/douglasg14b"><img src="https://avatars1.githubusercontent.com/u/1400380?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Douglas Gaskell</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=douglasg14b" title="Code">π»</a> <a href="#talk-douglasg14b" title="Talks">π’</a></td>
|
35
|
+
<td align="center"><a href="https://www.mvhnetworks.com"><img src="https://avatars0.githubusercontent.com/u/930315?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Ko Ko Zin</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=ko2in" title="Code">π»</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=ko2in" title="Documentation">π</a> <a href="https://github.com/fomantic/Fomantic-UI/pulls?q=is%3Apr+reviewed-by%3Ako2in" title="Reviewed Pull Requests">π</a> <a href="https://github.com/fomantic/Fomantic-UI/issues?q=author%3Ako2in" title="Bug reports">π</a></td>
|
36
|
+
<td align="center"><a href="https://github.com/dutrieux"><img src="https://avatars2.githubusercontent.com/u/1622751?v=4?s=60" width="60px;" alt=""/><br /><sub><b>dutrieux</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=dutrieux" title="Code">π»</a></td>
|
37
|
+
<td align="center"><a href="http://alexnewby.com"><img src="https://avatars2.githubusercontent.com/u/891192?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Alex</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=globophobe" title="Code">π»</a></td>
|
37
38
|
</tr>
|
38
39
|
<tr>
|
39
|
-
<td align="center"><a href="https://twitter.com/y_ryu0220"><img src="https://avatars0.githubusercontent.com/u/14275842?v=4" width="60px;" alt="
|
40
|
-
<td align="center"><a href="https://github.com/egoisticalgoat"><img src="https://avatars3.githubusercontent.com/u/18332886?v=4" width="60px;" alt="
|
41
|
-
<td align="center"><a href="https://alexviscreanu.com"><img src="https://avatars2.githubusercontent.com/u/8055505?v=4" width="60px;" alt="
|
42
|
-
<td align="center"><a href="https://github.com/rmarchiori"><img src="https://avatars3.githubusercontent.com/u/13880165?v=4" width="60px;" alt="
|
40
|
+
<td align="center"><a href="https://twitter.com/y_ryu0220"><img src="https://avatars0.githubusercontent.com/u/14275842?v=4?s=60" width="60px;" alt=""/><br /><sub><b>ryamaguchi0220</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=ryamaguchi0220" title="Code">π»</a> <a href="https://github.com/fomantic/Fomantic-UI/issues?q=author%3Aryamaguchi0220" title="Bug reports">π</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=ryamaguchi0220" title="Documentation">π</a></td>
|
41
|
+
<td align="center"><a href="https://github.com/egoisticalgoat"><img src="https://avatars3.githubusercontent.com/u/18332886?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Pascal</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=egoisticalgoat" title="Documentation">π</a></td>
|
42
|
+
<td align="center"><a href="https://alexviscreanu.com"><img src="https://avatars2.githubusercontent.com/u/8055505?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Alex Viscreanu</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=aexvir" title="Code">π»</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=aexvir" title="Documentation">π</a></td>
|
43
|
+
<td align="center"><a href="https://github.com/rmarchiori"><img src="https://avatars3.githubusercontent.com/u/13880165?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Ricardo</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=rmarchiori" title="Code">π»</a></td>
|
43
44
|
</tr>
|
44
45
|
<tr>
|
45
|
-
<td align="center"><a href="https://github.com/justkey007"><img src="https://avatars2.githubusercontent.com/u/36489637?v=4" width="60px;" alt="
|
46
|
-
<td align="center"><a href="https://cruzdanilo.com"><img src="https://avatars2.githubusercontent.com/u/216636?v=4" width="60px;" alt="
|
47
|
-
<td align="center"><a href="https://github.com/zombietfk"><img src="https://avatars1.githubusercontent.com/u/6123140?v=4" width="60px;" alt="
|
48
|
-
<td align="center"><a href="https://shui91.github.io/portfolio"><img src="https://avatars2.githubusercontent.com/u/11592023?v=4" width="60px;" alt="
|
46
|
+
<td align="center"><a href="https://github.com/justkey007"><img src="https://avatars2.githubusercontent.com/u/36489637?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Juste MΓ©thode B.</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=justkey007" title="Code">π»</a></td>
|
47
|
+
<td align="center"><a href="https://cruzdanilo.com"><img src="https://avatars2.githubusercontent.com/u/216636?v=4?s=60" width="60px;" alt=""/><br /><sub><b>danilo neves cruz</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=cruzdanilo" title="Code">π»</a></td>
|
48
|
+
<td align="center"><a href="https://github.com/zombietfk"><img src="https://avatars1.githubusercontent.com/u/6123140?v=4?s=60" width="60px;" alt=""/><br /><sub><b>ZombieTFK</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=zombietfk" title="Code">π»</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=zombietfk" title="Documentation">π</a></td>
|
49
|
+
<td align="center"><a href="https://shui91.github.io/portfolio"><img src="https://avatars2.githubusercontent.com/u/11592023?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Sherman Hui</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=shui91" title="Code">π»</a></td>
|
49
50
|
</tr>
|
50
51
|
<tr>
|
51
|
-
<td align="center"><a href="http://rshalman.github.io"><img src="https://avatars2.githubusercontent.com/u/28634001?v=4" width="60px;" alt="
|
52
|
-
<td align="center"><a href="https://iwgx.github.io/amazing-things/"><img src="https://avatars1.githubusercontent.com/u/20817629?v=4" width="60px;" alt="
|
53
|
-
<td align="center"><a href="https://github.com/simondarke"><img src="https://avatars3.githubusercontent.com/u/2750476?v=4" width="60px;" alt="
|
54
|
-
<td align="center"><a href="https://www.travel21.fr"><img src="https://avatars1.githubusercontent.com/u/24317434?v=4" width="60px;" alt="
|
52
|
+
<td align="center"><a href="http://rshalman.github.io"><img src="https://avatars2.githubusercontent.com/u/28634001?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Roman Shalman</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=RShalman" title="Code">π»</a></td>
|
53
|
+
<td align="center"><a href="https://iwgx.github.io/amazing-things/"><img src="https://avatars1.githubusercontent.com/u/20817629?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Ilham Wahabi</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=iwgx" title="Code">π»</a></td>
|
54
|
+
<td align="center"><a href="https://github.com/simondarke"><img src="https://avatars3.githubusercontent.com/u/2750476?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Simon Darke</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=simondarke" title="Code">π»</a> <a href="https://github.com/fomantic/Fomantic-UI/commits?author=simondarke" title="Documentation">π</a></td>
|
55
|
+
<td align="center"><a href="https://www.travel21.fr"><img src="https://avatars1.githubusercontent.com/u/24317434?v=4?s=60" width="60px;" alt=""/><br /><sub><b>RenonDis</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=RenonDis" title="Documentation">π</a></td>
|
55
56
|
</tr>
|
56
57
|
<tr>
|
57
|
-
<td align="center"><a href="https://github.com/josejbarneto"><img src="https://avatars0.githubusercontent.com/u/22933565?v=4" width="60px;" alt="
|
58
|
-
<td align="center"><a href="https://github.com/aardbol"><img src="https://avatars2.githubusercontent.com/u/14614620?v=4" width="60px;" alt="
|
59
|
-
<td align="center"><a href="https://bradleyw.me"><img src="https://avatars2.githubusercontent.com/u/10724949?v=4" width="60px;" alt="
|
60
|
-
<td align="center"><a href="https://lolhens.de"><img src="https://avatars1.githubusercontent.com/u/1524059?v=4" width="60px;" alt="
|
58
|
+
<td align="center"><a href="https://github.com/josejbarneto"><img src="https://avatars0.githubusercontent.com/u/22933565?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Jose J Barneto</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=josejbarneto" title="Documentation">π</a></td>
|
59
|
+
<td align="center"><a href="https://github.com/aardbol"><img src="https://avatars2.githubusercontent.com/u/14614620?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Leonardo</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=aardbol" title="Documentation">π</a></td>
|
60
|
+
<td align="center"><a href="https://bradleyw.me"><img src="https://avatars2.githubusercontent.com/u/10724949?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Bradley Watton</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=HypertextPP" title="Documentation">π</a></td>
|
61
|
+
<td align="center"><a href="https://lolhens.de"><img src="https://avatars1.githubusercontent.com/u/1524059?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Pierre Kisters</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=LolHens" title="Code">π»</a></td>
|
62
|
+
</tr>
|
63
|
+
<tr>
|
64
|
+
<td align="center"><a href="https://fractal-farming.com"><img src="https://avatars.githubusercontent.com/u/5436121?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Hugo Peek</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=hugopeek" title="Code">π»</a></td>
|
65
|
+
<td align="center"><a href="https://lutonite.ch/"><img src="https://avatars.githubusercontent.com/u/21953109?v=4?s=60" width="60px;" alt=""/><br /><sub><b>LoΓ―c Herman</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=Lutonite" title="Code">π»</a></td>
|
66
|
+
<td align="center"><a href="https://github.com/jike212"><img src="https://avatars.githubusercontent.com/u/28184313?v=4?s=60" width="60px;" alt=""/><br /><sub><b>jike212</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=jike212" title="Code">π»</a></td>
|
67
|
+
<td align="center"><a href="https://github.com/jamessampford"><img src="https://avatars.githubusercontent.com/u/1376843?v=4?s=60" width="60px;" alt=""/><br /><sub><b>jamessampford</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=jamessampford" title="Code">π»</a></td>
|
68
|
+
</tr>
|
69
|
+
<tr>
|
70
|
+
<td align="center"><a href="https://dennis.alexandersson.xyz"><img src="https://avatars.githubusercontent.com/u/3358782?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Dennis Alexandersson</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=Yrlish" title="Code">π»</a></td>
|
71
|
+
<td align="center"><a href="https://github.com/Giandrop"><img src="https://avatars.githubusercontent.com/u/12598149?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Gianfranco Polinesi</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=Giandrop" title="Code">π»</a></td>
|
72
|
+
<td align="center"><a href="https://github.com/MrL1605"><img src="https://avatars.githubusercontent.com/u/7734245?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Lalit Umbarkar</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=MrL1605" title="Code">π»</a></td>
|
73
|
+
<td align="center"><a href="https://github.com/TheJltres"><img src="https://avatars.githubusercontent.com/u/23702867?v=4?s=60" width="60px;" alt=""/><br /><sub><b>TheJltres</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=TheJltres" title="Code">π»</a></td>
|
74
|
+
</tr>
|
75
|
+
<tr>
|
76
|
+
<td align="center"><a href="https://github.com/rkomiyama"><img src="https://avatars.githubusercontent.com/u/347483?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Ryu Komiyama</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=rkomiyama" title="Code">π»</a></td>
|
77
|
+
<td align="center"><a href="https://github.com/WardLootens"><img src="https://avatars.githubusercontent.com/u/8817311?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Ward Lootens</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=WardLootens" title="Code">π»</a></td>
|
78
|
+
<td align="center"><a href="https://github.com/mareeo"><img src="https://avatars.githubusercontent.com/u/9520224?v=4?s=60" width="60px;" alt=""/><br /><sub><b>mareeo</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=mareeo" title="Code">π»</a></td>
|
79
|
+
<td align="center"><a href="https://github.com/eikek"><img src="https://avatars.githubusercontent.com/u/701128?v=4?s=60" width="60px;" alt=""/><br /><sub><b>eikek</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=eikek" title="Code">π»</a></td>
|
80
|
+
</tr>
|
81
|
+
<tr>
|
82
|
+
<td align="center"><a href="https://github.com/ucyildirim"><img src="https://avatars.githubusercontent.com/u/38659860?v=4?s=60" width="60px;" alt=""/><br /><sub><b>ucyildirim</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=ucyildirim" title="Code">π»</a></td>
|
83
|
+
<td align="center"><a href="https://github.com/byte916"><img src="https://avatars.githubusercontent.com/u/1929437?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Andrew Gerasimovich</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=byte916" title="Code">π»</a></td>
|
84
|
+
<td align="center"><a href="https://github.com/das7pad"><img src="https://avatars.githubusercontent.com/u/17931887?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Jakob Ackermann</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=das7pad" title="Code">π»</a></td>
|
85
|
+
<td align="center"><a href="https://christoph.moeke.dev/"><img src="https://avatars.githubusercontent.com/u/1618434?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Christoph MΓΆke</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=cmoeke" title="Code">π»</a></td>
|
86
|
+
</tr>
|
87
|
+
<tr>
|
88
|
+
<td align="center"><a href="https://github.com/jameschenjav"><img src="https://avatars.githubusercontent.com/u/30246313?v=4?s=60" width="60px;" alt=""/><br /><sub><b>jameschenjav</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=jameschenjav" title="Code">π»</a></td>
|
89
|
+
<td align="center"><a href="http://elliotzlin.com"><img src="https://avatars.githubusercontent.com/u/12807901?v=4?s=60" width="60px;" alt=""/><br /><sub><b>elliotzlin</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=elliotzlin" title="Code">π»</a></td>
|
90
|
+
<td align="center"><a href="https://github.com/maidzen"><img src="https://avatars.githubusercontent.com/u/17901424?v=4?s=60" width="60px;" alt=""/><br /><sub><b>maidzen</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=maidzen" title="Code">π»</a></td>
|
91
|
+
<td align="center"><a href="https://twitter.com/melek_rebai"><img src="https://avatars.githubusercontent.com/u/1449151?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Melek REBAI</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=shadoWalker89" title="Code">π»</a></td>
|
92
|
+
</tr>
|
93
|
+
<tr>
|
94
|
+
<td align="center"><a href="https://github.com/NotWearingPants"><img src="https://avatars.githubusercontent.com/u/26556598?v=4?s=60" width="60px;" alt=""/><br /><sub><b>NotWearingPants</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=NotWearingPants" title="Code">π»</a></td>
|
95
|
+
<td align="center"><a href="https://github.com/CommanderRoot"><img src="https://avatars.githubusercontent.com/u/4395417?v=4?s=60" width="60px;" alt=""/><br /><sub><b>CommanderRoot</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=CommanderRoot" title="Code">π»</a></td>
|
96
|
+
<td align="center"><a href="https://github.com/grandeljay"><img src="https://avatars.githubusercontent.com/u/45571053?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Jay</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=grandeljay" title="Code">π»</a></td>
|
61
97
|
</tr>
|
62
98
|
</table>
|
63
99
|
|
100
|
+
<!-- markdownlint-restore -->
|
101
|
+
<!-- prettier-ignore-end -->
|
102
|
+
|
64
103
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
65
104
|
|
66
105
|
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|