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.
Files changed (285) hide show
  1. package/.all-contributorsrc +215 -3
  2. package/.github/workflows/ci.yml +6 -6
  3. package/.github/workflows/nightly.yml +17 -9
  4. package/.github/workflows/release.yml +31 -0
  5. package/CONTRIBUTORS.md +76 -37
  6. package/README.md +8 -8
  7. package/dist/components/accordion.css +162 -26
  8. package/dist/components/accordion.js +1 -1
  9. package/dist/components/accordion.min.css +2 -2
  10. package/dist/components/accordion.min.js +3 -3
  11. package/dist/components/ad.css +1 -1
  12. package/dist/components/ad.min.css +1 -1
  13. package/dist/components/api.js +88 -29
  14. package/dist/components/api.min.js +3 -3
  15. package/dist/components/breadcrumb.css +1 -1
  16. package/dist/components/breadcrumb.min.css +1 -1
  17. package/dist/components/button.css +176 -134
  18. package/dist/components/button.min.css +2 -2
  19. package/dist/components/calendar.css +18 -1
  20. package/dist/components/calendar.js +6 -4
  21. package/dist/components/calendar.min.css +2 -2
  22. package/dist/components/calendar.min.js +3 -3
  23. package/dist/components/card.css +26 -19
  24. package/dist/components/card.min.css +2 -2
  25. package/dist/components/checkbox.css +2 -1
  26. package/dist/components/checkbox.js +17 -11
  27. package/dist/components/checkbox.min.css +2 -2
  28. package/dist/components/checkbox.min.js +3 -3
  29. package/dist/components/comment.css +11 -11
  30. package/dist/components/comment.min.css +1 -1
  31. package/dist/components/container.css +97 -3
  32. package/dist/components/container.min.css +2 -2
  33. package/dist/components/dimmer.css +29 -14
  34. package/dist/components/dimmer.js +11 -5
  35. package/dist/components/dimmer.min.css +2 -2
  36. package/dist/components/dimmer.min.js +3 -3
  37. package/dist/components/divider.css +1 -1
  38. package/dist/components/divider.min.css +1 -1
  39. package/dist/components/dropdown.css +54 -14
  40. package/dist/components/dropdown.js +66 -39
  41. package/dist/components/dropdown.min.css +2 -2
  42. package/dist/components/dropdown.min.js +3 -3
  43. package/dist/components/embed.css +1 -1
  44. package/dist/components/embed.js +1 -1
  45. package/dist/components/embed.min.css +1 -1
  46. package/dist/components/embed.min.js +3 -3
  47. package/dist/components/emoji.css +10147 -8139
  48. package/dist/components/emoji.min.css +1 -1
  49. package/dist/components/feed.css +28 -28
  50. package/dist/components/feed.min.css +2 -2
  51. package/dist/components/flag.css +734 -625
  52. package/dist/components/flag.min.css +2 -2
  53. package/dist/components/form.css +132 -55
  54. package/dist/components/form.js +38 -29
  55. package/dist/components/form.min.css +2 -2
  56. package/dist/components/form.min.js +3 -3
  57. package/dist/components/grid.css +14 -10
  58. package/dist/components/grid.min.css +2 -2
  59. package/dist/components/header.css +3 -1
  60. package/dist/components/header.min.css +2 -2
  61. package/dist/components/icon.css +126 -47
  62. package/dist/components/icon.min.css +2 -2
  63. package/dist/components/image.css +1 -1
  64. package/dist/components/image.min.css +1 -1
  65. package/dist/components/input.css +754 -17
  66. package/dist/components/input.min.css +2 -2
  67. package/dist/components/item.css +13 -13
  68. package/dist/components/item.min.css +1 -1
  69. package/dist/components/label.css +1 -1
  70. package/dist/components/label.min.css +1 -1
  71. package/dist/components/list.css +1 -1
  72. package/dist/components/list.min.css +1 -1
  73. package/dist/components/loader.css +1 -1
  74. package/dist/components/loader.min.css +1 -1
  75. package/dist/components/menu.css +29 -5
  76. package/dist/components/menu.min.css +1 -1
  77. package/dist/components/message.css +41 -41
  78. package/dist/components/message.min.css +2 -2
  79. package/dist/components/modal.css +13 -1
  80. package/dist/components/modal.js +127 -49
  81. package/dist/components/modal.min.css +2 -2
  82. package/dist/components/modal.min.js +3 -3
  83. package/dist/components/nag.css +1 -1
  84. package/dist/components/nag.js +1 -1
  85. package/dist/components/nag.min.css +1 -1
  86. package/dist/components/nag.min.js +3 -3
  87. package/dist/components/placeholder.css +1 -1
  88. package/dist/components/placeholder.min.css +1 -1
  89. package/dist/components/popup.css +1 -1
  90. package/dist/components/popup.js +2 -2
  91. package/dist/components/popup.min.css +1 -1
  92. package/dist/components/popup.min.js +3 -3
  93. package/dist/components/progress.css +1 -1
  94. package/dist/components/progress.js +4 -1
  95. package/dist/components/progress.min.css +1 -1
  96. package/dist/components/progress.min.js +3 -3
  97. package/dist/components/rail.css +1 -1
  98. package/dist/components/rail.min.css +1 -1
  99. package/dist/components/rating.css +1 -1
  100. package/dist/components/rating.js +1 -1
  101. package/dist/components/rating.min.css +1 -1
  102. package/dist/components/rating.min.js +3 -3
  103. package/dist/components/reset.css +3 -2
  104. package/dist/components/reset.min.css +2 -2
  105. package/dist/components/reveal.css +1 -1
  106. package/dist/components/reveal.min.css +1 -1
  107. package/dist/components/search.css +1 -1
  108. package/dist/components/search.js +2 -2
  109. package/dist/components/search.min.css +1 -1
  110. package/dist/components/search.min.js +3 -3
  111. package/dist/components/segment.css +91 -7
  112. package/dist/components/segment.min.css +2 -2
  113. package/dist/components/shape.css +1 -1
  114. package/dist/components/shape.js +3 -3
  115. package/dist/components/shape.min.css +1 -1
  116. package/dist/components/shape.min.js +3 -3
  117. package/dist/components/sidebar.css +4 -2
  118. package/dist/components/sidebar.js +8 -6
  119. package/dist/components/sidebar.min.css +2 -2
  120. package/dist/components/sidebar.min.js +3 -3
  121. package/dist/components/site.css +65 -39
  122. package/dist/components/site.js +1 -1
  123. package/dist/components/site.min.css +2 -2
  124. package/dist/components/site.min.js +3 -3
  125. package/dist/components/slider.js +1 -1
  126. package/dist/components/slider.min.js +3 -3
  127. package/dist/components/state.js +1 -1
  128. package/dist/components/state.min.js +3 -3
  129. package/dist/components/statistic.css +1 -1
  130. package/dist/components/statistic.min.css +1 -1
  131. package/dist/components/step.css +3 -3
  132. package/dist/components/step.min.css +1 -1
  133. package/dist/components/sticky.css +1 -1
  134. package/dist/components/sticky.js +1 -1
  135. package/dist/components/sticky.min.css +1 -1
  136. package/dist/components/sticky.min.js +3 -3
  137. package/dist/components/tab.css +1 -1
  138. package/dist/components/tab.js +23 -5
  139. package/dist/components/tab.min.css +1 -1
  140. package/dist/components/tab.min.js +3 -3
  141. package/dist/components/table.css +1168 -26
  142. package/dist/components/table.min.css +2 -2
  143. package/dist/components/text.css +1 -1
  144. package/dist/components/text.min.css +1 -1
  145. package/dist/components/toast.css +39 -1
  146. package/dist/components/toast.js +56 -28
  147. package/dist/components/toast.min.css +2 -2
  148. package/dist/components/toast.min.js +3 -3
  149. package/dist/components/transition.css +1 -1
  150. package/dist/components/transition.js +21 -16
  151. package/dist/components/transition.min.css +1 -1
  152. package/dist/components/transition.min.js +3 -3
  153. package/dist/components/visibility.js +1 -1
  154. package/dist/components/visibility.min.js +3 -3
  155. package/dist/semantic.css +21959 -16235
  156. package/dist/semantic.js +483 -240
  157. package/dist/semantic.min.css +3 -3
  158. package/dist/semantic.min.js +3 -3
  159. package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
  160. package/dist/themes/default/assets/fonts/brand-icons.svg +801 -654
  161. package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
  162. package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
  163. package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  164. package/dist/themes/default/assets/fonts/icons.eot +0 -0
  165. package/dist/themes/default/assets/fonts/icons.svg +1175 -1079
  166. package/dist/themes/default/assets/fonts/icons.ttf +0 -0
  167. package/dist/themes/default/assets/fonts/icons.woff +0 -0
  168. package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
  169. package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
  170. package/dist/themes/default/assets/fonts/outline-icons.svg +93 -95
  171. package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
  172. package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
  173. package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  174. package/examples/assets/library/iframe-content.js +8 -8
  175. package/examples/assets/library/iframe.js +3 -3
  176. package/package.json +11 -10
  177. package/scripts/nightly-version.js +48 -38
  178. package/src/definitions/behaviors/api.js +87 -28
  179. package/src/definitions/behaviors/form.js +37 -28
  180. package/src/definitions/collections/form.less +204 -140
  181. package/src/definitions/collections/grid.less +716 -680
  182. package/src/definitions/collections/menu.less +173 -126
  183. package/src/definitions/collections/message.less +48 -46
  184. package/src/definitions/collections/table.less +849 -262
  185. package/src/definitions/elements/button.less +586 -449
  186. package/src/definitions/elements/container.less +145 -8
  187. package/src/definitions/elements/emoji.less +15 -9
  188. package/src/definitions/elements/flag.less +7 -17
  189. package/src/definitions/elements/header.less +44 -35
  190. package/src/definitions/elements/icon.less +38 -31
  191. package/src/definitions/elements/input.less +264 -22
  192. package/src/definitions/elements/label.less +92 -91
  193. package/src/definitions/elements/list.less +55 -45
  194. package/src/definitions/elements/loader.less +30 -29
  195. package/src/definitions/elements/segment.less +147 -28
  196. package/src/definitions/elements/step.less +52 -48
  197. package/src/definitions/elements/text.less +17 -15
  198. package/src/definitions/globals/site.less +23 -2
  199. package/src/definitions/modules/accordion.less +175 -24
  200. package/src/definitions/modules/calendar.js +5 -3
  201. package/src/definitions/modules/calendar.less +20 -0
  202. package/src/definitions/modules/checkbox.js +16 -10
  203. package/src/definitions/modules/checkbox.less +34 -178
  204. package/src/definitions/modules/dimmer.js +10 -4
  205. package/src/definitions/modules/dimmer.less +21 -8
  206. package/src/definitions/modules/dropdown.js +65 -38
  207. package/src/definitions/modules/dropdown.less +148 -97
  208. package/src/definitions/modules/modal.js +126 -48
  209. package/src/definitions/modules/modal.less +12 -0
  210. package/src/definitions/modules/nag.less +20 -19
  211. package/src/definitions/modules/popup.js +1 -1
  212. package/src/definitions/modules/progress.js +3 -0
  213. package/src/definitions/modules/progress.less +19 -18
  214. package/src/definitions/modules/rating.less +35 -34
  215. package/src/definitions/modules/search.js +1 -1
  216. package/src/definitions/modules/search.less +32 -16
  217. package/src/definitions/modules/shape.js +2 -2
  218. package/src/definitions/modules/sidebar.js +7 -5
  219. package/src/definitions/modules/sidebar.less +33 -19
  220. package/src/definitions/modules/slider.less +39 -38
  221. package/src/definitions/modules/tab.js +22 -4
  222. package/src/definitions/modules/toast.js +55 -27
  223. package/src/definitions/modules/toast.less +48 -16
  224. package/src/definitions/modules/transition.js +20 -15
  225. package/src/definitions/views/card.less +402 -361
  226. package/src/definitions/views/comment.less +92 -81
  227. package/src/definitions/views/feed.less +164 -144
  228. package/src/definitions/views/item.less +249 -196
  229. package/src/definitions/views/statistic.less +90 -88
  230. package/src/themes/bookish/elements/header.overrides +1 -1
  231. package/src/themes/chubby/elements/button.overrides +1 -1
  232. package/src/themes/chubby/elements/header.overrides +1 -1
  233. package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
  234. package/src/themes/default/assets/fonts/brand-icons.svg +801 -654
  235. package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
  236. package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
  237. package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  238. package/src/themes/default/assets/fonts/icons.eot +0 -0
  239. package/src/themes/default/assets/fonts/icons.svg +1175 -1079
  240. package/src/themes/default/assets/fonts/icons.ttf +0 -0
  241. package/src/themes/default/assets/fonts/icons.woff +0 -0
  242. package/src/themes/default/assets/fonts/icons.woff2 +0 -0
  243. package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
  244. package/src/themes/default/assets/fonts/outline-icons.svg +93 -95
  245. package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
  246. package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
  247. package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  248. package/src/themes/default/collections/form.variables +4 -0
  249. package/src/themes/default/collections/menu.variables +6 -0
  250. package/src/themes/default/collections/table.variables +52 -0
  251. package/src/themes/default/elements/button.variables +7 -1
  252. package/src/themes/default/elements/container.variables +12 -0
  253. package/src/themes/default/elements/emoji.overrides +1734 -1232
  254. package/src/themes/default/elements/flag.overrides +1641 -986
  255. package/src/themes/default/elements/flag.variables +7 -5
  256. package/src/themes/default/elements/icon.overrides +75 -48
  257. package/src/themes/default/elements/icon.variables +1 -0
  258. package/src/themes/default/elements/input.variables +15 -0
  259. package/src/themes/default/elements/segment.variables +8 -0
  260. package/src/themes/default/globals/site.variables +6 -0
  261. package/src/themes/default/globals/variation.variables +139 -6
  262. package/src/themes/default/modules/accordion.variables +49 -2
  263. package/src/themes/default/modules/calendar.variables +3 -0
  264. package/src/themes/default/modules/checkbox.variables +5 -5
  265. package/src/themes/default/modules/dimmer.variables +1 -1
  266. package/src/themes/default/modules/dropdown.variables +4 -10
  267. package/src/themes/default/modules/modal.variables +13 -0
  268. package/src/themes/default/modules/toast.variables +3 -0
  269. package/src/themes/famfamfam/elements/flag.overrides +1026 -0
  270. package/src/themes/famfamfam/elements/flag.variables +13 -0
  271. package/src/themes/instagram/views/card.overrides +1 -1
  272. package/src/themes/joypixels/elements/emoji.overrides +1759 -1257
  273. package/src/themes/joypixels/elements/emoji.variables +1 -1
  274. package/src/themes/material/collections/menu.overrides +1 -1
  275. package/src/themes/material/elements/button.overrides +1 -1
  276. package/src/themes/material/elements/header.overrides +1 -1
  277. package/src/themes/material/globals/site.variables +0 -1
  278. package/src/themes/material/modules/dropdown.overrides +1 -1
  279. package/src/themes/material/modules/modal.overrides +1 -1
  280. package/src/themes/rtl/globals/site.overrides +1 -1
  281. package/src/themes/twitter/elements/emoji.overrides +1734 -1232
  282. package/tasks/build/css.js +6 -1
  283. package/tasks/config/project/install.js +11 -5
  284. package/tasks/install.js +1 -0
  285. package/test/helpers/sinon.js +2 -2
@@ -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
  }
@@ -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.node_version }}
5
+ name: Test build process on node ${{ matrix.node-version }}
6
6
  runs-on: ubuntu-latest
7
7
  strategy:
8
8
  matrix:
9
- node_version: [8, 10, 11, 12, 13, 14]
9
+ node-version: [12, 14, 16]
10
10
  steps:
11
- - uses: actions/checkout@v1
11
+ - uses: actions/checkout@v2
12
12
  - name: Use Node.js ${{ matrix.node-version }}
13
- uses: actions/setup-node@v1
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: npm install --ignore-scripts
19
+ run: yarn
20
20
  - name: pre fomantic install & gulp build
21
- run: npx gulp install
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@v1
14
+ - uses: actions/checkout@v2
12
15
  with:
13
16
  ref: develop
14
- - uses: actions/setup-node@v1
17
+ - uses: actions/setup-node@v2
15
18
  with:
16
- node-version: 12
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: npm install --ignore-scripts
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
- run: npx gulp install
29
+ if: ${{ steps.nightly-version.outputs.shouldPublish }}
30
+ run: yarn gulp install
26
31
  - name: publish to npm
27
- run: |
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="Sean"/><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="#review-hammy2899" 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>
10
- <td align="center"><a href="https://github.com/prudho"><img src="https://avatars0.githubusercontent.com/u/7557689?v=4" width="60px;" alt="prudho"/><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="#review-prudho" title="Reviewed Pull Requests">πŸ‘€</a></td>
11
- <td align="center"><a href="https://github.com/ColinFrick"><img src="https://avatars1.githubusercontent.com/u/5517677?v=4" width="60px;" alt="Colin Frick"/><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="#review-ColinFrick" title="Reviewed Pull Requests">πŸ‘€</a></td>
12
- <td align="center"><a href="https://rasterbuster.lubber.de"><img src="https://avatars1.githubusercontent.com/u/18379884?v=4" width="60px;" alt="Marco 'Lubber' Wienkoop"/><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="#review-lubber-de" title="Reviewed Pull Requests">πŸ‘€</a></td>
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="TATSUNO Yasuhiro"/><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="#review-exoego" title="Reviewed Pull Requests">πŸ‘€</a></td>
16
- <td align="center"><a href="https://github.com/bartocc"><img src="https://avatars3.githubusercontent.com/u/47953?v=4" width="60px;" alt="Julien Palmas"/><br /><sub><b>Julien Palmas</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=bartocc" title="Code">πŸ’»</a></td>
17
- <td align="center"><a href="https://github.com/0xflotus"><img src="https://avatars3.githubusercontent.com/u/26602940?v=4" width="60px;" alt="0xflotus"/><br /><sub><b>0xflotus</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=0xflotus" title="Documentation">πŸ“–</a></td>
18
- <td align="center"><a href="https://github.com/rubenhbaca"><img src="https://avatars3.githubusercontent.com/u/19667830?v=4" width="60px;" alt="Ruben H. Baca"/><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>
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="ventura-eesc"/><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>
22
- <td align="center"><a href="http://www.brunobornsztein.com"><img src="https://avatars1.githubusercontent.com/u/3760?v=4" width="60px;" alt="Bruno Bornsztein"/><br /><sub><b>Bruno Bornsztein</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=bborn" title="Code">πŸ’»</a></td>
23
- <td align="center"><a href="https://github.com/MikeyFriedChicken"><img src="https://avatars3.githubusercontent.com/u/4342380?v=4" width="60px;" alt="Michael Ceber"/><br /><sub><b>Michael Ceber</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=MikeyFriedChicken" title="Code">πŸ’»</a></td>
24
- <td align="center"><a href="http://gammagames.net"><img src="https://avatars1.githubusercontent.com/u/7832163?v=4" width="60px;" alt="Jesse Lieberg"/><br /><sub><b>Jesse Lieberg</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=GammaGames" title="Code">πŸ’»</a></td>
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="Euan Goddard"/><br /><sub><b>Euan Goddard</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=euangoddard" title="Code">πŸ’»</a></td>
28
- <td align="center"><a href="https://madprof.net/"><img src="https://avatars3.githubusercontent.com/u/1070206?v=4" width="60px;" alt="Daniel"/><br /><sub><b>Daniel</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=danthedeckie" title="Code">πŸ’»</a></td>
29
- <td align="center"><a href="https://github.com/iarspider"><img src="https://avatars0.githubusercontent.com/u/636602?v=4" width="60px;" alt="iarspider"/><br /><sub><b>iarspider</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=iarspider" title="Code">πŸ’»</a></td>
30
- <td align="center"><a href="https://github.com/patilkiranm"><img src="https://avatars1.githubusercontent.com/u/3204107?v=4" width="60px;" alt="Kiran Patil"/><br /><sub><b>Kiran Patil</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=patilkiranm" title="Code">πŸ’»</a></td>
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="Douglas Gaskell"/><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>
34
- <td align="center"><a href="https://www.mvhnetworks.com"><img src="https://avatars0.githubusercontent.com/u/930315?v=4" width="60px;" alt="Ko Ko Zin"/><br /><sub><b>Ko Ko Zin</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=ko2in" title="Code">πŸ’»</a></td>
35
- <td align="center"><a href="https://github.com/dutrieux"><img src="https://avatars2.githubusercontent.com/u/1622751?v=4" width="60px;" alt="dutrieux"/><br /><sub><b>dutrieux</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=dutrieux" title="Code">πŸ’»</a></td>
36
- <td align="center"><a href="http://alexnewby.com"><img src="https://avatars2.githubusercontent.com/u/891192?v=4" width="60px;" alt="Alex"/><br /><sub><b>Alex</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=globophobe" title="Code">πŸ’»</a></td>
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="ryamaguchi0220"/><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>
40
- <td align="center"><a href="https://github.com/egoisticalgoat"><img src="https://avatars3.githubusercontent.com/u/18332886?v=4" width="60px;" alt="Pascal"/><br /><sub><b>Pascal</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=egoisticalgoat" title="Documentation">πŸ“–</a></td>
41
- <td align="center"><a href="https://alexviscreanu.com"><img src="https://avatars2.githubusercontent.com/u/8055505?v=4" width="60px;" alt="Alex Viscreanu"/><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>
42
- <td align="center"><a href="https://github.com/rmarchiori"><img src="https://avatars3.githubusercontent.com/u/13880165?v=4" width="60px;" alt="Ricardo"/><br /><sub><b>Ricardo</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=rmarchiori" title="Code">πŸ’»</a></td>
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="Juste MΓ©thode B."/><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>
46
- <td align="center"><a href="https://cruzdanilo.com"><img src="https://avatars2.githubusercontent.com/u/216636?v=4" width="60px;" alt="danilo neves cruz"/><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>
47
- <td align="center"><a href="https://github.com/zombietfk"><img src="https://avatars1.githubusercontent.com/u/6123140?v=4" width="60px;" alt="ZombieTFK"/><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>
48
- <td align="center"><a href="https://shui91.github.io/portfolio"><img src="https://avatars2.githubusercontent.com/u/11592023?v=4" width="60px;" alt="Sherman Hui"/><br /><sub><b>Sherman Hui</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=shui91" title="Code">πŸ’»</a></td>
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="Roman Shalman"/><br /><sub><b>Roman Shalman</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=RShalman" title="Code">πŸ’»</a></td>
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="Ilham Wahabi"/><br /><sub><b>Ilham Wahabi</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=iwgx" title="Code">πŸ’»</a></td>
53
- <td align="center"><a href="https://github.com/simondarke"><img src="https://avatars3.githubusercontent.com/u/2750476?v=4" width="60px;" alt="Simon Darke"/><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>
54
- <td align="center"><a href="https://www.travel21.fr"><img src="https://avatars1.githubusercontent.com/u/24317434?v=4" width="60px;" alt="RenonDis"/><br /><sub><b>RenonDis</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=RenonDis" title="Documentation">πŸ“–</a></td>
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="Jose J Barneto"/><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>
58
- <td align="center"><a href="https://github.com/aardbol"><img src="https://avatars2.githubusercontent.com/u/14614620?v=4" width="60px;" alt="Leonardo"/><br /><sub><b>Leonardo</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=aardbol" title="Documentation">πŸ“–</a></td>
59
- <td align="center"><a href="https://bradleyw.me"><img src="https://avatars2.githubusercontent.com/u/10724949?v=4" width="60px;" alt="Bradley Watton"/><br /><sub><b>Bradley Watton</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=HypertextPP" title="Documentation">πŸ“–</a></td>
60
- <td align="center"><a href="https://lolhens.de"><img src="https://avatars1.githubusercontent.com/u/1524059?v=4" width="60px;" alt="Pierre Kisters"/><br /><sub><b>Pierre Kisters</b></sub></a><br /><a href="https://github.com/fomantic/Fomantic-UI/commits?author=LolHens" title="Code">πŸ’»</a></td>
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!