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.
- package/.eslint/eqeqeq-rule.js +18 -0
- package/.eslint/index.js +29 -0
- package/.eslint/no-extra-parens-rule.js +17 -0
- package/.eslint/package.json +11 -0
- package/.eslintrc.js +123 -0
- package/.github/auto_assign.yml +0 -1
- package/.github/workflows/ci.yml +37 -4
- package/.github/workflows/nightly.yml +1 -1
- package/.github/workflows/release.yml +1 -1
- package/.prettierrc.js +12 -0
- package/.stylelintrc.js +48 -0
- package/CHANGELOG.md +112 -0
- package/README.md +1 -1
- package/dist/components/accordion.css +35 -53
- package/dist/components/accordion.js +568 -595
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +3 -3
- package/dist/components/ad.css +34 -45
- package/dist/components/ad.min.css +2 -2
- package/dist/components/api.js +1157 -1179
- package/dist/components/api.min.js +3 -3
- package/dist/components/breadcrumb.css +5 -5
- package/dist/components/breadcrumb.min.css +2 -2
- package/dist/components/button.css +709 -1111
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +24 -27
- package/dist/components/calendar.js +1934 -1809
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +219 -365
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +120 -191
- package/dist/components/checkbox.js +842 -841
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +41 -59
- package/dist/components/comment.min.css +2 -2
- package/dist/components/container.css +7 -6
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +53 -172
- package/dist/components/dimmer.js +706 -737
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +3 -3
- package/dist/components/divider.css +43 -61
- package/dist/components/divider.min.css +2 -2
- package/dist/components/dropdown.css +252 -386
- package/dist/components/dropdown.js +4195 -4236
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +18 -29
- package/dist/components/embed.js +645 -675
- package/dist/components/embed.min.css +2 -2
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +3556 -3556
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +35 -57
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +270 -268
- package/dist/components/flag.min.css +2 -2
- package/dist/components/flyout.css +95 -141
- package/dist/components/flyout.js +1514 -1465
- package/dist/components/flyout.min.css +2 -2
- package/dist/components/flyout.min.js +3 -3
- package/dist/components/form.css +244 -339
- package/dist/components/form.js +2022 -2004
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +183 -329
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +118 -142
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +662 -745
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +39 -63
- package/dist/components/image.min.css +2 -2
- package/dist/components/input.css +356 -274
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +84 -131
- package/dist/components/item.min.css +2 -2
- package/dist/components/label.css +359 -410
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +49 -70
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +67 -155
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +270 -431
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +125 -197
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +120 -154
- package/dist/components/modal.js +1544 -1486
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +3 -3
- package/dist/components/nag.css +53 -63
- package/dist/components/nag.js +520 -526
- package/dist/components/nag.min.css +2 -2
- package/dist/components/nag.min.js +3 -3
- package/dist/components/placeholder.css +22 -42
- package/dist/components/placeholder.min.css +2 -2
- package/dist/components/popup.css +424 -202
- package/dist/components/popup.js +1456 -1456
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +3 -3
- package/dist/components/progress.css +106 -211
- package/dist/components/progress.js +969 -997
- package/dist/components/progress.min.css +2 -2
- package/dist/components/progress.min.js +3 -3
- package/dist/components/rail.css +15 -20
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +80 -121
- package/dist/components/rating.js +507 -523
- package/dist/components/rating.min.css +2 -2
- package/dist/components/rating.min.js +3 -3
- package/dist/components/reset.css +8 -13
- package/dist/components/reset.min.css +2 -2
- package/dist/components/reveal.css +44 -83
- package/dist/components/reveal.min.css +2 -2
- package/dist/components/search.css +69 -98
- package/dist/components/search.js +1520 -1534
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +148 -224
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +14 -30
- package/dist/components/shape.js +783 -810
- package/dist/components/shape.min.css +2 -2
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +103 -206
- package/dist/components/sidebar.js +1061 -1099
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +3 -3
- package/dist/components/site.css +28 -41
- package/dist/components/site.js +436 -476
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +3 -3
- package/dist/components/slider.css +93 -121
- package/dist/components/slider.js +1310 -1311
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +3 -3
- package/dist/components/state.js +638 -657
- package/dist/components/state.min.js +3 -3
- package/dist/components/statistic.css +75 -116
- package/dist/components/statistic.min.css +2 -2
- package/dist/components/step.css +77 -150
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -5
- package/dist/components/sticky.js +847 -901
- package/dist/components/sticky.min.css +2 -2
- package/dist/components/sticky.min.js +3 -3
- package/dist/components/tab.css +10 -14
- package/dist/components/tab.js +902 -966
- package/dist/components/tab.min.css +2 -2
- package/dist/components/tab.min.js +3 -3
- package/dist/components/table.css +547 -774
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +32 -32
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +69 -147
- package/dist/components/toast.js +910 -884
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +299 -1356
- package/dist/components/transition.js +1048 -1077
- package/dist/components/transition.min.css +2 -2
- package/dist/components/transition.min.js +3 -3
- package/dist/components/visibility.js +1213 -1245
- package/dist/components/visibility.min.js +3 -3
- package/dist/semantic.css +9344 -12298
- package/dist/semantic.js +29181 -29423
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/basic/assets/fonts/icons.woff2 +0 -0
- package/dist/themes/github/assets/fonts/octicons.woff2 +0 -0
- package/examples/.eslintrc.js +6 -0
- package/examples/assets/library/jquery.min.js +2 -4
- package/examples/assets/show-examples.js +13 -13
- package/examples/attached.html +1 -1
- package/examples/bootstrap.html +1 -1
- package/examples/components/button.html +1 -1
- package/examples/components/card.html +6 -6
- package/examples/components/input.html +1 -1
- package/examples/components/menu.html +1 -1
- package/examples/components/site.html +1 -1
- package/examples/components/sticky-context.html +2 -2
- package/examples/components/table.html +1 -1
- package/examples/fixed.html +3 -3
- package/examples/grid.html +5 -5
- package/examples/homepage.html +1 -1
- package/examples/login.html +2 -2
- package/examples/responsive.html +2 -2
- package/examples/sticky.html +4 -4
- package/examples/theming.html +1 -1
- package/gulpfile.js +13 -11
- package/package.json +17 -8
- package/scripts/nightly-version.js +83 -75
- package/src/_site/collections/menu.overrides +1 -1
- package/src/_site/elements/flag.variables +2 -2
- package/src/_site/globals/site.variables +1 -1
- package/src/_site/modules/embed.variables +3 -0
- package/src/definitions/behaviors/api.js +1158 -1180
- package/src/definitions/behaviors/form.js +2021 -2003
- package/src/definitions/behaviors/state.js +644 -663
- package/src/definitions/behaviors/visibility.js +1212 -1244
- package/src/definitions/collections/breadcrumb.less +43 -47
- package/src/definitions/collections/form.less +866 -884
- package/src/definitions/collections/grid.less +1681 -1699
- package/src/definitions/collections/menu.less +1522 -1544
- package/src/definitions/collections/message.less +294 -298
- package/src/definitions/collections/table.less +1657 -1661
- package/src/definitions/elements/button.less +1716 -1750
- package/src/definitions/elements/container.less +211 -211
- package/src/definitions/elements/divider.less +198 -211
- package/src/definitions/elements/emoji.less +41 -48
- package/src/definitions/elements/flag.less +46 -48
- package/src/definitions/elements/header.less +351 -359
- package/src/definitions/elements/icon.less +541 -484
- package/src/definitions/elements/image.less +216 -227
- package/src/definitions/elements/input.less +692 -699
- package/src/definitions/elements/label.less +784 -806
- package/src/definitions/elements/list.less +810 -814
- package/src/definitions/elements/loader.less +273 -268
- package/src/definitions/elements/placeholder.less +173 -170
- package/src/definitions/elements/rail.less +93 -93
- package/src/definitions/elements/reveal.less +192 -198
- package/src/definitions/elements/segment.less +742 -749
- package/src/definitions/elements/step.less +423 -437
- package/src/definitions/elements/text.less +34 -36
- package/src/definitions/globals/reset.less +11 -8
- package/src/definitions/globals/site.js +435 -475
- package/src/definitions/globals/site.less +108 -110
- package/src/definitions/modules/accordion.js +567 -594
- package/src/definitions/modules/accordion.less +244 -248
- package/src/definitions/modules/calendar.js +1933 -1808
- package/src/definitions/modules/calendar.less +100 -97
- package/src/definitions/modules/checkbox.js +841 -840
- package/src/definitions/modules/checkbox.less +531 -552
- package/src/definitions/modules/dimmer.js +705 -736
- package/src/definitions/modules/dimmer.less +294 -305
- package/src/definitions/modules/dropdown.js +4194 -4235
- package/src/definitions/modules/dropdown.less +1568 -1598
- package/src/definitions/modules/embed.js +644 -674
- package/src/definitions/modules/embed.less +82 -84
- package/src/definitions/modules/flyout.js +1513 -1464
- package/src/definitions/modules/flyout.less +453 -455
- package/src/definitions/modules/modal.js +1543 -1485
- package/src/definitions/modules/modal.less +459 -467
- package/src/definitions/modules/nag.js +519 -525
- package/src/definitions/modules/nag.less +136 -149
- package/src/definitions/modules/popup.js +1455 -1455
- package/src/definitions/modules/popup.less +738 -693
- package/src/definitions/modules/progress.js +968 -996
- package/src/definitions/modules/progress.less +523 -499
- package/src/definitions/modules/rating.js +506 -522
- package/src/definitions/modules/rating.less +98 -103
- package/src/definitions/modules/search.js +1519 -1533
- package/src/definitions/modules/search.less +374 -394
- package/src/definitions/modules/shape.js +782 -809
- package/src/definitions/modules/shape.less +70 -79
- package/src/definitions/modules/sidebar.js +1060 -1098
- package/src/definitions/modules/sidebar.less +463 -476
- package/src/definitions/modules/slider.js +1309 -1310
- package/src/definitions/modules/slider.less +309 -310
- package/src/definitions/modules/sticky.js +863 -917
- package/src/definitions/modules/sticky.less +17 -25
- package/src/definitions/modules/tab.js +901 -965
- package/src/definitions/modules/tab.less +48 -54
- package/src/definitions/modules/toast.js +909 -883
- package/src/definitions/modules/toast.less +589 -589
- package/src/definitions/modules/transition.js +1047 -1076
- package/src/definitions/modules/transition.less +58 -59
- package/src/definitions/views/ad.less +207 -208
- package/src/definitions/views/card.less +955 -973
- package/src/definitions/views/comment.less +192 -200
- package/src/definitions/views/feed.less +222 -226
- package/src/definitions/views/item.less +437 -448
- package/src/definitions/views/statistic.less +273 -279
- package/src/semantic.less +8 -6
- package/src/theme.config.example +53 -53
- package/src/theme.less +44 -35
- package/src/themes/amazon/elements/button.overrides +23 -24
- package/src/themes/amazon/elements/button.variables +18 -23
- package/src/themes/amazon/globals/site.variables +16 -17
- package/src/themes/basic/assets/fonts/icons.woff2 +0 -0
- package/src/themes/basic/collections/table.overrides +0 -1
- package/src/themes/basic/collections/table.variables +3 -3
- package/src/themes/basic/elements/button.overrides +0 -1
- package/src/themes/basic/elements/button.variables +9 -9
- package/src/themes/basic/elements/icon.overrides +9 -169
- package/src/themes/basic/elements/icon.variables +161 -18
- package/src/themes/basic/elements/step.overrides +2 -2
- package/src/themes/basic/elements/step.variables +2 -2
- package/src/themes/basic/globals/reset.overrides +1 -1
- package/src/themes/basic/globals/reset.variables +1 -1
- package/src/themes/basic/modules/progress.variables +2 -2
- package/src/themes/basic/views/card.overrides +0 -1
- package/src/themes/basic/views/card.variables +6 -6
- package/src/themes/bookish/elements/header.overrides +4 -4
- package/src/themes/bookish/elements/header.variables +5 -5
- package/src/themes/bootstrap3/elements/button.overrides +3 -0
- package/src/themes/bootstrap3/elements/button.variables +20 -25
- package/src/themes/chubby/collections/form.overrides +9 -9
- package/src/themes/chubby/collections/form.variables +3 -3
- package/src/themes/chubby/collections/menu.overrides +3 -0
- package/src/themes/chubby/collections/menu.variables +3 -3
- package/src/themes/chubby/elements/button.overrides +8 -10
- package/src/themes/chubby/elements/button.variables +10 -10
- package/src/themes/chubby/elements/header.overrides +1 -1
- package/src/themes/chubby/elements/header.variables +4 -4
- package/src/themes/chubby/modules/accordion.overrides +2 -2
- package/src/themes/chubby/modules/accordion.variables +4 -4
- package/src/themes/chubby/views/comment.overrides +5 -5
- package/src/themes/chubby/views/comment.variables +11 -11
- package/src/themes/classic/collections/table.variables +3 -3
- package/src/themes/classic/elements/button.variables +36 -43
- package/src/themes/classic/elements/header.variables +4 -4
- package/src/themes/classic/modules/progress.variables +3 -3
- package/src/themes/classic/views/card.overrides +25 -27
- package/src/themes/classic/views/card.variables +7 -7
- package/src/themes/colored/modules/checkbox.overrides +3 -0
- package/src/themes/colored/modules/checkbox.variables +1 -3
- package/src/themes/default/collections/breadcrumb.variables +4 -4
- package/src/themes/default/collections/form.variables +15 -16
- package/src/themes/default/collections/grid.overrides +0 -1
- package/src/themes/default/collections/grid.variables +15 -16
- package/src/themes/default/collections/menu.variables +31 -45
- package/src/themes/default/collections/message.variables +84 -123
- package/src/themes/default/collections/table.overrides +3 -0
- package/src/themes/default/collections/table.variables +30 -34
- package/src/themes/default/elements/button.variables +44 -53
- package/src/themes/default/elements/container.variables +8 -16
- package/src/themes/default/elements/divider.overrides +8 -9
- package/src/themes/default/elements/divider.variables +5 -6
- package/src/themes/default/elements/emoji.overrides +0 -1
- package/src/themes/default/elements/emoji.variables +3556 -3556
- package/src/themes/default/elements/flag.variables +1595 -1595
- package/src/themes/default/elements/header.overrides +0 -1
- package/src/themes/default/elements/header.variables +21 -21
- package/src/themes/default/elements/icon.variables +2016 -2012
- package/src/themes/default/elements/image.variables +6 -7
- package/src/themes/default/elements/input.variables +11 -12
- package/src/themes/default/elements/label.variables +25 -26
- package/src/themes/default/elements/list.variables +17 -21
- package/src/themes/default/elements/loader.variables +16 -17
- package/src/themes/default/elements/placeholder.variables +12 -9
- package/src/themes/default/elements/rail.variables +4 -5
- package/src/themes/default/elements/reveal.variables +1 -1
- package/src/themes/default/elements/segment.variables +24 -36
- package/src/themes/default/elements/step.overrides +4 -4
- package/src/themes/default/elements/step.variables +19 -22
- package/src/themes/default/elements/text.variables +2 -3
- package/src/themes/default/globals/colors.less +588 -588
- package/src/themes/default/globals/reset.overrides +63 -59
- package/src/themes/default/globals/reset.variables +1 -1
- package/src/themes/default/globals/site.variables +1074 -1123
- package/src/themes/default/globals/variation.variables +6 -4
- package/src/themes/default/modules/accordion.overrides +11 -11
- package/src/themes/default/modules/accordion.variables +15 -20
- package/src/themes/default/modules/calendar.variables +2 -0
- package/src/themes/default/modules/chatroom.variables +1 -1
- package/src/themes/default/modules/checkbox.overrides +9 -13
- package/src/themes/default/modules/checkbox.variables +24 -33
- package/src/themes/default/modules/dimmer.variables +14 -17
- package/src/themes/default/modules/dropdown.overrides +17 -17
- package/src/themes/default/modules/dropdown.variables +29 -31
- package/src/themes/default/modules/embed.variables +9 -13
- package/src/themes/default/modules/flyout.variables +10 -8
- package/src/themes/default/modules/modal.variables +64 -67
- package/src/themes/default/modules/nag.variables +11 -14
- package/src/themes/default/modules/popup.variables +14 -13
- package/src/themes/default/modules/progress.variables +17 -19
- package/src/themes/default/modules/rating.variables +10 -12
- package/src/themes/default/modules/search.variables +12 -17
- package/src/themes/default/modules/shape.variables +7 -8
- package/src/themes/default/modules/sidebar.variables +4 -4
- package/src/themes/default/modules/slider.variables +55 -54
- package/src/themes/default/modules/sticky.variables +1 -1
- package/src/themes/default/modules/toast.variables +8 -8
- package/src/themes/default/modules/transition.overrides +936 -915
- package/src/themes/default/modules/transition.variables +1 -1
- package/src/themes/default/views/ad.variables +1 -1
- package/src/themes/default/views/card.variables +33 -45
- package/src/themes/default/views/comment.variables +7 -9
- package/src/themes/default/views/feed.variables +10 -10
- package/src/themes/default/views/item.variables +20 -23
- package/src/themes/default/views/statistic.variables +8 -8
- package/src/themes/duo/elements/loader.variables +1 -1
- package/src/themes/famfamfam/elements/flag.overrides +263 -268
- package/src/themes/famfamfam/elements/flag.variables +4 -4
- package/src/themes/fixed-width/collections/grid.variables +4 -4
- package/src/themes/fixed-width/modules/modal.variables +11 -13
- package/src/themes/flat/collections/form.overrides +9 -9
- package/src/themes/flat/collections/form.variables +16 -17
- package/src/themes/flat/globals/site.variables +69 -74
- package/src/themes/github/assets/fonts/octicons.woff2 +0 -0
- package/src/themes/github/collections/breadcrumb.variables +0 -1
- package/src/themes/github/collections/form.overrides +7 -8
- package/src/themes/github/collections/form.variables +16 -18
- package/src/themes/github/collections/grid.variables +1 -2
- package/src/themes/github/collections/menu.overrides +2 -2
- package/src/themes/github/collections/menu.variables +24 -26
- package/src/themes/github/collections/message.overrides +3 -3
- package/src/themes/github/collections/message.variables +12 -14
- package/src/themes/github/collections/table.variables +2 -2
- package/src/themes/github/elements/button.overrides +0 -1
- package/src/themes/github/elements/button.variables +26 -30
- package/src/themes/github/elements/header.variables +2 -2
- package/src/themes/github/elements/icon.overrides +3 -208
- package/src/themes/github/elements/icon.variables +234 -19
- package/src/themes/github/elements/image.variables +1 -1
- package/src/themes/github/elements/input.overrides +16 -16
- package/src/themes/github/elements/input.variables +4 -5
- package/src/themes/github/elements/label.overrides +3 -3
- package/src/themes/github/elements/label.variables +0 -1
- package/src/themes/github/elements/segment.variables +9 -10
- package/src/themes/github/elements/step.overrides +13 -13
- package/src/themes/github/elements/step.variables +6 -6
- package/src/themes/github/globals/site.variables +16 -16
- package/src/themes/github/modules/dropdown.overrides +18 -19
- package/src/themes/github/modules/dropdown.variables +8 -10
- package/src/themes/github/modules/popup.variables +0 -2
- package/src/themes/gmail/collections/message.overrides +3 -0
- package/src/themes/gmail/collections/message.variables +4 -4
- package/src/themes/instagram/views/card.overrides +4 -5
- package/src/themes/instagram/views/card.variables +7 -8
- package/src/themes/joypixels/elements/emoji.overrides +0 -2
- package/src/themes/joypixels/elements/emoji.variables +3554 -3554
- package/src/themes/material/collections/menu.overrides +1 -1
- package/src/themes/material/collections/menu.variables +4 -4
- package/src/themes/material/elements/button.overrides +7 -9
- package/src/themes/material/elements/button.variables +44 -46
- package/src/themes/material/elements/header.overrides +3 -3
- package/src/themes/material/elements/header.variables +8 -10
- package/src/themes/material/elements/icon.overrides +3 -934
- package/src/themes/material/elements/icon.variables +958 -18
- package/src/themes/material/globals/site.overrides +3 -0
- package/src/themes/material/globals/site.variables +83 -84
- package/src/themes/material/modules/dropdown.overrides +2 -2
- package/src/themes/material/modules/dropdown.variables +5 -5
- package/src/themes/material/modules/modal.overrides +3 -3
- package/src/themes/material/modules/modal.variables +4 -5
- package/src/themes/pulsar/elements/loader.overrides +23 -61
- package/src/themes/raised/elements/button.variables +8 -9
- package/src/themes/resetcss/globals/reset.overrides +115 -33
- package/src/themes/resetcss/globals/reset.variables +1 -1
- package/src/themes/round/elements/button.overrides +3 -0
- package/src/themes/round/elements/button.variables +33 -38
- package/src/themes/rtl/globals/site.overrides +1 -1
- package/src/themes/rtl/globals/site.variables +5 -6
- package/src/themes/striped/modules/progress.overrides +20 -16
- package/src/themes/systemfont/globals/reset.overrides +1 -1
- package/src/themes/systemfont/globals/site.variables +6 -6
- package/src/themes/timeline/views/feed.overrides +12 -12
- package/src/themes/timeline/views/feed.variables +8 -8
- package/src/themes/twitter/elements/button.overrides +4 -5
- package/src/themes/twitter/elements/button.variables +17 -18
- package/src/themes/twitter/elements/emoji.variables +3556 -3556
- package/tasks/.eslintrc.js +9 -0
- package/tasks/README.md +2 -4
- package/tasks/admin/components/create.js +268 -277
- package/tasks/admin/components/init.js +123 -129
- package/tasks/admin/components/update.js +151 -158
- package/tasks/admin/distributions/create.js +183 -189
- package/tasks/admin/distributions/init.js +125 -131
- package/tasks/admin/distributions/update.js +147 -153
- package/tasks/admin/publish.js +5 -9
- package/tasks/admin/register.js +37 -39
- package/tasks/admin/release.js +8 -12
- package/tasks/build/assets.js +43 -40
- package/tasks/build/css.js +230 -217
- package/tasks/build/javascript.js +120 -114
- package/tasks/build.js +11 -11
- package/tasks/check-install.js +15 -17
- package/tasks/clean.js +6 -6
- package/tasks/collections/README.md +3 -5
- package/tasks/collections/admin.js +34 -36
- package/tasks/collections/build.js +19 -21
- package/tasks/collections/docs.js +11 -13
- package/tasks/collections/install.js +11 -13
- package/tasks/collections/rtl.js +9 -12
- package/tasks/collections/various.js +10 -12
- package/tasks/config/admin/github.js +17 -19
- package/tasks/config/admin/oauth.example.js +4 -4
- package/tasks/config/admin/release.js +98 -98
- package/tasks/config/admin/templates/README.md +8 -8
- package/tasks/config/admin/templates/bower.json +3 -2
- package/tasks/config/admin/templates/component-package.js +9 -10
- package/tasks/config/admin/templates/css-package.js +19 -21
- package/tasks/config/admin/templates/less-package.js +12 -14
- package/tasks/config/admin/templates/package.json +6 -6
- package/tasks/config/defaults.js +116 -116
- package/tasks/config/docs.js +23 -23
- package/tasks/config/npm/gulpfile.js +15 -14
- package/tasks/config/project/config.js +124 -136
- package/tasks/config/project/install.js +722 -719
- package/tasks/config/project/release.js +34 -41
- package/tasks/config/tasks.js +168 -167
- package/tasks/config/user.js +28 -32
- package/tasks/docs/build.js +100 -96
- package/tasks/docs/metadata.js +91 -98
- package/tasks/docs/serve.js +84 -82
- package/tasks/install.js +373 -382
- package/tasks/rtl/build.js +4 -3
- package/tasks/rtl/watch.js +4 -3
- package/tasks/version.js +4 -6
- package/tasks/watch.js +29 -31
- package/test/.eslintrc.js +23 -0
- package/test/meteor/assets.js +11 -14
- package/test/meteor/fonts.js +12 -13
- package/test/modules/accordion.spec.js +6 -8
- package/test/modules/checkbox.spec.js +5 -7
- package/test/modules/dropdown.spec.js +5 -7
- package/test/modules/modal.spec.js +6 -8
- package/test/modules/module.spec.js +158 -178
- package/test/modules/popup.spec.js +5 -7
- package/test/modules/search.spec.js +5 -7
- package/test/modules/shape.spec.js +5 -7
- package/test/modules/sidebar.spec.js +5 -7
- package/test/modules/tab.spec.js +6 -8
- package/test/modules/transition.spec.js +5 -7
- package/test/modules/video.spec.js +5 -7
- 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
|
+
);
|
package/.eslint/index.js
ADDED
@@ -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
|
+
);
|
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
|
+
};
|
package/.github/auto_assign.yml
CHANGED
package/.github/workflows/ci.yml
CHANGED
@@ -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:
|
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:
|
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
|
package/.prettierrc.js
ADDED
package/.stylelintrc.js
ADDED
@@ -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
|
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
|
---
|