fomantic-ui 2.8.8-beta.99 → 2.9.0-beta.100

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 (244) hide show
  1. package/.all-contributorsrc +188 -3
  2. package/.github/dependabot.yml +17 -0
  3. package/.github/workflows/ci.yml +1 -1
  4. package/CHANGELOG.md +139 -0
  5. package/CONTRIBUTING.md +1 -1
  6. package/CONTRIBUTORS.md +71 -37
  7. package/README.md +3 -3
  8. package/dist/components/accordion.css +50 -6
  9. package/dist/components/accordion.js +1 -1
  10. package/dist/components/accordion.min.css +2 -2
  11. package/dist/components/accordion.min.js +3 -3
  12. package/dist/components/ad.css +1 -1
  13. package/dist/components/ad.min.css +1 -1
  14. package/dist/components/api.js +26 -24
  15. package/dist/components/api.min.js +4 -4
  16. package/dist/components/breadcrumb.css +1 -1
  17. package/dist/components/breadcrumb.min.css +1 -1
  18. package/dist/components/button.css +81 -81
  19. package/dist/components/button.min.css +2 -2
  20. package/dist/components/calendar.css +1 -1
  21. package/dist/components/calendar.js +110 -11
  22. package/dist/components/calendar.min.css +1 -1
  23. package/dist/components/calendar.min.js +4 -4
  24. package/dist/components/card.css +26 -19
  25. package/dist/components/card.min.css +2 -2
  26. package/dist/components/checkbox.css +6 -4
  27. package/dist/components/checkbox.js +17 -11
  28. package/dist/components/checkbox.min.css +2 -2
  29. package/dist/components/checkbox.min.js +4 -4
  30. package/dist/components/comment.css +11 -11
  31. package/dist/components/comment.min.css +1 -1
  32. package/dist/components/container.css +3 -4
  33. package/dist/components/container.min.css +2 -2
  34. package/dist/components/dimmer.css +28 -14
  35. package/dist/components/dimmer.js +15 -12
  36. package/dist/components/dimmer.min.css +2 -2
  37. package/dist/components/dimmer.min.js +4 -4
  38. package/dist/components/divider.css +1 -1
  39. package/dist/components/divider.min.css +1 -1
  40. package/dist/components/dropdown.css +54 -7
  41. package/dist/components/dropdown.js +107 -77
  42. package/dist/components/dropdown.min.css +2 -2
  43. package/dist/components/dropdown.min.js +4 -4
  44. package/dist/components/embed.css +1 -1
  45. package/dist/components/embed.js +1 -1
  46. package/dist/components/embed.min.css +1 -1
  47. package/dist/components/embed.min.js +3 -3
  48. package/dist/components/emoji.css +2 -2
  49. package/dist/components/feed.css +28 -28
  50. package/dist/components/feed.min.css +2 -2
  51. package/dist/components/flag.css +731 -625
  52. package/dist/components/flag.min.css +2 -2
  53. package/dist/components/form.css +119 -54
  54. package/dist/components/form.js +51 -70
  55. package/dist/components/form.min.css +2 -2
  56. package/dist/components/form.min.js +4 -4
  57. package/dist/components/grid.css +13 -11
  58. package/dist/components/grid.min.css +2 -2
  59. package/dist/components/header.css +3 -3
  60. package/dist/components/header.min.css +2 -2
  61. package/dist/components/icon.css +86 -5
  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 +17 -2
  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 +39 -37
  74. package/dist/components/loader.min.css +2 -2
  75. package/dist/components/menu.css +37 -11
  76. package/dist/components/menu.min.css +1 -1
  77. package/dist/components/message.css +78 -34
  78. package/dist/components/message.min.css +2 -2
  79. package/dist/components/modal.css +7 -5
  80. package/dist/components/modal.js +237 -41
  81. package/dist/components/modal.min.css +2 -2
  82. package/dist/components/modal.min.js +4 -4
  83. package/dist/components/nag.css +168 -16
  84. package/dist/components/nag.js +131 -65
  85. package/dist/components/nag.min.css +2 -2
  86. package/dist/components/nag.min.js +4 -4
  87. package/dist/components/placeholder.css +1 -1
  88. package/dist/components/placeholder.min.css +1 -1
  89. package/dist/components/popup.css +5 -3
  90. package/dist/components/popup.js +5 -5
  91. package/dist/components/popup.min.css +2 -2
  92. package/dist/components/popup.min.js +4 -4
  93. package/dist/components/progress.css +2 -1
  94. package/dist/components/progress.js +3 -3
  95. package/dist/components/progress.min.css +2 -2
  96. package/dist/components/progress.min.js +4 -4
  97. package/dist/components/rail.css +1 -1
  98. package/dist/components/rail.min.css +1 -1
  99. package/dist/components/rating.css +8 -62
  100. package/dist/components/rating.js +1 -1
  101. package/dist/components/rating.min.css +2 -2
  102. package/dist/components/rating.min.js +3 -3
  103. package/dist/components/reset.css +2 -3
  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 +15 -13
  109. package/dist/components/search.min.css +1 -1
  110. package/dist/components/search.min.js +4 -4
  111. package/dist/components/segment.css +36 -6
  112. package/dist/components/segment.min.css +2 -2
  113. package/dist/components/shape.css +1 -1
  114. package/dist/components/shape.js +1 -1
  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 +1 -1
  119. package/dist/components/sidebar.min.css +2 -2
  120. package/dist/components/sidebar.min.js +3 -3
  121. package/dist/components/site.css +61 -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 +4 -4
  132. package/dist/components/step.min.css +2 -2
  133. package/dist/components/sticky.css +1 -2
  134. package/dist/components/sticky.js +2 -2
  135. package/dist/components/sticky.min.css +2 -2
  136. package/dist/components/sticky.min.js +4 -4
  137. package/dist/components/tab.css +1 -1
  138. package/dist/components/tab.js +1 -1
  139. package/dist/components/tab.min.css +1 -1
  140. package/dist/components/tab.min.js +3 -3
  141. package/dist/components/table.css +5 -3
  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 +123 -10
  146. package/dist/components/toast.js +54 -27
  147. package/dist/components/toast.min.css +2 -2
  148. package/dist/components/toast.min.js +4 -4
  149. package/dist/components/transition.css +1 -1
  150. package/dist/components/transition.js +2 -2
  151. package/dist/components/transition.min.css +1 -1
  152. package/dist/components/transition.min.js +4 -4
  153. package/dist/components/visibility.js +2 -2
  154. package/dist/components/visibility.min.js +3 -3
  155. package/dist/semantic.css +2004 -1124
  156. package/dist/semantic.js +789 -377
  157. package/dist/semantic.min.css +4 -397
  158. package/dist/semantic.min.js +4 -4
  159. package/examples/assets/library/iframe-content.js +8 -8
  160. package/examples/assets/library/iframe.js +3 -3
  161. package/package.json +5 -5
  162. package/scripts/nightly-version.js +23 -8
  163. package/src/definitions/behaviors/api.js +25 -23
  164. package/src/definitions/behaviors/form.js +50 -69
  165. package/src/definitions/behaviors/visibility.js +1 -1
  166. package/src/definitions/collections/form.less +200 -142
  167. package/src/definitions/collections/grid.less +717 -681
  168. package/src/definitions/collections/menu.less +177 -128
  169. package/src/definitions/collections/message.less +77 -44
  170. package/src/definitions/collections/table.less +255 -242
  171. package/src/definitions/elements/button.less +360 -347
  172. package/src/definitions/elements/container.less +16 -8
  173. package/src/definitions/elements/emoji.less +15 -9
  174. package/src/definitions/elements/flag.less +7 -17
  175. package/src/definitions/elements/header.less +44 -37
  176. package/src/definitions/elements/icon.less +121 -43
  177. package/src/definitions/elements/input.less +23 -7
  178. package/src/definitions/elements/label.less +92 -91
  179. package/src/definitions/elements/list.less +55 -45
  180. package/src/definitions/elements/loader.less +38 -35
  181. package/src/definitions/elements/segment.less +51 -23
  182. package/src/definitions/elements/step.less +52 -48
  183. package/src/definitions/elements/text.less +17 -15
  184. package/src/definitions/globals/site.less +23 -2
  185. package/src/definitions/modules/accordion.less +55 -5
  186. package/src/definitions/modules/calendar.js +109 -10
  187. package/src/definitions/modules/checkbox.js +16 -10
  188. package/src/definitions/modules/checkbox.less +44 -186
  189. package/src/definitions/modules/dimmer.js +14 -11
  190. package/src/definitions/modules/dimmer.less +21 -8
  191. package/src/definitions/modules/dropdown.js +106 -76
  192. package/src/definitions/modules/dropdown.less +148 -89
  193. package/src/definitions/modules/modal.js +236 -40
  194. package/src/definitions/modules/modal.less +6 -4
  195. package/src/definitions/modules/nag.js +130 -64
  196. package/src/definitions/modules/nag.less +105 -40
  197. package/src/definitions/modules/popup.js +4 -4
  198. package/src/definitions/modules/popup.less +5 -1
  199. package/src/definitions/modules/progress.js +2 -2
  200. package/src/definitions/modules/progress.less +20 -18
  201. package/src/definitions/modules/rating.less +50 -42
  202. package/src/definitions/modules/search.js +14 -12
  203. package/src/definitions/modules/search.less +32 -16
  204. package/src/definitions/modules/sidebar.less +33 -19
  205. package/src/definitions/modules/slider.less +43 -42
  206. package/src/definitions/modules/sticky.js +1 -1
  207. package/src/definitions/modules/toast.js +53 -26
  208. package/src/definitions/modules/toast.less +139 -25
  209. package/src/definitions/modules/transition.js +1 -1
  210. package/src/definitions/views/card.less +402 -361
  211. package/src/definitions/views/comment.less +92 -81
  212. package/src/definitions/views/feed.less +164 -144
  213. package/src/definitions/views/item.less +249 -196
  214. package/src/definitions/views/statistic.less +90 -88
  215. package/src/themes/default/collections/grid.variables +8 -8
  216. package/src/themes/default/collections/menu.variables +6 -0
  217. package/src/themes/default/collections/table.variables +1 -1
  218. package/src/themes/default/elements/button.variables +2 -1
  219. package/src/themes/default/elements/flag.overrides +1635 -986
  220. package/src/themes/default/elements/flag.variables +7 -5
  221. package/src/themes/default/elements/header.variables +2 -2
  222. package/src/themes/default/elements/icon.overrides +35 -28
  223. package/src/themes/default/elements/icon.variables +4 -0
  224. package/src/themes/default/elements/list.variables +1 -1
  225. package/src/themes/default/elements/step.overrides +1 -1
  226. package/src/themes/default/globals/colors.less +7 -7
  227. package/src/themes/default/globals/site.variables +19 -9
  228. package/src/themes/default/globals/variation.variables +119 -6
  229. package/src/themes/default/modules/accordion.variables +15 -0
  230. package/src/themes/default/modules/checkbox.variables +16 -16
  231. package/src/themes/default/modules/dimmer.variables +1 -1
  232. package/src/themes/default/modules/dropdown.variables +12 -5
  233. package/src/themes/default/modules/modal.variables +2 -2
  234. package/src/themes/default/modules/nag.variables +3 -1
  235. package/src/themes/default/modules/toast.variables +5 -1
  236. package/src/themes/default/views/card.variables +1 -1
  237. package/src/themes/famfamfam/elements/flag.overrides +1026 -0
  238. package/src/themes/famfamfam/elements/flag.variables +13 -0
  239. package/tasks/admin/components/init.js +2 -2
  240. package/tasks/admin/distributions/init.js +2 -2
  241. package/tasks/build/css.js +6 -1
  242. package/tasks/config/project/release.js +2 -2
  243. package/tasks/config/tasks.js +13 -9
  244. package/test/helpers/sinon.js +1 -1
@@ -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,190 @@
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
+ ]
383
567
  }
384
568
  ],
385
569
  "contributorsPerLine": 4,
386
570
  "repoType": "github",
387
- "repoHost": "https://github.com"
571
+ "repoHost": "https://github.com",
572
+ "skipCi": true
388
573
  }
@@ -0,0 +1,17 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: npm
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ time: "06:00"
8
+ open-pull-requests-limit: 99
9
+ target-branch: develop
10
+ labels:
11
+ - type/dependencies
12
+ - state/awaiting-reviews
13
+ versioning-strategy: lockfile-only
14
+ ignore:
15
+ - dependency-name: gulp-replace
16
+ versions:
17
+ - 1.1.0
@@ -6,7 +6,7 @@ jobs:
6
6
  runs-on: ubuntu-latest
7
7
  strategy:
8
8
  matrix:
9
- node_version: [8, 10, 11, 12]
9
+ node_version: [8, 10, 11, 12, 13, 14]
10
10
  steps:
11
11
  - uses: actions/checkout@v1
12
12
  - name: Use Node.js ${{ matrix.node-version }}
package/CHANGELOG.md CHANGED
@@ -4,6 +4,144 @@ 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.8.8](https://github.com/fomantic/Fomantic-UI/compare/2.8.7...2.8.8)
8
+
9
+ > 24 June 2021
10
+
11
+ - chore(release): update dist [`a75fbd2`](https://github.com/fomantic/Fomantic-UI/commit/a75fbd2e540e164d2f18a6a93918ea33f65b0e57)
12
+ - fix(slider): remove old dist files for renamed slider (range) [`580a6e9`](https://github.com/fomantic/Fomantic-UI/commit/580a6e98a78a337e265aecf787c782a078595cca)
13
+ - fix(nag): refactored, colors, sizes, grouping [`6f2057f`](https://github.com/fomantic/Fomantic-UI/commit/6f2057fc0c5d5b98cf69c95b699aefee287b3de6)
14
+ - build(deps): upgrade gulp-less to fully support less 4 [`1f73afd`](https://github.com/fomantic/Fomantic-UI/commit/1f73afd1aa20146998fe9a25af0e9d9255456904)
15
+ - build(deps): bump handlebars from 4.7.5 to 4.7.7 [`4aa416b`](https://github.com/fomantic/Fomantic-UI/commit/4aa416bceca5e9c3c071797acfcdac41c2260d49)
16
+ - feat(modal): js config templates, alert, confirm, prompt [`bf2f280`](https://github.com/fomantic/Fomantic-UI/commit/bf2f28065ef5dc6b080a4180d0dea6892276c003)
17
+ - feat(modal): dynamic modal content [`7e3e450`](https://github.com/fomantic/Fomantic-UI/commit/7e3e450791c7180c74d2133fd39a358ea51a6204)
18
+ - feat(dropdown): (vertical) descriptions to menu item template [`59eeee2`](https://github.com/fomantic/Fomantic-UI/commit/59eeee2cec53a6c06545001d3bb41dc55a9c6061)
19
+ - fix(core): divisions need parenthesis to support less 4 [`ec80f1e`](https://github.com/fomantic/Fomantic-UI/commit/ec80f1e27e9a21db2b50977d8a0231b5d474692a)
20
+ - feat(card): disabled and loading variant [`bedd965`](https://github.com/fomantic/Fomantic-UI/commit/bedd9651889cf2ef124aa9f22c59be647bd89b5a)
21
+ - feat(toast): top and bottom attached and centered support [`686529b`](https://github.com/fomantic/Fomantic-UI/commit/686529b0fbbca0c3e9c26d8f89e031ed4a40fdae)
22
+ - feat(icon): bordered and circular icon groups [`fc6d299`](https://github.com/fomantic/Fomantic-UI/commit/fc6d2995d405a4ae90f2af64392336ba189335b4)
23
+ - fix(dropdown): clearable inline support [`1d06e9d`](https://github.com/fomantic/Fomantic-UI/commit/1d06e9dabf5404bfc13d6fbd8f26be48c381dfc5)
24
+ - build(deps): bump gulp-json-editor from 2.5.4 to 2.5.5 [`863d712`](https://github.com/fomantic/Fomantic-UI/commit/863d7123323f642238daaa5c92f005073fb9e204)
25
+ - build(deps): bump browserslist from 4.6.4 to 4.16.6 [`248c30c`](https://github.com/fomantic/Fomantic-UI/commit/248c30c77bb332289ff4b9d0fff9018c12e390f5)
26
+ - fix(icon): support transformations in icon groups [`ab3d931`](https://github.com/fomantic/Fomantic-UI/commit/ab3d9310e24a4c7dcd76bac2abeff9a4b0d406d5)
27
+ - build(deps): bump less from 3.13.1 to 4.1.1 [`26eb499`](https://github.com/fomantic/Fomantic-UI/commit/26eb49958d70791ea86698cb60e03161de1a9138)
28
+ - fix(dropdown): fix menu item refresh logic when using remote api [`c0e49df`](https://github.com/fomantic/Fomantic-UI/commit/c0e49dfd5cec9bd06d0932d44bd91ad9a8a949a9)
29
+ - feat(checkbox): support right aligned position of checkbox variants [`db91227`](https://github.com/fomantic/Fomantic-UI/commit/db912274b24255d7f49fc6af48151f00383d6b98)
30
+ - feat(form): support range values for decimal and number validation [`6f8b533`](https://github.com/fomantic/Fomantic-UI/commit/6f8b533168df97966e1c171548acc539ce464072)
31
+ - fix(nag): missing callbacks and fixed unused code [`6cbaa7b`](https://github.com/fomantic/Fomantic-UI/commit/6cbaa7bbbd3b929cc9bccd107153b07dc666ca26)
32
+ - fix(build): upgrade css minify and remove specialcomments [`36c6aa0`](https://github.com/fomantic/Fomantic-UI/commit/36c6aa09dafede709450b6f184e11e82200e2304)
33
+ - fix(slider): no minimum step for label generator [`fcd221b`](https://github.com/fomantic/Fomantic-UI/commit/fcd221b001d45ec6bc820d5f43a3d8bcad377bf0)
34
+ - build(deps): bump gulp-rtlcss from 1.4.1 to 1.4.2 [`f9f203a`](https://github.com/fomantic/Fomantic-UI/commit/f9f203a59e5d00f611b07e7a6bab87064c251ec8)
35
+ - feat(toast): horizontal variant and dynamic content support [`b41338d`](https://github.com/fomantic/Fomantic-UI/commit/b41338df93ba88063c1115e9d542db7d4ba2273e)
36
+ - build(deps): bump gulp-replace from 1.0.0 to 1.1.1 [`add0828`](https://github.com/fomantic/Fomantic-UI/commit/add0828531700b25ff9305dd6a79eb406184e6a7)
37
+ - fix(form): support mix of shorthand and full object rules [`d1b6dea`](https://github.com/fomantic/Fomantic-UI/commit/d1b6dea09e19cb4b56ef0fa2dadb5679f44368b5)
38
+ - feat(icon): use corner offset variables [`de42d96`](https://github.com/fomantic/Fomantic-UI/commit/de42d96e2b3a70fa25678d911de9129915ac20dc)
39
+ - fix(form): inverted state forms colors [`2f78f4e`](https://github.com/fomantic/Fomantic-UI/commit/2f78f4e1cc8c576145667f0c50aff87ba820d1bf)
40
+ - build(deps-dev): bump all-contributors-cli from 6.17.2 to 6.17.3 [`2bb7df1`](https://github.com/fomantic/Fomantic-UI/commit/2bb7df156fb5b534aa0a52612f4db644aa3bce6b)
41
+ - feat(segment): disabled, inverted and loading groups [`9ade8b7`](https://github.com/fomantic/Fomantic-UI/commit/9ade8b7cef894867d7937bf5fc9c9df08be2ad9d)
42
+ - feat(dropdown): support readonly variant [`185e234`](https://github.com/fomantic/Fomantic-UI/commit/185e234ce0a424f93f183b10f01628024d088d93)
43
+ - fix(slider): onchange is triggered without moving slider [`2f554c0`](https://github.com/fomantic/Fomantic-UI/commit/2f554c062420ba42f1913e3d6f1a64f4539dda21)
44
+ - build(deps): bump gulp-replace from 1.1.1 to 1.1.2 [`00d33f8`](https://github.com/fomantic/Fomantic-UI/commit/00d33f8d5f4f0c83bf549f956c2aab4ae7b65575)
45
+ - feat(button): support stackable buttons [`943961b`](https://github.com/fomantic/Fomantic-UI/commit/943961bd65a851d476d5e3a097a02fcc664b041b)
46
+ - feat(progress): support right aligned progress bar [`8bbda5f`](https://github.com/fomantic/Fomantic-UI/commit/8bbda5f51e9a5eb6ffe12555bd1dacc2155e36ec)
47
+ - feat(chore): remove support issue template in favor of using discussions [`5e93a11`](https://github.com/fomantic/Fomantic-UI/commit/5e93a1137dfcd13498ad44d97e5d4d8dbd592ef5)
48
+ - build(deps-dev): bump all-contributors-cli from 6.19.0 to 6.20.0 [`4a10f16`](https://github.com/fomantic/Fomantic-UI/commit/4a10f16d895871434c9bce649c2a4bf53e7a2cd6)
49
+ - build(deps): bump less from 3.13.0 to 3.13.1 [`1f0334e`](https://github.com/fomantic/Fomantic-UI/commit/1f0334e1165f4198c3515ce0930015c7ce8c53cc)
50
+ - build(deps-dev): bump all-contributors-cli from 6.17.4 to 6.18.0 [`6ed1526`](https://github.com/fomantic/Fomantic-UI/commit/6ed152690b59caf049c8d0a4c874422abcad4da8)
51
+ - feat(message): support centered variant [`48c4716`](https://github.com/fomantic/Fomantic-UI/commit/48c47168b9fa6b405efafdc86b5b0c0ea6130432)
52
+ - feat(dropdown): dropdown formatted with label [`65fe7e5`](https://github.com/fomantic/Fomantic-UI/commit/65fe7e50a9905cc8cab7c0388ffc11e4bf3b704d)
53
+ - feat(dropdown,popup): support individual show and hide transition and duration [`a5d471c`](https://github.com/fomantic/Fomantic-UI/commit/a5d471c6071efc9a39ab0bd203c7e4886c66a6ce)
54
+ - fix(dropdown): multiselect values encoding, removing label [`19806d4`](https://github.com/fomantic/Fomantic-UI/commit/19806d490bca6a9e2ad57070a92f678bd786ea87)
55
+ - fix(dropdown): preventchangetrigger on clear for multiple [`8a6f11b`](https://github.com/fomantic/Fomantic-UI/commit/8a6f11b24f7e25387eca814257ddff1db7a8189d)
56
+ - feat(modal): centered variant for any content [`aa04e6d`](https://github.com/fomantic/Fomantic-UI/commit/aa04e6d96d322c558020c11ba0f3668d0a6aa05f)
57
+ - feat(form): added errorfocus option to focus first error field or dom node [`d10077a`](https://github.com/fomantic/Fomantic-UI/commit/d10077aa4182b04905cf89078d6d42879ca138e7)
58
+ - feat(dropdown): support submenu values [`cfc5a74`](https://github.com/fomantic/Fomantic-UI/commit/cfc5a748c7c5f3f2419eb4238c6e9e1a7fd0b082)
59
+ - feat(dropdown): support inverted menu in non-inverted dropdown [`46a91bb`](https://github.com/fomantic/Fomantic-UI/commit/46a91bb07e1b18a08367cc0430599bad098c133a)
60
+ - Upgrade to GitHub-native Dependabot [`c05f0a5`](https://github.com/fomantic/Fomantic-UI/commit/c05f0a55f9a08865c31c6781030fea09a2899233)
61
+ - fix(modal): bodyfixed selector did not work with existing padding [`ef3d810`](https://github.com/fomantic/Fomantic-UI/commit/ef3d8105f011362bd4a55f4163dd7597e761c161)
62
+ - fix(toast): attached toast margin and border [`a706ce9`](https://github.com/fomantic/Fomantic-UI/commit/a706ce9930b6c7ebfe983428825acc796c2b5204)
63
+ - build(deps): bump gulp-json-editor from 2.5.5 to 2.5.6 [`df7caef`](https://github.com/fomantic/Fomantic-UI/commit/df7caef97d86175ccc852b4c678c8bbc21ddc13f)
64
+ - fix(search): fetch "Cannot read property 'top' of undefined [`2d69a7c`](https://github.com/fomantic/Fomantic-UI/commit/2d69a7c58b798541372f8c6ce4a95bf2afd59eaf)
65
+ - fix(form): simplify blur and respect revalidation [`214751b`](https://github.com/fomantic/Fomantic-UI/commit/214751bcda12bfdd74e39dc6a0d213eef90bafb2)
66
+ - fix(grid): incorrect margins in compact and very compact grid [`0354793`](https://github.com/fomantic/Fomantic-UI/commit/0354793368c5e08537b09c48b2c4cf6a9c8e4353)
67
+ - fix(progress): fix calculations when total > 100 [`998c222`](https://github.com/fomantic/Fomantic-UI/commit/998c22207d8c5b03683150246add458915abead1)
68
+ - build(deps-dev): bump all-contributors-cli from 6.18.0 to 6.19.0 [`b8551c5`](https://github.com/fomantic/Fomantic-UI/commit/b8551c53a9f4d4e0722e263180701764d7df573d)
69
+ - feat(dropdown): support separate transition displaytype [`8ae681c`](https://github.com/fomantic/Fomantic-UI/commit/8ae681cd6e4e6e91f7515a7de32361354f33a019)
70
+ - feat(dimmer): support individual show/hide duration [`68bf29f`](https://github.com/fomantic/Fomantic-UI/commit/68bf29fdf71b929eb4439445024250ca9ffc470a)
71
+ - fix(dropdown): show callback was ignored on remote api call [`68bd08f`](https://github.com/fomantic/Fomantic-UI/commit/68bd08f0bf37314cef4f95d60baf6dbb936b3df1)
72
+ - build(deps): bump gulp-replace from 1.1.2 to 1.1.3 [`68fdc41`](https://github.com/fomantic/Fomantic-UI/commit/68fdc41872acb84b9f3fef6cd8d14903cf34eedd)
73
+ - build(deps): [security] bump y18n from 3.2.1 to 3.2.2 [`176f54d`](https://github.com/fomantic/Fomantic-UI/commit/176f54da167742a79ebab308545c288d368319e8)
74
+ - fix(icon): colored selector was wrongly placed [`91654b5`](https://github.com/fomantic/Fomantic-UI/commit/91654b54e02b9790af8ab7894ef0353d4349da9f)
75
+ - feat(icon): colored variant for bordered or circular [`ba420fe`](https://github.com/fomantic/Fomantic-UI/commit/ba420fea625ef2b287a629af9f2a6ab422a65cc7)
76
+ - build(deps): bump less from 3.12.2 to 3.13.0 [`7cd68df`](https://github.com/fomantic/Fomantic-UI/commit/7cd68df88b4fef6707edcd2bd857945e3f11bdeb)
77
+ - feat(form): apply state color also to label class [`d092f48`](https://github.com/fomantic/Fomantic-UI/commit/d092f482109e43f60e68c48980f6390b3cc8fd43)
78
+ - fix(build): use current year and implement version in header [`1b7159a`](https://github.com/fomantic/Fomantic-UI/commit/1b7159a94933a42e0ade530e43874368fa399a47)
79
+ - fix(header): support icon groups [`271d062`](https://github.com/fomantic/Fomantic-UI/commit/271d06280a5f8153e38741513498238f81458d5d)
80
+ - fix(calendar): show active and eventdates on enabled adjacent days [`9f54e14`](https://github.com/fomantic/Fomantic-UI/commit/9f54e143b3be3b0f96b9a54e8d9c7f59ca953767)
81
+ - fix(dropdown): autocomplete in chrome does not support "off" [`58b023c`](https://github.com/fomantic/Fomantic-UI/commit/58b023c24be10262583c25ae6a7377fa6436f55d)
82
+ - feat(slider): support control over change trigger [`ce85cf3`](https://github.com/fomantic/Fomantic-UI/commit/ce85cf35b64d80c51482047581059c2c31fcea58)
83
+ - build(deps): [security] bump yargs-parser from 5.0.0 to 5.0.1 [`8ec0129`](https://github.com/fomantic/Fomantic-UI/commit/8ec0129796537b585c56f54105c183e85f257dba)
84
+ - fix(card): inverted header links were not styled properly [`06fff10`](https://github.com/fomantic/Fomantic-UI/commit/06fff101f7197ca3afb987c15aea48a9d32b1025)
85
+ - fix(form): separate dirty events trigger multiple native event calls [`6e4ff1d`](https://github.com/fomantic/Fomantic-UI/commit/6e4ff1d8633b6776d83fac452d8e6c750e01e442)
86
+ - Make colored icon selector more specific [`4bea8ab`](https://github.com/fomantic/Fomantic-UI/commit/4bea8abba87f7fb4fd69203ba46825b7baab639d)
87
+ - feat(form): set optional field behavior [`6397554`](https://github.com/fomantic/Fomantic-UI/commit/6397554f5bfdf504b52b9b901ea2540411b708b3)
88
+ - fix(search): dont set value when onselect returns false [`b1765a1`](https://github.com/fomantic/Fomantic-UI/commit/b1765a1c0c3dac4c442484374065419611aea69d)
89
+ - fix(calendar): return null instead of undefined in sanitizer [`de2ba9f`](https://github.com/fomantic/Fomantic-UI/commit/de2ba9fb62937ce5221dc79f691cb66111e5b9d6)
90
+ - fix(segment): support placeholder segments for tab usage [`2138533`](https://github.com/fomantic/Fomantic-UI/commit/2138533060bec9d5c05a3455ea8a24f4fd58b802)
91
+ - build(deps): bump hosted-git-info from 2.7.1 to 2.8.9 [`c50b82b`](https://github.com/fomantic/Fomantic-UI/commit/c50b82bee81c881f5733ba297008a86aa5343065)
92
+ - build(deps): bump lodash from 4.17.19 to 4.17.21 [`9760798`](https://github.com/fomantic/Fomantic-UI/commit/97607982a98899f68b431eca65c6e3b17d5e279f)
93
+ - build(deps): bump jquery from 3.5.1 to 3.6.0 [`24eb27a`](https://github.com/fomantic/Fomantic-UI/commit/24eb27a1d86671ea6e3c44c9adf7e4f46bdc2628)
94
+ - fix(colors): avoid compile error of php less port [`e058619`](https://github.com/fomantic/Fomantic-UI/commit/e058619c818b00edfce497fa680252c9bda0eaa2)
95
+ - fix(message): support icon groups [`1af2588`](https://github.com/fomantic/Fomantic-UI/commit/1af2588246b45df1c1ab98ed2891a22649102e68)
96
+ - fix(dropdown): respect submenu on up/downward height calculation [`6bab2e8`](https://github.com/fomantic/Fomantic-UI/commit/6bab2e88d4c5547de004913f4cdcce92014c14e8)
97
+ - build(deps-dev): bump all-contributors-cli from 6.17.3 to 6.17.4 [`5bba220`](https://github.com/fomantic/Fomantic-UI/commit/5bba2200460f7a3e4adebbbcf6e718e936ff414e)
98
+ - fix(modal): dont stack same actions buttons [`3a235e6`](https://github.com/fomantic/Fomantic-UI/commit/3a235e6d076718fb5a1842a63e8a285f021ee556)
99
+ - feat(dropdown): onSearch callback [`04559bc`](https://github.com/fomantic/Fomantic-UI/commit/04559bc2e341901d629f76120cca94038d90e0a8)
100
+ - feat(icon): support loading variant for icon groups [`4d9b24c`](https://github.com/fomantic/Fomantic-UI/commit/4d9b24c24b323d60f806c8ca2f405b02cbb6367b)
101
+ - feat(segment): support equal width [`c952da3`](https://github.com/fomantic/Fomantic-UI/commit/c952da38464f9c117da73f8ee4f40b472ddc497b)
102
+ - fix(form): file upload fields trigger error using jquery > 3.4.0 [`fdc46e7`](https://github.com/fomantic/Fomantic-UI/commit/fdc46e7e952dfa6caf6fa5585164ff9d95f536e6)
103
+ - feat(validation): allow credit card numbers with spaces [`f41016e`](https://github.com/fomantic/Fomantic-UI/commit/f41016eb2cea0048d933bbcf66f6162bbb4877d1)
104
+ - fix(header): icon headers should not have a left content padding [`cf7f222`](https://github.com/fomantic/Fomantic-UI/commit/cf7f222a1dafeedfdbc7f8bbf6e9a9ccb0a269e7)
105
+ - feat(dimmer): support individual show/hide transition [`5992784`](https://github.com/fomantic/Fomantic-UI/commit/59927846208ae3b6e473690e3a76df54ff1f848d)
106
+ - feat(dropdown): columns were ignored inside menus [`129b3bc`](https://github.com/fomantic/Fomantic-UI/commit/129b3bc6851f93dde0d3365a04b922cf7420ccd8)
107
+ - feat(dropdown): support icon groups margin [`2093c46`](https://github.com/fomantic/Fomantic-UI/commit/2093c46e1da1ea29d4afb015b06adb99d59d0400)
108
+ - feat(segment): prevent user selection on disabled and loading [`05955c0`](https://github.com/fomantic/Fomantic-UI/commit/05955c046cd0be135c57c7ba80dffe36e0c49276)
109
+ - fix(table): allow pointer events for non empty top left cell in definition table [`82231f8`](https://github.com/fomantic/Fomantic-UI/commit/82231f85e25bff965e36f911e0ba0dd2a4aefad9)
110
+ - fix(dropdown): fix menu show on mobile and api call [`1d8b2b1`](https://github.com/fomantic/Fomantic-UI/commit/1d8b2b18af5da5c32d414e33118975c2968f2a62)
111
+ - fix(slider): fix bottom aligned labels for size variations [`d5a27ef`](https://github.com/fomantic/Fomantic-UI/commit/d5a27ef1fad4e09ed88b0e1642b045683bc2ec10)
112
+ - fix(calender): support single digit months and days [`3bc5b77`](https://github.com/fomantic/Fomantic-UI/commit/3bc5b775029c2be9dcd0610ad772c551f53d949c)
113
+ - fix(dropdown): forceSelection trigger event with null addition [`9fc8329`](https://github.com/fomantic/Fomantic-UI/commit/9fc8329c8b416d085f443865ea0aa81277558b1d)
114
+ - feat(dropdown): support preventChangeTrigger parameter for set.selected [`c15ebfa`](https://github.com/fomantic/Fomantic-UI/commit/c15ebfabaa6326a000c027894e31c1168de95aa0)
115
+ - feat(site): update google fonts api to v2 [`d4f9aa3`](https://github.com/fomantic/Fomantic-UI/commit/d4f9aa3777f6bb7d3b2eadc1e310a836468a43ef)
116
+ - fix(tooltip): bottom center tooltip was misaligned [`46713c6`](https://github.com/fomantic/Fomantic-UI/commit/46713c6adfc6e43fb05e308d217299ff13c8ac7c)
117
+ - fix(slider): less 4 support needs parenthesis [`1f8850b`](https://github.com/fomantic/Fomantic-UI/commit/1f8850b94436823eb72d3fdbed97a18b552d1ee1)
118
+ - feat(dependency): support a possible installed v4 of less [`a246ad7`](https://github.com/fomantic/Fomantic-UI/commit/a246ad7e8f74fccb9d56d794bee358eb43241c58)
119
+ - fix(calendar): disabled week days should not affect month and year view [`5ef2c23`](https://github.com/fomantic/Fomantic-UI/commit/5ef2c23b13b0d33534514dcc8809c171ee7ceb0d)
120
+ - feat(build): check node 13 and 14 for github actions [`750a192`](https://github.com/fomantic/Fomantic-UI/commit/750a1920da943ca449bd4a053d91012b351c294d)
121
+ - fix(dimmer): fix typo in dimmer.js [`bc87d77`](https://github.com/fomantic/Fomantic-UI/commit/bc87d77c849321365a9ddcd4c9bc1c296192f641)
122
+ - fix(readme): use the official discord shield [`ad8bae5`](https://github.com/fomantic/Fomantic-UI/commit/ad8bae595983b5f800a9777d7d63550694968e42)
123
+ - feat(form): escaped caused maximum callstack exceeded [`0f51c3f`](https://github.com/fomantic/Fomantic-UI/commit/0f51c3fea724ca82fe9bedb4cebe75328b47f9c5)
124
+ - fix(docs): grammar error [`245b087`](https://github.com/fomantic/Fomantic-UI/commit/245b087a9c037905560ae4a06e7b4213c7736b33)
125
+ - feat(form): support shouldtrim per fieldrule [`7da17f7`](https://github.com/fomantic/Fomantic-UI/commit/7da17f717bf67066e0e0ac3294663ad565e1081c)
126
+ - fix(form): refresh on instance to fetch dom changes [`1408be0`](https://github.com/fomantic/Fomantic-UI/commit/1408be05462b532f23c7d9cee0c600e030fdbb34)
127
+ - fix(form): dropdown item description gets wrong state class [`5e92c42`](https://github.com/fomantic/Fomantic-UI/commit/5e92c42f1ed842b10b17e0cb938ef8e5cfbda1ab)
128
+ - fix(input): firefox has different placeholder opacity [`965d0ee`](https://github.com/fomantic/Fomantic-UI/commit/965d0ee9a1c20973b03e694a40df808bcab70202)
129
+ - fix(table): missing comma lead into wrong selector [`8e5b7d4`](https://github.com/fomantic/Fomantic-UI/commit/8e5b7d458bc499c30f34bd36c8b96983acd69da8)
130
+ - fix(button): labeled icon buttons have wrong margin [`6d5703e`](https://github.com/fomantic/Fomantic-UI/commit/6d5703eb5d6ef9e72b5077b9a1dbf9d823ddd7d1)
131
+ - fix(chore): milestones should be sorted [`4b5496c`](https://github.com/fomantic/Fomantic-UI/commit/4b5496c6453fdcc92895397843ac32cd88685a7d)
132
+ - fix(chore): use url encoded semicolons so gulp-concat doesnt break [`6645c5f`](https://github.com/fomantic/Fomantic-UI/commit/6645c5f04b5fe5d3d60c51809c526e2d484e8d74)
133
+ - fix(grid): stackable grid had wrong with inside popup [`79b4eff`](https://github.com/fomantic/Fomantic-UI/commit/79b4effbbd9e185cd5c49d0939a66b21df35dd5f)
134
+ - feat(header): icon content was not aligned [`62dcda8`](https://github.com/fomantic/Fomantic-UI/commit/62dcda8f49926b971f1702c9b058d0e10fa6295d)
135
+ - fix(slider): dividing by 0 leads into infinite loop [`ab3001c`](https://github.com/fomantic/Fomantic-UI/commit/ab3001c6121dfda5cf644391942b62d49b52833a)
136
+ - fix(rating): disabled rating should not allow pointer events [`09d5711`](https://github.com/fomantic/Fomantic-UI/commit/09d57116868e3b0ad1f48663e88e745e7df7c471)
137
+ - fix(dropdown): double declaration of name [`a432a81`](https://github.com/fomantic/Fomantic-UI/commit/a432a81acc9b5a7e2322f8ca7ebc7628d209723d)
138
+ - fix(form): refresh module on re-initializaion [`0949b16`](https://github.com/fomantic/Fomantic-UI/commit/0949b16fdbb99fbddd6a4a159e73518e5d536a98)
139
+ - fix(progress): adjust center position [`467839f`](https://github.com/fomantic/Fomantic-UI/commit/467839fd0eb1b626ce0bb5c09d2adeeb3b000307)
140
+ - fix(card): top border thickness of horizontal card [`cd975ae`](https://github.com/fomantic/Fomantic-UI/commit/cd975aeae6d28a5d83d921d0d5d0241c71eb822b)
141
+ - fix(icon): labels in icon groups where shown italic [`595367d`](https://github.com/fomantic/Fomantic-UI/commit/595367d25ec4936facf2e87eca431ffec5ef3242)
142
+ - fix(card): leave auto height to prevent image stretch on chrome [`dbe6ee4`](https://github.com/fomantic/Fomantic-UI/commit/dbe6ee4046744d8b173aa324f96aaeae3006dcf2)
143
+ - feat(chore): add table search proposal to v3 roadmap [`cfe8022`](https://github.com/fomantic/Fomantic-UI/commit/cfe8022ae3aa54ac22cdd9e2a18e14327e335ded)
144
+
7
145
  #### [2.8.7](https://github.com/fomantic/Fomantic-UI/compare/2.8.6...2.8.7)
8
146
 
9
147
  > 6 September 2020
@@ -17,6 +155,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
17
155
  - build(deps): bump @octokit/rest from 16.43.1 to 16.43.2 [`4cff0d5`](https://github.com/fomantic/Fomantic-UI/commit/4cff0d50da9218e0c970532fb2f233edb8441230)
18
156
  - fix(dropdown,calendar): avoid tab to enter input on disabled variant [`9f496c3`](https://github.com/fomantic/Fomantic-UI/commit/9f496c37b8a055f417d6e41acfac3af019f60b67)
19
157
  - fix(form): adjust margin for field groups on mobile view [`ff40038`](https://github.com/fomantic/Fomantic-UI/commit/ff4003811cd2f1fbb5a1323dd399bc4fc0984f6c)
158
+ - chore(release): update changelog [`59d9b40`](https://github.com/fomantic/Fomantic-UI/commit/59d9b409879ad9413ea0a3efa4ab2e51017ad9b9)
20
159
  - feat(calendar): added inverted variant [`a8cd1b0`](https://github.com/fomantic/Fomantic-UI/commit/a8cd1b0275d316277752d811b925f1bca60e9bf8)
21
160
  - fix(dropdown): optional scrollhint on ios devices or firefox mobile [`b10cf9d`](https://github.com/fomantic/Fomantic-UI/commit/b10cf9d302b310a09fa5b1ec616088909ab6f737)
22
161
  - feat(progress): total value of 0 was unsupported [`ef85c3d`](https://github.com/fomantic/Fomantic-UI/commit/ef85c3dadae407629355cfa49e307cde84925392)
package/CONTRIBUTING.md CHANGED
@@ -46,7 +46,7 @@ Anyone can jump on the issues board and grab off bugs to fix. This is probably t
46
46
  - Please try and stick to a similar code style so everyone can read your code.
47
47
  - When you commit don't include your dist files, this can cause merge conflicts and also adds unnecessary changes to the PR.
48
48
 
49
- #### Setup your enviroment
49
+ #### Setup your environment
50
50
  These few steps are the easiest way to setup your dev environment.
51
51
 
52
52
  1. Fork the [main repository](https://github.com/fomantic/Fomantic-UI).