fomantic-ui 2.9.1-beta.8 → 2.9.1

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 (521) hide show
  1. package/.eslint/eqeqeq-rule.js +18 -0
  2. package/.eslint/index.js +29 -0
  3. package/.eslint/no-extra-parens-rule.js +17 -0
  4. package/.eslint/package.json +11 -0
  5. package/.eslintrc.js +123 -0
  6. package/.github/auto_assign.yml +0 -1
  7. package/.github/workflows/ci.yml +37 -4
  8. package/.github/workflows/nightly.yml +1 -1
  9. package/.github/workflows/release.yml +1 -1
  10. package/.prettierrc.js +12 -0
  11. package/.stylelintrc.js +48 -0
  12. package/CHANGELOG.md +112 -0
  13. package/README.md +1 -1
  14. package/dist/components/accordion.css +35 -53
  15. package/dist/components/accordion.js +568 -595
  16. package/dist/components/accordion.min.css +2 -2
  17. package/dist/components/accordion.min.js +3 -3
  18. package/dist/components/ad.css +34 -45
  19. package/dist/components/ad.min.css +2 -2
  20. package/dist/components/api.js +1157 -1179
  21. package/dist/components/api.min.js +3 -3
  22. package/dist/components/breadcrumb.css +5 -5
  23. package/dist/components/breadcrumb.min.css +2 -2
  24. package/dist/components/button.css +709 -1111
  25. package/dist/components/button.min.css +2 -2
  26. package/dist/components/calendar.css +24 -27
  27. package/dist/components/calendar.js +1934 -1809
  28. package/dist/components/calendar.min.css +2 -2
  29. package/dist/components/calendar.min.js +3 -3
  30. package/dist/components/card.css +219 -365
  31. package/dist/components/card.min.css +2 -2
  32. package/dist/components/checkbox.css +120 -191
  33. package/dist/components/checkbox.js +842 -841
  34. package/dist/components/checkbox.min.css +2 -2
  35. package/dist/components/checkbox.min.js +3 -3
  36. package/dist/components/comment.css +41 -59
  37. package/dist/components/comment.min.css +2 -2
  38. package/dist/components/container.css +7 -6
  39. package/dist/components/container.min.css +2 -2
  40. package/dist/components/dimmer.css +53 -172
  41. package/dist/components/dimmer.js +706 -737
  42. package/dist/components/dimmer.min.css +2 -2
  43. package/dist/components/dimmer.min.js +3 -3
  44. package/dist/components/divider.css +43 -61
  45. package/dist/components/divider.min.css +2 -2
  46. package/dist/components/dropdown.css +252 -386
  47. package/dist/components/dropdown.js +4195 -4236
  48. package/dist/components/dropdown.min.css +2 -2
  49. package/dist/components/dropdown.min.js +3 -3
  50. package/dist/components/embed.css +18 -29
  51. package/dist/components/embed.js +645 -675
  52. package/dist/components/embed.min.css +2 -2
  53. package/dist/components/embed.min.js +3 -3
  54. package/dist/components/emoji.css +3556 -3556
  55. package/dist/components/emoji.min.css +1 -1
  56. package/dist/components/feed.css +35 -57
  57. package/dist/components/feed.min.css +2 -2
  58. package/dist/components/flag.css +270 -268
  59. package/dist/components/flag.min.css +2 -2
  60. package/dist/components/flyout.css +95 -141
  61. package/dist/components/flyout.js +1514 -1465
  62. package/dist/components/flyout.min.css +2 -2
  63. package/dist/components/flyout.min.js +3 -3
  64. package/dist/components/form.css +244 -339
  65. package/dist/components/form.js +2022 -2004
  66. package/dist/components/form.min.css +2 -2
  67. package/dist/components/form.min.js +3 -3
  68. package/dist/components/grid.css +183 -329
  69. package/dist/components/grid.min.css +2 -2
  70. package/dist/components/header.css +118 -142
  71. package/dist/components/header.min.css +2 -2
  72. package/dist/components/icon.css +662 -745
  73. package/dist/components/icon.min.css +2 -2
  74. package/dist/components/image.css +39 -63
  75. package/dist/components/image.min.css +2 -2
  76. package/dist/components/input.css +356 -274
  77. package/dist/components/input.min.css +2 -2
  78. package/dist/components/item.css +84 -131
  79. package/dist/components/item.min.css +2 -2
  80. package/dist/components/label.css +359 -410
  81. package/dist/components/label.min.css +2 -2
  82. package/dist/components/list.css +49 -70
  83. package/dist/components/list.min.css +2 -2
  84. package/dist/components/loader.css +67 -155
  85. package/dist/components/loader.min.css +2 -2
  86. package/dist/components/menu.css +270 -431
  87. package/dist/components/menu.min.css +1 -1
  88. package/dist/components/message.css +125 -197
  89. package/dist/components/message.min.css +2 -2
  90. package/dist/components/modal.css +120 -154
  91. package/dist/components/modal.js +1544 -1486
  92. package/dist/components/modal.min.css +2 -2
  93. package/dist/components/modal.min.js +3 -3
  94. package/dist/components/nag.css +53 -63
  95. package/dist/components/nag.js +520 -526
  96. package/dist/components/nag.min.css +2 -2
  97. package/dist/components/nag.min.js +3 -3
  98. package/dist/components/placeholder.css +22 -42
  99. package/dist/components/placeholder.min.css +2 -2
  100. package/dist/components/popup.css +424 -202
  101. package/dist/components/popup.js +1456 -1456
  102. package/dist/components/popup.min.css +2 -2
  103. package/dist/components/popup.min.js +3 -3
  104. package/dist/components/progress.css +106 -211
  105. package/dist/components/progress.js +969 -997
  106. package/dist/components/progress.min.css +2 -2
  107. package/dist/components/progress.min.js +3 -3
  108. package/dist/components/rail.css +15 -20
  109. package/dist/components/rail.min.css +1 -1
  110. package/dist/components/rating.css +80 -121
  111. package/dist/components/rating.js +507 -523
  112. package/dist/components/rating.min.css +2 -2
  113. package/dist/components/rating.min.js +3 -3
  114. package/dist/components/reset.css +8 -13
  115. package/dist/components/reset.min.css +2 -2
  116. package/dist/components/reveal.css +44 -83
  117. package/dist/components/reveal.min.css +2 -2
  118. package/dist/components/search.css +69 -98
  119. package/dist/components/search.js +1520 -1534
  120. package/dist/components/search.min.css +2 -2
  121. package/dist/components/search.min.js +3 -3
  122. package/dist/components/segment.css +148 -224
  123. package/dist/components/segment.min.css +2 -2
  124. package/dist/components/shape.css +14 -30
  125. package/dist/components/shape.js +783 -810
  126. package/dist/components/shape.min.css +2 -2
  127. package/dist/components/shape.min.js +3 -3
  128. package/dist/components/sidebar.css +103 -206
  129. package/dist/components/sidebar.js +1061 -1099
  130. package/dist/components/sidebar.min.css +2 -2
  131. package/dist/components/sidebar.min.js +3 -3
  132. package/dist/components/site.css +28 -41
  133. package/dist/components/site.js +436 -476
  134. package/dist/components/site.min.css +2 -2
  135. package/dist/components/site.min.js +3 -3
  136. package/dist/components/slider.css +93 -121
  137. package/dist/components/slider.js +1310 -1311
  138. package/dist/components/slider.min.css +1 -1
  139. package/dist/components/slider.min.js +3 -3
  140. package/dist/components/state.js +638 -657
  141. package/dist/components/state.min.js +3 -3
  142. package/dist/components/statistic.css +75 -116
  143. package/dist/components/statistic.min.css +2 -2
  144. package/dist/components/step.css +77 -150
  145. package/dist/components/step.min.css +2 -2
  146. package/dist/components/sticky.css +1 -5
  147. package/dist/components/sticky.js +847 -901
  148. package/dist/components/sticky.min.css +2 -2
  149. package/dist/components/sticky.min.js +3 -3
  150. package/dist/components/tab.css +10 -14
  151. package/dist/components/tab.js +902 -966
  152. package/dist/components/tab.min.css +2 -2
  153. package/dist/components/tab.min.js +3 -3
  154. package/dist/components/table.css +547 -774
  155. package/dist/components/table.min.css +2 -2
  156. package/dist/components/text.css +32 -32
  157. package/dist/components/text.min.css +1 -1
  158. package/dist/components/toast.css +69 -147
  159. package/dist/components/toast.js +910 -884
  160. package/dist/components/toast.min.css +2 -2
  161. package/dist/components/toast.min.js +3 -3
  162. package/dist/components/transition.css +299 -1356
  163. package/dist/components/transition.js +1048 -1077
  164. package/dist/components/transition.min.css +2 -2
  165. package/dist/components/transition.min.js +3 -3
  166. package/dist/components/visibility.js +1213 -1245
  167. package/dist/components/visibility.min.js +3 -3
  168. package/dist/semantic.css +9344 -12298
  169. package/dist/semantic.js +29181 -29423
  170. package/dist/semantic.min.css +3 -3
  171. package/dist/semantic.min.js +3 -3
  172. package/dist/themes/basic/assets/fonts/icons.woff2 +0 -0
  173. package/dist/themes/github/assets/fonts/octicons.woff2 +0 -0
  174. package/examples/.eslintrc.js +6 -0
  175. package/examples/assets/library/jquery.min.js +2 -4
  176. package/examples/assets/show-examples.js +13 -13
  177. package/examples/attached.html +1 -1
  178. package/examples/bootstrap.html +1 -1
  179. package/examples/components/button.html +1 -1
  180. package/examples/components/card.html +6 -6
  181. package/examples/components/input.html +1 -1
  182. package/examples/components/menu.html +1 -1
  183. package/examples/components/site.html +1 -1
  184. package/examples/components/sticky-context.html +2 -2
  185. package/examples/components/table.html +1 -1
  186. package/examples/fixed.html +3 -3
  187. package/examples/grid.html +5 -5
  188. package/examples/homepage.html +1 -1
  189. package/examples/login.html +2 -2
  190. package/examples/responsive.html +2 -2
  191. package/examples/sticky.html +4 -4
  192. package/examples/theming.html +1 -1
  193. package/gulpfile.js +13 -11
  194. package/package.json +17 -8
  195. package/scripts/nightly-version.js +83 -75
  196. package/src/_site/collections/menu.overrides +1 -1
  197. package/src/_site/elements/flag.variables +2 -2
  198. package/src/_site/globals/site.variables +1 -1
  199. package/src/_site/modules/embed.variables +3 -0
  200. package/src/definitions/behaviors/api.js +1158 -1180
  201. package/src/definitions/behaviors/form.js +2021 -2003
  202. package/src/definitions/behaviors/state.js +644 -663
  203. package/src/definitions/behaviors/visibility.js +1212 -1244
  204. package/src/definitions/collections/breadcrumb.less +43 -47
  205. package/src/definitions/collections/form.less +866 -884
  206. package/src/definitions/collections/grid.less +1681 -1699
  207. package/src/definitions/collections/menu.less +1522 -1544
  208. package/src/definitions/collections/message.less +294 -298
  209. package/src/definitions/collections/table.less +1657 -1661
  210. package/src/definitions/elements/button.less +1716 -1750
  211. package/src/definitions/elements/container.less +211 -211
  212. package/src/definitions/elements/divider.less +198 -211
  213. package/src/definitions/elements/emoji.less +41 -48
  214. package/src/definitions/elements/flag.less +46 -48
  215. package/src/definitions/elements/header.less +351 -359
  216. package/src/definitions/elements/icon.less +541 -484
  217. package/src/definitions/elements/image.less +216 -227
  218. package/src/definitions/elements/input.less +692 -699
  219. package/src/definitions/elements/label.less +784 -806
  220. package/src/definitions/elements/list.less +810 -814
  221. package/src/definitions/elements/loader.less +273 -268
  222. package/src/definitions/elements/placeholder.less +173 -170
  223. package/src/definitions/elements/rail.less +93 -93
  224. package/src/definitions/elements/reveal.less +192 -198
  225. package/src/definitions/elements/segment.less +742 -749
  226. package/src/definitions/elements/step.less +423 -437
  227. package/src/definitions/elements/text.less +34 -36
  228. package/src/definitions/globals/reset.less +11 -8
  229. package/src/definitions/globals/site.js +435 -475
  230. package/src/definitions/globals/site.less +108 -110
  231. package/src/definitions/modules/accordion.js +567 -594
  232. package/src/definitions/modules/accordion.less +244 -248
  233. package/src/definitions/modules/calendar.js +1933 -1808
  234. package/src/definitions/modules/calendar.less +100 -97
  235. package/src/definitions/modules/checkbox.js +841 -840
  236. package/src/definitions/modules/checkbox.less +531 -552
  237. package/src/definitions/modules/dimmer.js +705 -736
  238. package/src/definitions/modules/dimmer.less +294 -305
  239. package/src/definitions/modules/dropdown.js +4194 -4235
  240. package/src/definitions/modules/dropdown.less +1568 -1598
  241. package/src/definitions/modules/embed.js +644 -674
  242. package/src/definitions/modules/embed.less +82 -84
  243. package/src/definitions/modules/flyout.js +1513 -1464
  244. package/src/definitions/modules/flyout.less +453 -455
  245. package/src/definitions/modules/modal.js +1543 -1485
  246. package/src/definitions/modules/modal.less +459 -467
  247. package/src/definitions/modules/nag.js +519 -525
  248. package/src/definitions/modules/nag.less +136 -149
  249. package/src/definitions/modules/popup.js +1455 -1455
  250. package/src/definitions/modules/popup.less +738 -693
  251. package/src/definitions/modules/progress.js +968 -996
  252. package/src/definitions/modules/progress.less +523 -499
  253. package/src/definitions/modules/rating.js +506 -522
  254. package/src/definitions/modules/rating.less +98 -103
  255. package/src/definitions/modules/search.js +1519 -1533
  256. package/src/definitions/modules/search.less +374 -394
  257. package/src/definitions/modules/shape.js +782 -809
  258. package/src/definitions/modules/shape.less +70 -79
  259. package/src/definitions/modules/sidebar.js +1060 -1098
  260. package/src/definitions/modules/sidebar.less +463 -476
  261. package/src/definitions/modules/slider.js +1309 -1310
  262. package/src/definitions/modules/slider.less +309 -310
  263. package/src/definitions/modules/sticky.js +863 -917
  264. package/src/definitions/modules/sticky.less +17 -25
  265. package/src/definitions/modules/tab.js +901 -965
  266. package/src/definitions/modules/tab.less +48 -54
  267. package/src/definitions/modules/toast.js +909 -883
  268. package/src/definitions/modules/toast.less +589 -589
  269. package/src/definitions/modules/transition.js +1047 -1076
  270. package/src/definitions/modules/transition.less +58 -59
  271. package/src/definitions/views/ad.less +207 -208
  272. package/src/definitions/views/card.less +955 -973
  273. package/src/definitions/views/comment.less +192 -200
  274. package/src/definitions/views/feed.less +222 -226
  275. package/src/definitions/views/item.less +437 -448
  276. package/src/definitions/views/statistic.less +273 -279
  277. package/src/semantic.less +8 -6
  278. package/src/theme.config.example +53 -53
  279. package/src/theme.less +44 -35
  280. package/src/themes/amazon/elements/button.overrides +23 -24
  281. package/src/themes/amazon/elements/button.variables +18 -23
  282. package/src/themes/amazon/globals/site.variables +16 -17
  283. package/src/themes/basic/assets/fonts/icons.woff2 +0 -0
  284. package/src/themes/basic/collections/table.overrides +0 -1
  285. package/src/themes/basic/collections/table.variables +3 -3
  286. package/src/themes/basic/elements/button.overrides +0 -1
  287. package/src/themes/basic/elements/button.variables +9 -9
  288. package/src/themes/basic/elements/icon.overrides +9 -169
  289. package/src/themes/basic/elements/icon.variables +161 -18
  290. package/src/themes/basic/elements/step.overrides +2 -2
  291. package/src/themes/basic/elements/step.variables +2 -2
  292. package/src/themes/basic/globals/reset.overrides +1 -1
  293. package/src/themes/basic/globals/reset.variables +1 -1
  294. package/src/themes/basic/modules/progress.variables +2 -2
  295. package/src/themes/basic/views/card.overrides +0 -1
  296. package/src/themes/basic/views/card.variables +6 -6
  297. package/src/themes/bookish/elements/header.overrides +4 -4
  298. package/src/themes/bookish/elements/header.variables +5 -5
  299. package/src/themes/bootstrap3/elements/button.overrides +3 -0
  300. package/src/themes/bootstrap3/elements/button.variables +20 -25
  301. package/src/themes/chubby/collections/form.overrides +9 -9
  302. package/src/themes/chubby/collections/form.variables +3 -3
  303. package/src/themes/chubby/collections/menu.overrides +3 -0
  304. package/src/themes/chubby/collections/menu.variables +3 -3
  305. package/src/themes/chubby/elements/button.overrides +8 -10
  306. package/src/themes/chubby/elements/button.variables +10 -10
  307. package/src/themes/chubby/elements/header.overrides +1 -1
  308. package/src/themes/chubby/elements/header.variables +4 -4
  309. package/src/themes/chubby/modules/accordion.overrides +2 -2
  310. package/src/themes/chubby/modules/accordion.variables +4 -4
  311. package/src/themes/chubby/views/comment.overrides +5 -5
  312. package/src/themes/chubby/views/comment.variables +11 -11
  313. package/src/themes/classic/collections/table.variables +3 -3
  314. package/src/themes/classic/elements/button.variables +36 -43
  315. package/src/themes/classic/elements/header.variables +4 -4
  316. package/src/themes/classic/modules/progress.variables +3 -3
  317. package/src/themes/classic/views/card.overrides +25 -27
  318. package/src/themes/classic/views/card.variables +7 -7
  319. package/src/themes/colored/modules/checkbox.overrides +3 -0
  320. package/src/themes/colored/modules/checkbox.variables +1 -3
  321. package/src/themes/default/collections/breadcrumb.variables +4 -4
  322. package/src/themes/default/collections/form.variables +15 -16
  323. package/src/themes/default/collections/grid.overrides +0 -1
  324. package/src/themes/default/collections/grid.variables +15 -16
  325. package/src/themes/default/collections/menu.variables +31 -45
  326. package/src/themes/default/collections/message.variables +84 -123
  327. package/src/themes/default/collections/table.overrides +3 -0
  328. package/src/themes/default/collections/table.variables +30 -34
  329. package/src/themes/default/elements/button.variables +44 -53
  330. package/src/themes/default/elements/container.variables +8 -16
  331. package/src/themes/default/elements/divider.overrides +8 -9
  332. package/src/themes/default/elements/divider.variables +5 -6
  333. package/src/themes/default/elements/emoji.overrides +0 -1
  334. package/src/themes/default/elements/emoji.variables +3556 -3556
  335. package/src/themes/default/elements/flag.variables +1595 -1595
  336. package/src/themes/default/elements/header.overrides +0 -1
  337. package/src/themes/default/elements/header.variables +21 -21
  338. package/src/themes/default/elements/icon.variables +2016 -2012
  339. package/src/themes/default/elements/image.variables +6 -7
  340. package/src/themes/default/elements/input.variables +11 -12
  341. package/src/themes/default/elements/label.variables +25 -26
  342. package/src/themes/default/elements/list.variables +17 -21
  343. package/src/themes/default/elements/loader.variables +16 -17
  344. package/src/themes/default/elements/placeholder.variables +12 -9
  345. package/src/themes/default/elements/rail.variables +4 -5
  346. package/src/themes/default/elements/reveal.variables +1 -1
  347. package/src/themes/default/elements/segment.variables +24 -36
  348. package/src/themes/default/elements/step.overrides +4 -4
  349. package/src/themes/default/elements/step.variables +19 -22
  350. package/src/themes/default/elements/text.variables +2 -3
  351. package/src/themes/default/globals/colors.less +588 -588
  352. package/src/themes/default/globals/reset.overrides +63 -59
  353. package/src/themes/default/globals/reset.variables +1 -1
  354. package/src/themes/default/globals/site.variables +1074 -1123
  355. package/src/themes/default/globals/variation.variables +6 -4
  356. package/src/themes/default/modules/accordion.overrides +11 -11
  357. package/src/themes/default/modules/accordion.variables +15 -20
  358. package/src/themes/default/modules/calendar.variables +2 -0
  359. package/src/themes/default/modules/chatroom.variables +1 -1
  360. package/src/themes/default/modules/checkbox.overrides +9 -13
  361. package/src/themes/default/modules/checkbox.variables +24 -33
  362. package/src/themes/default/modules/dimmer.variables +14 -17
  363. package/src/themes/default/modules/dropdown.overrides +17 -17
  364. package/src/themes/default/modules/dropdown.variables +29 -31
  365. package/src/themes/default/modules/embed.variables +9 -13
  366. package/src/themes/default/modules/flyout.variables +10 -8
  367. package/src/themes/default/modules/modal.variables +64 -67
  368. package/src/themes/default/modules/nag.variables +11 -14
  369. package/src/themes/default/modules/popup.variables +14 -13
  370. package/src/themes/default/modules/progress.variables +17 -19
  371. package/src/themes/default/modules/rating.variables +10 -12
  372. package/src/themes/default/modules/search.variables +12 -17
  373. package/src/themes/default/modules/shape.variables +7 -8
  374. package/src/themes/default/modules/sidebar.variables +4 -4
  375. package/src/themes/default/modules/slider.variables +55 -54
  376. package/src/themes/default/modules/sticky.variables +1 -1
  377. package/src/themes/default/modules/toast.variables +8 -8
  378. package/src/themes/default/modules/transition.overrides +936 -915
  379. package/src/themes/default/modules/transition.variables +1 -1
  380. package/src/themes/default/views/ad.variables +1 -1
  381. package/src/themes/default/views/card.variables +33 -45
  382. package/src/themes/default/views/comment.variables +7 -9
  383. package/src/themes/default/views/feed.variables +10 -10
  384. package/src/themes/default/views/item.variables +20 -23
  385. package/src/themes/default/views/statistic.variables +8 -8
  386. package/src/themes/duo/elements/loader.variables +1 -1
  387. package/src/themes/famfamfam/elements/flag.overrides +263 -268
  388. package/src/themes/famfamfam/elements/flag.variables +4 -4
  389. package/src/themes/fixed-width/collections/grid.variables +4 -4
  390. package/src/themes/fixed-width/modules/modal.variables +11 -13
  391. package/src/themes/flat/collections/form.overrides +9 -9
  392. package/src/themes/flat/collections/form.variables +16 -17
  393. package/src/themes/flat/globals/site.variables +69 -74
  394. package/src/themes/github/assets/fonts/octicons.woff2 +0 -0
  395. package/src/themes/github/collections/breadcrumb.variables +0 -1
  396. package/src/themes/github/collections/form.overrides +7 -8
  397. package/src/themes/github/collections/form.variables +16 -18
  398. package/src/themes/github/collections/grid.variables +1 -2
  399. package/src/themes/github/collections/menu.overrides +2 -2
  400. package/src/themes/github/collections/menu.variables +24 -26
  401. package/src/themes/github/collections/message.overrides +3 -3
  402. package/src/themes/github/collections/message.variables +12 -14
  403. package/src/themes/github/collections/table.variables +2 -2
  404. package/src/themes/github/elements/button.overrides +0 -1
  405. package/src/themes/github/elements/button.variables +26 -30
  406. package/src/themes/github/elements/header.variables +2 -2
  407. package/src/themes/github/elements/icon.overrides +3 -208
  408. package/src/themes/github/elements/icon.variables +234 -19
  409. package/src/themes/github/elements/image.variables +1 -1
  410. package/src/themes/github/elements/input.overrides +16 -16
  411. package/src/themes/github/elements/input.variables +4 -5
  412. package/src/themes/github/elements/label.overrides +3 -3
  413. package/src/themes/github/elements/label.variables +0 -1
  414. package/src/themes/github/elements/segment.variables +9 -10
  415. package/src/themes/github/elements/step.overrides +13 -13
  416. package/src/themes/github/elements/step.variables +6 -6
  417. package/src/themes/github/globals/site.variables +16 -16
  418. package/src/themes/github/modules/dropdown.overrides +18 -19
  419. package/src/themes/github/modules/dropdown.variables +8 -10
  420. package/src/themes/github/modules/popup.variables +0 -2
  421. package/src/themes/gmail/collections/message.overrides +3 -0
  422. package/src/themes/gmail/collections/message.variables +4 -4
  423. package/src/themes/instagram/views/card.overrides +4 -5
  424. package/src/themes/instagram/views/card.variables +7 -8
  425. package/src/themes/joypixels/elements/emoji.overrides +0 -2
  426. package/src/themes/joypixels/elements/emoji.variables +3554 -3554
  427. package/src/themes/material/collections/menu.overrides +1 -1
  428. package/src/themes/material/collections/menu.variables +4 -4
  429. package/src/themes/material/elements/button.overrides +7 -9
  430. package/src/themes/material/elements/button.variables +44 -46
  431. package/src/themes/material/elements/header.overrides +3 -3
  432. package/src/themes/material/elements/header.variables +8 -10
  433. package/src/themes/material/elements/icon.overrides +3 -934
  434. package/src/themes/material/elements/icon.variables +958 -18
  435. package/src/themes/material/globals/site.overrides +3 -0
  436. package/src/themes/material/globals/site.variables +83 -84
  437. package/src/themes/material/modules/dropdown.overrides +2 -2
  438. package/src/themes/material/modules/dropdown.variables +5 -5
  439. package/src/themes/material/modules/modal.overrides +3 -3
  440. package/src/themes/material/modules/modal.variables +4 -5
  441. package/src/themes/pulsar/elements/loader.overrides +23 -61
  442. package/src/themes/raised/elements/button.variables +8 -9
  443. package/src/themes/resetcss/globals/reset.overrides +115 -33
  444. package/src/themes/resetcss/globals/reset.variables +1 -1
  445. package/src/themes/round/elements/button.overrides +3 -0
  446. package/src/themes/round/elements/button.variables +33 -38
  447. package/src/themes/rtl/globals/site.overrides +1 -1
  448. package/src/themes/rtl/globals/site.variables +5 -6
  449. package/src/themes/striped/modules/progress.overrides +20 -16
  450. package/src/themes/systemfont/globals/reset.overrides +1 -1
  451. package/src/themes/systemfont/globals/site.variables +6 -6
  452. package/src/themes/timeline/views/feed.overrides +12 -12
  453. package/src/themes/timeline/views/feed.variables +8 -8
  454. package/src/themes/twitter/elements/button.overrides +4 -5
  455. package/src/themes/twitter/elements/button.variables +17 -18
  456. package/src/themes/twitter/elements/emoji.variables +3556 -3556
  457. package/tasks/.eslintrc.js +9 -0
  458. package/tasks/README.md +2 -4
  459. package/tasks/admin/components/create.js +268 -277
  460. package/tasks/admin/components/init.js +123 -129
  461. package/tasks/admin/components/update.js +151 -158
  462. package/tasks/admin/distributions/create.js +183 -189
  463. package/tasks/admin/distributions/init.js +125 -131
  464. package/tasks/admin/distributions/update.js +147 -153
  465. package/tasks/admin/publish.js +5 -9
  466. package/tasks/admin/register.js +37 -39
  467. package/tasks/admin/release.js +8 -12
  468. package/tasks/build/assets.js +43 -40
  469. package/tasks/build/css.js +230 -217
  470. package/tasks/build/javascript.js +120 -114
  471. package/tasks/build.js +11 -11
  472. package/tasks/check-install.js +15 -17
  473. package/tasks/clean.js +6 -6
  474. package/tasks/collections/README.md +3 -5
  475. package/tasks/collections/admin.js +34 -36
  476. package/tasks/collections/build.js +19 -21
  477. package/tasks/collections/docs.js +11 -13
  478. package/tasks/collections/install.js +11 -13
  479. package/tasks/collections/rtl.js +9 -12
  480. package/tasks/collections/various.js +10 -12
  481. package/tasks/config/admin/github.js +17 -19
  482. package/tasks/config/admin/oauth.example.js +4 -4
  483. package/tasks/config/admin/release.js +98 -98
  484. package/tasks/config/admin/templates/README.md +8 -8
  485. package/tasks/config/admin/templates/bower.json +3 -2
  486. package/tasks/config/admin/templates/component-package.js +9 -10
  487. package/tasks/config/admin/templates/css-package.js +19 -21
  488. package/tasks/config/admin/templates/less-package.js +12 -14
  489. package/tasks/config/admin/templates/package.json +6 -6
  490. package/tasks/config/defaults.js +116 -116
  491. package/tasks/config/docs.js +23 -23
  492. package/tasks/config/npm/gulpfile.js +15 -14
  493. package/tasks/config/project/config.js +124 -136
  494. package/tasks/config/project/install.js +722 -719
  495. package/tasks/config/project/release.js +34 -41
  496. package/tasks/config/tasks.js +168 -167
  497. package/tasks/config/user.js +28 -32
  498. package/tasks/docs/build.js +100 -96
  499. package/tasks/docs/metadata.js +91 -98
  500. package/tasks/docs/serve.js +84 -82
  501. package/tasks/install.js +373 -382
  502. package/tasks/rtl/build.js +4 -3
  503. package/tasks/rtl/watch.js +4 -3
  504. package/tasks/version.js +4 -6
  505. package/tasks/watch.js +29 -31
  506. package/test/.eslintrc.js +23 -0
  507. package/test/meteor/assets.js +11 -14
  508. package/test/meteor/fonts.js +12 -13
  509. package/test/modules/accordion.spec.js +6 -8
  510. package/test/modules/checkbox.spec.js +5 -7
  511. package/test/modules/dropdown.spec.js +5 -7
  512. package/test/modules/modal.spec.js +6 -8
  513. package/test/modules/module.spec.js +158 -178
  514. package/test/modules/popup.spec.js +5 -7
  515. package/test/modules/search.spec.js +5 -7
  516. package/test/modules/shape.spec.js +5 -7
  517. package/test/modules/sidebar.spec.js +5 -7
  518. package/test/modules/tab.spec.js +6 -8
  519. package/test/modules/transition.spec.js +5 -7
  520. package/test/modules/video.spec.js +5 -7
  521. package/.github/workflows/codeql.yml +0 -68
@@ -0,0 +1,18 @@
1
+ const eslint = require('eslint');
2
+ const ruleComposer = require('eslint-rule-composer');
3
+
4
+ const rule = new eslint.Linter().getRules().get('eqeqeq');
5
+
6
+ module.exports = ruleComposer.filterReports(
7
+ rule,
8
+ (problem) => {
9
+ if (problem.node.type === 'BinaryExpression'
10
+ && (problem.node.operator === '==' || problem.node.operator === '!=')
11
+ && problem.node.right.type === 'Literal'
12
+ ) {
13
+ return problem;
14
+ }
15
+
16
+ return false;
17
+ }
18
+ );
@@ -0,0 +1,29 @@
1
+ const eqeqeqRule = require('./eqeqeq-rule');
2
+ const noExtraParensRule = require('./no-extra-parens-rule');
3
+
4
+ module.exports = {
5
+ rules: {
6
+ eqeqeq: eqeqeqRule,
7
+ 'no-extra-parens': noExtraParensRule,
8
+ },
9
+ configs: {
10
+ recommended: {
11
+ plugins: [
12
+ '@internal/eslint-plugin',
13
+ ],
14
+ rules: {
15
+ // fixes only variable == (or !=) literal expression
16
+ '@internal/eqeqeq': ['error', 'always'],
17
+ // https://github.com/eslint/eslint/issues/16626
18
+ // https://github.com/airbnb/javascript/blob/eslint-config-airbnb-v19.0.4/packages/eslint-config-airbnb-base/rules/errors.js#L66
19
+ '@internal/no-extra-parens': ['error', 'all', {
20
+ conditionalAssign: true,
21
+ enforceForArrowConditionals: false,
22
+ ignoreJSX: 'all',
23
+ nestedBinaryExpressions: false,
24
+ returnAssign: false,
25
+ }],
26
+ },
27
+ },
28
+ },
29
+ };
@@ -0,0 +1,17 @@
1
+ const eslint = require('eslint');
2
+ const ruleComposer = require('eslint-rule-composer');
3
+
4
+ const rule = new eslint.Linter().getRules().get('no-extra-parens');
5
+
6
+ module.exports = ruleComposer.filterReports(
7
+ rule,
8
+ (problem) => {
9
+ if (problem.node.type === 'ConditionalExpression'
10
+ && (problem.node.parent.type === 'ConditionalExpression' || problem.node.parent.type === 'SpreadElement')
11
+ ) {
12
+ return false;
13
+ }
14
+
15
+ return problem;
16
+ }
17
+ );
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@internal/eslint-plugin",
3
+ "version": "1.0.0",
4
+ "private": true,
5
+ "dependencies": {
6
+ "eslint-rule-composer": "^0.3.0"
7
+ },
8
+ "peerDependencies": {
9
+ "eslint": "*"
10
+ }
11
+ }
package/.eslintrc.js ADDED
@@ -0,0 +1,123 @@
1
+ module.exports = {
2
+ env: {
3
+ browser: true,
4
+ es6: true,
5
+ },
6
+ extends: [
7
+ 'airbnb-base',
8
+ 'plugin:unicorn/recommended',
9
+ 'plugin:@internal/eslint-plugin/recommended',
10
+ ],
11
+ parserOptions: {
12
+ ecmaVersion: '2020',
13
+ sourceType: 'module',
14
+ },
15
+ ignorePatterns: [
16
+ '!.*',
17
+ '/dist',
18
+ '/examples/assets/library',
19
+ '/test/coverage',
20
+ '/test/helpers',
21
+ ],
22
+ rules: {
23
+ 'class-methods-use-this': 'off',
24
+ 'comma-dangle': ['error', {
25
+ arrays: 'always-multiline',
26
+ exports: 'always-multiline',
27
+ functions: 'never',
28
+ imports: 'always-multiline',
29
+ objects: 'always-multiline',
30
+ }],
31
+ 'consistent-return': 'off',
32
+ curly: ['error', 'all'],
33
+ 'default-case': 'off',
34
+ 'func-names': 'off',
35
+ 'import/no-unresolved': 'off',
36
+ 'import/prefer-default-export': 'off',
37
+ indent: ['error', 4, {
38
+ SwitchCase: 1,
39
+ }],
40
+ 'linebreak-style': ['error', 'unix'],
41
+ 'max-len': 'off',
42
+ 'no-console': 'off',
43
+ 'no-continue': 'off',
44
+ 'no-lonely-if': 'off',
45
+ 'no-multi-spaces': ['error', {
46
+ exceptions: {
47
+ Property: true,
48
+ VariableDeclarator: true,
49
+ },
50
+ }],
51
+ 'no-nested-ternary': 'off',
52
+ 'no-param-reassign': 'off',
53
+ 'no-plusplus': 'off',
54
+ 'no-restricted-syntax': 'off',
55
+ 'no-underscore-dangle': 'off',
56
+ 'no-unused-vars': 'off',
57
+ 'object-shorthand': ['error', 'never'],
58
+ 'padding-line-between-statements': ['error', {
59
+ blankLine: 'always',
60
+ next: ['continue', 'break', 'export', 'return', 'throw'],
61
+ prev: '*',
62
+ }],
63
+ 'prefer-destructuring': 'off',
64
+ 'prefer-template': 'off',
65
+ 'spaced-comment': ['error', 'always', {
66
+ block: {
67
+ balanced: true,
68
+ exceptions: ['*'],
69
+ markers: ['!'],
70
+ },
71
+ line: {
72
+ exceptions: ['-', '+'],
73
+ markers: ['/'],
74
+ },
75
+ }],
76
+ strict: 'off',
77
+ 'unicorn/catch-error-name': 'off',
78
+ 'unicorn/no-array-callback-reference': 'off',
79
+ 'unicorn/no-lonely-if': 'off',
80
+ 'unicorn/no-negated-condition': 'off',
81
+ 'unicorn/no-null': 'off',
82
+ 'unicorn/no-this-assignment': 'off',
83
+ 'unicorn/numeric-separators-style': 'off',
84
+ 'unicorn/prefer-array-find': 'off',
85
+ 'unicorn/prefer-array-some': 'off', // https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2007
86
+ 'unicorn/prefer-module': 'off',
87
+ 'unicorn/prevent-abbreviations': 'off',
88
+ 'wrap-iife': ['error', 'inside'],
89
+
90
+ // TODO rules to be removed/fixed in v2.10.0 as fixes are not compatible with IE11
91
+ 'guard-for-in': 'off', // refactor to "for of"
92
+ 'no-restricted-globals': 'off',
93
+ 'no-restricted-properties': 'off',
94
+ 'no-var': 'off', // https://github.com/fomantic/Fomantic-UI/pull/2584
95
+ 'one-var': 'off',
96
+ 'prefer-const': 'off',
97
+ 'prefer-exponentiation-operator': 'off',
98
+ 'prefer-rest-params': 'off',
99
+ 'prefer-spread': 'off',
100
+ 'semi-style': 'off',
101
+ 'unicorn/no-array-for-each': 'off',
102
+ 'unicorn/no-for-loop': 'off', // autofixes to "for of"
103
+ 'unicorn/prefer-code-point': 'off',
104
+ 'unicorn/prefer-includes': 'off',
105
+ 'unicorn/prefer-node-protocol': 'off', // needs Node 14+
106
+ 'unicorn/prefer-number-properties': 'off',
107
+ 'unicorn/prefer-optional-catch-binding': 'off',
108
+ 'unicorn/prefer-prototype-methods': 'off',
109
+ 'unicorn/prefer-reflect-apply': 'off',
110
+ 'unicorn/prefer-spread': 'off',
111
+ 'unicorn/prefer-top-level-await': 'off', // needs Node 14+
112
+ 'vars-on-top': 'off',
113
+
114
+ // TODO rules with a lot of errors to be fixed manually, fix in a separate PR
115
+ eqeqeq: 'off', // about 20 errors to be fixed manually
116
+ 'no-shadow': 'off', // about 220 errors to be fixed manually
117
+ 'prefer-arrow-callback': 'off', // about 350 errors (all autofixable)
118
+ },
119
+ reportUnusedDisableDirectives: true,
120
+ globals: {
121
+ jQuery: true,
122
+ },
123
+ };
@@ -7,5 +7,4 @@ reviewers:
7
7
  - ColinFrick
8
8
  - prudho
9
9
  - lubber-de
10
- - exoego
11
10
  - ko2in
@@ -1,25 +1,58 @@
1
1
  name: CI
2
- on: [pull_request]
2
+ on: [push, pull_request]
3
3
  permissions:
4
4
  contents: read
5
5
 
6
6
  jobs:
7
+ lint:
8
+ name: Lint
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v3
12
+ - uses: actions/setup-node@v3
13
+ - name: Install dependencies
14
+ run: yarn && yarn add -D eslint-config-airbnb-base@^15 eslint-plugin-unicorn@^45 eslint-plugin-jest@^26.9.0 @typescript-eslint/eslint-plugin @typescript-eslint/parser typescript
15
+ - name: Lint JS and LESS files
16
+ run: npm run lint
17
+ - name: Assert LESS files formatting using Prettier
18
+ run: >
19
+ yarn add -D github:fomantic/prettier#2.8.1-patched
20
+ && npx prettier --loglevel warn '!dist' '!test/coverage' '!src/semantic.less' '**/*.{css,less,overrides,variables}' --write
21
+ && git restore package.json yarn.lock
22
+ && git add . -N && git diff --color --exit-code
7
23
  test:
8
24
  name: Test build process on node ${{ matrix.node-version }}
9
25
  runs-on: ubuntu-latest
10
26
  strategy:
11
27
  fail-fast: false
12
28
  matrix:
13
- node-version: [12, 14, 16, 18]
29
+ node-version: [12, 14, 16, 18, latest]
14
30
  steps:
15
31
  - uses: actions/checkout@v3
16
- - name: Use Node.js ${{ matrix.node-version }}
32
+ - name: Setup Node.js ${{ matrix.node-version }}
17
33
  uses: actions/setup-node@v3
18
34
  with:
19
35
  node-version: ${{ matrix.node-version }}
20
36
  - name: pre-install
21
37
  run: sh ./scripts/preinstall.sh
22
- - name: install dependencies
38
+ - name: Install dependencies
23
39
  run: yarn
24
40
  - name: pre fomantic install & gulp build
25
41
  run: yarn gulp install
42
+ codeql:
43
+ name: CodeQL
44
+ runs-on: ubuntu-latest
45
+ permissions:
46
+ actions: read
47
+ contents: read
48
+ security-events: write
49
+ steps:
50
+ - uses: actions/checkout@v3
51
+ - uses: github/codeql-action/init@v2
52
+ with:
53
+ languages: 'javascript'
54
+ config-file: ./.github/codeql/codeql-config.yml
55
+ - name: Autobuild
56
+ uses: github/codeql-action/autobuild@v2
57
+ - name: Perform CodeQL Analysis
58
+ uses: github/codeql-action/analyze@v2
@@ -18,7 +18,7 @@ jobs:
18
18
  ref: develop
19
19
  - uses: actions/setup-node@v3
20
20
  with:
21
- node-version: 16
21
+ node-version: 18
22
22
  registry-url: https://registry.npmjs.org/
23
23
  - name: pre-setup
24
24
  run: sh ./scripts/preinstall.sh
@@ -16,7 +16,7 @@ jobs:
16
16
  ref: master
17
17
  - uses: actions/setup-node@v3
18
18
  with:
19
- node-version: 14
19
+ node-version: 18
20
20
  registry-url: https://registry.npmjs.org/
21
21
  - name: pre-setup
22
22
  run: sh ./scripts/preinstall.sh
package/.prettierrc.js ADDED
@@ -0,0 +1,12 @@
1
+ module.exports = {
2
+ tabWidth: 4,
3
+ overrides: [
4
+ {
5
+ files: ['*.less', '*.overrides', '*.variables'],
6
+ options: {
7
+ parser: 'less',
8
+ printWidth: Infinity,
9
+ },
10
+ },
11
+ ],
12
+ };
@@ -0,0 +1,48 @@
1
+ module.exports = {
2
+ extends: [
3
+ 'stylelint-config-standard',
4
+ ],
5
+ customSyntax: 'postcss-less',
6
+ ignoreFiles: [
7
+ 'dist/**',
8
+ 'test/coverage/**',
9
+ ],
10
+ rules: {
11
+ 'at-rule-empty-line-before': null,
12
+ 'at-rule-name-case': null,
13
+ 'at-rule-no-unknown': null,
14
+ 'block-no-empty': null,
15
+ 'color-function-notation': 'legacy',
16
+ 'color-hex-case': 'lower',
17
+ 'declaration-colon-newline-after': null, // handled by Prettier
18
+ 'font-family-no-missing-generic-family-keyword': null,
19
+ 'function-no-unknown': null,
20
+ 'import-notation': null,
21
+ indentation: null, // handled by Prettier
22
+ 'keyframes-name-pattern': null,
23
+ linebreaks: 'unix',
24
+ 'max-line-length': null,
25
+ 'no-descending-specificity': null,
26
+ 'no-extra-semicolons': null, // handled by Prettier
27
+ 'no-duplicate-selectors': null,
28
+ 'number-max-precision': 5,
29
+ 'property-case': null,
30
+ 'property-no-vendor-prefix': [true, {
31
+ ignoreProperties: [
32
+ 'background-clip', // https://caniuse.com/background-clip-text
33
+ 'appearance', // https://caniuse.com/css-appearance
34
+ 'backdrop-filter', // https://caniuse.com/css-backdrop-filter
35
+ 'text-size-adjust', // https://caniuse.com/text-size-adjust
36
+ ],
37
+ }],
38
+ 'rule-empty-line-before': null,
39
+ 'string-quotes': 'double',
40
+ 'value-keyword-case': null,
41
+
42
+ // TODO rules to be removed/fixed in v2.10.0 as fixes are not compatible with IE11
43
+ 'alpha-value-notation': 'number', // https://caniuse.com/mdn-css_properties_opacity_percentages
44
+ 'selector-not-notation': null, // https://caniuse.com/css-not-sel-list
45
+ 'selector-no-vendor-prefix': null,
46
+ },
47
+ reportNeedlessDisables: true,
48
+ };
package/CHANGELOG.md CHANGED
@@ -4,8 +4,119 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ #### [2.9.1](https://github.com/fomantic/Fomantic-UI/compare/2.9.0...2.9.1)
8
+
9
+ - fix(chore): same indent level for multiline const [`#2628`](https://github.com/fomantic/Fomantic-UI/pull/2628)
10
+ - build(deps): bump gulp-if from 2.0.2 to 3.0.0 [`#2507`](https://github.com/fomantic/Fomantic-UI/pull/2507)
11
+ - chore(release): update dist files [`d6dde2a`](https://github.com/fomantic/Fomantic-UI/commit/d6dde2ab6a976f7f8eb7fa6453c36a4bf878dac2)
12
+ - feat(chore): add lint using CI [`8a8d841`](https://github.com/fomantic/Fomantic-UI/commit/8a8d841a3eec3b1a103bb69be0350f1d7715c775)
13
+ - feat(lint): add stylelint for LESS and normalize whitespaces [`d4987bf`](https://github.com/fomantic/Fomantic-UI/commit/d4987bfaca7a7447771e819d11d1b85f45c1eccc)
14
+ - feat(lint): add stylelint overrides and variation files [`ce26829`](https://github.com/fomantic/Fomantic-UI/commit/ce26829e4dd5d959410643b70a5d403367f6283d)
15
+ - feat(lint): adjust LESS whitespaces to match prettier format [`2ec6af4`](https://github.com/fomantic/Fomantic-UI/commit/2ec6af4a55f804dec8711abcc15f2e972dccd47b)
16
+ - feat(lint): unify LESS files whitespaces and string quotes [`fc431e8`](https://github.com/fomantic/Fomantic-UI/commit/fc431e8c06ca1c0514d6fb137a29b5b24063e831)
17
+ - fix(icon): unify icon font usage in themes [`42e4040`](https://github.com/fomantic/Fomantic-UI/commit/42e40407d3c4854064fe12804eec6c729f98c2bc)
18
+ - feat(lint): nested ternary formatting and remove unneeded parentheses [`df82def`](https://github.com/fomantic/Fomantic-UI/commit/df82def2dc2c2eb7b640a59d64affd004002e342)
19
+ - feat(lint): type-safe equality operator when comparing literals [`89e62cc`](https://github.com/fomantic/Fomantic-UI/commit/89e62cc6f45f51f53aaeb2d142937ed8cb559180)
20
+ - feat(lint): fix else with return, unify ternary CS [`e684c62`](https://github.com/fomantic/Fomantic-UI/commit/e684c629b706a6c766a940989fd19b81ca4b87a3)
21
+ - feat(lint): add Airbnb and Unicorn eslint packages [`aa53fbd`](https://github.com/fomantic/Fomantic-UI/commit/aa53fbd497859a5a3cb2ef94b80910d214aac10a)
22
+ - feat(lint): add prettier formatter to assert LESS files whitespaces [`b3dc749`](https://github.com/fomantic/Fomantic-UI/commit/b3dc749053661539c02d33c7dd98810b9a0cd00e)
23
+ - fix(chore): replace jquery deprecated methods [`7071e59`](https://github.com/fomantic/Fomantic-UI/commit/7071e5977705394994b87df42855435f4b357920)
24
+ - feat(lint): unify regex and .length check syntax [`b0f8d19`](https://github.com/fomantic/Fomantic-UI/commit/b0f8d194299469f937cf20d746c1f4e42a632150)
25
+ - feat(lint): remove unneeded parentheses around expressions [`029436f`](https://github.com/fomantic/Fomantic-UI/commit/029436fb4c0ca4ad40547cec54342fccb3aef35f)
26
+ - feat(lint): fix various eslint rules [`27384cb`](https://github.com/fomantic/Fomantic-UI/commit/27384cb4cb827221c336e95974a2bfbfb7ed29ee)
27
+ - feat(chore): https links [`c30ed51`](https://github.com/fomantic/Fomantic-UI/commit/c30ed51ca12fc1762b04c2fd1a83d087c0124d07)
28
+ - chore(dependencies): upgrade to del 6.1.1 [`304a637`](https://github.com/fomantic/Fomantic-UI/commit/304a637ec017ea0a3577798bcbcbdcd6489da969)
29
+ - feat(lint): modernize/unify CSS but maintain IE11 compatibility [`6e2fa0f`](https://github.com/fomantic/Fomantic-UI/commit/6e2fa0f46ee260fdf139e887298f59bee181350d)
30
+ - feat(chore): use modern "let" instead of "var" in build scripts [`ae427cc`](https://github.com/fomantic/Fomantic-UI/commit/ae427cc727609089ca6c82eb93a3c30ba8ac8bfe)
31
+ - feat(lint): unify/simplify typeof operator usage [`504f80d`](https://github.com/fomantic/Fomantic-UI/commit/504f80de9d6563617190ee236569fc49805810ed)
32
+ - feat(button): make consequences optional [`14a4f8c`](https://github.com/fomantic/Fomantic-UI/commit/14a4f8cc7c47a91cbed178be6bad1cf1154efc11)
33
+ - feat(lint): unify number format in LESS [`b672789`](https://github.com/fomantic/Fomantic-UI/commit/b672789403772ecbf213ec5ac112c881870e6f1e)
34
+ - fix(chore): remove unnecessary methods and prefixes [`5b012ba`](https://github.com/fomantic/Fomantic-UI/commit/5b012bac08d1e27b48345d2900821826050e9b0d)
35
+ - chore(dependencies): removed unused dependencies [`a1262ef`](https://github.com/fomantic/Fomantic-UI/commit/a1262eff881c4643bb22f1420846f9af970aec0d)
36
+ - feat(lint): fix global-require eslint rule [`3f3fee4`](https://github.com/fomantic/Fomantic-UI/commit/3f3fee4f1238dc05d77e9779f7fbbadde9f29c51)
37
+ - fix(modal): do autofocus on content change [`1373e46`](https://github.com/fomantic/Fomantic-UI/commit/1373e464e6d168a07d2900cc869baea1f6fea110)
38
+ - fix(chore): references from SUI to FUI [`1d41122`](https://github.com/fomantic/Fomantic-UI/commit/1d411225e7087d7bd474513dcfa252f52adc1fba)
39
+ - fix(input): adjust padding in labeled dropdown icon inputs [`02082e2`](https://github.com/fomantic/Fomantic-UI/commit/02082e2856df0d27719dfd923a22dee2e0dfac22)
40
+ - feat(lint): use Date.now() instead of new Date().getTime() [`e658be3`](https://github.com/fomantic/Fomantic-UI/commit/e658be36562f43defc4b3b5f420055e76e38ad7b)
41
+ - feat(chore): use modern globalThis [`e589cd1`](https://github.com/fomantic/Fomantic-UI/commit/e589cd1c5407d8a04f061898298d399e6f24c624)
42
+ - feat(lint): fix multiple rare eslint errors [`7498343`](https://github.com/fomantic/Fomantic-UI/commit/749834368898f9ff53b122c5f6e736abbd3d3501)
43
+ - feat(icon): support duotone icons [`845150e`](https://github.com/fomantic/Fomantic-UI/commit/845150ee247059bacde5d24bd66becf61d2be763)
44
+ - feat(lint): remove unneeded vendor prefixes [`b0a1399`](https://github.com/fomantic/Fomantic-UI/commit/b0a1399aacb793156f202b11d3f0781404b65e5a)
45
+ - fix(chore): typos found by eslint [`dbc8d11`](https://github.com/fomantic/Fomantic-UI/commit/dbc8d1192c63b646eeb14b59a24fa5dde158be14)
46
+ - build(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.27.2 [`199f841`](https://github.com/fomantic/Fomantic-UI/commit/199f8413a6b18a1650e757334e8901db3313cb0b)
47
+ - feat(chore): prevent overscrolling [`3979742`](https://github.com/fomantic/Fomantic-UI/commit/3979742c8f743ccf8d80e4b40c19b21b8d4a963a)
48
+ - fix(chore): rename to fomantic, update jquery, fix examples [`bda1099`](https://github.com/fomantic/Fomantic-UI/commit/bda109920babd6af467a794436ff303d0447b8c1)
49
+ - fix(chore): remove old sui v1 unsupported and undocumented code [`1124496`](https://github.com/fomantic/Fomantic-UI/commit/1124496315e64a2b62b552809ad03486e14b0fac)
50
+ - feat(lint): remove global undefined variable shadow [`2753e1d`](https://github.com/fomantic/Fomantic-UI/commit/2753e1d4cd474b7ae4b5f2673cffa2ac3b61ee8a)
51
+ - feat(popup): color variants [`a927bd2`](https://github.com/fomantic/Fomantic-UI/commit/a927bd2abafca0981864846a0bfe62ac62ee3280)
52
+ - feat(transition): pulsating variant [`edc5e7e`](https://github.com/fomantic/Fomantic-UI/commit/edc5e7e114f270fe241a9575a69fe7fa6a75b115)
53
+ - feat(calendar): support context setting [`0533782`](https://github.com/fomantic/Fomantic-UI/commit/053378246ea15da19158c729cb7167cc228458f9)
54
+ - feat(icon): support custom naming and selector [`4bab7d9`](https://github.com/fomantic/Fomantic-UI/commit/4bab7d93dcfeb02d5714bb054981b032cc737ebe)
55
+ - build(deps-dev): bump eslint from 8.29.0 to 8.30.0 [`6686ef4`](https://github.com/fomantic/Fomantic-UI/commit/6686ef40728287b1c6f4297bbdb39b677697c4ff)
56
+ - feat(search): all and some words for fullTextSearch [`a343501`](https://github.com/fomantic/Fomantic-UI/commit/a34350179af8449338949a50e1a24e482f61736b)
57
+ - feat(build): adjust autoprefixer config to match 2.9.0 browser support [`70adac5`](https://github.com/fomantic/Fomantic-UI/commit/70adac5577f98245fcc6b175eec50679af208f00)
58
+ - feat(chore): strip/adjust comment headers via config [`8f304c6`](https://github.com/fomantic/Fomantic-UI/commit/8f304c6b1c93a03cbb9b4a7a84e9b7dce0f553b5)
59
+ - fix(chore): unify invoke method, removed unused error strings [`dc9662f`](https://github.com/fomantic/Fomantic-UI/commit/dc9662ff67a5bde32774791e93ba4503896e4a9d)
60
+ - build(deps): bump gulp-autoprefixer from 6.1.0 to 8.0.0 [`7ece4ce`](https://github.com/fomantic/Fomantic-UI/commit/7ece4ce2e641de76d601b666925a72ef8a157cc3)
61
+ - fix(grid): fix stackable nested grid [`99f067f`](https://github.com/fomantic/Fomantic-UI/commit/99f067fed42db738087dd4bbfae546ee7387bf89)
62
+ - fix(dropdown): paste values as search query [`338898a`](https://github.com/fomantic/Fomantic-UI/commit/338898ad59dea9ea893f5bc61aaa59b506dbea68)
63
+ - fix(form): dynamic validation should't check deleted fields [`c245e0f`](https://github.com/fomantic/Fomantic-UI/commit/c245e0fd97e58858fd475bed4b2b2934dc853a61)
64
+ - feat(input): make invalid pseudo class optional [`69527dc`](https://github.com/fomantic/Fomantic-UI/commit/69527dca2cf6c9da314f7127217c8bf1203c83d8)
65
+ - fix(flyout): content height wrong without header [`8aa6c67`](https://github.com/fomantic/Fomantic-UI/commit/8aa6c675c42fcfb5d249d75b16bc388239939581)
66
+ - build(deps-dev): bump postcss from 8.4.19 to 8.4.20 [`d277c48`](https://github.com/fomantic/Fomantic-UI/commit/d277c485ba04b549dce36b74453046ff14f0faa1)
67
+ - build(deps-dev): bump eslint from 8.30.0 to 8.31.0 [`250ba1e`](https://github.com/fomantic/Fomantic-UI/commit/250ba1e44acafcd3a6372a751d20d901a9898687)
68
+ - fix(chore): also use 3 layer logic for colors.less [`0b65a82`](https://github.com/fomantic/Fomantic-UI/commit/0b65a824be9d1117ace8d3ce7f3e7652dc18b4f5)
69
+ - fix(dropdown): keep overflow visible for non simple selection [`b4fc00c`](https://github.com/fomantic/Fomantic-UI/commit/b4fc00cdf77af3eda27de0a51c57ff0198c2809f)
70
+ - fix(build): one single component does not build [`ead2efb`](https://github.com/fomantic/Fomantic-UI/commit/ead2efbbfebaf61c7156abfd54d0504b83ce869e)
71
+ - build(deps): bump json5 from 1.0.1 to 1.0.2 [`631ba7b`](https://github.com/fomantic/Fomantic-UI/commit/631ba7b803ebd4012671f42f9f84d4f3ed15bc3e)
72
+ - build(deps): bump gulp-replace from 1.1.3 to 1.1.4 [`c959704`](https://github.com/fomantic/Fomantic-UI/commit/c95970489b20a861c360dc5f8178710e72eb0f3a)
73
+ - build(deps-dev): bump eslint-plugin-import from 2.27.2 to 2.27.4 [`a417fa7`](https://github.com/fomantic/Fomantic-UI/commit/a417fa76e46a9072923139cb9ae370a59c9e26e2)
74
+ - fix(label): disabled and centered label(s) [`d296b9a`](https://github.com/fomantic/Fomantic-UI/commit/d296b9a299b07890d7f1218f8a02b85f830045a6)
75
+ - fix(icon): removed duplicate icon selectors [`52582e1`](https://github.com/fomantic/Fomantic-UI/commit/52582e1a8714156547a206ee9581456800f2015a)
76
+ - feat(popup): multiline tooltip variation [`6dae584`](https://github.com/fomantic/Fomantic-UI/commit/6dae5847f7a6f1e8abf1855a9cdc03d92aba5107)
77
+ - fix(button): wrong extra inset [`27d0491`](https://github.com/fomantic/Fomantic-UI/commit/27d0491c7030afa1d1dbb26a847ddf49a29ff3ea)
78
+ - build(deps-dev): bump eslint from 8.31.0 to 8.32.0 [`43be9ab`](https://github.com/fomantic/Fomantic-UI/commit/43be9abf8b5e0a4198ab1afddef37b38125b6daf)
79
+ - build(deps-dev): bump node-fetch from 2.6.7 to 2.6.8 [`344a77e`](https://github.com/fomantic/Fomantic-UI/commit/344a77e3f51657d8305337f1645cae88cbb398ec)
80
+ - build(deps-dev): bump postcss from 8.4.20 to 8.4.21 [`5bdafbe`](https://github.com/fomantic/Fomantic-UI/commit/5bdafbefa62cdc1c3a8d5e7cb8d5a1e19390fca1)
81
+ - build(deps-dev): bump stylelint from 14.16.0 to 14.16.1 [`c9626ca`](https://github.com/fomantic/Fomantic-UI/commit/c9626ca17a55eada9e5911eeeda4f4a6f7b1b595)
82
+ - fix(emoji,flag): changing from maxcdn to jsdelivr cdn path [`0ac5353`](https://github.com/fomantic/Fomantic-UI/commit/0ac5353654df82e9273454c0bd15082109752a19)
83
+ - build(deps): bump jquery from 3.6.2 to 3.6.3 [`3b7c177`](https://github.com/fomantic/Fomantic-UI/commit/3b7c17788c9581f4f2b0e36065798a4a9a43669d)
84
+ - build(deps): bump jquery from 3.6.1 to 3.6.2 [`bbe4e58`](https://github.com/fomantic/Fomantic-UI/commit/bbe4e58e01174258bd2eff8cf9200b64d6e4a3d1)
85
+ - build(deps-dev): bump eslint from 8.28.0 to 8.29.0 [`c617b8c`](https://github.com/fomantic/Fomantic-UI/commit/c617b8ca27dc1271a567c73489210576bae97d83)
86
+ - build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 [`935e235`](https://github.com/fomantic/Fomantic-UI/commit/935e235d376b55912edb6c3fcd3226a04d17a8e8)
87
+ - fix(dropdown): reuse select tabindex [`3767ba8`](https://github.com/fomantic/Fomantic-UI/commit/3767ba89bfdd5cc5f959f09db50299919bf7182c)
88
+ - feat(statistic): fluid variant [`02b01ff`](https://github.com/fomantic/Fomantic-UI/commit/02b01ff33f2ea3f4ee9ca09af836736acf18bd42)
89
+ - build(deps): bump inquirer from 8.2.4 to 8.2.5 [`d0b9d94`](https://github.com/fomantic/Fomantic-UI/commit/d0b9d942922e37ad7fc33367601082e6958b5849)
90
+ - build(deps-dev): bump all-contributors-cli from 6.23.1 to 6.24.0 [`ec04b4f`](https://github.com/fomantic/Fomantic-UI/commit/ec04b4f557f405d449709635f2325cd20179df7a)
91
+ - fix(dropdown): fix rounded corners on scrolling menu [`7259c34`](https://github.com/fomantic/Fomantic-UI/commit/7259c349e25122d7363277b793046333ec6b4fbc)
92
+ - feat(input): move pointer-events value into variable [`d459c42`](https://github.com/fomantic/Fomantic-UI/commit/d459c4269eec49f7b5b4e6459aba43738e3f67f8)
93
+ - feat(build): improve error message for when semantic.json is not found [`51e0c45`](https://github.com/fomantic/Fomantic-UI/commit/51e0c4513f9514c665f32af7ee0fbf80c3fe08a9)
94
+ - fix(dropdown): dont reopen menu on forceselection and search blur [`d493189`](https://github.com/fomantic/Fomantic-UI/commit/d493189c1875858621d7a365b12f51d3285d1913)
95
+ - fix(api): explicite url setting should have priority over data url [`1084e98`](https://github.com/fomantic/Fomantic-UI/commit/1084e98df5d760a37908b9b66cf9879bc46fc313)
96
+ - fix(api): support [] inside form names [`1a3de4b`](https://github.com/fomantic/Fomantic-UI/commit/1a3de4bb1764ecda9fe198074c0652d5fe2584d8)
97
+ - fix(chore): support node12 on add [`dbb503f`](https://github.com/fomantic/Fomantic-UI/commit/dbb503f1dff89bc31712d54d3d3e96bb9c78aff8)
98
+ - build(deps): bump gulp-chmod from 2.0.0 to 3.0.0 [`27e7996`](https://github.com/fomantic/Fomantic-UI/commit/27e7996332f6da0a4f85a7f612e749e81f6a9c60)
99
+ - fix(nag): make sure value is string for all storage engines [`6515b88`](https://github.com/fomantic/Fomantic-UI/commit/6515b88b8843a78f98c3ad809f0fb889156c6762)
100
+ - fix(nag): overlay nags were always shown [`ea9251d`](https://github.com/fomantic/Fomantic-UI/commit/ea9251ddb6d04369b39356d60defff5cef0d4095)
101
+ - fix(icon): fix lighthouse warning [`d199521`](https://github.com/fomantic/Fomantic-UI/commit/d199521157fb5eb06ed33ce2ec4521a111e21bf5)
102
+ - chore(release): update version [`b6047e4`](https://github.com/fomantic/Fomantic-UI/commit/b6047e4b21c83c9aa719f6324e5702f43887122e)
103
+ - feat(dropdown): dont animate labels when no transition is given [`0bffb4a`](https://github.com/fomantic/Fomantic-UI/commit/0bffb4ab4ad01425a90aa8e72b1812b403b84fe1)
104
+ - fix(chore): fix eslint default config major versions [`21db9e4`](https://github.com/fomantic/Fomantic-UI/commit/21db9e448e3a893d5e3d054a75f8c3159cc05cfa)
105
+ - fix(ci): color git diff output [`63633b2`](https://github.com/fomantic/Fomantic-UI/commit/63633b2508e6e857d696b053e0f51486648331ec)
106
+ - feat(lint): enforce LF line break in all JS and LESS files [`6a42d01`](https://github.com/fomantic/Fomantic-UI/commit/6a42d0144eb3fd9eb71a27e7de7c3032ac6aeaf0)
107
+ - fix(calendar): calendar breaks when initialDate is string [`2722e1b`](https://github.com/fomantic/Fomantic-UI/commit/2722e1b07e142e69597f49adc22d0621495ad32c)
108
+ - feat(ci): check node 18 as well [`9773a1d`](https://github.com/fomantic/Fomantic-UI/commit/9773a1db04d6d275d4eadfe6a868faadd4bd1468)
109
+ - build(deps): bump gulp-tap from 1.0.1 to 2.0.0 [`4b673d8`](https://github.com/fomantic/Fomantic-UI/commit/4b673d8a1495a4924be6d5e4f466a3f8257287f5)
110
+ - build(deps): bump gulp-notify from 3.2.0 to 4.0.0 [`edf743a`](https://github.com/fomantic/Fomantic-UI/commit/edf743a171943a6eb161facf631f01ce8201db0f)
111
+ - fix(rating): partial rating specificity [`f5a64f3`](https://github.com/fomantic/Fomantic-UI/commit/f5a64f35cdab0b2cf4ef6241798d81b0bd495fdd)
112
+ - fix(menu): labeled right menu icon size [`9a0ff54`](https://github.com/fomantic/Fomantic-UI/commit/9a0ff54326e3cb35da52f10f7aee8f83424ca541)
113
+ - fix(chore): dont assign exoego for autoreview anymore [`3ac5bf1`](https://github.com/fomantic/Fomantic-UI/commit/3ac5bf1c64e1d86187a396254a12e798d403f971)
114
+ - fix(font): patched lato 2.0 to fix positioning [`894f183`](https://github.com/fomantic/Fomantic-UI/commit/894f183a3456539613273243b246df71f42e60a1)
115
+
7
116
  #### [2.9.0](https://github.com/fomantic/Fomantic-UI/compare/2.8.8...2.9.0)
8
117
 
118
+ > 9 October 2022
119
+
9
120
  - build(deps): bump @actions/core from 1.8.1 to 1.8.2, fixes nightly build [`#2372`](https://github.com/fomantic/Fomantic-UI/pull/2372)
10
121
  - docs: add mhthies as a contributor for code [`#2329`](https://github.com/fomantic/Fomantic-UI/pull/2329)
11
122
  - build(deps): bump browserslist from 4.19.1 to 4.19.3 [`#2242`](https://github.com/fomantic/Fomantic-UI/pull/2242)
@@ -27,6 +138,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
27
138
  - feat(flag): use emoji svg flags with (auto) sizing [`3ca5ff5`](https://github.com/fomantic/Fomantic-UI/commit/3ca5ff5054ead5a4faf31062e5e890a5e3c394ee)
28
139
  - feat(flyout): initial release of flyout module [`9a105a8`](https://github.com/fomantic/Fomantic-UI/commit/9a105a8696c3268c4f1499a65eb982a1a41e3e12)
29
140
  - feat(chore): color list for each component separately [`cab3172`](https://github.com/fomantic/Fomantic-UI/commit/cab31721608de5b90332af2b0b7dd16eb88a94e6)
141
+ - chore(release): update changelog [`a290620`](https://github.com/fomantic/Fomantic-UI/commit/a290620a90a51b144d5376c0375d0bcfde75e7ac)
30
142
  - fix(chore): eol of text files CRLF to LF [`b3c0489`](https://github.com/fomantic/Fomantic-UI/commit/b3c04899eca991f38dd14db6516407d89b9b1777)
31
143
  - fix(sidebar,flyout,modal): missing identical features and fixes [`0740de8`](https://github.com/fomantic/Fomantic-UI/commit/0740de88774bb3171b0badb2481aea5bfe07461a)
32
144
  - feat(table): all scroll stuck head foot first last variant [`46bc57a`](https://github.com/fomantic/Fomantic-UI/commit/46bc57a10bf930fda01605ff7415ee4c7388e96a)
package/README.md CHANGED
@@ -57,7 +57,7 @@ Fomantic includes an interactive installer to help setup your project.
57
57
  * IE 11[^2]
58
58
  * Microsoft Edge 12-44[^2]
59
59
 
60
- [^1]: Fomantic-UI should basically still work in iOS Safari 7+, Android 4.4+, but, starting from v2.9.0, we won't support them anymore if anything works different than in recent versions.
60
+ [^1]: Fomantic-UI should basically still work in iOS Safari 9+, Android 6+, but, starting from v2.9.0, we won't support them anymore if anything works different than in recent versions.
61
61
  [^2]: Fomantic-UI should basically still work in IE11 / old Edge, but, starting from v2.9.0, we won't support them anymore in terms of dedicated bugfixes.
62
62
 
63
63
  ---