fomantic-ui 2.9.0-beta.99 → 2.9.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.all-contributorsrc +86 -1
- package/.github/codeql/codeql-config.yml +4 -0
- package/.github/dependabot.yml +10 -0
- package/.github/workflows/ci.yml +10 -6
- package/.github/workflows/codeql.yml +68 -0
- package/.github/workflows/nightly.yml +16 -8
- package/.github/workflows/release.yml +34 -0
- package/CHANGELOG.md +925 -650
- package/CONTRIBUTORS.md +16 -1
- package/FAQ.md +38 -38
- package/README.md +7 -7
- package/dist/components/accordion.css +136 -40
- package/dist/components/accordion.js +10 -4
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +3 -3
- package/dist/components/ad.css +4 -4
- package/dist/components/ad.min.css +2 -2
- package/dist/components/api.js +82 -25
- package/dist/components/api.min.js +3 -3
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +124 -77
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +18 -1
- package/dist/components/calendar.js +92 -73
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +729 -99
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +92 -92
- package/dist/components/checkbox.js +4 -3
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +2 -2
- package/dist/components/comment.min.css +2 -2
- package/dist/components/container.css +98 -4
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +7 -6
- package/dist/components/dimmer.js +19 -10
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +3 -3
- package/dist/components/divider.css +31 -31
- package/dist/components/divider.min.css +2 -2
- package/dist/components/dropdown.css +74 -47
- package/dist/components/dropdown.js +237 -188
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +5 -5
- package/dist/components/embed.js +14 -10
- package/dist/components/embed.min.css +2 -2
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +10797 -8839
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +2 -2
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +563 -563
- package/dist/components/flag.min.css +2 -2
- package/dist/components/flyout.css +592 -0
- package/dist/components/flyout.js +1530 -0
- package/dist/components/flyout.min.css +9 -0
- package/dist/components/flyout.min.js +11 -0
- package/dist/components/form.css +67 -39
- package/dist/components/form.js +25 -21
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +15 -14
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +6 -4
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +2105 -2061
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +743 -21
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +5 -5
- package/dist/components/item.min.css +2 -2
- package/dist/components/label.css +72 -68
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +31 -31
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +352 -352
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +79 -71
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +3 -3
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +35 -6
- package/dist/components/modal.js +97 -57
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +3 -3
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +3 -3
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +3 -3
- package/dist/components/placeholder.css +33 -33
- package/dist/components/placeholder.min.css +2 -2
- package/dist/components/popup.css +100 -104
- package/dist/components/popup.js +17 -23
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +3 -3
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +6 -3
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +3 -3
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +1 -1
- package/dist/components/rating.js +8 -4
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +3 -3
- package/dist/components/reset.css +5 -4
- package/dist/components/reset.min.css +2 -2
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +6 -6
- package/dist/components/search.js +48 -21
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +107 -29
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +4 -4
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +20 -8
- package/dist/components/sidebar.js +141 -44
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +3 -3
- package/dist/components/site.css +79 -4
- package/dist/components/site.js +2 -2
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +3 -3
- package/dist/components/slider.css +17 -17
- package/dist/components/slider.js +79 -64
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +3 -3
- package/dist/components/state.js +3 -3
- package/dist/components/state.min.js +3 -3
- package/dist/components/statistic.css +4 -4
- package/dist/components/statistic.min.css +2 -2
- package/dist/components/step.css +30 -30
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +30 -19
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +3 -3
- package/dist/components/tab.css +5 -5
- package/dist/components/tab.js +25 -7
- package/dist/components/tab.min.css +2 -2
- package/dist/components/tab.min.js +3 -3
- package/dist/components/table.css +1680 -270
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +11 -1
- package/dist/components/toast.js +19 -12
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +27 -22
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +3 -3
- package/dist/components/visibility.js +5 -5
- package/dist/components/visibility.min.js +3 -3
- package/dist/semantic.css +41415 -34430
- package/dist/semantic.js +2597 -696
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/icons.woff +0 -0
- package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
- package/examples/assets/library/iframe-content.js +3 -3
- package/examples/assets/library/iframe.js +3 -3
- package/examples/components/button.html +1 -1
- package/examples/components/card.html +1 -1
- 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 +197 -0
- package/examples/components/table.html +1 -1
- package/package.json +19 -17
- package/scripts/nightly-version.js +47 -38
- package/src/definitions/behaviors/api.js +81 -24
- package/src/definitions/behaviors/form.js +24 -20
- package/src/definitions/behaviors/state.js +2 -2
- package/src/definitions/behaviors/visibility.js +4 -4
- package/src/definitions/collections/form.less +43 -31
- package/src/definitions/collections/grid.less +11 -11
- package/src/definitions/collections/menu.less +62 -47
- package/src/definitions/collections/message.less +1 -1
- package/src/definitions/collections/table.less +636 -39
- package/src/definitions/elements/button.less +254 -125
- package/src/definitions/elements/container.less +129 -0
- package/src/definitions/elements/divider.less +24 -24
- package/src/definitions/elements/emoji.less +25 -2
- package/src/definitions/elements/flag.less +47 -1
- package/src/definitions/elements/header.less +4 -2
- package/src/definitions/elements/icon.less +91 -12
- package/src/definitions/elements/input.less +259 -27
- package/src/definitions/elements/label.less +42 -39
- package/src/definitions/elements/list.less +29 -30
- package/src/definitions/elements/loader.less +87 -87
- package/src/definitions/elements/placeholder.less +32 -32
- package/src/definitions/elements/segment.less +147 -34
- package/src/definitions/elements/step.less +25 -25
- package/src/definitions/globals/reset.less +2 -2
- package/src/definitions/globals/site.js +1 -1
- package/src/definitions/globals/site.less +14 -12
- package/src/definitions/modules/accordion.js +9 -3
- package/src/definitions/modules/accordion.less +371 -269
- package/src/definitions/modules/calendar.js +91 -72
- package/src/definitions/modules/calendar.less +20 -0
- package/src/definitions/modules/checkbox.js +3 -2
- package/src/definitions/modules/checkbox.less +53 -53
- package/src/definitions/modules/dimmer.js +18 -9
- package/src/definitions/modules/dimmer.less +11 -10
- package/src/definitions/modules/dropdown.js +236 -187
- package/src/definitions/modules/dropdown.less +110 -77
- package/src/definitions/modules/embed.js +13 -9
- package/src/definitions/modules/embed.less +4 -4
- package/src/definitions/modules/flyout.js +1530 -0
- package/src/definitions/modules/flyout.less +650 -0
- package/src/definitions/modules/modal.js +96 -56
- package/src/definitions/modules/modal.less +68 -33
- package/src/definitions/modules/nag.js +2 -2
- package/src/definitions/modules/popup.js +16 -22
- package/src/definitions/modules/popup.less +86 -90
- package/src/definitions/modules/progress.js +5 -2
- package/src/definitions/modules/rating.js +7 -3
- package/src/definitions/modules/search.js +47 -20
- package/src/definitions/modules/search.less +3 -3
- package/src/definitions/modules/shape.js +3 -3
- package/src/definitions/modules/sidebar.js +140 -43
- package/src/definitions/modules/sidebar.less +20 -5
- package/src/definitions/modules/slider.js +78 -63
- package/src/definitions/modules/slider.less +9 -9
- package/src/definitions/modules/sticky.js +29 -18
- package/src/definitions/modules/sticky.less +3 -1
- package/src/definitions/modules/tab.js +24 -6
- package/src/definitions/modules/tab.less +4 -4
- package/src/definitions/modules/toast.js +18 -11
- package/src/definitions/modules/toast.less +6 -0
- package/src/definitions/modules/transition.js +26 -21
- package/src/definitions/views/ad.less +3 -3
- package/src/definitions/views/card.less +124 -18
- package/src/definitions/views/comment.less +1 -1
- package/src/definitions/views/feed.less +1 -1
- package/src/definitions/views/item.less +3 -3
- package/src/definitions/views/statistic.less +1 -1
- package/src/semantic.less +1 -0
- package/src/theme.config.example +1 -0
- package/src/theme.less +13 -2
- package/src/themes/amazon/globals/site.variables +1 -0
- package/src/themes/basic/elements/icon.overrides +149 -149
- package/src/themes/basic/elements/icon.variables +16 -6
- package/src/themes/basic/elements/step.overrides +2 -2
- package/src/themes/bookish/elements/header.overrides +1 -1
- package/src/themes/chubby/elements/button.overrides +1 -1
- package/src/themes/chubby/elements/header.overrides +1 -1
- package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/icons.woff +0 -0
- package/src/themes/default/assets/fonts/icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/src/themes/default/collections/form.variables +4 -0
- package/src/themes/default/collections/table.variables +52 -0
- package/src/themes/default/elements/button.variables +5 -0
- package/src/themes/default/elements/container.variables +12 -0
- package/src/themes/default/elements/divider.overrides +7 -7
- package/src/themes/default/elements/emoji.overrides +0 -3090
- package/src/themes/default/elements/emoji.variables +3563 -1
- package/src/themes/default/elements/flag.overrides +0 -1640
- package/src/themes/default/elements/flag.variables +1597 -1
- package/src/themes/default/elements/icon.overrides +1 -2043
- package/src/themes/default/elements/icon.variables +2045 -30
- package/src/themes/default/elements/input.variables +15 -0
- package/src/themes/default/elements/segment.variables +8 -0
- package/src/themes/default/elements/step.overrides +4 -7
- package/src/themes/default/globals/site.variables +103 -8
- package/src/themes/default/globals/variation.variables +59 -0
- package/src/themes/default/modules/accordion.overrides +7 -9
- package/src/themes/default/modules/accordion.variables +34 -2
- package/src/themes/default/modules/calendar.variables +3 -0
- package/src/themes/default/modules/checkbox.overrides +10 -12
- package/src/themes/default/modules/checkbox.variables +5 -5
- package/src/themes/default/modules/dropdown.overrides +6 -9
- package/src/themes/default/modules/dropdown.variables +6 -9
- package/src/themes/default/modules/flyout.overrides +3 -0
- package/src/themes/default/modules/flyout.variables +100 -0
- package/src/themes/default/modules/modal.variables +16 -2
- package/src/themes/default/modules/popup.variables +0 -2
- package/src/themes/default/modules/sidebar.variables +4 -1
- package/src/themes/default/views/card.variables +8 -0
- package/src/themes/{default → famfamfam}/assets/images/flags.png +0 -0
- package/src/themes/famfamfam/elements/flag.overrides +496 -496
- package/src/themes/famfamfam/elements/flag.variables +8 -1
- package/src/themes/github/elements/icon.overrides +206 -206
- package/src/themes/github/elements/icon.variables +16 -1
- package/src/themes/github/elements/step.overrides +5 -5
- package/src/themes/github/globals/site.variables +1 -0
- package/src/themes/github/modules/dropdown.overrides +7 -10
- package/src/themes/instagram/views/card.overrides +1 -1
- package/src/themes/joypixels/elements/emoji.overrides +0 -3089
- package/src/themes/joypixels/elements/emoji.variables +3562 -5
- package/src/themes/material/collections/menu.overrides +1 -1
- package/src/themes/material/elements/button.overrides +1 -1
- package/src/themes/material/elements/header.overrides +1 -1
- package/src/themes/material/elements/icon.overrides +932 -932
- package/src/themes/material/elements/icon.variables +17 -0
- package/src/themes/material/globals/site.variables +0 -1
- package/src/themes/material/modules/dropdown.overrides +1 -1
- package/src/themes/material/modules/modal.overrides +1 -1
- package/src/themes/pulsar/elements/loader.overrides +2 -2
- package/src/themes/resetcss/globals/reset.overrides +3 -3
- package/src/themes/rtl/globals/site.overrides +1 -1
- package/src/themes/striped/modules/progress.overrides +1 -1
- package/src/themes/systemfont/globals/reset.overrides +8 -0
- package/src/themes/systemfont/globals/site.variables +10 -0
- package/src/themes/twitter/elements/emoji.overrides +0 -3091
- package/src/themes/twitter/elements/emoji.variables +3558 -6
- package/tasks/admin/distributions/create.js +1 -1
- package/tasks/admin/publish.js +1 -1
- package/tasks/admin/release.js +1 -1
- package/tasks/build/assets.js +1 -1
- package/tasks/build/css.js +3 -3
- package/tasks/build/javascript.js +3 -3
- package/tasks/check-install.js +1 -1
- package/tasks/clean.js +1 -1
- package/tasks/collections/README.md +1 -1
- package/tasks/collections/admin.js +1 -1
- package/tasks/config/admin/oauth.example.js +1 -1
- package/tasks/config/admin/release.js +1 -0
- package/tasks/config/admin/templates/composer.json +1 -1
- package/tasks/config/admin/templates/css-package.js +8 -12
- package/tasks/config/admin/templates/less-package.js +2 -2
- package/tasks/config/defaults.js +1 -0
- package/tasks/config/project/install.js +16 -13
- package/tasks/install.js +1 -0
- package/tasks/rtl/watch.js +1 -1
- package/tasks/version.js +1 -1
- package/test/fixtures/accordion.html +1 -1
- package/test/fixtures/checkbox.html +1 -1
- package/test/fixtures/dropdown.html +1 -1
- package/test/fixtures/modal.html +1 -1
- package/test/fixtures/popup.html +1 -1
- package/test/fixtures/rating.html +1 -1
- package/test/fixtures/shape.html +1 -1
- package/test/fixtures/sidebar.html +1 -1
- package/test/fixtures/tab.html +1 -1
- package/test/fixtures/transition.html +1 -1
- package/test/fixtures/video.html +1 -1
- package/test/helpers/jasmine-jquery.js +2 -2
- package/test/helpers/jasmine-sinon.js +1 -1
- package/test/helpers/jquery-events.js +1 -1
- package/test/helpers/sinon.js +2 -2
- package/test/meteor/fonts.js +1 -1
- package/test/modules/accordion.spec.js +1 -1
- package/test/modules/checkbox.spec.js +1 -1
- package/test/modules/dropdown.spec.js +1 -1
- package/test/modules/modal.spec.js +1 -1
- package/test/modules/module.spec.js +1 -1
- package/test/modules/popup.spec.js +1 -1
- package/test/modules/search.spec.js +1 -1
- package/test/modules/shape.spec.js +1 -1
- package/test/modules/sidebar.spec.js +1 -1
- package/test/modules/tab.spec.js +1 -1
- package/test/modules/transition.spec.js +1 -1
- package/test/modules/video.spec.js +1 -1
- package/dist/themes/basic/assets/fonts/icons.eot +0 -0
- package/dist/themes/basic/assets/fonts/icons.svg +0 -450
- package/dist/themes/basic/assets/fonts/icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.svg +0 -3570
- package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/icons.eot +0 -0
- package/dist/themes/default/assets/fonts/icons.svg +0 -4938
- package/dist/themes/default/assets/fonts/icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.svg +0 -803
- package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/dist/themes/github/assets/fonts/octicons-local.ttf +0 -0
- package/dist/themes/github/assets/fonts/octicons.svg +0 -200
- package/dist/themes/github/assets/fonts/octicons.ttf +0 -0
- package/dist/themes/material/assets/fonts/icons.eot +0 -0
- package/dist/themes/material/assets/fonts/icons.svg +0 -2373
- package/dist/themes/material/assets/fonts/icons.ttf +0 -0
- package/src/themes/basic/assets/fonts/icons.eot +0 -0
- package/src/themes/basic/assets/fonts/icons.svg +0 -450
- package/src/themes/basic/assets/fonts/icons.ttf +0 -0
- package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/src/themes/default/assets/fonts/brand-icons.svg +0 -3570
- package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/icons.eot +0 -0
- package/src/themes/default/assets/fonts/icons.svg +0 -4938
- package/src/themes/default/assets/fonts/icons.ttf +0 -0
- package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/src/themes/default/assets/fonts/outline-icons.svg +0 -803
- package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/src/themes/github/assets/fonts/octicons-local.ttf +0 -0
- package/src/themes/github/assets/fonts/octicons.svg +0 -200
- package/src/themes/github/assets/fonts/octicons.ttf +0 -0
- package/src/themes/material/assets/fonts/icons.eot +0 -0
- package/src/themes/material/assets/fonts/icons.svg +0 -2373
- package/src/themes/material/assets/fonts/icons.ttf +0 -0
package/CHANGELOG.md
CHANGED
@@ -4,6 +4,282 @@ 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.0](https://github.com/fomantic/Fomantic-UI/compare/2.8.8...2.9.0)
|
8
|
+
|
9
|
+
- 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
|
+
- docs: add mhthies as a contributor for code [`#2329`](https://github.com/fomantic/Fomantic-UI/pull/2329)
|
11
|
+
- build(deps): bump browserslist from 4.19.1 to 4.19.3 [`#2242`](https://github.com/fomantic/Fomantic-UI/pull/2242)
|
12
|
+
- build(deps-dev): bump node-fetch from 2.6.6 to 2.6.7 [`#2201`](https://github.com/fomantic/Fomantic-UI/pull/2201)
|
13
|
+
- docs: add NotWearingPants as a contributor for code [`#2143`](https://github.com/fomantic/Fomantic-UI/pull/2143)
|
14
|
+
- docs: add maidzen as a contributor for code [`#2080`](https://github.com/fomantic/Fomantic-UI/pull/2080)
|
15
|
+
- fix(dropdown): rework touch input handling [`#1989`](https://github.com/fomantic/Fomantic-UI/issues/1989)
|
16
|
+
- fix(build): exclusion of table component when tab is active [`#2118`](https://github.com/fomantic/Fomantic-UI/issues/2118)
|
17
|
+
- chore(release): update dist files [`333f9e4`](https://github.com/fomantic/Fomantic-UI/commit/333f9e4b2814ede4c7d3fa84c8189d74aa2ba1f4)
|
18
|
+
- fix(emoji): emojies/flags were not properly themeable [`2e4bd56`](https://github.com/fomantic/Fomantic-UI/commit/2e4bd56fe748b39aa7fb669e129a76d80dba35e9)
|
19
|
+
- feat(chore): move from npm to yarn [`377dad4`](https://github.com/fomantic/Fomantic-UI/commit/377dad4e4f5db294b01b5be5a722ed0e30cf8db1)
|
20
|
+
- fix(themes): use only woff files and fix firefox font line gap warning [`1ff8bfd`](https://github.com/fomantic/Fomantic-UI/commit/1ff8bfdec9edc9abf7b5d5d5617578437c8707ce)
|
21
|
+
- feat(emoji): emoji 13.1 update [`4f01636`](https://github.com/fomantic/Fomantic-UI/commit/4f01636eb519473a8a0ed76a11c38254a7527981)
|
22
|
+
- fix(chore): use double colons for pseudo-elements [`23f6671`](https://github.com/fomantic/Fomantic-UI/commit/23f6671f641da363dd44baef90470ad182ae18c9)
|
23
|
+
- build(scripts): fix nightly exit codes [`98d03e1`](https://github.com/fomantic/Fomantic-UI/commit/98d03e16defcb2d4c40727a5d7a07fd8eee853ef)
|
24
|
+
- feat(chore): more variation options [`d2fed5f`](https://github.com/fomantic/Fomantic-UI/commit/d2fed5f4a38efc545deb2d00299e68f6ce81196a)
|
25
|
+
- feat(icon): customizable icons by using maps [`80dca46`](https://github.com/fomantic/Fomantic-UI/commit/80dca46f8fa0e4440369bc073548c091e0ad6283)
|
26
|
+
- feat(icon): font awesome 5.15.4 update [`375d141`](https://github.com/fomantic/Fomantic-UI/commit/375d1416d1443c4c33fd07e4c4bb6a371bb06d43)
|
27
|
+
- feat(flag): use emoji svg flags with (auto) sizing [`3ca5ff5`](https://github.com/fomantic/Fomantic-UI/commit/3ca5ff5054ead5a4faf31062e5e890a5e3c394ee)
|
28
|
+
- feat(flyout): initial release of flyout module [`9a105a8`](https://github.com/fomantic/Fomantic-UI/commit/9a105a8696c3268c4f1499a65eb982a1a41e3e12)
|
29
|
+
- feat(chore): color list for each component separately [`cab3172`](https://github.com/fomantic/Fomantic-UI/commit/cab31721608de5b90332af2b0b7dd16eb88a94e6)
|
30
|
+
- fix(chore): eol of text files CRLF to LF [`b3c0489`](https://github.com/fomantic/Fomantic-UI/commit/b3c04899eca991f38dd14db6516407d89b9b1777)
|
31
|
+
- fix(sidebar,flyout,modal): missing identical features and fixes [`0740de8`](https://github.com/fomantic/Fomantic-UI/commit/0740de88774bb3171b0badb2481aea5bfe07461a)
|
32
|
+
- feat(table): all scroll stuck head foot first last variant [`46bc57a`](https://github.com/fomantic/Fomantic-UI/commit/46bc57a10bf930fda01605ff7415ee4c7388e96a)
|
33
|
+
- feat(table): scrolling variant, thead and tfoot colors, inverted colors [`d2b76da`](https://github.com/fomantic/Fomantic-UI/commit/d2b76da388a2bf3d505cca90b48416a8ae31e14e)
|
34
|
+
- feat(button): wrapping and spaced variant [`ad505d1`](https://github.com/fomantic/Fomantic-UI/commit/ad505d1f266093134be2a4b0a0b76aca439a622e)
|
35
|
+
- feat(build): group components in checkbox selection [`bfb3009`](https://github.com/fomantic/Fomantic-UI/commit/bfb30098c49bc80bb9cdf8ddc1f5b736da0b5ec8)
|
36
|
+
- feat(chore): optional compile for ie specific code [`4ee9307`](https://github.com/fomantic/Fomantic-UI/commit/4ee93079ab2c486404d86d43ca46d61d5821df5d)
|
37
|
+
- fix(sticky): adopt SUI 2.5.0 fixes [`e146d70`](https://github.com/fomantic/Fomantic-UI/commit/e146d70fa7d4a4fe1652ebe19d3119b283f98d8c)
|
38
|
+
- fix(chore): variable declaration and usage fixes and optimization [`6dec24a`](https://github.com/fomantic/Fomantic-UI/commit/6dec24a674780b3e287149c2178e8a6bf0de22fe)
|
39
|
+
- fix(deps): security upgrade inquirer from 6.5.2 to 7.0.5 [`905f3a9`](https://github.com/fomantic/Fomantic-UI/commit/905f3a925ef5f471e2496f3bb1bf25d6be2c0293)
|
40
|
+
- feat(accordion): pure css, inverted, basic, right, tree, nested fixes [`adc8d1a`](https://github.com/fomantic/Fomantic-UI/commit/adc8d1af66f304d05bc52b623c7f290dc54a0050)
|
41
|
+
- feat(input): file input variant [`f14cf4b`](https://github.com/fomantic/Fomantic-UI/commit/f14cf4bed464ae6f356eda8f4959967a67dab999)
|
42
|
+
- fix(checkbox): remove old v1 checkbox box code [`a254f59`](https://github.com/fomantic/Fomantic-UI/commit/a254f590d69673f8423cbe2193904befd26cf280)
|
43
|
+
- feat(calendar): support token dateformats [`721e0ff`](https://github.com/fomantic/Fomantic-UI/commit/721e0ff77b9064adad04b3b11d8efa3b3e297a8e)
|
44
|
+
- feat(site): offline lato 2.0, systemfonts, no googleimport by default [`054fffa`](https://github.com/fomantic/Fomantic-UI/commit/054fffa6a01a9eb13d5c72f5f77a65ad6d1ba975)
|
45
|
+
- fix(sidebar): scrolllock and returnscroll [`116f84b`](https://github.com/fomantic/Fomantic-UI/commit/116f84bebbed0317fe1c112cc004d93feead3c80)
|
46
|
+
- feat(card): basic variant [`e1fccff`](https://github.com/fomantic/Fomantic-UI/commit/e1fccffd12fdcf929a05fba36032950fbb722f40)
|
47
|
+
- fix(slider): support mouse & touch all the time [`f964821`](https://github.com/fomantic/Fomantic-UI/commit/f964821effb0f743fb7c10d52ce28bbd43e0f5d1)
|
48
|
+
- feat(modal): a11y support, tabbing in modal, close icon focus/keypress [`2ecf719`](https://github.com/fomantic/Fomantic-UI/commit/2ecf719c3ac9632772e8c7438e0a6cbc75c3c34e)
|
49
|
+
- fix(emoji): removed unavailable twemoji resources [`5a384b7`](https://github.com/fomantic/Fomantic-UI/commit/5a384b763e653acd213778f6751b08121b8267b4)
|
50
|
+
- build(deps): bump gulp-rtlcss from 1.4.2 to 2.0.0 [`698ceb1`](https://github.com/fomantic/Fomantic-UI/commit/698ceb188fa2d9eedf51a122c87d616ae95e79ac)
|
51
|
+
- feat(toast): image variant, a11y support, title html, click support [`3426127`](https://github.com/fomantic/Fomantic-UI/commit/3426127e0d4803ff8fda1c3a652ca2edf39ada3b)
|
52
|
+
- feat(calendar): disabledhours [`d77cc99`](https://github.com/fomantic/Fomantic-UI/commit/d77cc99172c75f3e807a60a3fbaf87cff6a8c872)
|
53
|
+
- fix(input): support icon and corner labeled dropdown variant [`c315547`](https://github.com/fomantic/Fomantic-UI/commit/c3155473abb0aa7c9bdbdf1bd100b87dc9512cdf)
|
54
|
+
- docs: add hugopeek as a contributor for code [`3412999`](https://github.com/fomantic/Fomantic-UI/commit/341299945189aadf4d981cb7262f05e0aa60c256)
|
55
|
+
- feat(modal): basic header and basic left actions [`9bf5e5c`](https://github.com/fomantic/Fomantic-UI/commit/9bf5e5c6763a854c33a2e2ca69ea356510ebf89a)
|
56
|
+
- feat(icon): make fontface import and icons optional separately [`ff6e030`](https://github.com/fomantic/Fomantic-UI/commit/ff6e0307f37c872654eac7b39e15a8e92a43197e)
|
57
|
+
- feat(chore): same custom scrollbars in chrome, FF and IE [`97d7039`](https://github.com/fomantic/Fomantic-UI/commit/97d7039fc2b1e5fead3722ea8d111b3ef9e9d642)
|
58
|
+
- fix(dropdown): fix simple upward variant [`344ec4c`](https://github.com/fomantic/Fomantic-UI/commit/344ec4c7df7e6e5e2e458c7861f2fc901a755836)
|
59
|
+
- fix(modal): support context properly [`ac16a50`](https://github.com/fomantic/Fomantic-UI/commit/ac16a5097cf726e43d2715368d387a84026cd080)
|
60
|
+
- fix(dropdown): non selection and button upward variant border radius [`507e60a`](https://github.com/fomantic/Fomantic-UI/commit/507e60a2aa4ed3dc30e3964e2f632b8dc745a41e)
|
61
|
+
- feat(api): serializeObject, formdata, files [`acc903b`](https://github.com/fomantic/Fomantic-UI/commit/acc903b85036e890caa3311755d3fbc0ab33a06f)
|
62
|
+
- build(scripts): reduce nightly publishing [`cb122de`](https://github.com/fomantic/Fomantic-UI/commit/cb122de166a22a757e9298559994ba58c172b5cf)
|
63
|
+
- feat(accordion): add compact and very compact variations [`04f0521`](https://github.com/fomantic/Fomantic-UI/commit/04f0521e91db98571258305d106b46e93bc4de83)
|
64
|
+
- feat(chore): enable codeql action [`9631798`](https://github.com/fomantic/Fomantic-UI/commit/9631798397e80fb59b409c6d15994fb0a4904d88)
|
65
|
+
- fix(docs): various typos [`32be6c7`](https://github.com/fomantic/Fomantic-UI/commit/32be6c79ce6106d82e5d782fab7782c26126821f)
|
66
|
+
- fix(codeql): fixed codeql findings where applicable [`7444956`](https://github.com/fomantic/Fomantic-UI/commit/7444956583e52e6b188570bb548babf25893656b)
|
67
|
+
- feat(chore): consistent show/hide callbacks [`883f912`](https://github.com/fomantic/Fomantic-UI/commit/883f912d38cc1835d737df916f37cc81061e4797)
|
68
|
+
- fix(dependencies): make browserslists an own dependecy [`f0a2ebc`](https://github.com/fomantic/Fomantic-UI/commit/f0a2ebc20fdac03fae71cad0213c4b67ebecd04a)
|
69
|
+
- fix(chore): prevent possible xss [`1513222`](https://github.com/fomantic/Fomantic-UI/commit/15132228ead6c80e96e065e0f1e822e34eac5983)
|
70
|
+
- build(dependencies): update auto-changelog from 1.15.0 to 2.4.0 [`4d5303c`](https://github.com/fomantic/Fomantic-UI/commit/4d5303c154c58569d3776b57bf20b27841422b82)
|
71
|
+
- feat(form): support month, week and color input [`4feac27`](https://github.com/fomantic/Fomantic-UI/commit/4feac2728d4e1940ed9769cda65edf5024cd4c40)
|
72
|
+
- fix(dropdown): support callbacks given inside apisettings [`f49946a`](https://github.com/fomantic/Fomantic-UI/commit/f49946a7f291343e0aba611d922f07440eb1d8fa)
|
73
|
+
- feat(chore): automatic npm releases, ci fix and add node 16 [`cf327d1`](https://github.com/fomantic/Fomantic-UI/commit/cf327d17d30bbbf13855e95e82a3ac2969dbb5c0)
|
74
|
+
- fix(dropdown): properly support preventchangetrigger [`b4551f6`](https://github.com/fomantic/Fomantic-UI/commit/b4551f68f9d2da33d8c7aff97059db68b6958f39)
|
75
|
+
- fix(api): respect post vars for caching [`3edbfe3`](https://github.com/fomantic/Fomantic-UI/commit/3edbfe3f1a572d1bde767a5660a0997d33cce9c6)
|
76
|
+
- feat(dropdown): onActionable callback [`19bb9f1`](https://github.com/fomantic/Fomantic-UI/commit/19bb9f15d9ed8f081aa2f63f19b365c06af53823)
|
77
|
+
- fix(dropdown): keep original values, also on remove and more fixes [`7441393`](https://github.com/fomantic/Fomantic-UI/commit/7441393c6d91783546c6c83e8f483d7e4df91657)
|
78
|
+
- build(deps-dev): bump all-contributors-cli from 6.20.0 to 6.20.4 [`8fd82d5`](https://github.com/fomantic/Fomantic-UI/commit/8fd82d5c14252ea67bbee59e9051aae30203771b)
|
79
|
+
- fix(chore): reuse variables and quicker element access [`1f24f1d`](https://github.com/fomantic/Fomantic-UI/commit/1f24f1d71ff2ad8510fb66675333def74613a5bc)
|
80
|
+
- build(deps): bump browserslist from 4.20.4 to 4.21.0 [`27f451f`](https://github.com/fomantic/Fomantic-UI/commit/27f451fcbcb9589c77d192bea2823d625da4889a)
|
81
|
+
- build(deps): bump browserslist from 4.21.3 to 4.21.4 [`6a18b84`](https://github.com/fomantic/Fomantic-UI/commit/6a18b8401cfe50e2343b22fa48da2b89bc2ab609)
|
82
|
+
- build(deps): bump browserslist from 4.21.2 to 4.21.3 [`ed8b4dc`](https://github.com/fomantic/Fomantic-UI/commit/ed8b4dc63f4fa320839c99d3b0776d51386d2d3c)
|
83
|
+
- build(deps): bump browserslist from 4.21.1 to 4.21.2 [`8d87844`](https://github.com/fomantic/Fomantic-UI/commit/8d87844ae5509939d6b77d1008dbcc4203fd605c)
|
84
|
+
- build(deps): bump browserslist from 4.21.0 to 4.21.1 [`0ffef84`](https://github.com/fomantic/Fomantic-UI/commit/0ffef84e2d78f74a2268973637b555ea84c09110)
|
85
|
+
- build(deps): bump browserslist from 4.20.3 to 4.20.4 [`2a71b5e`](https://github.com/fomantic/Fomantic-UI/commit/2a71b5e7cee70f5193ac5dfd99f83a87241f2127)
|
86
|
+
- build(deps): bump browserslist from 4.20.2 to 4.20.3 [`ed3a2aa`](https://github.com/fomantic/Fomantic-UI/commit/ed3a2aaefdb9c848cfdeabe1f0454d9322d8c782)
|
87
|
+
- fix(modal): default templates handler was not working [`143371c`](https://github.com/fomantic/Fomantic-UI/commit/143371c53787b3041283b75237b81f614dcb984e)
|
88
|
+
- fix(table): colored marked in colored cells [`83e6d77`](https://github.com/fomantic/Fomantic-UI/commit/83e6d777a88f9b86311343a665e19a1fcf56a316)
|
89
|
+
- fix(chore): replace deprecated .substr() with .slice() [`86979a7`](https://github.com/fomantic/Fomantic-UI/commit/86979a784ad2d94bfb4bb366c71951d1765be5c7)
|
90
|
+
- fix(accordion): prevent ui dropdown icons in titles to animate [`126ed22`](https://github.com/fomantic/Fomantic-UI/commit/126ed226ddb65eadc86c40077171ff69a475c475)
|
91
|
+
- build(dependencies): require octokit/core to avoid install warning [`0e4d021`](https://github.com/fomantic/Fomantic-UI/commit/0e4d0219a52b08c53352fc95fdf7ad07eff4ce23)
|
92
|
+
- fix(rating): partial rating needs webkit prefix [`6ceeeb8`](https://github.com/fomantic/Fomantic-UI/commit/6ceeeb86af5d0ea2407be6053dc0bb2bdbd68cc6)
|
93
|
+
- fix(nightly): check for already uploaded versions and support downgrades [`813cb33`](https://github.com/fomantic/Fomantic-UI/commit/813cb33ced8257563ea851ebbe44fcd4b04420c1)
|
94
|
+
- feat(calendar): multimonth, parser & modal usage fix [`8a331f0`](https://github.com/fomantic/Fomantic-UI/commit/8a331f0e62806964cfa00c271b09d54076f28df5)
|
95
|
+
- fix(modal): outside close button handling [`118ddb1`](https://github.com/fomantic/Fomantic-UI/commit/118ddb1853075d7fbeeb390ac953370a28e2d6d5)
|
96
|
+
- feat(input): support invalid pseudoclass [`d1c8d51`](https://github.com/fomantic/Fomantic-UI/commit/d1c8d5183a4d2594373b9e30855c70011c11b87f)
|
97
|
+
- fix(flag): ensure unique flag and a-z class names [`c4b3a74`](https://github.com/fomantic/Fomantic-UI/commit/c4b3a747ca2d58df81e11e41e9ccb42349e14ee5)
|
98
|
+
- build(deps): bump less from 4.1.2 to 4.1.3 [`786baef`](https://github.com/fomantic/Fomantic-UI/commit/786baefe374bcfb2707437b97bbc57f27d579b3f)
|
99
|
+
- build(deps-dev): bump node-fetch from 2.6.2 to 2.6.3 [`2575643`](https://github.com/fomantic/Fomantic-UI/commit/25756435a3d9f5e4f7578d95dfa410a2624c1392)
|
100
|
+
- build(deps): bump inquirer from 7.0.5 to 7.3.3 [`e8e7ca4`](https://github.com/fomantic/Fomantic-UI/commit/e8e7ca4f21095bcf663394c56d988ace44740101)
|
101
|
+
- fix(menu): inverted tabular menu styling should match tab [`bdb3a49`](https://github.com/fomantic/Fomantic-UI/commit/bdb3a49c519ee344f6fbaa4213b1502f4087ddc7)
|
102
|
+
- feat(form): optional support all field errors in inline prompt [`59db183`](https://github.com/fomantic/Fomantic-UI/commit/59db18341fdf705fbcdba6fcdf445ce4bf97ea7a)
|
103
|
+
- fix(button): loading buttons still shows labels [`bcd29ea`](https://github.com/fomantic/Fomantic-UI/commit/bcd29ea61ee6cf1b9f6435962730ba36cf9b92db)
|
104
|
+
- feat(container): wide variant [`fc56242`](https://github.com/fomantic/Fomantic-UI/commit/fc562423f8ead4fd2915e553b8d157d32cf9e8f8)
|
105
|
+
- fix(input): date inputs were larger due to icon size [`1c5668a`](https://github.com/fomantic/Fomantic-UI/commit/1c5668af46c68420966c3670db7efbde7f3a52b7)
|
106
|
+
- build(deps): bump copy-props from 2.0.4 to 2.0.5 [`5650cc0`](https://github.com/fomantic/Fomantic-UI/commit/5650cc08ec9b6af80afa71910b93df6916464267)
|
107
|
+
- build(deps): bump @actions/core from 1.8.0 to 1.8.1 [`7a91f55`](https://github.com/fomantic/Fomantic-UI/commit/7a91f5540f578a92c7c168d051eaadcc1b9f71f1)
|
108
|
+
- build(deps-dev): bump semver from 7.3.6 to 7.3.7 [`03890ca`](https://github.com/fomantic/Fomantic-UI/commit/03890cad95af0a3ea8e0ec29a19d6aeeac710736)
|
109
|
+
- build(deps-dev): bump semver from 7.3.5 to 7.3.6 [`92ca9e6`](https://github.com/fomantic/Fomantic-UI/commit/92ca9e6b21ef8f01f5081b9e378d760c6a069f49)
|
110
|
+
- fix(chore): forward debug settings to transition on internal use [`baa8544`](https://github.com/fomantic/Fomantic-UI/commit/baa8544de4ff23fa213bf39afadc72f09e895b09)
|
111
|
+
- build(deps): bump browserslist from 4.20.0 to 4.20.2 [`e25df79`](https://github.com/fomantic/Fomantic-UI/commit/e25df79eb690e392d85cfe899ceb453a22c0d9b0)
|
112
|
+
- build(deps): bump browserslist from 4.19.3 to 4.20.0 [`cdf88b9`](https://github.com/fomantic/Fomantic-UI/commit/cdf88b96517c60b1db78d58cefce95c7ad2d3364)
|
113
|
+
- feat(checkbox): use left/right to switch off/on toggle+slider variant [`f5931a0`](https://github.com/fomantic/Fomantic-UI/commit/f5931a0f1b5a8b4491d546a3d7d7f8f5064350ff)
|
114
|
+
- build(dependencies): upgrade semver from 6.3.0 to 7.3.5 [`27e745e`](https://github.com/fomantic/Fomantic-UI/commit/27e745e81a59b420aba6414fb5369bd36518fea9)
|
115
|
+
- fix(modal): avoid propagation of escape to modal [`7e93bcf`](https://github.com/fomantic/Fomantic-UI/commit/7e93bcfbbe4c0706859ce442cd40126fa38818ec)
|
116
|
+
- fix(themes): less3/4 needs font import interpreted as raw css [`c77b750`](https://github.com/fomantic/Fomantic-UI/commit/c77b7508f386f357b5e50da9198933ba4771db14)
|
117
|
+
- feat(flyout): support short notation $. [`01b81c0`](https://github.com/fomantic/Fomantic-UI/commit/01b81c03a2245da2e8f0c51dbfeb896c58d022d8)
|
118
|
+
- build(deps): bump less from 4.1.1 to 4.1.2 [`74808e1`](https://github.com/fomantic/Fomantic-UI/commit/74808e1134864d5518b60bf06dcef379cb65b4ae)
|
119
|
+
- fix(chore): fix codeql findings [`b9dabd5`](https://github.com/fomantic/Fomantic-UI/commit/b9dabd5b9bf3417677922bedd75debf2b38d8059)
|
120
|
+
- feat(dimmer): use modern blurring to improve performance [`aad2a1f`](https://github.com/fomantic/Fomantic-UI/commit/aad2a1fd15bb78cb14cf3093794adfbe9449ca3a)
|
121
|
+
- fix(tab): initializing active tab with historytype 'state' [`3eb748b`](https://github.com/fomantic/Fomantic-UI/commit/3eb748bc0a92f698e900bb55890b70cc086b7f4e)
|
122
|
+
- fix(dropdown): observe select attribute changes [`3fc5491`](https://github.com/fomantic/Fomantic-UI/commit/3fc5491bff9c1bff52113d6479f1c92189dacc0d)
|
123
|
+
- build(deps): bump inquirer from 8.2.2 to 8.2.3 [`54be6de`](https://github.com/fomantic/Fomantic-UI/commit/54be6dece2d82fc057d8efe82e964eeb23278489)
|
124
|
+
- fix(dropdown): split delimiter values on paste [`56226ae`](https://github.com/fomantic/Fomantic-UI/commit/56226ae9922f26e592e25816d70c4cb60a1f6feb)
|
125
|
+
- fix(api): source typos [`61f0055`](https://github.com/fomantic/Fomantic-UI/commit/61f00559a1f23783fbf2af55fcb902640e24f5d0)
|
126
|
+
- fix(toast): support context setting properly [`3e24a3d`](https://github.com/fomantic/Fomantic-UI/commit/3e24a3de23532e8abd53bb5e6c65292c9eb266dc)
|
127
|
+
- build(dependencies): upgrade mkdirp to from 0.5.6 to 1.0.4 [`d31fe9a`](https://github.com/fomantic/Fomantic-UI/commit/d31fe9a0523bd45fcd7498a2811cb2b6fb79e7f0)
|
128
|
+
- build(deps): bump mkdirp from 0.5.5 to 0.5.6 [`b076427`](https://github.com/fomantic/Fomantic-UI/commit/b076427c1da76cd8b34172fca72ad93e8a67ad9b)
|
129
|
+
- build(deps): bump inquirer from 8.2.0 to 8.2.1 [`b63be9f`](https://github.com/fomantic/Fomantic-UI/commit/b63be9f041966f4c16512d8e590dde029b807aa9)
|
130
|
+
- feat(docs): limit/clarify IE, old edge, old mobile support [`47db56d`](https://github.com/fomantic/Fomantic-UI/commit/47db56d32b77c6a069753b29bdd217b824f771cd)
|
131
|
+
- fix(search): blur on escape and proper type usage [`e32d5af`](https://github.com/fomantic/Fomantic-UI/commit/e32d5af72dbb04201660b638b7fdd37ab5b11a62)
|
132
|
+
- feat(dropdown): optional stuck addition item [`75cb2d5`](https://github.com/fomantic/Fomantic-UI/commit/75cb2d5dac04b66836b1d84bd86e28c9a9fa2767)
|
133
|
+
- feat(dropdown): improve accessibility in relation to search dropdown [`44debc9`](https://github.com/fomantic/Fomantic-UI/commit/44debc94795691fbc3b085e4a0c9ac8b1c37d965)
|
134
|
+
- docs: add mat128 as a contributor for code [`4585cd0`](https://github.com/fomantic/Fomantic-UI/commit/4585cd047e5ccb1dbe6794dc84efddfd9aa01392)
|
135
|
+
- build(deps): bump @actions/core from 1.9.0 to 1.9.1 [`091bcb0`](https://github.com/fomantic/Fomantic-UI/commit/091bcb0a931c59037c58e8465077b606310fa9d0)
|
136
|
+
- docs: add naveensrinivasan as a contributor for security [`7dc12f7`](https://github.com/fomantic/Fomantic-UI/commit/7dc12f7cd1818dcb18b7e160619fba27fdad3963)
|
137
|
+
- fix(build): support pnpm folder structure [`cdc3d1a`](https://github.com/fomantic/Fomantic-UI/commit/cdc3d1a69b8933d0dec1ddd70fc12c49c594e0ca)
|
138
|
+
- fix(modal): close text shadow appeared too early [`96ac111`](https://github.com/fomantic/Fomantic-UI/commit/96ac11140411f5d1aeefde53a321991520ba3c27)
|
139
|
+
- docs: add jameschenjav as a contributor for code [`f4eef57`](https://github.com/fomantic/Fomantic-UI/commit/f4eef57be4ddd8c4bb5d18935ae385b7f504aa06)
|
140
|
+
- docs: add ucyildirim as a contributor for code [`e271e9b`](https://github.com/fomantic/Fomantic-UI/commit/e271e9bf336d41826e9dc5f4a5080ca493dee313)
|
141
|
+
- docs: add rkomiyama as a contributor for code [`456a0d0`](https://github.com/fomantic/Fomantic-UI/commit/456a0d076e8b5cce7641f1e715994b7bdb70b323)
|
142
|
+
- docs: add Yrlish as a contributor for code [`724b19e`](https://github.com/fomantic/Fomantic-UI/commit/724b19eff62cb35b1f33ecfb88aab57f0f71ce41)
|
143
|
+
- docs: add Inselhopper as a contributor for code, a11y [`89653dc`](https://github.com/fomantic/Fomantic-UI/commit/89653dc68a7c2e2672f792b58fc71d36b71bff0d)
|
144
|
+
- fix(label): left/right pointing interferes with icon [`da049ae`](https://github.com/fomantic/Fomantic-UI/commit/da049ae37a9bdebbb435fea7df7cfa1819621657)
|
145
|
+
- fix(menu): vanish pointer on stacking vertical pointing menu [`3f2aae7`](https://github.com/fomantic/Fomantic-UI/commit/3f2aae723cc0a5056228b22f5e35d73f9146e76a)
|
146
|
+
- fix(dropdown): hide menu on menu search blur [`8c71ecd`](https://github.com/fomantic/Fomantic-UI/commit/8c71ecd826b8f93f5fcc1ff0bcc2fdb3c1195859)
|
147
|
+
- feat(toast,modal): support short notation $. [`86121ef`](https://github.com/fomantic/Fomantic-UI/commit/86121efcc4508824f1f3ec21fffd1c8b3131ad44)
|
148
|
+
- docs: add xamey as a contributor for code [`42e68bc`](https://github.com/fomantic/Fomantic-UI/commit/42e68bc533e3008720efc67f046ecb1bd11a4f53)
|
149
|
+
- docs: add mvorisek as a contributor for code [`c08d4aa`](https://github.com/fomantic/Fomantic-UI/commit/c08d4aa66dafd8e831180d68a1c551872a3dde15)
|
150
|
+
- feat(chore): included githubactions in the dependabot config [`99d0728`](https://github.com/fomantic/Fomantic-UI/commit/99d0728df175ca19a9f62b9d26dbe6ecbc655285)
|
151
|
+
- docs: add grandeljay as a contributor for code [`8ad0cce`](https://github.com/fomantic/Fomantic-UI/commit/8ad0cceba3eb5318232391e3bc2d39d7bd63b228)
|
152
|
+
- docs: add CommanderRoot as a contributor for code [`4944543`](https://github.com/fomantic/Fomantic-UI/commit/49445435b362afa6d9662b55bfb4b53b6d46e0d8)
|
153
|
+
- fix(form): make sure validation object is cloned [`125d1c6`](https://github.com/fomantic/Fomantic-UI/commit/125d1c6e74282d5439e40e60476df76fba534db6)
|
154
|
+
- fix(checkbox): wrong variable usage [`bd3d3e4`](https://github.com/fomantic/Fomantic-UI/commit/bd3d3e49818886782ea2fcf50afa02b2bae505f8)
|
155
|
+
- docs: add shadoWalker89 as a contributor for code [`a1d8b9e`](https://github.com/fomantic/Fomantic-UI/commit/a1d8b9e587f51c8f7313eed0916d19064462cdb6)
|
156
|
+
- feat(menu): centered variant [`d601d62`](https://github.com/fomantic/Fomantic-UI/commit/d601d62ba78520e1464975350174d58771b694f8)
|
157
|
+
- docs: add elliotzlin as a contributor for code [`3e26ce9`](https://github.com/fomantic/Fomantic-UI/commit/3e26ce944b19189de95cbe9fc0b7cc39d2fd6ea6)
|
158
|
+
- docs: add cmoeke as a contributor for code [`e1e66f7`](https://github.com/fomantic/Fomantic-UI/commit/e1e66f75f05552ea016863cc9e7d1c70a89c72cb)
|
159
|
+
- docs: add das7pad as a contributor for code [`ee4902f`](https://github.com/fomantic/Fomantic-UI/commit/ee4902f785d7004ad200450ad3eb25fb1de95f78)
|
160
|
+
- docs: add byte916 as a contributor for code [`d4a78ea`](https://github.com/fomantic/Fomantic-UI/commit/d4a78ea34865288964d7cf53741dfc70ae7ea074)
|
161
|
+
- docs: add eikek as a contributor for code [`19991f2`](https://github.com/fomantic/Fomantic-UI/commit/19991f2a567b73cdb79b2e301a24ffa15964f724)
|
162
|
+
- docs: add mareeo as a contributor for code [`25c166b`](https://github.com/fomantic/Fomantic-UI/commit/25c166b03c83f0f4356964bd5a0f764280512df7)
|
163
|
+
- docs: add WardLootens as a contributor for code [`48de6f2`](https://github.com/fomantic/Fomantic-UI/commit/48de6f24a616a38d6fadad8f2734229b7e77457d)
|
164
|
+
- docs: add TheJltres as a contributor for code [`e79c83d`](https://github.com/fomantic/Fomantic-UI/commit/e79c83d5a6e5daad8a57498cf71a80af3ec529f0)
|
165
|
+
- docs: add MrL1605 as a contributor for code [`5912755`](https://github.com/fomantic/Fomantic-UI/commit/5912755230e366c6b52df6f4abed271a67b129d4)
|
166
|
+
- docs: add Giandrop as a contributor for code [`2077a3a`](https://github.com/fomantic/Fomantic-UI/commit/2077a3a1d756a1b2619110c95c45c12408e673a9)
|
167
|
+
- docs: add jamessampford as a contributor for code [`b960a87`](https://github.com/fomantic/Fomantic-UI/commit/b960a87a25444d10e05d3b5d36d458feaa50eccc)
|
168
|
+
- docs: add jike212 as a contributor for code [`9515cb0`](https://github.com/fomantic/Fomantic-UI/commit/9515cb0e8192a4d579ab62d41496f8970a16d4c9)
|
169
|
+
- docs: add Lutonite as a contributor for code [`9489d6b`](https://github.com/fomantic/Fomantic-UI/commit/9489d6b2f0a1d69ac75e75054ac025d6f44c6c0d)
|
170
|
+
- feat(chore): set permissions for gitHub actions [`e0a0484`](https://github.com/fomantic/Fomantic-UI/commit/e0a0484fe72b7dedfd1f17a81d6a4e6fac22aa94)
|
171
|
+
- fix(nightly): get commit hash from npm [`d20e6d7`](https://github.com/fomantic/Fomantic-UI/commit/d20e6d7ffdc40ce3e274895ad99a564d95b2da9b)
|
172
|
+
- fix(form): rebind events on dynamic fields [`135cfd1`](https://github.com/fomantic/Fomantic-UI/commit/135cfd1f5f29030143ac36968894a52661013820)
|
173
|
+
- fix(api): empty dropdown data was overriden by previous data [`51a0425`](https://github.com/fomantic/Fomantic-UI/commit/51a042551ddd1fa4346d972ee8eec67da3348b32)
|
174
|
+
- feat(tab): callback to support tab change cancel [`b86479c`](https://github.com/fomantic/Fomantic-UI/commit/b86479c28c79f85faf7a31ea2ca30a2c9b0dd0db)
|
175
|
+
- fix(modal): respect approve deny callback on js modals [`8672140`](https://github.com/fomantic/Fomantic-UI/commit/8672140d84ce7021605fcc8edb60ff802056cb16)
|
176
|
+
- fix(form): length is deprececated and doubled since 2.0.6 [`3a25bb5`](https://github.com/fomantic/Fomantic-UI/commit/3a25bb570d92e0fc88908935cf0c60bd36012228)
|
177
|
+
- feat(button): split tertiarylinepadding variable [`ef6ccc4`](https://github.com/fomantic/Fomantic-UI/commit/ef6ccc49dd5b2371ea01138384881f391fa50b54)
|
178
|
+
- fix(calendar): blur input on hidden [`677a0ec`](https://github.com/fomantic/Fomantic-UI/commit/677a0ecf02dbc0e22c44350402c0bffbc599b962)
|
179
|
+
- fix(button): grey tertiary should not saturate colors [`28948f4`](https://github.com/fomantic/Fomantic-UI/commit/28948f439b25ef0decd0df2661a08b9be0c6ad38)
|
180
|
+
- build(scripts): fix nightly script [`b5853c4`](https://github.com/fomantic/Fomantic-UI/commit/b5853c46f97b1073f8d160e874332fad3f2f5b84)
|
181
|
+
- fix(segment): horizontal should use group variables [`6dea710`](https://github.com/fomantic/Fomantic-UI/commit/6dea710b26b349ba4ccf1ccc5fb4d1d1d42cf560)
|
182
|
+
- feat(segment):larger margin only for tab attached segment [`f451d15`](https://github.com/fomantic/Fomantic-UI/commit/f451d1549c1ec53f99c9d64f8482f913311e1a36)
|
183
|
+
- docs: add lubber-de as a contributor for a11y, security, maintenance [`76dc367`](https://github.com/fomantic/Fomantic-UI/commit/76dc367719654af9f5542705d78154fdf44a5b30)
|
184
|
+
- fix(form): inverted form labels were black [`a33107c`](https://github.com/fomantic/Fomantic-UI/commit/a33107cd4de588260d2be68ecc74c420a089aa7c)
|
185
|
+
- fix(table): sortable border only when celled [`89c816e`](https://github.com/fomantic/Fomantic-UI/commit/89c816eaded5738e11f543f95e617da910ff6134)
|
186
|
+
- docs: add ko2in as a contributor for doc, review, bug [`1e91d10`](https://github.com/fomantic/Fomantic-UI/commit/1e91d109d1831fc72ec039039c10ebb2bd6f3e70)
|
187
|
+
- build(deps-dev): bump all-contributors-cli from 6.23.0 to 6.23.1 [`9360515`](https://github.com/fomantic/Fomantic-UI/commit/9360515c677db3ba4cadd001fd578609158f23dc)
|
188
|
+
- fix(dropdown): remove placeholderstyle when same as select text [`ad08d37`](https://github.com/fomantic/Fomantic-UI/commit/ad08d37f383167f1c101d64997217fd11c6a6455)
|
189
|
+
- fix(modal,flyout): dynamic elements did not reference [`b4c60c1`](https://github.com/fomantic/Fomantic-UI/commit/b4c60c1edc334e8e75cfe65ad3f3b3ae481fc6cf)
|
190
|
+
- build(deps-dev): bump semver from 7.3.7 to 7.3.8 [`c93e24a`](https://github.com/fomantic/Fomantic-UI/commit/c93e24a160a284599c29c99b3dccc7336c628163)
|
191
|
+
- build(deps-dev): bump all-contributors-cli from 6.22.0 to 6.23.0 [`6c793bb`](https://github.com/fomantic/Fomantic-UI/commit/6c793bbd9b81460571bcc05dd1e567d287bdd7f7)
|
192
|
+
- build(deps): bump @actions/core from 1.9.1 to 1.10.0 [`8b04a71`](https://github.com/fomantic/Fomantic-UI/commit/8b04a71a5fa7a31520d77f7b2e807ca84597f161)
|
193
|
+
- build(deps-dev): bump all-contributors-cli from 6.21.0 to 6.22.0 [`b4c18ce`](https://github.com/fomantic/Fomantic-UI/commit/b4c18ce0482212de1e45e58a8f16366a9900854c)
|
194
|
+
- build(deps-dev): bump all-contributors-cli from 6.20.5 to 6.21.0 [`4d06a29`](https://github.com/fomantic/Fomantic-UI/commit/4d06a294ef21290bc94fa97dae91dd6c0505f9ae)
|
195
|
+
- build(deps-dev): bump all-contributors-cli from 6.20.4 to 6.20.5 [`b9608b1`](https://github.com/fomantic/Fomantic-UI/commit/b9608b19d1a9b37ba88006e8547faa59438d7e79)
|
196
|
+
- fix(search): missing default easing results in js error [`df9b52b`](https://github.com/fomantic/Fomantic-UI/commit/df9b52beb08ed30cfbdd22936a657419e017210a)
|
197
|
+
- build(deps): bump jquery from 3.6.0 to 3.6.1 [`7c6ef28`](https://github.com/fomantic/Fomantic-UI/commit/7c6ef2853295984e845f8d05e8a1b8c263e3f93c)
|
198
|
+
- build(deps): bump @actions/core from 1.8.2 to 1.9.0 [`910440f`](https://github.com/fomantic/Fomantic-UI/commit/910440f6275a7e85e278915dfb4846c88d43f1ba)
|
199
|
+
- build(deps): bump @actions/core from 1.7.0 to 1.8.0 [`6118ada`](https://github.com/fomantic/Fomantic-UI/commit/6118ada5305f506e6c3dab1c1f6c96e76e003089)
|
200
|
+
- build(deps): bump actions/setup-node from 2 to 3 [`3682bdf`](https://github.com/fomantic/Fomantic-UI/commit/3682bdfdc206285a06c8549ebcc3598158025111)
|
201
|
+
- build(deps): bump actions/checkout from 2 to 3 [`6d51cba`](https://github.com/fomantic/Fomantic-UI/commit/6d51cba658e139e7314f445e95b3c621c9d94ec2)
|
202
|
+
- build(deps): bump inquirer from 8.2.3 to 8.2.4 [`4f4f204`](https://github.com/fomantic/Fomantic-UI/commit/4f4f2046b794ae14a43d0a20b97783e10c20426d)
|
203
|
+
- build(deps): bump @actions/core from 1.6.0 to 1.7.0 [`611a832`](https://github.com/fomantic/Fomantic-UI/commit/611a83260eb88f6b396886452ecfaa4bee22141e)
|
204
|
+
- fix(popup): tooltips cannot contain headers [`b83d59e`](https://github.com/fomantic/Fomantic-UI/commit/b83d59edd430c2630f1fad912059468b580d8b36)
|
205
|
+
- build(actions): add condition for shouldPublish [`565bf4f`](https://github.com/fomantic/Fomantic-UI/commit/565bf4f8ca51c19161f6ecfcf913041ee253d2da)
|
206
|
+
- fix(dropdown): floating shadow and radius on direct child menu only [`987c646`](https://github.com/fomantic/Fomantic-UI/commit/987c646e791333064e04cd7546b387dfeb9c95ba)
|
207
|
+
- build(deps): bump inquirer from 8.2.1 to 8.2.2 [`a907076`](https://github.com/fomantic/Fomantic-UI/commit/a90707601a85396031ac0224a191c8dd7e5c8417)
|
208
|
+
- build(deps-dev): bump node-fetch from 2.6.5 to 2.6.6 [`951277d`](https://github.com/fomantic/Fomantic-UI/commit/951277df63cba02eeeb5628faef8a5b07bf0f21b)
|
209
|
+
- build(deps-dev): bump node-fetch from 2.6.4 to 2.6.5 [`f66e62d`](https://github.com/fomantic/Fomantic-UI/commit/f66e62d712f475c102af1f8fc6bdc4d36f11357f)
|
210
|
+
- build(deps-dev): bump node-fetch from 2.6.3 to 2.6.4 [`022588e`](https://github.com/fomantic/Fomantic-UI/commit/022588e4e6b73c9c45d77f8bc373919c2806553d)
|
211
|
+
- build(deps-dev): bump node-fetch from 2.6.1 to 2.6.2 [`af220e9`](https://github.com/fomantic/Fomantic-UI/commit/af220e9f719fa78dd93af728be55bd86af190cd5)
|
212
|
+
- build(deps): bump path-parse from 1.0.6 to 1.0.7 [`791a8a7`](https://github.com/fomantic/Fomantic-UI/commit/791a8a7b1285ca9038e167f9a5e4b7a7d7c6f578)
|
213
|
+
- feat(segment): border to top instead of bottom for vertical variant [`d50fad4`](https://github.com/fomantic/Fomantic-UI/commit/d50fad4fa282952d5354cabdf16c0e21f82baf01)
|
214
|
+
- fix(tooltip): fix arrow position for bottom center [`c65b85c`](https://github.com/fomantic/Fomantic-UI/commit/c65b85c467d92e4d6c663aac284ecddb4227370d)
|
215
|
+
- feat(toast): new centered variant to display in the middle of the screen [`1871d28`](https://github.com/fomantic/Fomantic-UI/commit/1871d28abe9249b393b9e58ad8ec268e0b5d2b22)
|
216
|
+
- feat(dimmer): add onVisible and onHidden callbacks [`70f7bc3`](https://github.com/fomantic/Fomantic-UI/commit/70f7bc39311e661ccb2e463cb1cb8fc0969265f5)
|
217
|
+
- fix(dropdown): legacyEdge cuts search input [`e4f0699`](https://github.com/fomantic/Fomantic-UI/commit/e4f06996233cba1b901def23e66025c18b9776c5)
|
218
|
+
- fix(dropdown): use central delimiter char instead of key [`123b50f`](https://github.com/fomantic/Fomantic-UI/commit/123b50f824eb08f32d02e85257a7675a3548f087)
|
219
|
+
- fix(icon): adjust icons width to match single icon [`344d349`](https://github.com/fomantic/Fomantic-UI/commit/344d34996d25ad343465d428278c3f2003ae8a28)
|
220
|
+
- fix(grid): stretched rows were broken on tablet size [`353515d`](https://github.com/fomantic/Fomantic-UI/commit/353515dac2bc6ad4b0b1e0f170599d691274f894)
|
221
|
+
- feat(checkbox): detect on as checked and add checkbox string values [`f55c2cd`](https://github.com/fomantic/Fomantic-UI/commit/f55c2cdb5a198ca0ada776a7d0603e1388876b42)
|
222
|
+
- docs: add patilkiranm as a contributor for code, doc [`d33179a`](https://github.com/fomantic/Fomantic-UI/commit/d33179a3f12caa0a0d42964c7e773244695b5417)
|
223
|
+
- feat(dropdown): change forceSelection default to false [`ed58b7f`](https://github.com/fomantic/Fomantic-UI/commit/ed58b7f3a0a915916ab3c8ed585193593cd639bb)
|
224
|
+
- chore(release): update version [`7274daf`](https://github.com/fomantic/Fomantic-UI/commit/7274daf2bc29d17e1e89e7ba8f08f0dff2d881e4)
|
225
|
+
- fix(chore): identical debug defaults for all modules [`e6828e7`](https://github.com/fomantic/Fomantic-UI/commit/e6828e7ba8b345ca5478a1130a0f6f2158ae186c)
|
226
|
+
- fix(popup): broken and unnecessary check for string [`b3c3d6d`](https://github.com/fomantic/Fomantic-UI/commit/b3c3d6d62ea593e782a373bfce708c388b623e52)
|
227
|
+
- feat(emoji): use svg icons also for "twitter" theme [`db8910b`](https://github.com/fomantic/Fomantic-UI/commit/db8910b49ed653450a4df647155f72671d41f720)
|
228
|
+
- fix(emoji,flag): default lineheight should meet text [`f005005`](https://github.com/fomantic/Fomantic-UI/commit/f005005a3bad7aaba82b47f4f8c831405c04f036)
|
229
|
+
- feat(build): require node 12 as minimum [`53c6abb`](https://github.com/fomantic/Fomantic-UI/commit/53c6abb35efbf0e8571586544134e841843374cd)
|
230
|
+
- build(workflows): fix nightly build syntax [`2041305`](https://github.com/fomantic/Fomantic-UI/commit/2041305d882cea6a1781f06a812191b78f36c2ee)
|
231
|
+
- fix(dropdown,search): autocomplete affects all chrome based browser [`c747c9e`](https://github.com/fomantic/Fomantic-UI/commit/c747c9e92eda5cf76f4cf2508001f8c3f76549fe)
|
232
|
+
- fix(segment): ignore attached border when basic [`398ed43`](https://github.com/fomantic/Fomantic-UI/commit/398ed431c355fbef9731b47b7b59192ce4965fb3)
|
233
|
+
- fix(sidebar): make overflow hidden optional to support sticky [`5f0c9f1`](https://github.com/fomantic/Fomantic-UI/commit/5f0c9f1d77670893ead62d02c8231fce0719d381)
|
234
|
+
- fix(menu): attached text menu had borders [`f434400`](https://github.com/fomantic/Fomantic-UI/commit/f434400671d54c08c959bdb593ef736585d47faa)
|
235
|
+
- fix(dropdown): add namespace to sessionstorage [`3eadf38`](https://github.com/fomantic/Fomantic-UI/commit/3eadf3850dca9f0dce67585ca427443cf977fb7c)
|
236
|
+
- fix(toast): dedicated horizontal container [`bc6c8ad`](https://github.com/fomantic/Fomantic-UI/commit/bc6c8adddd2d51204ba27ff24ef4f02cd7c3cfda)
|
237
|
+
- feat(calendar): trigger onSelect() event on enter key down [`4d86955`](https://github.com/fomantic/Fomantic-UI/commit/4d86955d931aca254c9aaadf2372743f671cf98f)
|
238
|
+
- feat(form): error instead of debug if field not found [`facbca0`](https://github.com/fomantic/Fomantic-UI/commit/facbca003cf0da465af7d44af41462e736d3eb8b)
|
239
|
+
- feat(toast): allow clickable items without closing [`5c02143`](https://github.com/fomantic/Fomantic-UI/commit/5c0214391602e68d6c15473faca864e8da68b6e5)
|
240
|
+
- fix(api): reset existing formdata for proper renewing [`5cac1fa`](https://github.com/fomantic/Fomantic-UI/commit/5cac1fa2321dae9248d1b9d546436e7c3119448e)
|
241
|
+
- feat(progress): onsuccess was not triggered on reset [`8cafd4c`](https://github.com/fomantic/Fomantic-UI/commit/8cafd4ca5bcdedf9989080f1e2a5a3001f6b4a54)
|
242
|
+
- fix(toast): respect approve deny callbacks in actions [`d11687d`](https://github.com/fomantic/Fomantic-UI/commit/d11687dde71e26847e6d014246813b3e856a626a)
|
243
|
+
- fix(segment): tabular menu border misaligned from 3rd tab [`bb53b03`](https://github.com/fomantic/Fomantic-UI/commit/bb53b033d0965887b5aa69b3febed67e36cfa89c)
|
244
|
+
- fix(form): avoid double submit on enterkey [`d5d7bab`](https://github.com/fomantic/Fomantic-UI/commit/d5d7bab218daac4f9c89f83337e41abf17392b4a)
|
245
|
+
- fix(dropdown): generated id should not start with a number [`891101c`](https://github.com/fomantic/Fomantic-UI/commit/891101c5e6017764d3f58ba413bae95a67cc932d)
|
246
|
+
- refactor(sidebar): remove un-used legacy code [`0f12e9b`](https://github.com/fomantic/Fomantic-UI/commit/0f12e9bcca50f56178c06ac3e08ee90616503170)
|
247
|
+
- fix(popup): detailed rtl check [`19b7d18`](https://github.com/fomantic/Fomantic-UI/commit/19b7d18b8749ad84e8a25209dda05aa356f45ee2)
|
248
|
+
- fix(transition): firefox needs reattached node to recalculate CSS [`77bb2f2`](https://github.com/fomantic/Fomantic-UI/commit/77bb2f281d60113cb684071d66d308670e4ff770)
|
249
|
+
- fix(dropdown): search dropdown was not working on mobile [`6949971`](https://github.com/fomantic/Fomantic-UI/commit/69499714c52c4d99c7baff0d56878fb2e1f17a91)
|
250
|
+
- fix(dropdown): input width specificity was same as form input [`6d6caed`](https://github.com/fomantic/Fomantic-UI/commit/6d6caedaca2e5c653c9d90ae498b13ac53369069)
|
251
|
+
- fix(api): fix inefficient RegExp that may cause ReDoS [`17bec4a`](https://github.com/fomantic/Fomantic-UI/commit/17bec4accec88bbeba598d32f6ddad96bdaa3fa0)
|
252
|
+
- fix(dropdown): support preselected on value update for select tag [`04f70a7`](https://github.com/fomantic/Fomantic-UI/commit/04f70a7e0329c3342878885cf52f01b52b0f1fbf)
|
253
|
+
- [Snyk] Security upgrade gulp-rtlcss from 1.4.2 to 2.0.0 [`5e88144`](https://github.com/fomantic/Fomantic-UI/commit/5e88144c301444e9137829bfef55f84301a01abb)
|
254
|
+
- build(actions): add --tag to publish command [`bffa1ac`](https://github.com/fomantic/Fomantic-UI/commit/bffa1ac137a202ff3a49ab3a2bf686eaf38fc266)
|
255
|
+
- build(scripts): correct nightly workflow variable [`0091dab`](https://github.com/fomantic/Fomantic-UI/commit/0091dab5e46a101e105cea89d47d5c81261c827f)
|
256
|
+
- fix(calendar): keep whitespace between date and time [`f9f3304`](https://github.com/fomantic/Fomantic-UI/commit/f9f33048522b6e010cba834f64e71930868884a9)
|
257
|
+
- fix(segment): adjust inverted attached border color specificity [`a42b5d7`](https://github.com/fomantic/Fomantic-UI/commit/a42b5d7db06c5bb2a62961dc234b506369e71c8f)
|
258
|
+
- fix(calendar): adjust margin specificity for multimonth [`6de269e`](https://github.com/fomantic/Fomantic-UI/commit/6de269e40b760b07f399c0fda174db566298ed72)
|
259
|
+
- feat(api): dont convert array response to object by default [`a0ba6f1`](https://github.com/fomantic/Fomantic-UI/commit/a0ba6f1114236369ea74464b1caca895f93bf66e)
|
260
|
+
- fix(header): image icon support again [`74b9960`](https://github.com/fomantic/Fomantic-UI/commit/74b99607403bf72e90e8d0d2e4f383594789f7cb)
|
261
|
+
- fix(toast): possible theme overrides were missing [`1eee7ed`](https://github.com/fomantic/Fomantic-UI/commit/1eee7ed511243f027f2db5d4e914eb4623df5a9f)
|
262
|
+
- fix(dropdown): onChange is fired on menu openeing when reselection=true [`b51d0d1`](https://github.com/fomantic/Fomantic-UI/commit/b51d0d1faa120d0a049c9993be18ecc79f9ac788)
|
263
|
+
- fix(form): fetch range input prompt for numeric values only [`1c5931a`](https://github.com/fomantic/Fomantic-UI/commit/1c5931ad6696d99941cca1edd22c0622373cac48)
|
264
|
+
- fix(form): keep a compact dropdown compact [`a9bb462`](https://github.com/fomantic/Fomantic-UI/commit/a9bb4623fe7897c49680b692c085ae94d851295a)
|
265
|
+
- fix(table): links in compact selectable table cell get wrong padding [`f8f79e7`](https://github.com/fomantic/Fomantic-UI/commit/f8f79e7c6e1488208206518a7a48431aae17683d)
|
266
|
+
- feat(form): new default true for errorfocus [`30d980c`](https://github.com/fomantic/Fomantic-UI/commit/30d980c591c1943ea5d771a05e27e76bd47989bb)
|
267
|
+
- fix(form): dont focus errorfield on blur or change [`6c7be26`](https://github.com/fomantic/Fomantic-UI/commit/6c7be262a4575cc56f582b1d01ade58f2831f58f)
|
268
|
+
- fix(docs): switched to github dependabot [`5c654c3`](https://github.com/fomantic/Fomantic-UI/commit/5c654c31031ea016b59f7c76d4507f2c4c347996)
|
269
|
+
- feat(dropdown): new default showonfocus false [`e7de6a5`](https://github.com/fomantic/Fomantic-UI/commit/e7de6a53cf74fce3928ca58c1ca15ac4e0b73e96)
|
270
|
+
- feat(dropdown): new default exact for fulltextsearch [`89fb963`](https://github.com/fomantic/Fomantic-UI/commit/89fb96339dc95fd66189a6a2cb3c698458433b5f)
|
271
|
+
- fix(calendar): change to listen to click event by default [`9088caa`](https://github.com/fomantic/Fomantic-UI/commit/9088caa23ed4dc9c01f651752765daea8544d55c)
|
272
|
+
- fix(checkbox): remove the change trigger for enable and disable behavior [`5d9a8bc`](https://github.com/fomantic/Fomantic-UI/commit/5d9a8bc3bebb6a7b0ca5c1c4d7853b41217bcef5)
|
273
|
+
- fix(step): unnecessary semicolon breaks webpack build [`8e287db`](https://github.com/fomantic/Fomantic-UI/commit/8e287db6529f05b41889e5d3a518ca1b6a6ffbd9)
|
274
|
+
- feat(form): debug a warning if field identifier is not found [`9bd7e11`](https://github.com/fomantic/Fomantic-UI/commit/9bd7e1195733740cb24e112af13da8fc929970c8)
|
275
|
+
- fix(toast): enable smooth transition [`0963809`](https://github.com/fomantic/Fomantic-UI/commit/0963809a3408a7faef03588d9ce99985fefa1ee2)
|
276
|
+
- feat(ci): fix ci should not stop when one action fails [`a9cbaec`](https://github.com/fomantic/Fomantic-UI/commit/a9cbaec9320f0925ea06322bbe95c3ed6d6bfd1e)
|
277
|
+
- fix(install): dont start interactive script on npm install [`f5f1dd8`](https://github.com/fomantic/Fomantic-UI/commit/f5f1dd861860451ac40be3a36018033176d36f9d)
|
278
|
+
- fix(theme): material theme changed fontpath in site variables [`955ee7c`](https://github.com/fomantic/Fomantic-UI/commit/955ee7c65451a367954092e0f9f7c4990166654e)
|
279
|
+
- fix(tasks): provide callback to satisfy gulp [`aac4c50`](https://github.com/fomantic/Fomantic-UI/commit/aac4c505a328c83b35b61a6427a2e624bb6ed1be)
|
280
|
+
- fix(checkbox): show pointer on css only linked labels [`440a62a`](https://github.com/fomantic/Fomantic-UI/commit/440a62ab7fddee2f8f13511c8e911d67b112b9c7)
|
281
|
+
- fix(calendar): arrow keys on endCalendar when startCal has future month [`0f8087d`](https://github.com/fomantic/Fomantic-UI/commit/0f8087d116ae808b6bfacf6068b7188fdcf64911)
|
282
|
+
|
7
283
|
#### [2.8.8](https://github.com/fomantic/Fomantic-UI/compare/2.8.7...2.8.8)
|
8
284
|
|
9
285
|
> 24 June 2021
|
@@ -14,6 +290,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
14
290
|
- build(deps): upgrade gulp-less to fully support less 4 [`1f73afd`](https://github.com/fomantic/Fomantic-UI/commit/1f73afd1aa20146998fe9a25af0e9d9255456904)
|
15
291
|
- build(deps): bump handlebars from 4.7.5 to 4.7.7 [`4aa416b`](https://github.com/fomantic/Fomantic-UI/commit/4aa416bceca5e9c3c071797acfcdac41c2260d49)
|
16
292
|
- feat(modal): js config templates, alert, confirm, prompt [`bf2f280`](https://github.com/fomantic/Fomantic-UI/commit/bf2f28065ef5dc6b080a4180d0dea6892276c003)
|
293
|
+
- chore(release): update changelog [`e39a0ae`](https://github.com/fomantic/Fomantic-UI/commit/e39a0ae5183c12808ba1eee82082efbb15f4d450)
|
17
294
|
- feat(modal): dynamic modal content [`7e3e450`](https://github.com/fomantic/Fomantic-UI/commit/7e3e450791c7180c74d2133fd39a358ea51a6204)
|
18
295
|
- feat(dropdown): (vertical) descriptions to menu item template [`59eeee2`](https://github.com/fomantic/Fomantic-UI/commit/59eeee2cec53a6c06545001d3bb41dc55a9c6061)
|
19
296
|
- fix(core): divisions need parenthesis to support less 4 [`ec80f1e`](https://github.com/fomantic/Fomantic-UI/commit/ec80f1e27e9a21db2b50977d8a0231b5d474692a)
|
@@ -54,7 +331,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
54
331
|
- fix(dropdown): multiselect values encoding, removing label [`19806d4`](https://github.com/fomantic/Fomantic-UI/commit/19806d490bca6a9e2ad57070a92f678bd786ea87)
|
55
332
|
- fix(dropdown): preventchangetrigger on clear for multiple [`8a6f11b`](https://github.com/fomantic/Fomantic-UI/commit/8a6f11b24f7e25387eca814257ddff1db7a8189d)
|
56
333
|
- feat(modal): centered variant for any content [`aa04e6d`](https://github.com/fomantic/Fomantic-UI/commit/aa04e6d96d322c558020c11ba0f3668d0a6aa05f)
|
57
|
-
-
|
334
|
+
- feat(form): added errorfocus option to focus first error field or dom node [`d10077a`](https://github.com/fomantic/Fomantic-UI/commit/d10077aa4182b04905cf89078d6d42879ca138e7)
|
58
335
|
- feat(dropdown): support submenu values [`cfc5a74`](https://github.com/fomantic/Fomantic-UI/commit/cfc5a748c7c5f3f2419eb4238c6e9e1a7fd0b082)
|
59
336
|
- feat(dropdown): support inverted menu in non-inverted dropdown [`46a91bb`](https://github.com/fomantic/Fomantic-UI/commit/46a91bb07e1b18a08367cc0430599bad098c133a)
|
60
337
|
- Upgrade to GitHub-native Dependabot [`c05f0a5`](https://github.com/fomantic/Fomantic-UI/commit/c05f0a55f9a08865c31c6781030fea09a2899233)
|
@@ -132,7 +409,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
132
409
|
- fix(chore): use url encoded semicolons so gulp-concat doesnt break [`6645c5f`](https://github.com/fomantic/Fomantic-UI/commit/6645c5f04b5fe5d3d60c51809c526e2d484e8d74)
|
133
410
|
- fix(grid): stackable grid had wrong with inside popup [`79b4eff`](https://github.com/fomantic/Fomantic-UI/commit/79b4effbbd9e185cd5c49d0939a66b21df35dd5f)
|
134
411
|
- 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
|
412
|
+
- fix(slider): dividing by 0 leads into infinite loop [`ab3001c`](https://github.com/fomantic/Fomantic-UI/commit/ab3001c6121dfda5cf644391942b62d49b52833a)
|
136
413
|
- fix(rating): disabled rating should not allow pointer events [`09d5711`](https://github.com/fomantic/Fomantic-UI/commit/09d57116868e3b0ad1f48663e88e745e7df7c471)
|
137
414
|
- fix(dropdown): double declaration of name [`a432a81`](https://github.com/fomantic/Fomantic-UI/commit/a432a81acc9b5a7e2322f8ca7ebc7628d209723d)
|
138
415
|
- fix(form): refresh module on re-initializaion [`0949b16`](https://github.com/fomantic/Fomantic-UI/commit/0949b16fdbb99fbddd6a4a159e73518e5d536a98)
|
@@ -144,7 +421,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
144
421
|
|
145
422
|
#### [2.8.7](https://github.com/fomantic/Fomantic-UI/compare/2.8.6...2.8.7)
|
146
423
|
|
147
|
-
>
|
424
|
+
> 7 September 2020
|
148
425
|
|
149
426
|
- feat(dropdown): vertical dropdown menu item [`#1059`](https://github.com/fomantic/Fomantic-UI/issues/1059)
|
150
427
|
- chore(release): update dist [`4607933`](https://github.com/fomantic/Fomantic-UI/commit/4607933ac4fae2731016f22e2f506c90d951221f)
|
@@ -158,8 +435,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
158
435
|
- chore(release): update changelog [`59d9b40`](https://github.com/fomantic/Fomantic-UI/commit/59d9b409879ad9413ea0a3efa4ab2e51017ad9b9)
|
159
436
|
- feat(calendar): added inverted variant [`a8cd1b0`](https://github.com/fomantic/Fomantic-UI/commit/a8cd1b0275d316277752d811b925f1bca60e9bf8)
|
160
437
|
- fix(dropdown): optional scrollhint on ios devices or firefox mobile [`b10cf9d`](https://github.com/fomantic/Fomantic-UI/commit/b10cf9d302b310a09fa5b1ec616088909ab6f737)
|
161
|
-
-
|
162
|
-
-
|
438
|
+
- feat(progress): total value of 0 was unsupported [`ef85c3d`](https://github.com/fomantic/Fomantic-UI/commit/ef85c3dadae407629355cfa49e307cde84925392)
|
439
|
+
- fix(calendar): trigger native change event on select [`9866014`](https://github.com/fomantic/Fomantic-UI/commit/9866014c31e9d0aa9feb49846364cdc01dcf07c5)
|
163
440
|
- build(deps-dev): bump all-contributors-cli from 6.16.0 to 6.16.1 [`eb10018`](https://github.com/fomantic/Fomantic-UI/commit/eb10018ce662aed71b0a47f4933870f5984f49f0)
|
164
441
|
- feat(dimmer): support other types of background beside color [`ecf370b`](https://github.com/fomantic/Fomantic-UI/commit/ecf370bcd048a1195753ed88ea9945e87b4b836e)
|
165
442
|
- feat(button): dedicated variables for toggle and circular [`3f0ceaa`](https://github.com/fomantic/Fomantic-UI/commit/3f0ceaacb337a4fc20a51045beacfff086553f05)
|
@@ -188,8 +465,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
188
465
|
- fix(calendar): evenly divide cell widths [`ec510c8`](https://github.com/fomantic/Fomantic-UI/commit/ec510c81be4270bfda77b26d4d2768dc4084c141)
|
189
466
|
- chore(release): bump version [`d7921a0`](https://github.com/fomantic/Fomantic-UI/commit/d7921a02c983c8ad9169ee3f090160e1a9538963)
|
190
467
|
- fix(icon): avoid conflictions with line icon aliases [`63d53f4`](https://github.com/fomantic/Fomantic-UI/commit/63d53f49e62ef9c679cbc8dc405fdcc4eefcba24)
|
191
|
-
- fix(form): adjust error prompt display in grouped inline fields
|
192
|
-
- docs(roadmap): spelling fixed
|
468
|
+
- fix(form): adjust error prompt display in grouped inline fields [`57f919b`](https://github.com/fomantic/Fomantic-UI/commit/57f919b923f3ce8701f0dc4daf410386484149a7)
|
469
|
+
- docs(roadmap): spelling fixed [`50822da`](https://github.com/fomantic/Fomantic-UI/commit/50822da562be8baad08bdeb7527fee141f757a0c)
|
193
470
|
- fix(calendar): do not pass numeric-only text to date constructor [`2239f64`](https://github.com/fomantic/Fomantic-UI/commit/2239f64603145ed8cab6d9b859c78b1d5fb40f0f)
|
194
471
|
- fix(slider): operation sometimes returns not rounded value [`b385330`](https://github.com/fomantic/Fomantic-UI/commit/b385330dbcb70522b7a7b5f6fce5c1e0d1bde164)
|
195
472
|
- fix(slider): operation sometimes returns not rounded value [`76a2637`](https://github.com/fomantic/Fomantic-UI/commit/76a2637590d43c3bd8878f88d72718f7ed09d2a2)
|
@@ -280,7 +557,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
280
557
|
- build(deps): bump jquery from 3.5.0 to 3.5.1 [`a08f089`](https://github.com/fomantic/Fomantic-UI/commit/a08f08989fe4ab3d450e8fb031aa753675686120)
|
281
558
|
- build(deps): bump replace-ext from 1.0.0 to 1.0.1 [`1a85afe`](https://github.com/fomantic/Fomantic-UI/commit/1a85afe0dcd0e70297efb481de8943618c6582bd)
|
282
559
|
- build(deps): bump jquery from 3.4.1 to 3.5.0 [`fc2c56e`](https://github.com/fomantic/Fomantic-UI/commit/fc2c56e8654bad5dbfdac5c0530f56a5c34f0149)
|
283
|
-
- fix(button): icon adjustments in animated button
|
560
|
+
- fix(button): icon adjustments in animated button [`d580ef0`](https://github.com/fomantic/Fomantic-UI/commit/d580ef0e4081b00ea95fbab6d6c5166c44f5b471)
|
284
561
|
- build(deps): bump mkdirp from 0.5.4 to 0.5.5 [`7137827`](https://github.com/fomantic/Fomantic-UI/commit/71378278581fd4c02f722a7d2960fd915efb1b4f)
|
285
562
|
- build(deps): bump mkdirp from 0.5.3 to 0.5.4 [`0689548`](https://github.com/fomantic/Fomantic-UI/commit/0689548a55be6809fa24308878a6f8d5fe0decbe)
|
286
563
|
- chore(github): add issue template config [`abaf09b`](https://github.com/fomantic/Fomantic-UI/commit/abaf09ba1c0eb533f2ca1910fb81e188e897d996)
|
@@ -315,7 +592,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
315
592
|
- fix(form): inline calendar fields did not display properly [`c2ce312`](https://github.com/fomantic/Fomantic-UI/commit/c2ce312fb2cd765f98977c6942300e6970a7e8ed)
|
316
593
|
- feat(modal): unsupported debug warning when useflex is used in ie or with detachable false [`c512cf2`](https://github.com/fomantic/Fomantic-UI/commit/c512cf243737f883caca134dac6aa4e101b37a48)
|
317
594
|
- build(deps): bump less from 3.10.3 to 3.11.1 [`fc74780`](https://github.com/fomantic/Fomantic-UI/commit/fc74780c4170c5c11dbcdd75b10b53491a5e58ce)
|
318
|
-
- feat(form): replace all rule token instances in prompt message
|
595
|
+
- feat(form): replace all rule token instances in prompt message [`2538a8e`](https://github.com/fomantic/Fomantic-UI/commit/2538a8e7af2b2679d8e1ecde350074697c97daa7)
|
319
596
|
- build(deps): bump @octokit/rest from 16.43.0 to 16.43.1 [`46f945f`](https://github.com/fomantic/Fomantic-UI/commit/46f945fd1bb298c46c7982c03da41e01a96df57c)
|
320
597
|
- chore(release): bump version [`f58b1f3`](https://github.com/fomantic/Fomantic-UI/commit/f58b1f3b98fe33f5a6e5997fa191d24478ccb5dc)
|
321
598
|
- fix(menu): colored active items were not displayed colored [`03e9d7f`](https://github.com/fomantic/Fomantic-UI/commit/03e9d7f94bcf08b44bbae9d6efd592ef3cf38a31)
|
@@ -527,7 +804,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
527
804
|
- build(ci): change from travis to github actions [`c621e5d`](https://github.com/fomantic/Fomantic-UI/commit/c621e5da7166c541f625cc9ce7c0f7e94c169c9b)
|
528
805
|
- feat(form): check for existing calendar, dropdown or checkbox modules [`d0aecbe`](https://github.com/fomantic/Fomantic-UI/commit/d0aecbe3918d5ecff1d5f8ae08dd596b7003585d)
|
529
806
|
- feat(tab): auto activate first tab if no active specified [`3e129a0`](https://github.com/fomantic/Fomantic-UI/commit/3e129a0de2acdf9142d5ec12ce8bfa5cf345f898)
|
530
|
-
-
|
807
|
+
- docs: fix contributors layout [`9b882bb`](https://github.com/fomantic/Fomantic-UI/commit/9b882bb91a874646dc0a0e316411978c7723cab3)
|
531
808
|
- docs: add egoisticalgoat as a contributor [`2510762`](https://github.com/fomantic/Fomantic-UI/commit/251076267cf5dcb8d738bfed3aa221faa01d6b60)
|
532
809
|
- build: emit errors instead of logging only [`b530cfc`](https://github.com/fomantic/Fomantic-UI/commit/b530cfcc66503e4a603f7d60e1ce9c5e9e24efa4)
|
533
810
|
- docs: add douglasg14b as a contributor [`3cd7e8c`](https://github.com/fomantic/Fomantic-UI/commit/3cd7e8cef18572db534f9a3cdec5cf8776749221)
|
@@ -821,6 +1098,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
821
1098
|
- fix(segment, menu): "secondary segment" or "secondary menu" have a different meaning [`#364`](https://github.com/fomantic/Fomantic-UI/issues/364)
|
822
1099
|
- chore(release): 2.7.2 [`7128a93`](https://github.com/fomantic/Fomantic-UI/commit/7128a9324a835796d625b77507a7c8881ba913a9)
|
823
1100
|
- chore(release): 2.7.2 dist files [`4ddb76f`](https://github.com/fomantic/Fomantic-UI/commit/4ddb76f5d015471bfe309bf6a8f71baa39603afb)
|
1101
|
+
- chore(release): 2.7.1 [`3d40656`](https://github.com/fomantic/Fomantic-UI/commit/3d406563696094289eb4e7c84dec5145437eab14)
|
824
1102
|
- feat(reset): updated normalize.css to 8.0.1 [`f7f00d3`](https://github.com/fomantic/Fomantic-UI/commit/f7f00d3a3aa82b474991d992b7e08b3960e4d4dc)
|
825
1103
|
- fix(transition): remember inline display value and don't show default hidden tags [`73cd274`](https://github.com/fomantic/Fomantic-UI/commit/73cd27440bb366c5cabf856ef9351bb1d725bfb3)
|
826
1104
|
- fix(progress): fix 0% display and "inverted indicating" label color [`bad67cb`](https://github.com/fomantic/Fomantic-UI/commit/bad67cb8b4a0be882723909dcf3b0d9761a999fc)
|
@@ -853,6 +1131,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
853
1131
|
- fix(menu): labels in secondary pointing menu items were misaligned [`5d9f93a`](https://github.com/fomantic/Fomantic-UI/commit/5d9f93a7090c78c911aef756a8e399f3bbfce223)
|
854
1132
|
- fix(dropdown): fix simple dropdown positioning in vertical menus [`ba49f8f`](https://github.com/fomantic/Fomantic-UI/commit/ba49f8f0dbcf161343de989e0bb6ab1472c1e9d9)
|
855
1133
|
- fix(list,icon): adjust position when icon has loading class [`80df182`](https://github.com/fomantic/Fomantic-UI/commit/80df1820327456dbd85c48cc4ac6b46e11b51bf5)
|
1134
|
+
- fix(loader): elastic style had wrong color applied [`df5701c`](https://github.com/fomantic/Fomantic-UI/commit/df5701c5f41a4a0e09a25ec9a2bb0e84962c9fd7)
|
856
1135
|
- chore(release): update release notes [`5d3efb7`](https://github.com/fomantic/Fomantic-UI/commit/5d3efb72883febc08dc4294aa953e90eb7f0cdb4)
|
857
1136
|
- fix(input): support error class on input action buttons [`3cbc515`](https://github.com/fomantic/Fomantic-UI/commit/3cbc5154768d7ba1ab1706c883522836190d0b7e)
|
858
1137
|
- chore(release): update release notes [`e50e021`](https://github.com/fomantic/Fomantic-UI/commit/e50e02114e60b20049d9f479c6192530b9589298)
|
@@ -893,9 +1172,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
893
1172
|
> 24 December 2018
|
894
1173
|
|
895
1174
|
- chore(release): 2.7.1 [`7f6bd29`](https://github.com/fomantic/Fomantic-UI/commit/7f6bd29db53f17a2c4e2c47e2dc0e81568d1ea5f)
|
896
|
-
- chore(release): 2.7.1 [`3d40656`](https://github.com/fomantic/Fomantic-UI/commit/3d406563696094289eb4e7c84dec5145437eab14)
|
897
1175
|
- fix(loader): elastic style had wrong color applied [`b19c2d1`](https://github.com/fomantic/Fomantic-UI/commit/b19c2d145d4f3dd4a09cb03026425ffa9558e445)
|
898
|
-
- fix(loader): elastic style had wrong color applied [`df5701c`](https://github.com/fomantic/Fomantic-UI/commit/df5701c5f41a4a0e09a25ec9a2bb0e84962c9fd7)
|
899
1176
|
|
900
1177
|
#### [2.7.0](https://github.com/fomantic/Fomantic-UI/compare/2.6.4...2.7.0)
|
901
1178
|
|
@@ -1015,19 +1292,24 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
1015
1292
|
- Merge pull request #154 from lubber-de/fix/153 [`#153`](https://github.com/fomantic/Fomantic-UI/issues/153)
|
1016
1293
|
- Don't focus on single selection . Fixes #153 [`#153`](https://github.com/fomantic/Fomantic-UI/issues/153)
|
1017
1294
|
- chore: 2.6.3 build [`2e8ea84`](https://github.com/fomantic/Fomantic-UI/commit/2e8ea847327e5fb5e9b9948a5a79163bba2db49f)
|
1295
|
+
- Toast progressbar, closeEasing, Bugfixing, message support [`0653860`](https://github.com/fomantic/Fomantic-UI/commit/0653860976be03bbb8ebebf8a44c6846b6357174)
|
1018
1296
|
- feat(calendar): add ability to set `minDate` and `maxDate` with HTML attributes [`a6a3323`](https://github.com/fomantic/Fomantic-UI/commit/a6a332308d08be5264e24aae1b4c3ed47274bdc8)
|
1019
1297
|
- fix(button): support less 2.7 [`cc624fd`](https://github.com/fomantic/Fomantic-UI/commit/cc624fd0076f1e41867ce45c4d040f700cd7348c)
|
1020
1298
|
- chore: release tasks [`453ec46`](https://github.com/fomantic/Fomantic-UI/commit/453ec46568998054489a637836f1cd437e712a30)
|
1021
1299
|
- Fixed full progressbar support for mixed toasts/messages/compact/top attached, made compact an option, fixed alignments, fixed responsiveness margins, removed unused variables [`7266b63`](https://github.com/fomantic/Fomantic-UI/commit/7266b63c523a76965f2c95b1dae51b2809cd25d5)
|
1022
1300
|
- feat(toast): add color variants [`36228f0`](https://github.com/fomantic/Fomantic-UI/commit/36228f0c1b8f830909bd0ed3bbf7ec4af09958d9)
|
1023
1301
|
- Added closeIcon option, changed showProgress to allow false|'top'|'bottom' only [`aaac23e`](https://github.com/fomantic/Fomantic-UI/commit/aaac23e4b8ece2184caa02594e4eecd5098366cb)
|
1302
|
+
- Always render parent 'text-box', support 'top attached progress', show icon only, if class exists [`ccf7ad0`](https://github.com/fomantic/Fomantic-UI/commit/ccf7ad077c0cd1fd5e178acec49ac7b04b940eaf)
|
1024
1303
|
- moved to proper places. Increased specificity of medium and light to still work with "simple" [`e8d6058`](https://github.com/fomantic/Fomantic-UI/commit/e8d605882aa9d160223474b88e5d59223718c392)
|
1025
1304
|
- feat(calendar): add disabled state [`ab3532d`](https://github.com/fomantic/Fomantic-UI/commit/ab3532d55fc81fece1e11286f78cd5526c858d79)
|
1026
1305
|
- Additional dimmer intensity states [`01e2683`](https://github.com/fomantic/Fomantic-UI/commit/01e268340593d6f94905d2ba9a64062e83751745)
|
1306
|
+
- Make opacity an option (default 1), removed flat class [`00eb26a`](https://github.com/fomantic/Fomantic-UI/commit/00eb26a96a612ae36b2571f44065b8cb09cfd06f)
|
1027
1307
|
- - Display error background for transparent input & textarea [`e0f54ea`](https://github.com/fomantic/Fomantic-UI/commit/e0f54eaeb6af8ca7fc33821e2c960748ba3b86fb)
|
1028
1308
|
- chore: merge SUI release [`c2ee301`](https://github.com/fomantic/Fomantic-UI/commit/c2ee301d4e1baf2394070b04fea70650a8404fda)
|
1309
|
+
- Fixed floating shadow, added hoverfloating [`f49a63c`](https://github.com/fomantic/Fomantic-UI/commit/f49a63cf3100149835360a7ecaef4e6d4c07b9ee)
|
1029
1310
|
- moved declaration to proper position in less file [`6cce552`](https://github.com/fomantic/Fomantic-UI/commit/6cce552efe645631731fb5380723479fe798108d)
|
1030
1311
|
- Support inverted transparent textarea [`31ed000`](https://github.com/fomantic/Fomantic-UI/commit/31ed0007b7133967b7ef2ad2d52cc8328acf4299)
|
1312
|
+
- Support hoverfloating for message aswell [`6a22d11`](https://github.com/fomantic/Fomantic-UI/commit/6a22d11c462c99c190b8df69abdcf0501d2c46bf)
|
1031
1313
|
- fix(icon): fix corner position when using some icons in group [`aeed770`](https://github.com/fomantic/Fomantic-UI/commit/aeed7705a78cb7e5757954255547229f7219db22)
|
1032
1314
|
- simplified again to existing transparent definition [`7f8fff2`](https://github.com/fomantic/Fomantic-UI/commit/7f8fff2f60cea0b674561e61dc6ca1c939550bbc)
|
1033
1315
|
- fixed syntax... [`91dff06`](https://github.com/fomantic/Fomantic-UI/commit/91dff06b0b6bb2db475f0b223302147f2a9bbc54)
|
@@ -1069,16 +1351,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
1069
1351
|
- fix(modal): increase importance of legacy modal class definition [`#134`](https://github.com/fomantic/Fomantic-UI/issues/134)
|
1070
1352
|
- fix(modal): set @fullScreenOffset to correct offset [`#130`](https://github.com/fomantic/Fomantic-UI/issues/130)
|
1071
1353
|
- fix(comment): enforce dom structure for sub-comments [`#131`](https://github.com/fomantic/Fomantic-UI/issues/131)
|
1072
|
-
- Toast progressbar, closeEasing, Bugfixing, message support [`0653860`](https://github.com/fomantic/Fomantic-UI/commit/0653860976be03bbb8ebebf8a44c6846b6357174)
|
1073
1354
|
- feat(button): move consequence variations to mixin [`be22acd`](https://github.com/fomantic/Fomantic-UI/commit/be22acd8725af95ed36178adb19e2d3454cafdf4)
|
1074
1355
|
- chore: 2.6.1 build [`77c60a5`](https://github.com/fomantic/Fomantic-UI/commit/77c60a5a0a4533980b52f36ceeda2348df74cf5e)
|
1075
|
-
- Always render parent 'text-box', support 'top attached progress', show icon only, if class exists [`ccf7ad0`](https://github.com/fomantic/Fomantic-UI/commit/ccf7ad077c0cd1fd5e178acec49ac7b04b940eaf)
|
1076
|
-
- Make opacity an option (default 1), removed flat class [`00eb26a`](https://github.com/fomantic/Fomantic-UI/commit/00eb26a96a612ae36b2571f44065b8cb09cfd06f)
|
1077
1356
|
- [DropDown] Fix icon position over searchentry, stay focussed on keyboard entries [`7d0276f`](https://github.com/fomantic/Fomantic-UI/commit/7d0276f5de3270b13781e73c570dae17e088714e)
|
1078
|
-
- Fixed floating shadow, added hoverfloating [`f49a63c`](https://github.com/fomantic/Fomantic-UI/commit/f49a63cf3100149835360a7ecaef4e6d4c07b9ee)
|
1079
1357
|
- chore: update release notes [`ebc5969`](https://github.com/fomantic/Fomantic-UI/commit/ebc59691630412ba7028bac314d0c8a60ca35e2b)
|
1080
1358
|
- fix(modal): increase importance of legacy modal class definition (scrolling) [`c4eed66`](https://github.com/fomantic/Fomantic-UI/commit/c4eed662b0f1df038e8f1042f7ec4931db08f8c1)
|
1081
|
-
- Support hoverfloating for message aswell [`6a22d11`](https://github.com/fomantic/Fomantic-UI/commit/6a22d11c462c99c190b8df69abdcf0501d2c46bf)
|
1082
1359
|
- changing Composer package's name to Fomantic UI [`919ffd3`](https://github.com/fomantic/Fomantic-UI/commit/919ffd35dd7d42b505449e5235102bc96f697609)
|
1083
1360
|
- chore: update version [`a1ec555`](https://github.com/fomantic/Fomantic-UI/commit/a1ec5555d5166df47cdbc1891283ff125d9ade76)
|
1084
1361
|
- chaning Bower's package name [`7f50759`](https://github.com/fomantic/Fomantic-UI/commit/7f507591481f0a2f26540e0759c0cd52d523983b)
|
@@ -1121,9 +1398,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
1121
1398
|
- Spacing on theme config [`e0c03dd`](https://github.com/fomantic/Fomantic-UI/commit/e0c03ddbf54d6e9c65e2319d1d96528910562e45)
|
1122
1399
|
- refactor: redesign the README [`effcf62`](https://github.com/fomantic/Fomantic-UI/commit/effcf62ef3aa214218072356a1b05ebd810351d7)
|
1123
1400
|
- Fix Week calculation display (needs to start with monday at least), moved calculation inside of get methods [`74f5d47`](https://github.com/fomantic/Fomantic-UI/commit/74f5d47e25bfa448908e78116ae4991ae5ca8f87)
|
1401
|
+
- Finish adding useFlex setting for dimmer/modal [`e609212`](https://github.com/fomantic/Fomantic-UI/commit/e60921288810a60870f0676b9e65e8e4e06d9576)
|
1124
1402
|
- refactor: rewrite the contributing guide [`f6ed145`](https://github.com/fomantic/Fomantic-UI/commit/f6ed145d7f23853cd6cc617e9e63f6d85767d6ff)
|
1125
1403
|
- Finish refactor of modal to support legacy positioning for IE11 [`bbad430`](https://github.com/fomantic/Fomantic-UI/commit/bbad43026d0d0c6f52a62d2d1260039f4657b397)
|
1126
1404
|
- chore: update release notes [`f683ddc`](https://github.com/fomantic/Fomantic-UI/commit/f683ddc87b940d8306341beef84f91b4d9a6a089)
|
1405
|
+
- Working on legacy setting for modals [`9707e40`](https://github.com/fomantic/Fomantic-UI/commit/9707e40448212aa24ed74a58b838c14dceca4120)
|
1406
|
+
- Finish adding legacy settings [`fa55d1f`](https://github.com/fomantic/Fomantic-UI/commit/fa55d1f1081bc499dec9ceba39da8a5c931c6949)
|
1127
1407
|
- Fix legacy modals to support top aligned, fix bug in ie11 for swapping between top/middle aligned [`e35ce81`](https://github.com/fomantic/Fomantic-UI/commit/e35ce81e2777b37712982c4297866ef35ffb9a3c)
|
1128
1408
|
- Finish content loader images [`a036608`](https://github.com/fomantic/Fomantic-UI/commit/a0366085fc4910eb304af6155dfefc2bf4200fc3)
|
1129
1409
|
- feat(ISSUE_TEMPLATE): create bug report [`fabd1fd`](https://github.com/fomantic/Fomantic-UI/commit/fabd1fd29732bba8e25ff87ffdeef88f6c547887)
|
@@ -1138,6 +1418,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
1138
1418
|
- #6520 - remove blurring on dimmer hide. Remove console logs. [`8a1ad49`](https://github.com/fomantic/Fomantic-UI/commit/8a1ad49be101a99987f4818eb4d37f967ccfac11)
|
1139
1419
|
- feat(ISSUE_TEMPLATE): create feature request [`4efd13a`](https://github.com/fomantic/Fomantic-UI/commit/4efd13ac6c56a8a6fb5802860294a9364d558817)
|
1140
1420
|
- Add styling for clear icon [`a4688f1`](https://github.com/fomantic/Fomantic-UI/commit/a4688f101caa4b0bbdb4bbb02237673f0245aa8d)
|
1421
|
+
- Fixed scrolling for mobile devices while using dimmer [`e49faf0`](https://github.com/fomantic/Fomantic-UI/commit/e49faf0c01dd1f19017edcfae8bae139fa5413f2)
|
1141
1422
|
- Pressing the ESC key won't close all open modals anymore [`41180a7`](https://github.com/fomantic/Fomantic-UI/commit/41180a760436b2fa93f12b702f8250690298ddd3)
|
1142
1423
|
- Rlsnotes [`079dc7d`](https://github.com/fomantic/Fomantic-UI/commit/079dc7d9a7ad92f7eea6f40138bf01315f44696d)
|
1143
1424
|
- Fix interval on animation for placeholder [`b308c28`](https://github.com/fomantic/Fomantic-UI/commit/b308c282b741cf4053519b10f70a67ffce79a874)
|
@@ -1154,6 +1435,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
1154
1435
|
- Fix Multimonth display. table does not need/support to have semantic amount of column names to be specified [`3f98521`](https://github.com/fomantic/Fomantic-UI/commit/3f9852142e61ef1f051ce1411c12d74803dda4e8)
|
1155
1436
|
- chore: update release notes [`7e2f143`](https://github.com/fomantic/Fomantic-UI/commit/7e2f14359feb9a14b8df32d4dca4ebb6361ed1fd)
|
1156
1437
|
- Fix dropdown opening leftward inside menu [`56366b9`](https://github.com/fomantic/Fomantic-UI/commit/56366b96d31af4253eb8c4bfc37b6f2b376cec65)
|
1438
|
+
- Respect useFlex settinng if its a boolean [`cddcc36`](https://github.com/fomantic/Fomantic-UI/commit/cddcc364c35c4d66f5e8e7a299562b68af1ea803)
|
1157
1439
|
- fix: add placeholder to tasks [`93c054c`](https://github.com/fomantic/Fomantic-UI/commit/93c054cccefb656265ebf543dea3b89c265d843a)
|
1158
1440
|
- style: fix $title typo [`4199d85`](https://github.com/fomantic/Fomantic-UI/commit/4199d850b9bb3f10fa7d3dd3cffb79bc8db0adad)
|
1159
1441
|
- feat: add note about version jump [`2da5b24`](https://github.com/fomantic/Fomantic-UI/commit/2da5b243885042b81077b992b468ec7b8c025fa1)
|
@@ -1218,6 +1500,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
1218
1500
|
- Changed to fui repo [`#84`](https://github.com/fomantic/Fomantic-UI/issues/84)
|
1219
1501
|
- feat(loader): add colored loader variants [`#73`](https://github.com/fomantic/Fomantic-UI/issues/73)
|
1220
1502
|
- chore: 2.5 build [`298bd06`](https://github.com/fomantic/Fomantic-UI/commit/298bd061dffe0360947aca5499cef958c4a80273)
|
1503
|
+
- Initial calendar implementation [`d183143`](https://github.com/fomantic/Fomantic-UI/commit/d183143c994bfc0589851dceddc989078859e5f8)
|
1221
1504
|
- Added range component [`c04e273`](https://github.com/fomantic/Fomantic-UI/commit/c04e273658033205d49b97c231ed912eeae04f1d)
|
1222
1505
|
- feat(docs): added profile links to contributors [`9973de0`](https://github.com/fomantic/Fomantic-UI/commit/9973de04a05eb254c7df381bdca66aaee3a65c6e)
|
1223
1506
|
- feat(icons): add new icons [`2aaf0db`](https://github.com/fomantic/Fomantic-UI/commit/2aaf0db9207aeece5f32c46aef9bead91fc33e93)
|
@@ -1225,12 +1508,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
1225
1508
|
- fix(less): Use string escaping (e) and string formatting (%) functions for calc [`463f063`](https://github.com/fomantic/Fomantic-UI/commit/463f0636ff97c33e8163eadb28cd3fb25e36a710)
|
1226
1509
|
- fix(label): incorrect ribbon background on some labels [`a1aa3ba`](https://github.com/fomantic/Fomantic-UI/commit/a1aa3baecde436f1f8b77a60a3ddcffa704d9a84)
|
1227
1510
|
- refactor: update to fomantic org [`ec2d6d4`](https://github.com/fomantic/Fomantic-UI/commit/ec2d6d462072092e2fe5a824143291e92acc25f0)
|
1228
|
-
-
|
1511
|
+
- Implements inverted mode for standalone checkboxes [`1c80396`](https://github.com/fomantic/Fomantic-UI/commit/1c80396dd2f705e1963930e56aa92afee3472091)
|
1229
1512
|
- Add sized buttons group coupled dropdowns [`ffb826f`](https://github.com/fomantic/Fomantic-UI/commit/ffb826f1429c547aeabe7de28491e804bd18f248)
|
1230
1513
|
- Tweaking some mouse events [`4d1c0dd`](https://github.com/fomantic/Fomantic-UI/commit/4d1c0dd142d443c1ee7e31624854f41aec274513)
|
1231
1514
|
- Add sized menu coupled dropdowns [`ecf9cfd`](https://github.com/fomantic/Fomantic-UI/commit/ecf9cfdfb2d345728ca2b8fc5fde951419cd3b9f)
|
1232
|
-
- Working on legacy setting for modals [`9707e40`](https://github.com/fomantic/Fomantic-UI/commit/9707e40448212aa24ed74a58b838c14dceca4120)
|
1233
|
-
- Finish adding legacy settings [`fa55d1f`](https://github.com/fomantic/Fomantic-UI/commit/fa55d1f1081bc499dec9ceba39da8a5c931c6949)
|
1234
1515
|
- feat(cards): add horizontal variation [`60f10d5`](https://github.com/fomantic/Fomantic-UI/commit/60f10d5aa990e5eaeddfe18875aad41b0d89fa63)
|
1235
1516
|
- feat(search): add ability to disable link action [`5260a86`](https://github.com/fomantic/Fomantic-UI/commit/5260a86a909844283a7b4c048bc1d220bc3c0032)
|
1236
1517
|
- feat(menu): Add center modifier for menu [`272827f`](https://github.com/fomantic/Fomantic-UI/commit/272827fb3cff8e84116048f3f3888a011a3a8816)
|
@@ -1241,18 +1522,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
1241
1522
|
- Added a transparent textarea options on forms [`ebeee9e`](https://github.com/fomantic/Fomantic-UI/commit/ebeee9e6e823693cc746606b7f09c8e7c6d8da02)
|
1242
1523
|
- fix(checkbox): Set checked style class correctly on initial load [`85df5f6`](https://github.com/fomantic/Fomantic-UI/commit/85df5f6a448927ee4bd36c1d0bd06e611fc714a6)
|
1243
1524
|
- chore(docs): update release notes [`92f0c3e`](https://github.com/fomantic/Fomantic-UI/commit/92f0c3ee06dd8304b8dd00f452b185d255a0930f)
|
1525
|
+
- [Tab] Allow centered tab menu [`583989d`](https://github.com/fomantic/Fomantic-UI/commit/583989ddf6ca37dc824108ab4ac58ca2e05579a9)
|
1244
1526
|
- Added new horizontal variables [`66baabf`](https://github.com/fomantic/Fomantic-UI/commit/66baabf31278e5ce412a2f2f0f0d57dd6773943b)
|
1245
1527
|
- Added header comment [`704b1e1`](https://github.com/fomantic/Fomantic-UI/commit/704b1e168f784deb40dcad92573af60c18d5c34c)
|
1246
1528
|
- fix(search): set value inside onSelect callback [`d24d070`](https://github.com/fomantic/Fomantic-UI/commit/d24d070a07a032b86bf1c9bec05a05d81d362c3b)
|
1247
1529
|
- Added shields [`a2b6251`](https://github.com/fomantic/Fomantic-UI/commit/a2b6251677f4f21244fa08b3350f9714c51bc4a2)
|
1248
|
-
- Respect useFlex settinng if its a boolean [`cddcc36`](https://github.com/fomantic/Fomantic-UI/commit/cddcc364c35c4d66f5e8e7a299562b68af1ea803)
|
1249
1530
|
- Added release note [`f4e1073`](https://github.com/fomantic/Fomantic-UI/commit/f4e1073166cd1c14410a30c85d260bebfdc9ca27)
|
1250
1531
|
- chore: update version [`05e7c16`](https://github.com/fomantic/Fomantic-UI/commit/05e7c165bf5c36bbbbce5e860caa7a8984cf9a11)
|
1251
1532
|
- Added new horizontal variables [`3145ca5`](https://github.com/fomantic/Fomantic-UI/commit/3145ca56767f9dfa96af7dc73b12b85866329c77)
|
1252
1533
|
- fix(cards): add border radius to left side [`e277095`](https://github.com/fomantic/Fomantic-UI/commit/e2770950ad7038a14ba5e1dfa315622169a82c79)
|
1534
|
+
- Fixes the ugly secondary tabular centered menu [`cc8d5cf`](https://github.com/fomantic/Fomantic-UI/commit/cc8d5cf720872007041cd56d14eac80f2609e2d5)
|
1253
1535
|
- chore: update release date [`dfeb03e`](https://github.com/fomantic/Fomantic-UI/commit/dfeb03e48c5418bcbe4ca7e922b7d7e124188a38)
|
1254
1536
|
- chore: update release notes [`435171b`](https://github.com/fomantic/Fomantic-UI/commit/435171b7302cab9227a72724a9ac08dc3c596f0b)
|
1255
1537
|
- chore: updated release notes [`5ac3071`](https://github.com/fomantic/Fomantic-UI/commit/5ac3071529f6ca1bc58e4c4a2122154c7f34ba1a)
|
1538
|
+
- Add a line in the release notes [`ac2e335`](https://github.com/fomantic/Fomantic-UI/commit/ac2e3358600b4f8017a29ae46c146871c271b5fd)
|
1256
1539
|
- chore: update release notes [`cc278af`](https://github.com/fomantic/Fomantic-UI/commit/cc278aff928b193ce916439511dfa54f2c6eea89)
|
1257
1540
|
- chore: update release notes [`8845691`](https://github.com/fomantic/Fomantic-UI/commit/8845691f762976b85f21d6a65d0e32be5eeb7593)
|
1258
1541
|
- chore: release notes [`473ebf0`](https://github.com/fomantic/Fomantic-UI/commit/473ebf04ef80e534d198a03ab168ba4e201b2927)
|
@@ -1278,10 +1561,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
1278
1561
|
- Fix for icon group inside button missing margin [`#68`](https://github.com/fomantic/Fomantic-UI/pull/68)
|
1279
1562
|
- Fix for bad positionned icon group in a menu item [`#69`](https://github.com/fomantic/Fomantic-UI/pull/69)
|
1280
1563
|
- Fix clearable dropdown margin [`#67`](https://github.com/fomantic/Fomantic-UI/pull/67)
|
1281
|
-
- Initial calendar implementation [`d183143`](https://github.com/fomantic/Fomantic-UI/commit/d183143c994bfc0589851dceddc989078859e5f8)
|
1282
1564
|
- 2.4.4 build [`4a6674f`](https://github.com/fomantic/Fomantic-UI/commit/4a6674f5584e5a7374031d8c3816714c0e029fe6)
|
1283
|
-
- Implements inverted mode for standalone checkboxes [`1c80396`](https://github.com/fomantic/Fomantic-UI/commit/1c80396dd2f705e1963930e56aa92afee3472091)
|
1284
|
-
- Fixed scrolling for mobile devices while using dimmer [`e49faf0`](https://github.com/fomantic/Fomantic-UI/commit/e49faf0c01dd1f19017edcfae8bae139fa5413f2)
|
1285
1565
|
- Fix incorrect attached top header top margin [`aa2591f`](https://github.com/fomantic/Fomantic-UI/commit/aa2591f44edf5ff9a30aaeac5f84cff5c8a4f50d)
|
1286
1566
|
- Added release notes [`67792aa`](https://github.com/fomantic/Fomantic-UI/commit/67792aa1fea2ce7c620e73d00184cf4eb5adf670)
|
1287
1567
|
- Added loader speed variants [`c01a285`](https://github.com/fomantic/Fomantic-UI/commit/c01a28597f15bfcabf65b29c73aa82fbc994aca9)
|
@@ -1291,7 +1571,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
1291
1571
|
- Update release notes [`3c5de03`](https://github.com/fomantic/Fomantic-UI/commit/3c5de0305e96fbc9899c0a8345253d96c4cf7a5e)
|
1292
1572
|
- Fix icons position in a menu item when there's a group icon [`6ff8452`](https://github.com/fomantic/Fomantic-UI/commit/6ff84525fd673dd69c8469c2cafa406ed06d2937)
|
1293
1573
|
- Fix right margin inside button when there's an icon group [`342d7f9`](https://github.com/fomantic/Fomantic-UI/commit/342d7f9aef4dd4c19c957730c9ec5497adcec3dc)
|
1294
|
-
- Add a line in the release notes [`ac2e335`](https://github.com/fomantic/Fomantic-UI/commit/ac2e3358600b4f8017a29ae46c146871c271b5fd)
|
1295
1574
|
|
1296
1575
|
#### [2.4.3](https://github.com/fomantic/Fomantic-UI/compare/2.4.2...2.4.3)
|
1297
1576
|
|
@@ -1301,16 +1580,17 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
1301
1580
|
- [Docs] build error on new node version [`#61`](https://github.com/fomantic/Fomantic-UI/pull/61)
|
1302
1581
|
- [Button] tertiary buttons have @basicDownBackground when :active [`#62`](https://github.com/fomantic/Fomantic-UI/pull/62)
|
1303
1582
|
- Invalid inverted message [`#58`](https://github.com/fomantic/Fomantic-UI/pull/58)
|
1583
|
+
- [Dependency] Add compatibility with Less 3.x [`#6447`](https://github.com/fomantic/Fomantic-UI/pull/6447)
|
1304
1584
|
- Fixes #60 [`#60`](https://github.com/fomantic/Fomantic-UI/issues/60)
|
1305
1585
|
- Fixes #54 [`#54`](https://github.com/fomantic/Fomantic-UI/issues/54)
|
1306
1586
|
- Build 2.3.3 [`09e2ccd`](https://github.com/fomantic/Fomantic-UI/commit/09e2ccd59d9407055f78e78d53fca7d71cbc6e1e)
|
1307
1587
|
- 2.4.3 Build [`650b6ff`](https://github.com/fomantic/Fomantic-UI/commit/650b6ffb68db668a701547eed635c84939e6ea55)
|
1308
|
-
- Implements dropdown different sizes (standalone and in forms) [`43e56f6`](https://github.com/fomantic/Fomantic-UI/commit/43e56f6d7b02d280f8851bdccfdf729441604c72)
|
1309
1588
|
- #6428 Deprecate several icons using in and out class [`ef77e8d`](https://github.com/fomantic/Fomantic-UI/commit/ef77e8dafa5065fbcdbe9f02898695a2e8ff5274)
|
1310
1589
|
- Build 2.3.3 [`ef8bc2e`](https://github.com/fomantic/Fomantic-UI/commit/ef8bc2e2ca10f97e3188c90e135a846aa33915ae)
|
1311
1590
|
- Move deprecated icons before normal rules to prevent improper inheritance [`403a377`](https://github.com/fomantic/Fomantic-UI/commit/403a37799030c246db46aa45302f0c915c17b610)
|
1312
1591
|
- 2.4.3 release notes [`765bde7`](https://github.com/fomantic/Fomantic-UI/commit/765bde7f02752187c25d11591378760fa19255f1)
|
1313
1592
|
- Sign in/out alternate are actually duplicates [`363f283`](https://github.com/fomantic/Fomantic-UI/commit/363f283915619170366e41ad6dad70e1fce5fee2)
|
1593
|
+
- Add compatibility with Less 3.x [`9226167`](https://github.com/fomantic/Fomantic-UI/commit/92261675c25bfce8b1cf96aa5d70f6b07d2b93a6)
|
1314
1594
|
- Bumped version [`aaa7e44`](https://github.com/fomantic/Fomantic-UI/commit/aaa7e44aa4d487067c6e3bb7fbe3b8474294c89d)
|
1315
1595
|
- Add rlsnote date [`146d960`](https://github.com/fomantic/Fomantic-UI/commit/146d960a249d43d68ce78dffb3e1abf3b00b1f1d)
|
1316
1596
|
- Fix api settings to pull cache from cache settings by default [`b45aafd`](https://github.com/fomantic/Fomantic-UI/commit/b45aafd441793361eafcc4e5a0461b54a56722b6)
|
@@ -1336,7 +1616,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
1336
1616
|
- [Label] :ActiveHover is not a valid selector error #5908 [`#51`](https://github.com/fomantic/Fomantic-UI/pull/51)
|
1337
1617
|
- [Dependency] Add compatibility with Less 3.x #6447 [`#52`](https://github.com/fomantic/Fomantic-UI/pull/52)
|
1338
1618
|
- Next to beta [`#53`](https://github.com/fomantic/Fomantic-UI/pull/53)
|
1339
|
-
- [Dependency] Add compatibility with Less 3.x [`#6447`](https://github.com/fomantic/Fomantic-UI/pull/6447)
|
1340
1619
|
- Merge pull request #41 from prudho/next [`#6442`](https://github.com/fomantic/Fomantic-UI/issues/6442)
|
1341
1620
|
- Fix #6442 [`#6442`](https://github.com/fomantic/Fomantic-UI/issues/6442)
|
1342
1621
|
- 2.4.2 Build [`b1a661e`](https://github.com/fomantic/Fomantic-UI/commit/b1a661e3fc65a2f5f383c40c778b33ad1c89e7a3)
|
@@ -1346,16 +1625,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
1346
1625
|
- Update CONTRIBUTING.md [`5eb20d6`](https://github.com/fomantic/Fomantic-UI/commit/5eb20d649a38668777069c5cee92236d17be16b9)
|
1347
1626
|
- Clean dropdown mutation code [`eae5001`](https://github.com/fomantic/Fomantic-UI/commit/eae5001ea2a65adb076749019334d2965e487f1c)
|
1348
1627
|
- revert: "Add solve for dimmer to prevent modal scrolling in bg" [`96e8747`](https://github.com/fomantic/Fomantic-UI/commit/96e8747a855bc65a0eb52eeb1cbf2565361ff4ce)
|
1349
|
-
- [Tab] Allow centered tab menu [`583989d`](https://github.com/fomantic/Fomantic-UI/commit/583989ddf6ca37dc824108ab4ac58ca2e05579a9)
|
1350
1628
|
- Fix searchable dropdown that doesn't get focus on show [`d948892`](https://github.com/fomantic/Fomantic-UI/commit/d948892b9751729ed97f60525b3aa739ac57dd40)
|
1351
1629
|
- Revert "Fix searchable dropdown that doesn't get focus on show" [`b460ba9`](https://github.com/fomantic/Fomantic-UI/commit/b460ba9e7bebc86be9762f8d8ac4ad67827f745a)
|
1352
1630
|
- Add compatibility with Less 3.x [`1ec2d04`](https://github.com/fomantic/Fomantic-UI/commit/1ec2d04b79136ddff854b84e30f4f7689645679d)
|
1353
1631
|
- Fix searchable dropdown that doesn't get focus on show [`dff098f`](https://github.com/fomantic/Fomantic-UI/commit/dff098f8cd4532f33ee106616f045851a2f05df0)
|
1354
|
-
- Add compatibility with Less 3.x [`9226167`](https://github.com/fomantic/Fomantic-UI/commit/92261675c25bfce8b1cf96aa5d70f6b07d2b93a6)
|
1355
1632
|
- Bumped version [`ddec4ca`](https://github.com/fomantic/Fomantic-UI/commit/ddec4ca81556e8f69b6a4b6089a54094bef1210f)
|
1356
1633
|
- fix(label): Replace :ActiveHover with :hover [`1d8d82d`](https://github.com/fomantic/Fomantic-UI/commit/1d8d82dc72e54f5fc6561dcfc1fe4de55de3306f)
|
1357
1634
|
- fix(tab/segment): Add margin-bottom to last tab segment [`530b7b4`](https://github.com/fomantic/Fomantic-UI/commit/530b7b44dce186c0bfdb43d5bdc26a70a9f675dd)
|
1358
|
-
- Fixes the ugly secondary tabular centered menu [`cc8d5cf`](https://github.com/fomantic/Fomantic-UI/commit/cc8d5cf720872007041cd56d14eac80f2609e2d5)
|
1359
1635
|
- Updated next branch to beta [`0be37db`](https://github.com/fomantic/Fomantic-UI/commit/0be37db5d4bbede6ac0353b9ff74f447bf0f085e)
|
1360
1636
|
- fix(modal): Set position of modal element to relative [`446ea69`](https://github.com/fomantic/Fomantic-UI/commit/446ea69070a528667172ebae571e596f02b5c961)
|
1361
1637
|
|
@@ -2292,7 +2568,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
2292
2568
|
- Allow `onHide` callbacks for dropdown prevent hiding [`4dfeaab`](https://github.com/fomantic/Fomantic-UI/commit/4dfeaabe9b63772dd72ec1a9d8058dcc07c8c0e2)
|
2293
2569
|
- #2526 Add jitter to deal with rounding issues when popup is adjacent to edge [`5b2b198`](https://github.com/fomantic/Fomantic-UI/commit/5b2b1981018722cdb3aab047011f1be94f97c178)
|
2294
2570
|
- Build 2.3.2 [`8a25358`](https://github.com/fomantic/Fomantic-UI/commit/8a25358ae52cbbfb9f07760789b5632e39f71707)
|
2295
|
-
-
|
2571
|
+
- Fix icon inside label inside a.item wrongly colored [`c0bdf53`](https://github.com/fomantic/Fomantic-UI/commit/c0bdf5300a980ff5db862d6fc1f1b38e76eca904)
|
2296
2572
|
- Adds coupling for ribbon label with reveal #5681 [`c423611`](https://github.com/fomantic/Fomantic-UI/commit/c4236115ade83b45c2d234f73a3b9ab2688b7f1d)
|
2297
2573
|
- Fix issue where dropdowns might animate outward two times on blur [`2c5cc6f`](https://github.com/fomantic/Fomantic-UI/commit/2c5cc6fc1c06130500db17cac948a6dd0c388d0c)
|
2298
2574
|
- Add scrolling content style [`784c0a1`](https://github.com/fomantic/Fomantic-UI/commit/784c0a191ab4b86655d100345359728334e3800a)
|
@@ -3077,678 +3353,306 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
3077
3353
|
- RLSNOTES [`df6a752`](https://github.com/fomantic/Fomantic-UI/commit/df6a752308a1c1437c22befd898eab10f8a190c8)
|
3078
3354
|
- Add category result padding [`dc3b297`](https://github.com/fomantic/Fomantic-UI/commit/dc3b2976342b9caa2af623e03eeac8e586c74e64)
|
3079
3355
|
- Merge https://github.com/pcj/Semantic-UI into next [`04d8080`](https://github.com/fomantic/Fomantic-UI/commit/04d8080055fa90df3be76bc285277e37f8a1a814)
|
3356
|
+
- build for jsfiddle [`5a29833`](https://github.com/fomantic/Fomantic-UI/commit/5a29833e1de94d5dee51d04e162be215a552c631)
|
3080
3357
|
- Build for jsfiddle [`9f60a77`](https://github.com/fomantic/Fomantic-UI/commit/9f60a77391814de3116d38ef2ffa8741eab57204)
|
3081
3358
|
- build dist for select [`8da0ff7`](https://github.com/fomantic/Fomantic-UI/commit/8da0ff7eb12badd04e292cdc4c12fd7d1895a457)
|
3359
|
+
- Finish fixing scope in less [`af45f1a`](https://github.com/fomantic/Fomantic-UI/commit/af45f1a9a6f35c075166a8021cbcd112170d9d1a)
|
3360
|
+
- Swap mix-in for & {} [`f7f1d19`](https://github.com/fomantic/Fomantic-UI/commit/f7f1d1939d731f877b41073afc9ad71d63887945)
|
3361
|
+
- Latest version [`0025844`](https://github.com/fomantic/Fomantic-UI/commit/00258448a53eae636acad9bfbe144464ca8f19f8)
|
3362
|
+
- Simplify dep ver [`3f690d6`](https://github.com/fomantic/Fomantic-UI/commit/3f690d6c9be6bb369f76d450a03d4fb7a399f3c2)
|
3363
|
+
- Swap deps backP [`9fa2908`](https://github.com/fomantic/Fomantic-UI/commit/9fa2908788d4299b5d221c17640444ca57f106be)
|
3364
|
+
- More things to install [`c40c881`](https://github.com/fomantic/Fomantic-UI/commit/c40c881040cd0019415062db0c9f65840ce79304)
|
3365
|
+
- Adds coupling for ribbon label with image/card #1807 [`af7c709`](https://github.com/fomantic/Fomantic-UI/commit/af7c70978e44d84a135fe92a99489041d136feb4)
|
3366
|
+
- Add segment groups #1809 [`6c27b61`](https://github.com/fomantic/Fomantic-UI/commit/6c27b6117bd241c5eabbdb9e346ecf37ef2d6b33)
|
3367
|
+
- #1807, make labels have segment padding by default [`68f7408`](https://github.com/fomantic/Fomantic-UI/commit/68f740874cf8f7450bb23538ae4bf21f6d352026)
|
3368
|
+
- Fix paths in win [`a7c6cd3`](https://github.com/fomantic/Fomantic-UI/commit/a7c6cd3384305784e98174b00f12312bdd922159)
|
3369
|
+
- Cut out deps? [`48057d2`](https://github.com/fomantic/Fomantic-UI/commit/48057d20b1bf57ef2c74453e9c5e6f8027bce7a3)
|
3370
|
+
- Fix rating valign [`db2abcb`](https://github.com/fomantic/Fomantic-UI/commit/db2abcbd6b6bb8dce6d2d1690dff408abd84112a)
|
3371
|
+
- Fix themes path backslash matching regex group (positive lookahead) [`419ffd8`](https://github.com/fomantic/Fomantic-UI/commit/419ffd8562fbc3ce380f313c53e575f486f4a4ca)
|
3372
|
+
- Add flexbox cards to default theme [`0432874`](https://github.com/fomantic/Fomantic-UI/commit/04328747ed55701699bec0bff29f407656468319)
|
3373
|
+
- Update release notes [`e3cd003`](https://github.com/fomantic/Fomantic-UI/commit/e3cd0038ca0f010c3c17fd8404014e6643a3fc67)
|
3374
|
+
- Add segment/card coupling with attached progress [`aea9abd`](https://github.com/fomantic/Fomantic-UI/commit/aea9abd6187564265e9c1a64a1930aa93c719b36)
|
3375
|
+
- Remove mkdir on node_modules, add logs [`d06c2db`](https://github.com/fomantic/Fomantic-UI/commit/d06c2dbd75e12bdd87f5ca3c78d22ef7d437a7d0)
|
3376
|
+
- #1804, Fix resize logic for scrolling modal to include padding [`dada633`](https://github.com/fomantic/Fomantic-UI/commit/dada633c7f1b025c985f191ab9a253204bb8582c)
|
3377
|
+
- Update release notes remove empty rule [`fcf17d2`](https://github.com/fomantic/Fomantic-UI/commit/fcf17d202d8dc79253a30a61b22b81076d017cd5)
|
3378
|
+
- Edge cases [`7851d3a`](https://github.com/fomantic/Fomantic-UI/commit/7851d3ae42d7f98618df7c40ba43e759b3beedac)
|
3379
|
+
- Fix typos from regex [`738edcc`](https://github.com/fomantic/Fomantic-UI/commit/738edccabb7c3ca323561913b7fc1c387fd7b68e)
|
3380
|
+
- Finalize card flexbox #1760 [`cc46869`](https://github.com/fomantic/Fomantic-UI/commit/cc46869465c110879ef4bd44f071ef50a2f617a6)
|
3381
|
+
- Update rlsnotes [`e9f2f48`](https://github.com/fomantic/Fomantic-UI/commit/e9f2f489bdf4e13f1c37c351cec72554181b1fdb)
|
3382
|
+
- Fixing more walks on WIN32 [`e57b009`](https://github.com/fomantic/Fomantic-UI/commit/e57b009a592fd57ffee8db4de24398ec5d70d649)
|
3383
|
+
- Install message [`7027240`](https://github.com/fomantic/Fomantic-UI/commit/702724006f4566e770b5585b7c1249fee9e3d339)
|
3384
|
+
- Rail is 100% height by default [`2c45285`](https://github.com/fomantic/Fomantic-UI/commit/2c45285ff57fed06fd74ca3bd601deefc0e3fe03)
|
3385
|
+
- Fix config comment replace regex not to be greedy [`5a1e347`](https://github.com/fomantic/Fomantic-UI/commit/5a1e347ed5471de7ce7b1583ccc277d1beec367c)
|
3386
|
+
- Fix gulp docs glob [`b2994d5`](https://github.com/fomantic/Fomantic-UI/commit/b2994d58d0a1e0d38dab0802fbea74fa57f7398f)
|
3387
|
+
- Debug [`bb8f9d3`](https://github.com/fomantic/Fomantic-UI/commit/bb8f9d3ed7eb74f41c0d8589f49a906904375b32)
|
3388
|
+
- Make icon size round to exact pixel to avoid valign issues #1779 [`f37b2a8`](https://github.com/fomantic/Fomantic-UI/commit/f37b2a83ba4a52b58affcb4253c9fff6ff52a91b)
|
3389
|
+
- Tested versioning [`822acf2`](https://github.com/fomantic/Fomantic-UI/commit/822acf2ae9b85f560f1bece8f3694d48581f6b90)
|
3390
|
+
- Test versioning [`e9a29b6`](https://github.com/fomantic/Fomantic-UI/commit/e9a29b6c611a97df524fc406be6df345b0c7fe13)
|
3391
|
+
- Sticky component does not set height when already same height [`b4338c7`](https://github.com/fomantic/Fomantic-UI/commit/b4338c702eb38a03d22ff78119d789fa990491bc)
|
3392
|
+
- Remove debug [`1440814`](https://github.com/fomantic/Fomantic-UI/commit/1440814609204eccbdc9affec0b2018bfc22d95c)
|
3393
|
+
- Update notes [`c0e9571`](https://github.com/fomantic/Fomantic-UI/commit/c0e9571aa1c9b697e4ff711ff0bc235b47f5ddc1)
|
3394
|
+
- Update release notes [`33cae72`](https://github.com/fomantic/Fomantic-UI/commit/33cae72a0f804fdf63b24f0ee09a8065f328f473)
|
3395
|
+
- Update rlsnotes [`e158398`](https://github.com/fomantic/Fomantic-UI/commit/e158398c64bfe5f7de5a1857309740dcb9bd9e6f)
|
3396
|
+
- Fix config path [`8c27ff5`](https://github.com/fomantic/Fomantic-UI/commit/8c27ff5c0557de0ca87a095c447d03da835e5914)
|
3397
|
+
- Oops old dep [`6332f70`](https://github.com/fomantic/Fomantic-UI/commit/6332f70cbc1d66078a2f3944300be41de8710433)
|
3398
|
+
- dedupe [`dcceb36`](https://github.com/fomantic/Fomantic-UI/commit/dcceb369f0f03f9801f78e789a9cb2550d1276bb)
|
3399
|
+
- Rlsnotes #1812 [`05be471`](https://github.com/fomantic/Fomantic-UI/commit/05be4717e56aa3a0dfbba343e50d789f5d9700ee)
|
3400
|
+
- Info messages are now visible inside forms [`51bfcbb`](https://github.com/fomantic/Fomantic-UI/commit/51bfcbb3a63ec6a88e3f77f18595b097fd7759ef)
|
3401
|
+
- Add card color variations merges in #1764 [`7cf3625`](https://github.com/fomantic/Fomantic-UI/commit/7cf36257953cd138553db8a514571048b301174b)
|
3402
|
+
- Updates build dist for jsfiddle [`5a03b66`](https://github.com/fomantic/Fomantic-UI/commit/5a03b66b81532b674e310850ceba92e12cd373d1)
|
3403
|
+
- Rebuild dist [`90f5c0d`](https://github.com/fomantic/Fomantic-UI/commit/90f5c0d8d3c0eed4ae7dfd2fed82e4d00c2f6319)
|
3404
|
+
- Stubs out all missing task files [`5065dbd`](https://github.com/fomantic/Fomantic-UI/commit/5065dbd1fbfa9929d57128663b7bccead10dcf9a)
|
3082
3405
|
- Build 1.10.3 [`951a35f`](https://github.com/fomantic/Fomantic-UI/commit/951a35f79c31d3f4e0a4a8eb0cd1fb63976b7967)
|
3083
3406
|
- Build 1.11.0 [`838badb`](https://github.com/fomantic/Fomantic-UI/commit/838badb2aae41124101505e3e3666cf73dabfa92)
|
3407
|
+
- Rebuild dist [`f097f25`](https://github.com/fomantic/Fomantic-UI/commit/f097f25e2c9c4bda34bf9952dffe4e3a3c5ac38d)
|
3408
|
+
- Update some color defaults and rlsnotes [`ee6988b`](https://github.com/fomantic/Fomantic-UI/commit/ee6988b5fd126bbbc39b6f347cb1d135d945c537)
|
3409
|
+
- Rebuild dist [`527ce14`](https://github.com/fomantic/Fomantic-UI/commit/527ce14d444a7346104e53dab2e0f16a1b9e9667)
|
3410
|
+
- Adds task rewrite, incomplete [`a68ab85`](https://github.com/fomantic/Fomantic-UI/commit/a68ab855ef98cdd8939cee0d796332e0667db4aa)
|
3411
|
+
- #2263 release notes and build [`e3c2b67`](https://github.com/fomantic/Fomantic-UI/commit/e3c2b670398721dae48d29ac9665797ad9d0e629)
|
3412
|
+
- rebuild dist [`e4c9b2d`](https://github.com/fomantic/Fomantic-UI/commit/e4c9b2daecafafb3b6d9485004a76ccc83727bce)
|
3413
|
+
- Add fix for iframes in chrome [`d5e0225`](https://github.com/fomantic/Fomantic-UI/commit/d5e0225f3f441d3fffed0e75a0f3a8e17ac819e8)
|
3414
|
+
- Rebuild dist/ [`9a78029`](https://github.com/fomantic/Fomantic-UI/commit/9a7802979a646a808018abc8738600f1d68e0264)
|
3415
|
+
- Finalize folder structure [`0e9da27`](https://github.com/fomantic/Fomantic-UI/commit/0e9da27234b9dbb8d7a477d8e48067cafcbb1c1d)
|
3416
|
+
- Work on examples [`14b1a4f`](https://github.com/fomantic/Fomantic-UI/commit/14b1a4feab97b8d434e4956575187e3bee983dd8)
|
3417
|
+
- Build 1.8.0 [`a3932fc`](https://github.com/fomantic/Fomantic-UI/commit/a3932fcbdbec684cdd20e6b0fc7eacdad78377bf)
|
3418
|
+
- Iteration on gulpfile [`0d0ffef`](https://github.com/fomantic/Fomantic-UI/commit/0d0ffef0ed24e15a4308d28ea339e5dbed72715a)
|
3419
|
+
- Rebuild dist #2466 [`a438180`](https://github.com/fomantic/Fomantic-UI/commit/a438180dedd24aa84189d388cff4218bc2d50cf2)
|
3084
3420
|
- Build 1.9.0 [`4db4e84`](https://github.com/fomantic/Fomantic-UI/commit/4db4e84ba1c693bafb7736f951260b8c6b95f03f)
|
3421
|
+
- Rebuild dist [`a07e699`](https://github.com/fomantic/Fomantic-UI/commit/a07e6995ba6eb8689df9691351db39be6593afcb)
|
3422
|
+
- rebuild dist [`ebbad9f`](https://github.com/fomantic/Fomantic-UI/commit/ebbad9fb73a3a8281edf226941ddeba92abc5134)
|
3423
|
+
- Rebuild dist [`6c0d692`](https://github.com/fomantic/Fomantic-UI/commit/6c0d692c919e097335ceaef166f1186ef0fa9484)
|
3424
|
+
- Rebuild dist/ [`cdf8aad`](https://github.com/fomantic/Fomantic-UI/commit/cdf8aadda1049c20b363ceef34645a6f917f2914)
|
3425
|
+
- Adds WOFF2 and new icon files #1729 [`3e34e58`](https://github.com/fomantic/Fomantic-UI/commit/3e34e58ee3b6d67ea249ee64f284f8ad2ae50240)
|
3085
3426
|
- Moving whole grid to flex [`28b3a25`](https://github.com/fomantic/Fomantic-UI/commit/28b3a253e84cc839906669fc4af0afcd85f8a3dd)
|
3427
|
+
- Rebuild dist [`30cb980`](https://github.com/fomantic/Fomantic-UI/commit/30cb9803005a0c5bdd4e0a8915585f7aabf70fd4)
|
3086
3428
|
- Build 1.11.5 [`4dd6d89`](https://github.com/fomantic/Fomantic-UI/commit/4dd6d897693d7e2b294ef83295cb9717d5e679fa)
|
3087
3429
|
- Build 1.11.2 [`1fc4ead`](https://github.com/fomantic/Fomantic-UI/commit/1fc4ead6a49e9d771d6a8cf5132385c94d2b1c9b)
|
3430
|
+
- Complete docs tasks [`a9b9b07`](https://github.com/fomantic/Fomantic-UI/commit/a9b9b07514144491f36560f27cc78eaec05dcc5f)
|
3431
|
+
- Adds github themes from example repo [`2ae29ec`](https://github.com/fomantic/Fomantic-UI/commit/2ae29ec09a5258220e2197eea9786c5139b44d4c)
|
3432
|
+
- Setup embed component, fix all contributors banners in src [`40fb074`](https://github.com/fomantic/Fomantic-UI/commit/40fb0743eb4062d9028f4f47494502458902578c)
|
3433
|
+
- Rebuild dist #2382 [`13a739b`](https://github.com/fomantic/Fomantic-UI/commit/13a739b3254b35e60e7980a440e63ba22774238d)
|
3434
|
+
- New examples [`df06ea3`](https://github.com/fomantic/Fomantic-UI/commit/df06ea37f4054c2c3cdff3962e70f10ecbc2224f)
|
3435
|
+
- Rebuild dist #2252 #2212 #1912 #230 [`1e18d4f`](https://github.com/fomantic/Fomantic-UI/commit/1e18d4f26f0a0e4229a3c8561bc62fbcad88d759)
|
3436
|
+
- Build 1.8.1 [`c56a538`](https://github.com/fomantic/Fomantic-UI/commit/c56a53886f4686c4a2b96836ab790d0cb152461e)
|
3437
|
+
- Iteration on embed rewrite [`26d2003`](https://github.com/fomantic/Fomantic-UI/commit/26d20037953eb567dd062cf316b9288cceba0943)
|
3088
3438
|
- Iteration on container [`2986331`](https://github.com/fomantic/Fomantic-UI/commit/29863318eb2d2f27c56825fe99db6b254e76ff23)
|
3089
3439
|
- Package 1.10.0 [`373578a`](https://github.com/fomantic/Fomantic-UI/commit/373578a3eba519a8b3fec29c46def27bf66ba229)
|
3440
|
+
- #2280 Add colored variations for labels [`70a87a2`](https://github.com/fomantic/Fomantic-UI/commit/70a87a20202e1eaacaad1ea89e532d019f01b181)
|
3441
|
+
- Rebuild dist [`30e87b3`](https://github.com/fomantic/Fomantic-UI/commit/30e87b352112d8aa3eb97fc775c36ac079e1e12c)
|
3442
|
+
- Build 1.7.0 [`37179d2`](https://github.com/fomantic/Fomantic-UI/commit/37179d2fc7b35dc15b2b5c2ff7f2397a99137018)
|
3443
|
+
- Build 1.12.1 [`b63c641`](https://github.com/fomantic/Fomantic-UI/commit/b63c64161f99c0aa3628e1750cd58303a3725077)
|
3444
|
+
- #2467 - Add examples for many responsive element patterns [`07026da`](https://github.com/fomantic/Fomantic-UI/commit/07026da5dc45a878a0b9105c550de8bba07a5c0c)
|
3090
3445
|
- Build 1.11.3 [`ccdf35b`](https://github.com/fomantic/Fomantic-UI/commit/ccdf35b1ae6bebc06343a42e9eb2df2f3da0a0f1)
|
3446
|
+
- Rebuild dist/ [`9bdcc14`](https://github.com/fomantic/Fomantic-UI/commit/9bdcc14561fb462ec6c0afc09769debdb2f8f621)
|
3091
3447
|
- Build 1.11.4 - Fighting the flex edition [`e8e2c0c`](https://github.com/fomantic/Fomantic-UI/commit/e8e2c0c8ad21cc97e17a02c6adc7815f809f2a10)
|
3448
|
+
- #2280 Add olive color, add other missing header colors [`b145912`](https://github.com/fomantic/Fomantic-UI/commit/b145912c6baa488dd5a5e8029b71785691e86b8c)
|
3449
|
+
- Merge in PR and sort transitions alphabetically #1623 [`405db33`](https://github.com/fomantic/Fomantic-UI/commit/405db334f021d998f06929e1a300b50d98af8cf2)
|
3450
|
+
- Rebuild dist [`75a2955`](https://github.com/fomantic/Fomantic-UI/commit/75a295591283ede279d1b40bb3bbbdc2ab3c446a)
|
3092
3451
|
- Adding css/less admin tasks [`173f640`](https://github.com/fomantic/Fomantic-UI/commit/173f6400d05fffc05000c4b040bb18c5850bf499)
|
3452
|
+
- Rebuild dist [`daa358d`](https://github.com/fomantic/Fomantic-UI/commit/daa358dd1a9106ac6048e3bced13a9ea890740e3)
|
3453
|
+
- Rebuild dist [`394d9b4`](https://github.com/fomantic/Fomantic-UI/commit/394d9b404ee1714be775a7db36ea76c9e81a12d7)
|
3454
|
+
- Rebuilding dist [`971c4cd`](https://github.com/fomantic/Fomantic-UI/commit/971c4cd9d3d0c26c0aa26ecb03a7821aad4076e5)
|
3093
3455
|
- Rebuild dist [`e9fdb08`](https://github.com/fomantic/Fomantic-UI/commit/e9fdb082d0d17e0a995bd07ba1a53b085df4382d)
|
3456
|
+
- Rebuild dist [`1ca7ed0`](https://github.com/fomantic/Fomantic-UI/commit/1ca7ed05b9e390536040d7e522ff5e82c85eef96)
|
3457
|
+
- Rebuild dist/ [`271905f`](https://github.com/fomantic/Fomantic-UI/commit/271905f2bb86366e5955db750f34473ea1b94e16)
|
3458
|
+
- Rebuild dist [`4c71529`](https://github.com/fomantic/Fomantic-UI/commit/4c71529b1dece3a1c13ab5699591bb77cf0b51ca)
|
3459
|
+
- Rebuild and remove form debug [`e2330f8`](https://github.com/fomantic/Fomantic-UI/commit/e2330f8b7545033b6ba3ee34a1081f77bac88581)
|
3460
|
+
- Rebuild dist [`d82a103`](https://github.com/fomantic/Fomantic-UI/commit/d82a103bb99dbf8cabe149641fb0e3b65a88def6)
|
3461
|
+
- rebuild dist [`9f44700`](https://github.com/fomantic/Fomantic-UI/commit/9f44700dbc5d1794a36678f1c3ed2b2855266bd1)
|
3094
3462
|
- Iteration on multiselect, adds label deletion, proper string delimiters [`78cee91`](https://github.com/fomantic/Fomantic-UI/commit/78cee91a532adc10cddc183f782634dbe4ffee10)
|
3463
|
+
- Rebuild dist [`967a764`](https://github.com/fomantic/Fomantic-UI/commit/967a7647bc37b07cb9faeadbdc4c113c7900e813)
|
3095
3464
|
- Build 1.11.1 [`0a9ccfd`](https://github.com/fomantic/Fomantic-UI/commit/0a9ccfd821fe532d16e7cf4b94cddc93438e98a6)
|
3465
|
+
- Rebuild dist [`5d20107`](https://github.com/fomantic/Fomantic-UI/commit/5d201078f7d4a9562ceba0e9fe1b46b7d578eca4)
|
3096
3466
|
- Add label selection, group selection, fixes some keyboard events [`3c4294f`](https://github.com/fomantic/Fomantic-UI/commit/3c4294fbb0027e125f90167651bff460b4dda6b2)
|
3467
|
+
- #2264, add focus colors to site, add focus rules for all possible button styles [`d7f7bab`](https://github.com/fomantic/Fomantic-UI/commit/d7f7babd314e6647925685f23de96fa3526980ac)
|
3468
|
+
- Build 2.1.3 [`5fc32e1`](https://github.com/fomantic/Fomantic-UI/commit/5fc32e173b23670488aacbe14aea4a77040a409c)
|
3469
|
+
- Version tick and build [`a69dc2f`](https://github.com/fomantic/Fomantic-UI/commit/a69dc2fc6d1fd18fd0405c79d82e9049ca9c118e)
|
3097
3470
|
- Add back loadUIOverrides() [`0fa47ce`](https://github.com/fomantic/Fomantic-UI/commit/0fa47ce04c1223e0fc90b7cfa2e078ef69084aec)
|
3471
|
+
- Rebuild dist #2335 [`de4a9b0`](https://github.com/fomantic/Fomantic-UI/commit/de4a9b08b5117758583d289eacc2e9773db72050)
|
3472
|
+
- Rebuild for jsfiddle [`9d1f70f`](https://github.com/fomantic/Fomantic-UI/commit/9d1f70f8b75da9899de111e335d8f1859d2be96e)
|
3473
|
+
- Build 1.12.2 [`ad0b21e`](https://github.com/fomantic/Fomantic-UI/commit/ad0b21e315df693406da5495296fe4bd2529fa9d)
|
3474
|
+
- Build 1.12.3 [`069ea0a`](https://github.com/fomantic/Fomantic-UI/commit/069ea0aef47ce4f32c1c17b4f6a9a4effddc9600)
|
3098
3475
|
- Release 1.10.4 [`6309377`](https://github.com/fomantic/Fomantic-UI/commit/6309377315cb0bdf76907c4adbdc1f3e5603d5c3)
|
3476
|
+
- Update gulpfile incomplete [`f657d1e`](https://github.com/fomantic/Fomantic-UI/commit/f657d1eb3acb92c30c0a29a2ea01db7e26d5efe0)
|
3099
3477
|
- Updates from bootstrap example [`0255bbf`](https://github.com/fomantic/Fomantic-UI/commit/0255bbfe8f44247e1c7b818f9b69fe8ec43b7fb1)
|
3478
|
+
- Rename bounce as fly #1623 [`e7e73a1`](https://github.com/fomantic/Fomantic-UI/commit/e7e73a1a18815c2f312dd748bde7c031cbe02bc6)
|
3479
|
+
- Update version to 2.1.6 [`d2b7520`](https://github.com/fomantic/Fomantic-UI/commit/d2b75201c95645f3f76867f32916784247390ff1)
|
3480
|
+
- Update version to 2.1.6 [`637471e`](https://github.com/fomantic/Fomantic-UI/commit/637471e86c1e44039c38ade112de64b7a349c1ef)
|
3481
|
+
- Update rlsnotes, rebuild [`0359dd1`](https://github.com/fomantic/Fomantic-UI/commit/0359dd12ecfdf5c0263c63bc9ea615429d33d105)
|
3482
|
+
- Iteration on settings inheritance [`00cfecd`](https://github.com/fomantic/Fomantic-UI/commit/00cfecdc9a8819f7249e83d40be9b2a114134631)
|
3100
3483
|
- Update licenses in src [`121107f`](https://github.com/fomantic/Fomantic-UI/commit/121107fbf2865a89cf34efdd6befc6cbc14f04f9)
|
3101
3484
|
- Update examples, fixes [`c2b16c2`](https://github.com/fomantic/Fomantic-UI/commit/c2b16c2d3e1569df73227d33d1261c4c8da4e43e)
|
3485
|
+
- Rebuild dist/ [`6c5d49d`](https://github.com/fomantic/Fomantic-UI/commit/6c5d49d25345d1e7ad05d84a390bd4a2cee62613)
|
3486
|
+
- Build 2.1.2 [`4f99f1e`](https://github.com/fomantic/Fomantic-UI/commit/4f99f1ef0bb4ae73152784ff71f7e70ae118e98e)
|
3487
|
+
- Add multiple validation rules to form validation, convert form validation to using one settings object, add errored styles to multiple form validation [`8bc6274`](https://github.com/fomantic/Fomantic-UI/commit/8bc627461c88c93ea3b6906fb0f14c2df48cee51)
|
3102
3488
|
- Build 1.9.3 [`4450b9f`](https://github.com/fomantic/Fomantic-UI/commit/4450b9f2d378aeeb1c0f049b6bb3e1ddecbb942f)
|
3103
|
-
-
|
3489
|
+
- Build 2.1.1 [`3025892`](https://github.com/fomantic/Fomantic-UI/commit/3025892c7295ac65b2eb6031c617ce6eccec6d7b)
|
3490
|
+
- Rebuild dist for next [`81dbde6`](https://github.com/fomantic/Fomantic-UI/commit/81dbde6cbac9bf5d56e9ca3a9127acab8bd9167e)
|
3491
|
+
- #2435 rebuild dist [`cb0cdae`](https://github.com/fomantic/Fomantic-UI/commit/cb0cdae2072a644097d62391a79dc1ec49b90d35)
|
3492
|
+
- Rebuild dist [`dff4e18`](https://github.com/fomantic/Fomantic-UI/commit/dff4e186b40d56d533719c1e613e57c4e42702ce)
|
3493
|
+
- Build 1.7.1 [`887a6fb`](https://github.com/fomantic/Fomantic-UI/commit/887a6fbb0239f27cfb08c54d39632d1d160d6056)
|
3494
|
+
- Rebuild [`d6f5861`](https://github.com/fomantic/Fomantic-UI/commit/d6f5861ff094faf8368f7667b1d5351f29b9e3db)
|
3495
|
+
- Rebuild dist #2334 [`de3fd74`](https://github.com/fomantic/Fomantic-UI/commit/de3fd74a92759e176d189164aef3048fef84489b)
|
3496
|
+
- Adds colored basic labels [`8d69390`](https://github.com/fomantic/Fomantic-UI/commit/8d6939084b3f51035e042df29b62e6b50ddd215d)
|
3497
|
+
- Variables now in chroma order, adds violet #2280 [`6edcf51`](https://github.com/fomantic/Fomantic-UI/commit/6edcf5198a9302f34e956a3a967d9caf39c61c15)
|
3104
3498
|
- Rebuild src for jsfiddle [`8b63dfd`](https://github.com/fomantic/Fomantic-UI/commit/8b63dfd91f8df85645a50acdca3a405e6bac8daa)
|
3499
|
+
- formatting and build dist #2656 [`3552fb5`](https://github.com/fomantic/Fomantic-UI/commit/3552fb525731ff5e9e584cd620a0f570e438cd6c)
|
3500
|
+
- Rebuild dist #2824 [`54d01ad`](https://github.com/fomantic/Fomantic-UI/commit/54d01adcffa48e7dd1cacf00910d9eca4de562de)
|
3501
|
+
- Iteration on install scripts [`2295e50`](https://github.com/fomantic/Fomantic-UI/commit/2295e507f9b559d660cdf506aaceae144006fcf2)
|
3502
|
+
- Big Change: Replace all derived em values with @px values. [`2f20aca`](https://github.com/fomantic/Fomantic-UI/commit/2f20acad7a7e69797d95c5df274d723638954d85)
|
3503
|
+
- Finish first completed draft of embed component [`00cb9c7`](https://github.com/fomantic/Fomantic-UI/commit/00cb9c7586faeba0926998a7779d28d1802f3761)
|
3105
3504
|
- #1894 Fix basic icon paths to not try to load woff2, add src variable [`0d39fd6`](https://github.com/fomantic/Fomantic-UI/commit/0d39fd6637ce195e5cbc3a91cae0b04cbf3d06b4)
|
3505
|
+
- Build 1.6.4 [`862adba`](https://github.com/fomantic/Fomantic-UI/commit/862adba46323d1d86200f50971a21ff798a37add)
|
3106
3506
|
- Build 1.9.2 [`50536b6`](https://github.com/fomantic/Fomantic-UI/commit/50536b6502394c85c6ab060f78ea6f1603784bc2)
|
3107
3507
|
- Update tasks to try SHA again [`31ca866`](https://github.com/fomantic/Fomantic-UI/commit/31ca8667ffc1b6303e38834641ffe82d417f51ae)
|
3508
|
+
- Build 1.7.3 [`257d175`](https://github.com/fomantic/Fomantic-UI/commit/257d175bf6138cc19e767b8061466cc7f3d97017)
|
3509
|
+
- Related #2014, separate css and javascript into separate tasks [`2457ca6`](https://github.com/fomantic/Fomantic-UI/commit/2457ca65ad657646b9828d318e841d9b2a7f9c10)
|
3108
3510
|
- Release 1.10.1 [`7c82659`](https://github.com/fomantic/Fomantic-UI/commit/7c8265941949b836eec6e8f2a8f7491a6977e68e)
|
3511
|
+
- Rebuild patch 1.6.3 [`02b0529`](https://github.com/fomantic/Fomantic-UI/commit/02b0529718ebc847369b0f77792da39011ddf5c2)
|
3512
|
+
- Finishes recode of mock and complete callbacks from API. Aims to improve comprensiveness of debug statements. Adds ability for mocked responses to use all the settings available to regular API requests like loadingDuration [`66f8090`](https://github.com/fomantic/Fomantic-UI/commit/66f809067d6586667edcefc4c6262c5e7927b91b)
|
3513
|
+
- Package 1.7.2 [`7b8d7fa`](https://github.com/fomantic/Fomantic-UI/commit/7b8d7fa02780d14bff4844d9a617605adf5c8db1)
|
3109
3514
|
- Adds dropdown overriding rules to menu fixing several dropdown iossues [`b1713f7`](https://github.com/fomantic/Fomantic-UI/commit/b1713f7c06acd2bfc41b87b1b8e8323062cab3c2)
|
3515
|
+
- Rebuild dist/ [`d01b787`](https://github.com/fomantic/Fomantic-UI/commit/d01b7873569f4c971dba1c38cb8a0be5678d3283)
|
3516
|
+
- Rebuild dist [`73c959c`](https://github.com/fomantic/Fomantic-UI/commit/73c959cc930a630070e69ac12b3f50b59bf26abd)
|
3517
|
+
- Fix bug in has direction that causes animations with name containing in/out to work incorrectly #1623 [`b66dfac`](https://github.com/fomantic/Fomantic-UI/commit/b66dfac9eab067c84fb2833301732c53c1ea87fb)
|
3518
|
+
- Finish refactoring, search now returns result object in onSelect #1634 [`7322fe9`](https://github.com/fomantic/Fomantic-UI/commit/7322fe971d9d295b5bd49422ad263084dcce97b9)
|
3110
3519
|
- Remove scoping, add to semantic.less [`9f750c2`](https://github.com/fomantic/Fomantic-UI/commit/9f750c262f832e979337d43c872f8a2c88c7d3b0)
|
3520
|
+
- #2440 Finish indeterminate, consolidate API to avoid confusion [`8db305a`](https://github.com/fomantic/Fomantic-UI/commit/8db305a460d4e7697e34221e84c9abf749a8b470)
|
3521
|
+
- Collapsing some grouped button rules, fixes inline-flex white space issues with grouped basic button #2280 [`b0991d5`](https://github.com/fomantic/Fomantic-UI/commit/b0991d52c7be419ccc40b5d18ea0afd68cab53f7)
|
3111
3522
|
- Revisions from examples [`55273f0`](https://github.com/fomantic/Fomantic-UI/commit/55273f038a8d56276f667e4adedff694e91f32b7)
|
3523
|
+
- Revert themes until LESS.js inheritance works correctly in browser for theme preview [`641a837`](https://github.com/fomantic/Fomantic-UI/commit/641a837a99ebd5775967c87fb6a7b98beeb05c96)
|
3524
|
+
- Rlsnotes and build [`5bd45a2`](https://github.com/fomantic/Fomantic-UI/commit/5bd45a2fcf3d820ed1b925194856d9d836564317)
|
3525
|
+
- Spruce up some examples [`0fcb0da`](https://github.com/fomantic/Fomantic-UI/commit/0fcb0da163a375d28aa1b21382665f823c88d8f8)
|
3112
3526
|
- Increase contrast on button hover/down colors [`f2c9333`](https://github.com/fomantic/Fomantic-UI/commit/f2c9333b79a1a41058d09709c251dfa30bc236e4)
|
3527
|
+
- Initial wiring of API to dropdown [`5585502`](https://github.com/fomantic/Fomantic-UI/commit/5585502e2600844b0f5d464106db81cacfaeeb0c)
|
3528
|
+
- Rebuild dist [`17ef6ba`](https://github.com/fomantic/Fomantic-UI/commit/17ef6ba20398b38295289d483af8f9c1026f16a4)
|
3529
|
+
- Added bouncing apperance transitions for all directions. Animations from Animate.css [`85bacce`](https://github.com/fomantic/Fomantic-UI/commit/85bacce8a85a27beff9dc319bb87408ac9c870fa)
|
3530
|
+
- Rebuild dist/ [`5bb7b98`](https://github.com/fomantic/Fomantic-UI/commit/5bb7b980e6e2f21767dffcbfb2e71c3bf84c4b0b)
|
3531
|
+
- Iteration on install [`93cd582`](https://github.com/fomantic/Fomantic-UI/commit/93cd582642230b4d76bd4aa9f43a3ea9a7ce829d)
|
3532
|
+
- Rebuild dist [`3f11d8f`](https://github.com/fomantic/Fomantic-UI/commit/3f11d8fb737c79768c6bdba99ee6382e84622bb4)
|
3113
3533
|
- Initial commit blank container element [`8f3bffe`](https://github.com/fomantic/Fomantic-UI/commit/8f3bffeeb2eac466da64bf4df3a6fce95fa12821)
|
3114
3534
|
- Iteration on menu fixes with flex, along with some design changes to make menu more neutral Fixes: #1281, #1475 [`5cc8f33`](https://github.com/fomantic/Fomantic-UI/commit/5cc8f33aebf3d6b7209e695422bb00a231d5bc71)
|
3115
|
-
-
|
3535
|
+
- Complete restructure of checkbox for comprehensivenesss, adds indeterminate state, new callbacks, #2440 [`9b3665e`](https://github.com/fomantic/Fomantic-UI/commit/9b3665eb013d457a42e41843478ca4d855c23b03)
|
3536
|
+
- Iteration on tasks [`47bf0a9`](https://github.com/fomantic/Fomantic-UI/commit/47bf0a99f2536a5cab2fa37417d07301f9dd0b15)
|
3537
|
+
- Rebuild dist for jsfiddle #2637 [`d4143c1`](https://github.com/fomantic/Fomantic-UI/commit/d4143c1307528e71b06235148678609a6e9ca80e)
|
3538
|
+
- Beginning refactoring of admin tasks [`068df99`](https://github.com/fomantic/Fomantic-UI/commit/068df994a2e0734898ec260f3a86a27b7e346883)
|
3539
|
+
- #3713 - adds silent option to all modules [`7040acd`](https://github.com/fomantic/Fomantic-UI/commit/7040acdc440a42e508142e58dc114bbab39cbade)
|
3540
|
+
- #2280 Add grey, make sure colored buttons use variable to determine text color swapping [`85e7956`](https://github.com/fomantic/Fomantic-UI/commit/85e7956928a4d104e9a926ceffd11ae4585e95a5)
|
3116
3541
|
- Adds 2 new themes(ish) adds more missing menu variables [`0d81d9a`](https://github.com/fomantic/Fomantic-UI/commit/0d81d9a8f31b9c6702860fc55749ae51a509ae9e)
|
3542
|
+
- Update some examples [`859a36a`](https://github.com/fomantic/Fomantic-UI/commit/859a36a7e04f434775e71f2bdd799366535b5ac7)
|
3543
|
+
- Iterating on gulpfile restructure [`2bc5d6f`](https://github.com/fomantic/Fomantic-UI/commit/2bc5d6fd3fd850e548281eb6fcb772225fd21dfb)
|
3544
|
+
- Fix greyscale saturation turning red (caused by absolute saturate call) [`601aad9`](https://github.com/fomantic/Fomantic-UI/commit/601aad9c124a50dc8fcf1791271639330275bb74)
|
3545
|
+
- Begin rewrite of popup calcs to cache correctly on each position check [`794d082`](https://github.com/fomantic/Fomantic-UI/commit/794d08221810860b58a39ce58e3f899caecaf4d3)
|
3546
|
+
- Iteration on theme site install [`57b35d2`](https://github.com/fomantic/Fomantic-UI/commit/57b35d2150f556ea91a334cc11a52f5289052583)
|
3547
|
+
- Fix remove/add conditions for user additions [`e6194fb`](https://github.com/fomantic/Fomantic-UI/commit/e6194fb9af5962556879c15d7bcd81d744fd7aae)
|
3548
|
+
- Added fades for all directions [`cfe1617`](https://github.com/fomantic/Fomantic-UI/commit/cfe1617bc485eeeaae6cdb278c6806d94ed3732d)
|
3549
|
+
- Adds updated amazon and github theme [`61af1f3`](https://github.com/fomantic/Fomantic-UI/commit/61af1f3aa6246358722014821983f34644acc26b)
|
3550
|
+
- Finishes embed component [`6c64098`](https://github.com/fomantic/Fomantic-UI/commit/6c640987b3d86f97e36a9bb1d5619c9d34385930)
|
3551
|
+
- Build 2.1 [`13661ce`](https://github.com/fomantic/Fomantic-UI/commit/13661ce5155c610a8395dec7479f356b9b60543f)
|
3552
|
+
- Rebuild [`046612e`](https://github.com/fomantic/Fomantic-UI/commit/046612ec4c7fa0a4e220ee74bdb5346b0f98de72)
|
3553
|
+
- Redo inverted colored menu styles [`fa099bd`](https://github.com/fomantic/Fomantic-UI/commit/fa099bd29e0ad14b8ac66e38fd787dc164e638b1)
|
3554
|
+
- Adds get value(s), removes serialize #1630 [`c5ff8ec`](https://github.com/fomantic/Fomantic-UI/commit/c5ff8ec0158589fbd21dfe7ea7056556c911d268)
|
3555
|
+
- Rebuild dist #2165 [`b4470ef`](https://github.com/fomantic/Fomantic-UI/commit/b4470ef9d090fbc06aae7042b983e0aa1a653a29)
|
3117
3556
|
- Rewrite admin tasks as export [`2f8a164`](https://github.com/fomantic/Fomantic-UI/commit/2f8a1643efaf2512d6001c5b4c1b87ce0d5bb0b0)
|
3557
|
+
- Octicons rls [`e160b46`](https://github.com/fomantic/Fomantic-UI/commit/e160b46be7c15d096c78bffefd9b50229bea77da)
|
3558
|
+
- #2280 Add icon color variations, fix bordered icon line height [`08f301c`](https://github.com/fomantic/Fomantic-UI/commit/08f301ccb595c1abe67f333de4374c66f38e50ec)
|
3118
3559
|
- Retooling of admin tasks [`c015875`](https://github.com/fomantic/Fomantic-UI/commit/c01587558e4395b2d0649502aaac131032e279b6)
|
3560
|
+
- Silly update icons to FontAwesome v4.4 [`8c9bd9c`](https://github.com/fomantic/Fomantic-UI/commit/8c9bd9c2b11a0833f5b48b2044bae91e2b73ec58)
|
3561
|
+
- Iteration on install rewrite [`6da6f18`](https://github.com/fomantic/Fomantic-UI/commit/6da6f186a40cae9241953707d0e39648e4f7e9d6)
|
3562
|
+
- Revamp statistic styles, move to flex [`7b702fc`](https://github.com/fomantic/Fomantic-UI/commit/7b702fc606433b29353055588dd7a9933be049e6)
|
3563
|
+
- Adds default prompts for form validation [`edc9b34`](https://github.com/fomantic/Fomantic-UI/commit/edc9b34928bbe7360ee01689b0f0ce7b67c3228c)
|
3564
|
+
- Rebuild dist/ [`479706e`](https://github.com/fomantic/Fomantic-UI/commit/479706ee662e8b57bdedea5b75a8e31be4c45f04)
|
3565
|
+
- #2334, Re-organize attached code, fix attached button groups [`406a95c`](https://github.com/fomantic/Fomantic-UI/commit/406a95cfc7b444c99fed5ef27baad993255c4dd4)
|
3566
|
+
- Rebuild dist #2374 [`5ef73e4`](https://github.com/fomantic/Fomantic-UI/commit/5ef73e4f4e27c2cd3eb628a19ca2b8d2a8777031)
|
3567
|
+
- #2280, add brown button styles for testing color [`e20b456`](https://github.com/fomantic/Fomantic-UI/commit/e20b456f66a80b69b8c1bac9feea5b5f14dc5671)
|
3568
|
+
- Rewrite dropdown keyboard shortcuts to support sub-menus [`13886b2`](https://github.com/fomantic/Fomantic-UI/commit/13886b2eb54351a1ae661e2402ecc7f644f413ef)
|
3119
3569
|
- Fixes for inverted menus, changes to active styles [`0db9045`](https://github.com/fomantic/Fomantic-UI/commit/0db904587838130187630c16f0eb2916a2d9c4cb)
|
3570
|
+
- Add maximum selection setting [`416390e`](https://github.com/fomantic/Fomantic-UI/commit/416390ee27ad2c660dc4f2f99bc02bc8c9718117)
|
3571
|
+
- Fix @defaultEasing and @transitionEasing variable duplication, Fix @defaultDuration and @transitionDuration variable duplication [`663e2c2`](https://github.com/fomantic/Fomantic-UI/commit/663e2c2569937f11a48926b9dad3fda86a91b61d)
|
3120
3572
|
- Add missing task [`56e7323`](https://github.com/fomantic/Fomantic-UI/commit/56e7323e4ea288dc506668c3eedcad90f2e959c2)
|
3573
|
+
- Fix paths issue [`8dafefd`](https://github.com/fomantic/Fomantic-UI/commit/8dafefd858f6e24b344dcab8768865996982aa2b)
|
3574
|
+
- Iterating on install script [`01e1b7b`](https://github.com/fomantic/Fomantic-UI/commit/01e1b7b61648ff02e18e9544de7ce03dd243beaf)
|
3121
3575
|
- Iteration on multiselect #847 [`52897fd`](https://github.com/fomantic/Fomantic-UI/commit/52897fdbc4d63973f119284fc70074bf9a1d8541)
|
3576
|
+
- JS formatting: implicit brackets, full words, removing meteor tasks from build/install [`ba2e1f6`](https://github.com/fomantic/Fomantic-UI/commit/ba2e1f6e499570495d9d8b34a87f6cde9fb9a347)
|
3577
|
+
- #2280 Grid colors, and reduce ruleset [`183679b`](https://github.com/fomantic/Fomantic-UI/commit/183679b11f32deb40d1a6bba78868e172fa6eff8)
|
3578
|
+
- Iteration on allowAdditions setting for selection dropdown [`99924ad`](https://github.com/fomantic/Fomantic-UI/commit/99924ad7004374a07b8d1b8a39376f6889cd26c4)
|
3579
|
+
- Add new color rules to statistic #2280 [`ce18991`](https://github.com/fomantic/Fomantic-UI/commit/ce189914fcfacf0e34954b10bc2237a8cd5f02fa)
|
3580
|
+
- Adds category search component [`4ea2514`](https://github.com/fomantic/Fomantic-UI/commit/4ea251490579a262f65d12ac75415e222b6ed8e0)
|
3581
|
+
- Fix issues with tab module scoping caused by m initializeHistory. Fixes some minor jslint [`98de07d`](https://github.com/fomantic/Fomantic-UI/commit/98de07d98c379c5fd160e0ff0cbf6bf555113f7e)
|
3582
|
+
- #2411 Adds horizontal segment groups [`f59c707`](https://github.com/fomantic/Fomantic-UI/commit/f59c7074bfd64e88f0da1e04aaf25104fd0f1718)
|
3583
|
+
- Fix issues with tasks caused by docs tasks [`0c99aa8`](https://github.com/fomantic/Fomantic-UI/commit/0c99aa85d300025cc3a8661bb4c1020f165c21b7)
|
3584
|
+
- Partial rewrite animation [`149b784`](https://github.com/fomantic/Fomantic-UI/commit/149b7844040514548475332a64e99f6f7b1591c0)
|
3122
3585
|
- Add init repo task [`ebe25eb`](https://github.com/fomantic/Fomantic-UI/commit/ebe25eb70cb449b2f4d970ea0abbfe84f874a5b9)
|
3586
|
+
- Fix animations to return to same direction, fix css for consistent formatting [`018fb85`](https://github.com/fomantic/Fomantic-UI/commit/018fb8503c3c868a4537fe158af35a07a937c5c1)
|
3587
|
+
- Fixes issue where search wont close when clicked on message #3039 [`6d34ae2`](https://github.com/fomantic/Fomantic-UI/commit/6d34ae21e595d104b59481848ebf2f7873028dac)
|
3588
|
+
- Consolidate and finish work on segment groups [`6258196`](https://github.com/fomantic/Fomantic-UI/commit/6258196a97a485db5800c4000a8015c535d942b1)
|
3123
3589
|
- Finish meteor integration of dist/ [`c9b9900`](https://github.com/fomantic/Fomantic-UI/commit/c9b990060e10f48fe808dee90a136ebf01566ba2)
|
3124
3590
|
- Lockdown deps and more lenient peer deps [`6184a9b`](https://github.com/fomantic/Fomantic-UI/commit/6184a9b5446601132896e3c28d9298399a435fb2)
|
3125
3591
|
- Updates to menu flex [`9852706`](https://github.com/fomantic/Fomantic-UI/commit/985270694323e8ca7bce7e3ab15d4312106ccd3b)
|
3592
|
+
- #2466, recode some of progress. Fix module.value to not be estimated when using a total. Fixed issue with values less than 1 displaying incorrectly [`62ae343`](https://github.com/fomantic/Fomantic-UI/commit/62ae343363f84c3d5774516f2b91b72cd0260a25)
|
3593
|
+
- #2402 - further house cleaning with transition [`df934c0`](https://github.com/fomantic/Fomantic-UI/commit/df934c05596a23533ba2611c82843b8a8cd69886)
|
3594
|
+
- Adds violet button #2280 [`e03573f`](https://github.com/fomantic/Fomantic-UI/commit/e03573f8f23de64357e2937acea1da785b32ef6e)
|
3595
|
+
- #2153, fix stacked tables from removing sortable/warning/error styles. Add selectable table variation #1803 [`257be28`](https://github.com/fomantic/Fomantic-UI/commit/257be28220d6dc96db061af8a8707ffd414f5bbd)
|
3596
|
+
- Nearly done here [`ac50bec`](https://github.com/fomantic/Fomantic-UI/commit/ac50bec3eca93ce76a5819df49d2bdc67250b784)
|
3597
|
+
- #2280 Fix segment colors [`8eb3a6b`](https://github.com/fomantic/Fomantic-UI/commit/8eb3a6bbd1498ef0ecf1f18049d587a587813446)
|
3598
|
+
- Redo icon font for indeterminate state, begin js modifications [`5ddc887`](https://github.com/fomantic/Fomantic-UI/commit/5ddc8875c6ab10d907138a120c7bc1bae3347fed)
|
3126
3599
|
- Updates to type image, and type fixed. [`7b9ad9d`](https://github.com/fomantic/Fomantic-UI/commit/7b9ad9d2daad32fdfdde573a04ac81da241c2d8c)
|
3600
|
+
- Add new sticky example [`b527d8a`](https://github.com/fomantic/Fomantic-UI/commit/b527d8ac3b3e70a3375973369a4b572a81abb359)
|
3601
|
+
- Iterating on install [`42b176c`](https://github.com/fomantic/Fomantic-UI/commit/42b176cc7a986cb6ebb652d92be41c5cf21ad5a1)
|
3602
|
+
- Finish popup rewrite [`d4aa962`](https://github.com/fomantic/Fomantic-UI/commit/d4aa9623d7e580158193d367536bba0370c9dfc1)
|
3603
|
+
- Fix image visibility to only occur when on screen [`c72f790`](https://github.com/fomantic/Fomantic-UI/commit/c72f790bb4dc8c58f26cee02b0b87592a62c938c)
|
3127
3604
|
- try updated deps [`c1d8bdc`](https://github.com/fomantic/Fomantic-UI/commit/c1d8bdc98738b7f166b62e767510c1e70a186c6b)
|
3128
3605
|
- Beginning multiselect rewrite [`a1d77ec`](https://github.com/fomantic/Fomantic-UI/commit/a1d77ec37400cfe2383b00cd7a25ce17b8dcaafc)
|
3606
|
+
- Added direction to Slide transitions [`15d005a`](https://github.com/fomantic/Fomantic-UI/commit/15d005a37f744f3191175d7ff171ee242b48c91f)
|
3607
|
+
- Proper rewrite of progress to support rapid updates [`95e2172`](https://github.com/fomantic/Fomantic-UI/commit/95e2172a5fe48df64c752783904416aafa7ba66b)
|
3608
|
+
- Adds sub header variables, resizes per content heading size #1654 [`5fb4cc3`](https://github.com/fomantic/Fomantic-UI/commit/5fb4cc39f3ff1c9870e97c2b6cb3253327652180)
|
3129
3609
|
- Move gulp walk over to admin task #1607 [`c6371cc`](https://github.com/fomantic/Fomantic-UI/commit/c6371cc8d2942034a0712e8fb2d7cefb2ddc9bee)
|
3610
|
+
- xperimental rewrite of popup to use custom offsetParent #1605 [`91bdbb8`](https://github.com/fomantic/Fomantic-UI/commit/91bdbb8742cba410b3cea3be2951794b15f66536)
|
3130
3611
|
- Begin examples [`d8c300d`](https://github.com/fomantic/Fomantic-UI/commit/d8c300de3712d05abe091bb384a95a46f1cd6fce)
|
3131
3612
|
- Simplify visibility/sticky to use .load instead of worrying about each image loading [`360f9dd`](https://github.com/fomantic/Fomantic-UI/commit/360f9ddbd72591af60751120eee1626ea2465c78)
|
3613
|
+
- Revisits link colors inside lists [`f16db3f`](https://github.com/fomantic/Fomantic-UI/commit/f16db3f70abc554e88c6eaa1a7815cfd0c0ae41b)
|
3614
|
+
- Adds onVisible and onRequest callbacks, adds new 2.0 callback names onFirstLoad and onLoad, adds deprecation warnings for previous callbacks #1612 [`1ae05d6`](https://github.com/fomantic/Fomantic-UI/commit/1ae05d698bf2d4ec73d3d04aaf42e2785604a961)
|
3132
3615
|
- Admin task iteration [`268b30a`](https://github.com/fomantic/Fomantic-UI/commit/268b30a017c6f72846627964079a63f39c3ef564)
|
3133
3616
|
- Fix paths from sub-folder [`45de05e`](https://github.com/fomantic/Fomantic-UI/commit/45de05e2ce4db5d8589acedce7a316aef31e3e5f)
|
3134
|
-
- Iteration on multiselect [`5513680`](https://github.com/fomantic/Fomantic-UI/commit/5513680a9f1e8ce9eebb9e5d140d6111af17bbd6)
|
3135
|
-
- Possible solve #1899 Issues with blank string results evaluating as undefined when minCharacters = 0, issue with saved results not being retrieved when response pulled from cache [`2ed793a`](https://github.com/fomantic/Fomantic-UI/commit/2ed793a351476d569ab1b036f3e97c7f33dbee34)
|
3136
|
-
- Fixes basic padded table, adds vertical alignment [`6fecacf`](https://github.com/fomantic/Fomantic-UI/commit/6fecacf398eb34718b463f6bb0553163a50dda4a)
|
3137
|
-
- Add flexbox version of menu [`4aa4729`](https://github.com/fomantic/Fomantic-UI/commit/4aa4729b7e4ca9941dc0ec6f6d4d8346a75418fa)
|
3138
|
-
- Optimizations to visibility [`c58553c`](https://github.com/fomantic/Fomantic-UI/commit/c58553cdce4a391fbe5461c32f6331c783e3772a)
|
3139
|
-
- Latest version [`0025844`](https://github.com/fomantic/Fomantic-UI/commit/00258448a53eae636acad9bfbe144464ca8f19f8)
|
3140
|
-
- Simplify dep ver [`3f690d6`](https://github.com/fomantic/Fomantic-UI/commit/3f690d6c9be6bb369f76d450a03d4fb7a399f3c2)
|
3141
|
-
- Sticky now handles bottom edge conditions better [`29c4f82`](https://github.com/fomantic/Fomantic-UI/commit/29c4f821255b61398e672fddfe6bc940d5fb1e51)
|
3142
|
-
- Iterations on visibility, getting ready for docs [`dec01c0`](https://github.com/fomantic/Fomantic-UI/commit/dec01c0adabd56008c70bfb26cd60c3d4abbf1ba)
|
3143
|
-
- Bug fixes for transition [`28c81f5`](https://github.com/fomantic/Fomantic-UI/commit/28c81f5801f85e416740ef8d911a3b3d9d7036ef)
|
3144
|
-
- #1866 - Adds more intelligent regexp version number replace, preserves component names in banners [`b423847`](https://github.com/fomantic/Fomantic-UI/commit/b42384752d7a644fd2c5b2921e0e5b5e46bc863d)
|
3145
|
-
- Grid fixing foreva [`1932dca`](https://github.com/fomantic/Fomantic-UI/commit/1932dca4e7c95c2ef73a12b6bc3b2221e00b6598)
|
3146
|
-
- Adds scrolling dropdown variation [`71e3285`](https://github.com/fomantic/Fomantic-UI/commit/71e32857ed9188920ea16897b872b39d8969774b)
|
3147
|
-
- Delete GETTING-STARTED.md [`db6c0f2`](https://github.com/fomantic/Fomantic-UI/commit/db6c0f249331bd3327f49668aa6fe80ebf2372d0)
|
3148
|
-
- Increase delay of performance logging [`3701bdc`](https://github.com/fomantic/Fomantic-UI/commit/3701bdc35f007228925545efa3d47cd52113540b)
|
3149
|
-
- #1844 - Fix ui cards > .ui.card to have correct margins, fix consecutive ui cards groups to preserve row spacing [`870794c`](https://github.com/fomantic/Fomantic-UI/commit/870794c9df1adc0e3271a022fe1aca8b7ca32ea5)
|
3150
|
-
- Swap deps backP [`9fa2908`](https://github.com/fomantic/Fomantic-UI/commit/9fa2908788d4299b5d221c17640444ca57f106be)
|
3151
|
-
- Add renamed tasks [`d8cb644`](https://github.com/fomantic/Fomantic-UI/commit/d8cb6442f55d387d03410540bf247c58f056138f)
|
3152
|
-
- Finish releases [`ce342f5`](https://github.com/fomantic/Fomantic-UI/commit/ce342f58fd0bfb5b19ad14143b96d2e1a7669bec)
|
3153
|
-
- #1806, Add multiple select to set value, get value. [`181066e`](https://github.com/fomantic/Fomantic-UI/commit/181066e055e58516f0543ef426737d75b588e8d5)
|
3154
|
-
- Add focus box shadow [`6035d28`](https://github.com/fomantic/Fomantic-UI/commit/6035d288d235d60f9e4f982db360da4d95163398)
|
3155
|
-
- #1987 #1916 #1912 Correctly fixes onChange to fire only when value is adjusted [`bbcbf56`](https://github.com/fomantic/Fomantic-UI/commit/bbcbf5673d5b6ee6511c061d87b6e22a4fffd9ed)
|
3156
|
-
- #1814, Fixes valign inside equal height. Simplifies rules [`417172b`](https://github.com/fomantic/Fomantic-UI/commit/417172be5ab527edca2bc96766d311f306ced8d2)
|
3157
|
-
- Fixes for menu formatting [`cffc730`](https://github.com/fomantic/Fomantic-UI/commit/cffc730141dbb0f802fb20f5d199022ac6d48c76)
|
3158
|
-
- Iteration on menu fixes from border changes [`7b3a84f`](https://github.com/fomantic/Fomantic-UI/commit/7b3a84f861dc23e72a50f6ed830f851e5d9b065f)
|
3159
|
-
- Add new transition settings for grouped animations [`ac559ad`](https://github.com/fomantic/Fomantic-UI/commit/ac559ad2553e1d63ba225fc2fbf9669145fea6e3)
|
3160
|
-
- Iteration on multi select #847 [`41a9f96`](https://github.com/fomantic/Fomantic-UI/commit/41a9f963948741c10c628af392e0b4c12b17f282)
|
3161
|
-
- More things to install [`c40c881`](https://github.com/fomantic/Fomantic-UI/commit/c40c881040cd0019415062db0c9f65840ce79304)
|
3162
|
-
- Pub/sub visibility? [`b90f8f7`](https://github.com/fomantic/Fomantic-UI/commit/b90f8f7b8d48de19aca382f3fb8c4b5aa3552a57)
|
3163
|
-
- #1968 Fixes undetachable scrollable modal in ideal circumstances (not inside a container with z-index) [`d9850a0`](https://github.com/fomantic/Fomantic-UI/commit/d9850a0ba64fa879ac7fa87dc449acc5f69b36ff)
|
3164
|
-
- Accordion can now close while opening [`cf28f60`](https://github.com/fomantic/Fomantic-UI/commit/cf28f602c30e091ef4f6108ffcc588a0dd0b9f38)
|
3165
|
-
- Fixes dimmer variation not working due to typo [`806a362`](https://github.com/fomantic/Fomantic-UI/commit/806a362e93e1e6136060c58e8a6a756843fd91e8)
|
3166
|
-
- #1607 Fix components without assets not creating manifest lists correctly [`052d074`](https://github.com/fomantic/Fomantic-UI/commit/052d0743583a929cfbe0c5812f0548d2a3c924a4)
|
3167
|
-
- Visibility now watches for images loading and automatically refreshes afterward [`fad2d1b`](https://github.com/fomantic/Fomantic-UI/commit/fad2d1b57c6247d1da9cdc6678005dc04ff5e413)
|
3168
|
-
- #1896, move over to element namespace [`7c839c9`](https://github.com/fomantic/Fomantic-UI/commit/7c839c938a4477765947e824cf69442d48ce48b4)
|
3169
|
-
- Adds #1858, case sensitive/insensitive form validation rules [`a690601`](https://github.com/fomantic/Fomantic-UI/commit/a690601b3fd8b63867771ab5aae31d18b306a31f)
|
3170
|
-
- Fix issue with destroy in visibility [`b685c94`](https://github.com/fomantic/Fomantic-UI/commit/b685c948e0ae7f116ed059c2f87dfa3bb22e3a4b)
|
3171
|
-
- Fix admin tasks to use commit SHA of last release #1607 [`e3f66ec`](https://github.com/fomantic/Fomantic-UI/commit/e3f66ec2a0a69db2212d966a4d1c6c42d9cdd540)
|
3172
|
-
- Rlsnotes [`4fc75e4`](https://github.com/fomantic/Fomantic-UI/commit/4fc75e4a04ceb0b02a0573fdbadafe1060e9c2a4)
|
3173
|
-
- Update dist [`f4b25e1`](https://github.com/fomantic/Fomantic-UI/commit/f4b25e1fda834b63ebc072df01a89cfbf7fc27d6)
|
3174
|
-
- Fixes for text menu: [`5d508db`](https://github.com/fomantic/Fomantic-UI/commit/5d508dbb2be4df02677ed0bb248d88f05ea4a152)
|
3175
|
-
- Everything is golden [`5689680`](https://github.com/fomantic/Fomantic-UI/commit/568968065839ba187d6c7d55946e4b54d4d899fe)
|
3176
|
-
- 100% working component update script with no .git index lock issues [`139117d`](https://github.com/fomantic/Fomantic-UI/commit/139117d5d37792d79fce444ab205927b5fb3ea17)
|
3177
|
-
- Fixes placeholder value in select multiple [`4fc448e`](https://github.com/fomantic/Fomantic-UI/commit/4fc448ed4751258fc04564a3cbab2e909c19f196)
|
3178
|
-
- #1933 Cache width/height/isRTL on load to improve animation performance of sidebar [`e064401`](https://github.com/fomantic/Fomantic-UI/commit/e064401708f15988ae1828557256ea11fb263431)
|
3179
|
-
- Greatly speed up visiblity events [`1982c95`](https://github.com/fomantic/Fomantic-UI/commit/1982c95461823ff6d961eeca4d502347a7dd3397)
|
3180
|
-
- Adds coupling for ribbon label with image/card #1807 [`af7c709`](https://github.com/fomantic/Fomantic-UI/commit/af7c70978e44d84a135fe92a99489041d136feb4)
|
3181
|
-
- Dropdown can now have behaviors invoked on select [`96a577d`](https://github.com/fomantic/Fomantic-UI/commit/96a577d2c9809ca9ef4469c3d4a8f3da08848fdc)
|
3182
|
-
- Admin tasks no longer pipe gulp stream (buggy), use mergeStream instead [`f7d69cd`](https://github.com/fomantic/Fomantic-UI/commit/f7d69cd283800432035093a75eff6a3b7274ed76)
|
3183
|
-
- Updates release repos task [`5dc9f53`](https://github.com/fomantic/Fomantic-UI/commit/5dc9f53f17adcc7c67ecf8c5526dc853b452f201)
|
3184
|
-
- Updates dropdown focus color to be more consistent [`8dcb5bd`](https://github.com/fomantic/Fomantic-UI/commit/8dcb5bd5406439428703be1face2cedf6cfadcc6)
|
3185
|
-
- Fixes for images inside menu [`12cd7a5`](https://github.com/fomantic/Fomantic-UI/commit/12cd7a593de90e15db28302727434248520e2940)
|
3186
|
-
- Add #1897 dimmer now has an opacity setting [`e3b3ab4`](https://github.com/fomantic/Fomantic-UI/commit/e3b3ab4e97ca50477935567a41183275e009e0fa)
|
3187
|
-
- Add transition interval setting for delayed group animations [`4a0d6c8`](https://github.com/fomantic/Fomantic-UI/commit/4a0d6c866851bc184674061f1b0e2d1add523f3a)
|
3188
|
-
- Fix background colors with grids [`dfa2e02`](https://github.com/fomantic/Fomantic-UI/commit/dfa2e029d3a78634dd3ca50866c5680990577c41)
|
3189
|
-
- Adds #1873, stop, stop all, clear queue [`835b755`](https://github.com/fomantic/Fomantic-UI/commit/835b7555dcaf5ea2b071febc27666660dfb062a8)
|
3190
|
-
- Update grid examples [`1a11764`](https://github.com/fomantic/Fomantic-UI/commit/1a117648bc121b7dbd2c039a0da37986e66a7088)
|
3191
|
-
- Add grid container coupling [`413810c`](https://github.com/fomantic/Fomantic-UI/commit/413810cf69c7d43a422617589412e4c575fb67bb)
|
3192
|
-
- Add segment groups #1809 [`6c27b61`](https://github.com/fomantic/Fomantic-UI/commit/6c27b6117bd241c5eabbdb9e346ecf37ef2d6b33)
|
3193
|
-
- Complete visibility [`e1b6add`](https://github.com/fomantic/Fomantic-UI/commit/e1b6addb106ce6f2be7c050542e1adc28e9223bd)
|
3194
|
-
- Remove meteor package.js [`8fe6b69`](https://github.com/fomantic/Fomantic-UI/commit/8fe6b698571db7549c619d0713faba38de2bf59d)
|
3195
|
-
- Add fuzzy search algorithm [`4cd4a9e`](https://github.com/fomantic/Fomantic-UI/commit/4cd4a9ee0d4bbc02a12212b2b786a78a8685a542)
|
3196
|
-
- Add filemode ignore to admin tasks [`dda23b4`](https://github.com/fomantic/Fomantic-UI/commit/dda23b4a124553735ba08d15212d7739fb3f012e)
|
3197
|
-
- iteration on release scripts [`6f8c94e`](https://github.com/fomantic/Fomantic-UI/commit/6f8c94e52eed5b8e845a0e4b2b6c7b2ea75a1077)
|
3198
|
-
- Adds #1032, vertical tabular menus [`be77c6a`](https://github.com/fomantic/Fomantic-UI/commit/be77c6adef65af0ad18d1d304e75ca4b125f4495)
|
3199
|
-
- Iteration on container [`e4fa1ae`](https://github.com/fomantic/Fomantic-UI/commit/e4fa1aebe00d7ac5c28c7fd90e39ee43eb952d15)
|
3200
|
-
- Make stretch optional variation, fix valign [`fb33a60`](https://github.com/fomantic/Fomantic-UI/commit/fb33a600d32af3a6693e535441b1be0960151b43)
|
3201
|
-
- Fix some placeholder text cases with multiple [`267d948`](https://github.com/fomantic/Fomantic-UI/commit/267d948b345966fbf21c7ce63e4ca02f0a5f04e1)
|
3202
|
-
- Iteration on flexbox bugs in menu [`38cd215`](https://github.com/fomantic/Fomantic-UI/commit/38cd215ff617896e6be8b45c89eadd0cbdc2ab09)
|
3203
|
-
- Update container element [`1e8f60c`](https://github.com/fomantic/Fomantic-UI/commit/1e8f60cea3514ab384ecf44bc09c76da75bb48bc)
|
3204
|
-
- Add #1908 Trigger selector for accordion [`b552961`](https://github.com/fomantic/Fomantic-UI/commit/b5529616a179528e5ee45b3979a95067c6941cb8)
|
3205
|
-
- Adds margins to h1-h5 [`1e8b65e`](https://github.com/fomantic/Fomantic-UI/commit/1e8b65ea49cf713b5e15e57b9ed233bc1e49dc3a)
|
3206
|
-
- Calling show without animation now sets display type [`ecc3c8a`](https://github.com/fomantic/Fomantic-UI/commit/ecc3c8a3e04610c919510120f6465d958e9263ef)
|
3207
|
-
- #1807, make labels have segment padding by default [`68f7408`](https://github.com/fomantic/Fomantic-UI/commit/68f740874cf8f7450bb23538ae4bf21f6d352026)
|
3208
|
-
- Iteration on menu flex fixes [`2df8721`](https://github.com/fomantic/Fomantic-UI/commit/2df87210a03cfa4a444a0b279805fdda52f854d0)
|
3209
|
-
- Add comments to vis js settings [`a272e92`](https://github.com/fomantic/Fomantic-UI/commit/a272e9276934ad3a9c5c3e2da00542f950ff801e)
|
3210
|
-
- Fix menu to have same border color on keyboard tab [`3510d96`](https://github.com/fomantic/Fomantic-UI/commit/3510d967df4f815cb3ee87def3f931474cc59d3f)
|
3211
|
-
- Fix paths in win [`a7c6cd3`](https://github.com/fomantic/Fomantic-UI/commit/a7c6cd3384305784e98174b00f12312bdd922159)
|
3212
|
-
- Cut out deps? [`48057d2`](https://github.com/fomantic/Fomantic-UI/commit/48057d20b1bf57ef2c74453e9c5e6f8027bce7a3)
|
3213
|
-
- Move checkbox setup into method [`651c65a`](https://github.com/fomantic/Fomantic-UI/commit/651c65a025b6b3c5d2779411d8624b0873c39e34)
|
3214
|
-
- Change lineheight to round corrrectly [`5f96357`](https://github.com/fomantic/Fomantic-UI/commit/5f963574954e68c54a6e17a0f1e09508f050ab84)
|
3215
|
-
- Fix rating valign [`db2abcb`](https://github.com/fomantic/Fomantic-UI/commit/db2abcbd6b6bb8dce6d2d1690dff408abd84112a)
|
3216
|
-
- Add shadow to all messages [`f088dd9`](https://github.com/fomantic/Fomantic-UI/commit/f088dd9c1834693152f99b222f1250b6b796fc34)
|
3217
|
-
- Button fixes icon height instead of using 0.9em icon height [`7464684`](https://github.com/fomantic/Fomantic-UI/commit/74646843d2d21103d395efe67e5d7416fb28bc0b)
|
3218
|
-
- Fix themes path backslash matching regex group (positive lookahead) [`419ffd8`](https://github.com/fomantic/Fomantic-UI/commit/419ffd8562fbc3ce380f313c53e575f486f4a4ca)
|
3219
|
-
- Adds flex basis to (x) wide and doubling card #1982 [`4290439`](https://github.com/fomantic/Fomantic-UI/commit/42904390cbc088c830a9088b94586fdcd1960dfd)
|
3220
|
-
- Update register task to remove bower [`194ca7b`](https://github.com/fomantic/Fomantic-UI/commit/194ca7bd89351a2bea91abb7cd3ace7e9f332fbe)
|
3221
|
-
- rebuild with fixed comment banner for icon [`e6cbb90`](https://github.com/fomantic/Fomantic-UI/commit/e6cbb90f8c1cb38a4958603795d22771a620f40c)
|
3222
|
-
- #1880 Fixes modal showing while another hiding unsucessfully attaches callback to 'hide others'. Dimmer no longer hides between modals appearances with allowMultiple [`aac5321`](https://github.com/fomantic/Fomantic-UI/commit/aac5321d47860d2fd3d3359292ad75187239ee3a)
|
3223
|
-
- #1896, add 'get id' to all modules with element namespace, move uniqueID generation to 'create id' [`91b2ffd`](https://github.com/fomantic/Fomantic-UI/commit/91b2ffdf49ee441eb7cd56beb0740d375e13fbe1)
|
3224
|
-
- Fix equal width/height to now require row wrappers [`755d0bf`](https://github.com/fomantic/Fomantic-UI/commit/755d0bf2cd709fa32fc82d387a52ba300b4f12f0)
|
3225
|
-
- Add missing menu vars [`8d16197`](https://github.com/fomantic/Fomantic-UI/commit/8d16197f1284099b4edd1e829a0bd0c1d2a6fa00)
|
3226
|
-
- time to integrate menu [`a476ad6`](https://github.com/fomantic/Fomantic-UI/commit/a476ad6d10b5f65fb071d04477afc58d3d9b013f)
|
3227
|
-
- Organize comments in gulpfile [`09a6e75`](https://github.com/fomantic/Fomantic-UI/commit/09a6e759b89a674053333d1eab302ef8820d7688)
|
3228
|
-
- Add examples [`050c151`](https://github.com/fomantic/Fomantic-UI/commit/050c15144da180f35d46eb06583fdd7816811d0f)
|
3229
|
-
- Fix alignment inside flex containers for text and valign [`05fc0f8`](https://github.com/fomantic/Fomantic-UI/commit/05fc0f84ed02339298913300b85b91c274743444)
|
3230
|
-
- Fixes specificity of grid column colors [`33bb7df`](https://github.com/fomantic/Fomantic-UI/commit/33bb7df7b71e757fbc22f86d5fc901fc8e4a5160)
|
3231
|
-
- Add flexbox cards to default theme [`0432874`](https://github.com/fomantic/Fomantic-UI/commit/04328747ed55701699bec0bff29f407656468319)
|
3232
|
-
- Slight modification to remove looping [`089bf33`](https://github.com/fomantic/Fomantic-UI/commit/089bf334009ff145f09bdf23e1584dba312f9938)
|
3233
|
-
- Fix the flex [`3874dbb`](https://github.com/fomantic/Fomantic-UI/commit/3874dbbc48f872208e58dd1539218db072ae02a2)
|
3234
|
-
- Disable debug in state #1825 [`4a03003`](https://github.com/fomantic/Fomantic-UI/commit/4a0300362702ce3e54cf0615818b2296dcaa91bb)
|
3235
|
-
- #1607 Remove git tag, use only release [`a9272d9`](https://github.com/fomantic/Fomantic-UI/commit/a9272d9e57d8c923eb85defd8be8fc3671f61bd3)
|
3236
|
-
- Partial fix for #1190, search selection in menu [`dbf67c1`](https://github.com/fomantic/Fomantic-UI/commit/dbf67c1e4024131b9eb4b2daee17fbd1f67f755c)
|
3237
|
-
- #1933, more optimizations for sidebar [`243243a`](https://github.com/fomantic/Fomantic-UI/commit/243243a78a38c8ae591b639447a4c6fdfa3d930c)
|
3238
|
-
- #1607 Apparently commitish doesnt matter, just need to wait at least a second before creating release after push [`326820f`](https://github.com/fomantic/Fomantic-UI/commit/326820f7c40ff1967eb3f7b02957d41d1149dc1c)
|
3239
|
-
- Fixes useFailSafe to work with queued animations #1848 [`1428178`](https://github.com/fomantic/Fomantic-UI/commit/14281784a71a7f636442f170d04c6c0b1c47b104)
|
3240
|
-
- Related #1840, force removing duplicate slashes from path when auto: true [`32e32d3`](https://github.com/fomantic/Fomantic-UI/commit/32e32d3934d8aa0a77eaf35ce6ba0e48b8fc5d1d)
|
3241
|
-
- Update dropdown from next [`802dc97`](https://github.com/fomantic/Fomantic-UI/commit/802dc97948c08c7598b525b2efb89e5c4b390571)
|
3242
|
-
- Fix sizing in form/input [`efd9a07`](https://github.com/fomantic/Fomantic-UI/commit/efd9a07ac3e00c0aeaf32e21999f7436f8dd3f56)
|
3243
|
-
- Adds sub headings [`8a30271`](https://github.com/fomantic/Fomantic-UI/commit/8a30271f278bc72c216d91b36bc6de5b7f94d802)
|
3244
|
-
- New homepage [`876d30e`](https://github.com/fomantic/Fomantic-UI/commit/876d30ecf2b4a84a1f9598a6739cb54bbc3a4f11)
|
3245
|
-
- Update release notes [`7b32ea1`](https://github.com/fomantic/Fomantic-UI/commit/7b32ea1b090d969259f3434d94d02058a0caa456)
|
3246
|
-
- API no longer produces 'no action specified' error when defaulting to form action [`5f9a1ab`](https://github.com/fomantic/Fomantic-UI/commit/5f9a1ab7152b97acf35157ef43a370440b550889)
|
3247
|
-
- #1853 Fix some composer.json fields [`8da0414`](https://github.com/fomantic/Fomantic-UI/commit/8da0414acdea459563cddc8e174dd9125ce0c792)
|
3248
|
-
- Update release notes [`e3cd003`](https://github.com/fomantic/Fomantic-UI/commit/e3cd0038ca0f010c3c17fd8404014e6643a3fc67)
|
3249
|
-
- Adds huge menu [`b9d170f`](https://github.com/fomantic/Fomantic-UI/commit/b9d170fe50d446c91732e4c980b99d18f2651991)
|
3250
|
-
- Adds padded segment [`663d054`](https://github.com/fomantic/Fomantic-UI/commit/663d05436c696de8f860068a5b297552c1832ba5)
|
3251
|
-
- #1896 Add elementNamespace to other document/context events [`59e2f98`](https://github.com/fomantic/Fomantic-UI/commit/59e2f986ce4dc646856404589d275b6969ae8b1c)
|
3252
|
-
- Add to rlsnotes [`7cd0d9d`](https://github.com/fomantic/Fomantic-UI/commit/7cd0d9d32bc0eb207453df6e553ca265b5b230f7)
|
3253
|
-
- Add segment/card coupling with attached progress [`aea9abd`](https://github.com/fomantic/Fomantic-UI/commit/aea9abd6187564265e9c1a64a1930aa93c719b36)
|
3254
|
-
- Remove mkdir on node_modules, add logs [`d06c2db`](https://github.com/fomantic/Fomantic-UI/commit/d06c2dbd75e12bdd87f5ca3c78d22ef7d437a7d0)
|
3255
|
-
- Fixes LESS watch errors are eaten [`4585362`](https://github.com/fomantic/Fomantic-UI/commit/458536279e5b8055334adb24894ba55db329912e)
|
3256
|
-
- Fix destroy method to not possibly unbind scroll evenit from window [`7d8646e`](https://github.com/fomantic/Fomantic-UI/commit/7d8646eb90a95d71cdded513d9734a16ec50247f)
|
3257
|
-
- Merge in #1791 [`818b04f`](https://github.com/fomantic/Fomantic-UI/commit/818b04fc5286c6fc2874cca78e6ddd8e3d5f4e2d)
|
3258
|
-
- #1804, Fix resize logic for scrolling modal to include padding [`dada633`](https://github.com/fomantic/Fomantic-UI/commit/dada633c7f1b025c985f191ab9a253204bb8582c)
|
3259
|
-
- Update release notes remove empty rule [`fcf17d2`](https://github.com/fomantic/Fomantic-UI/commit/fcf17d202d8dc79253a30a61b22b81076d017cd5)
|
3260
|
-
- #1846 Equal height grids now automatically stretch column child elements to full width [`2bdabbc`](https://github.com/fomantic/Fomantic-UI/commit/2bdabbc1007f657bb4fe8e9f4382a0643529c4cb)
|
3261
|
-
- Fix icon banner in icons, add visiblity to single component releases [`c7a1b47`](https://github.com/fomantic/Fomantic-UI/commit/c7a1b475996f69695b4346a1f72c8acdfd2e7dd1)
|
3262
|
-
- Edge cases [`7851d3a`](https://github.com/fomantic/Fomantic-UI/commit/7851d3ae42d7f98618df7c40ba43e759b3beedac)
|
3263
|
-
- Remove form pointers [`3e79081`](https://github.com/fomantic/Fomantic-UI/commit/3e79081e02d42b6778d557f666cca95175f1748e)
|
3264
|
-
- Add several missing variables, resolve dropdown padding to exact pixel values [`3290dbb`](https://github.com/fomantic/Fomantic-UI/commit/3290dbbef994bd47b5a2346b8fb27e0acfa78a20)
|
3265
|
-
- Fix x wide inside equal width/height [`5a5a360`](https://github.com/fomantic/Fomantic-UI/commit/5a5a360f06802adbb88d883046f8e1376c38057b)
|
3266
|
-
- Update css package for meteor #1607 [`ec415f5`](https://github.com/fomantic/Fomantic-UI/commit/ec415f500b4b68ddc46993202ba191da37f166b7)
|
3267
|
-
- Fix bug where equal height rows would always expand to 100% width [`7c6babf`](https://github.com/fomantic/Fomantic-UI/commit/7c6babff7905d2e6f5ab13265245b39d47eba629)
|
3268
|
-
- Fix typos from regex [`738edcc`](https://github.com/fomantic/Fomantic-UI/commit/738edccabb7c3ca323561913b7fc1c387fd7b68e)
|
3269
|
-
- Fixes comma delimited [`a0d3040`](https://github.com/fomantic/Fomantic-UI/commit/a0d30404127be257a9e0f3f4d37be172d94ff4d3)
|
3270
|
-
- Fix valign again [`af05d23`](https://github.com/fomantic/Fomantic-UI/commit/af05d23d83e7493e38e64e91166d2e8768d02726)
|
3271
|
-
- Text width inheritance issue [`8915d9c`](https://github.com/fomantic/Fomantic-UI/commit/8915d9c46d0a2afc38be00d15934e8d190cd4beb)
|
3272
|
-
- Fix issue in chaining when dropdown inits on select [`1550b49`](https://github.com/fomantic/Fomantic-UI/commit/1550b4937e67edf2f1c5deb67adf52b819a03b2b)
|
3273
|
-
- Fix duped variables in theme.config.example [`5df2a39`](https://github.com/fomantic/Fomantic-UI/commit/5df2a392292ffe4e82d5aa6477eacfd59ae28437)
|
3274
|
-
- Fix (x) item menu, labeled icon menu [`c7b4981`](https://github.com/fomantic/Fomantic-UI/commit/c7b4981f224383c966a7e2f2059db812dff89bed)
|
3275
|
-
- Stackable grid now pads unless inside a segment or nested grid [`75fa024`](https://github.com/fomantic/Fomantic-UI/commit/75fa02411de8db021ccc355b91fac7d8b24829ee)
|
3276
|
-
- Finalize card flexbox #1760 [`cc46869`](https://github.com/fomantic/Fomantic-UI/commit/cc46869465c110879ef4bd44f071ef50a2f617a6)
|
3277
|
-
- Update rlsnotes [`e9f2f48`](https://github.com/fomantic/Fomantic-UI/commit/e9f2f489bdf4e13f1c37c351cec72554181b1fdb)
|
3278
|
-
- Fixing more walks on WIN32 [`e57b009`](https://github.com/fomantic/Fomantic-UI/commit/e57b009a592fd57ffee8db4de24398ec5d70d649)
|
3279
|
-
- Remove variable size overrides [`e48e5ce`](https://github.com/fomantic/Fomantic-UI/commit/e48e5ce970fc83799ca7cd21b5eec646e970ca8a)
|
3280
|
-
- Add line height offset for label inside header [`235dc8a`](https://github.com/fomantic/Fomantic-UI/commit/235dc8a8cad03c24a6d3667e8ac33fc1cd2c3d7e)
|
3281
|
-
- #1908 accordion can now specify a triggering element that is not title [`b4d0b8f`](https://github.com/fomantic/Fomantic-UI/commit/b4d0b8f3ecbae615a87928d123f962fd4313eefb)
|
3282
|
-
- Update rlsnotes [`b09f257`](https://github.com/fomantic/Fomantic-UI/commit/b09f257235eec311d895d9f7f0e1e67471258e07)
|
3283
|
-
- Fixes margins on ui segments [`e0daade`](https://github.com/fomantic/Fomantic-UI/commit/e0daade0c3465bb5069b294896f697183e736f50)
|
3284
|
-
- Increase delay before creating release after pushing files to repos [`0e382b7`](https://github.com/fomantic/Fomantic-UI/commit/0e382b747e5031dcb3ba284c9576c709135e175f)
|
3285
|
-
- Category search no longer warns about maxResults #1850 [`0dec900`](https://github.com/fomantic/Fomantic-UI/commit/0dec90028ad6473165874dfddeabb2b33f52bc02)
|
3286
|
-
- Update release notes [`c89a02d`](https://github.com/fomantic/Fomantic-UI/commit/c89a02d10dc93bf416b5309928c7df160313d2fd)
|
3287
|
-
- Install message [`7027240`](https://github.com/fomantic/Fomantic-UI/commit/702724006f4566e770b5585b7c1249fee9e3d339)
|
3288
|
-
- RLSNOTES [`f9cf499`](https://github.com/fomantic/Fomantic-UI/commit/f9cf499fe3bf768943169646d773d42c4f83bf0e)
|
3289
|
-
- Fix popup in menu, add min-height [`e1499e6`](https://github.com/fomantic/Fomantic-UI/commit/e1499e61d6ffe9cf59b6b4336be4056f56ad8b13)
|
3290
|
-
- Fixes for sticky/vis [`28e1231`](https://github.com/fomantic/Fomantic-UI/commit/28e123102b4b131afa6663b500309ac16def8758)
|
3291
|
-
- Increase delay of performance logging [`bb1cb54`](https://github.com/fomantic/Fomantic-UI/commit/bb1cb54c959380d46aa5685433e91ae2a36def8b)
|
3292
|
-
- Add onUpdate callback to visibility, fix event handlers [`4fe0ae0`](https://github.com/fomantic/Fomantic-UI/commit/4fe0ae076060b27fddd2983f9ea416ff021a9ce7)
|
3293
|
-
- Remove debug from transition [`affb406`](https://github.com/fomantic/Fomantic-UI/commit/affb40689e1f10d503d324ac0e23beb1ed6b7e02)
|
3294
|
-
- Updates rlsnote for next [`c744c16`](https://github.com/fomantic/Fomantic-UI/commit/c744c166c1266fd30a2508de00431fe56ec4cdb5)
|
3295
|
-
- Remove rlsnotes from next [`219feda`](https://github.com/fomantic/Fomantic-UI/commit/219fedaaa3a12761a13d5f98a4b962848d63cc2d)
|
3296
|
-
- Remove stub oauth [`dc622c4`](https://github.com/fomantic/Fomantic-UI/commit/dc622c4dadd6bdbccc69064fec28ac96184a6185)
|
3297
|
-
- Backports dropdown fixes [`776b654`](https://github.com/fomantic/Fomantic-UI/commit/776b6542d69e5f4e204ac5ecd3875a2fa780fcb7)
|
3298
|
-
- Adjust text container paragraph settings [`6670978`](https://github.com/fomantic/Fomantic-UI/commit/66709782e55aad19df9b185fa1df81867d0c15f9)
|
3299
|
-
- Make labels slightly larger inside headers in default theme [`cf235f0`](https://github.com/fomantic/Fomantic-UI/commit/cf235f0b8b57ccdf13f297a4d8ca19e244fd436a)
|
3300
|
-
- Updates styles for ui item [`3843371`](https://github.com/fomantic/Fomantic-UI/commit/38433712258fea1631feb51a7dc2cb322ca6ddbf)
|
3301
|
-
- #1607 remove client typo in package.js [`5e372c3`](https://github.com/fomantic/Fomantic-UI/commit/5e372c394d9b4dfdfb3aee7a4b52536b045c545f)
|
3302
|
-
- All inputs now use flexbox, adjust flex-grow value to fix ie10 [`7a5654d`](https://github.com/fomantic/Fomantic-UI/commit/7a5654d9682f0f0836e547d986207efd3f4e995a)
|
3303
|
-
- disables flex in IE for cards #2021 [`d420cb0`](https://github.com/fomantic/Fomantic-UI/commit/d420cb0908a54828068735025cc97f29726bdfce)
|
3304
|
-
- Fix dropdown icon selection [`fd9d457`](https://github.com/fomantic/Fomantic-UI/commit/fd9d45749d2453350a4b120c79f3eeeec4335233)
|
3305
|
-
- Tweaking flex align settings [`db69f38`](https://github.com/fomantic/Fomantic-UI/commit/db69f38bb3402f27d6949ba838a8c801bac8988d)
|
3306
|
-
- Updates release notes [`74ef751`](https://github.com/fomantic/Fomantic-UI/commit/74ef751d82a5d1d85bbd30bfb5e4c42b0c97d3d3)
|
3307
|
-
- Fix header sizes in chubby header theme [`3d3f058`](https://github.com/fomantic/Fomantic-UI/commit/3d3f0581754060dc4f4a63588e0db1c08594ee6f)
|
3308
|
-
- Add back in placeholder prefix (still necessary) #1791 [`86be8ff`](https://github.com/fomantic/Fomantic-UI/commit/86be8ff1f78c0cfcb86457090cb701d0b9077846)
|
3309
|
-
- Update notes [`c7c84fb`](https://github.com/fomantic/Fomantic-UI/commit/c7c84fbe21ecd774e038178fa8b07547c37ddeea)
|
3310
|
-
- Simplify default API debug output for clarity [`58609bf`](https://github.com/fomantic/Fomantic-UI/commit/58609bf62ad33e90fd68b0e41fa6e2e02deb6eb1)
|
3311
|
-
- Rlsnotes [`761daab`](https://github.com/fomantic/Fomantic-UI/commit/761daab891f366cbd1ca18c416f5af69689644d7)
|
3312
|
-
- Rail is 100% height by default [`2c45285`](https://github.com/fomantic/Fomantic-UI/commit/2c45285ff57fed06fd74ca3bd601deefc0e3fe03)
|
3313
|
-
- Fix inverted text menu, fix active font weight [`3e19a5a`](https://github.com/fomantic/Fomantic-UI/commit/3e19a5ad0745d80a8d6391ac73d970fd2b3cb6ba)
|
3314
|
-
- Update rlsnotes [`f789010`](https://github.com/fomantic/Fomantic-UI/commit/f7890108c3a12f0e1df143ebec7d2fd69f4a7fde)
|
3315
|
-
- Fix rebuild on site.variables debug [`8ce8f11`](https://github.com/fomantic/Fomantic-UI/commit/8ce8f11496008a889b9820dc9f647309d26fb838)
|
3316
|
-
- Rebuild 1.10.3 [`e8c57f5`](https://github.com/fomantic/Fomantic-UI/commit/e8c57f5e1d9551f5c18bc24acea5af98a74c41d5)
|
3317
|
-
- Adds centered inline loader [`4119075`](https://github.com/fomantic/Fomantic-UI/commit/41190759812be52570f678324ad2e32f2bde7a45)
|
3318
|
-
- Update rlsnotes, grid specificity [`e03b104`](https://github.com/fomantic/Fomantic-UI/commit/e03b104e2ba6c0ddbbb3142a5e74c9b8ac5a2990)
|
3319
|
-
- Fix gulp watch not erroring out with legitimate errors [`8102cff`](https://github.com/fomantic/Fomantic-UI/commit/8102cff1846d695669e8d755aca7b9c384888fd8)
|
3320
|
-
- Update visibility debug [`4d82349`](https://github.com/fomantic/Fomantic-UI/commit/4d82349dc695182a4d2ba220f5d2a55453bd0a7a)
|
3321
|
-
- Fix activator with settings.popup [`63561c5`](https://github.com/fomantic/Fomantic-UI/commit/63561c514f7961f36d3de3246285fd1ab9d33f30)
|
3322
|
-
- Make site theme optional [`3df6034`](https://github.com/fomantic/Fomantic-UI/commit/3df6034a0b524202346ec9c5fe58a37e458788a7)
|
3323
|
-
- Slightly darken border colors [`a8cf810`](https://github.com/fomantic/Fomantic-UI/commit/a8cf810e01967dbd20d7910099c7adc943b7d6fe)
|
3324
|
-
- Fix table escapes container at mobile [`2a21019`](https://github.com/fomantic/Fomantic-UI/commit/2a210192523d4ef835bc5b9626e583dfd508ff83)
|
3325
|
-
- #1475, quick fix before flexbox merge for dropdown hover [`f0109a0`](https://github.com/fomantic/Fomantic-UI/commit/f0109a06acd810062dd5b373af1e24af798d3aa5)
|
3326
|
-
- Adds variable into def for scrollbar #1875 #1831 [`f891852`](https://github.com/fomantic/Fomantic-UI/commit/f891852d09dc418f3de5cda8e892a545ba54c8af)
|
3327
|
-
- Adds #1874 Search input styles added to form [`972bda8`](https://github.com/fomantic/Fomantic-UI/commit/972bda8756e5cf4daeefcbcf0a6b8cd7a3f67da7)
|
3328
|
-
- Fix config comment replace regex not to be greedy [`5a1e347`](https://github.com/fomantic/Fomantic-UI/commit/5a1e347ed5471de7ce7b1583ccc277d1beec367c)
|
3329
|
-
- Fix gulp docs glob [`b2994d5`](https://github.com/fomantic/Fomantic-UI/commit/b2994d58d0a1e0d38dab0802fbea74fa57f7398f)
|
3330
|
-
- Debug [`bb8f9d3`](https://github.com/fomantic/Fomantic-UI/commit/bb8f9d3ed7eb74f41c0d8589f49a906904375b32)
|
3331
|
-
- Button now uses focus shadow from site.variables [`8d48a25`](https://github.com/fomantic/Fomantic-UI/commit/8d48a259457ed18dc24fdbd47a12d6596fcc130b)
|
3332
|
-
- Fix dropdown focused but not hovered colors [`f85da30`](https://github.com/fomantic/Fomantic-UI/commit/f85da30ae7faf1548a7dc845b3b7a4778fac7c1a)
|
3333
|
-
- Observe changes now groups related mutations [`35de853`](https://github.com/fomantic/Fomantic-UI/commit/35de853327ba7d81cb5f14b4af2b6beaeaa1a399)
|
3334
|
-
- Fix md spacing [`9133603`](https://github.com/fomantic/Fomantic-UI/commit/91336038a21dcf222f03d0b3f2acc9e74ecd849e)
|
3335
|
-
- #1607 Removes a bunch of files from addfiles [`5603db5`](https://github.com/fomantic/Fomantic-UI/commit/5603db5398ff7536ff2b15f9dacd12ca1df6c1b8)
|
3336
|
-
- Watch now compiles concat again [`74a52c5`](https://github.com/fomantic/Fomantic-UI/commit/74a52c5b305584ed613d9c7a3b57f5875915205f)
|
3337
|
-
- Fix issue with popup removal [`1ab7165`](https://github.com/fomantic/Fomantic-UI/commit/1ab71653ee5a606d6ae1d804b5b5eaecbd263de2)
|
3338
|
-
- Add rlsnotes [`8e53100`](https://github.com/fomantic/Fomantic-UI/commit/8e531004582672adc382bf7bbcf3f2560cc993e7)
|
3339
|
-
- Rebuild all UI on site.variables change [`ed085db`](https://github.com/fomantic/Fomantic-UI/commit/ed085dbc11d7116be2acbb00953dd6b5867532c1)
|
3340
|
-
- Fixes background shorthand causes blank dimmer variable to evaluate as none [`63e12b6`](https://github.com/fomantic/Fomantic-UI/commit/63e12b6a9206137f24a2ca449523ac0b7d17bafc)
|
3341
|
-
- Fix flat dropdown style [`d4dc873`](https://github.com/fomantic/Fomantic-UI/commit/d4dc873241d6a16f0a60292a1a794e636e609bdb)
|
3342
|
-
- Darken toggle checkbox text [`a6447b1`](https://github.com/fomantic/Fomantic-UI/commit/a6447b11501d24598bd0864202e48bdbf9d78f7b)
|
3343
|
-
- #1996 #1992 issue with calc interpolation in dropdown LESS [`683b5aa`](https://github.com/fomantic/Fomantic-UI/commit/683b5aa5fcb14d181a140093aa925c629f4cc127)
|
3344
|
-
- #1960 adjusting site.variables now rebuilds all files [`75efd94`](https://github.com/fomantic/Fomantic-UI/commit/75efd947640c10ece970bb821430e395d2b9bf81)
|
3345
|
-
- Fixes background shorthand causes blank dimmer variable to evaluate as none [`b209b64`](https://github.com/fomantic/Fomantic-UI/commit/b209b64d0f7b7f8c23b9dce681c3700b5577023b)
|
3346
|
-
- Fix recording final display state as none [`54bd5af`](https://github.com/fomantic/Fomantic-UI/commit/54bd5afac69a5119c7e4b3c0eb663264a9360482)
|
3347
|
-
- Debug for radio [`4fb0f38`](https://github.com/fomantic/Fomantic-UI/commit/4fb0f38734fe2b4d3a459d9fad2ffe3ca271b7f3)
|
3348
|
-
- Remove unnecessary calls [`e0f100e`](https://github.com/fomantic/Fomantic-UI/commit/e0f100ecca0f841147e3ca3aac04122e54df7a0d)
|
3349
|
-
- Increase delay between git push due to issues with flooding [`2b52ce3`](https://github.com/fomantic/Fomantic-UI/commit/2b52ce349f78f5cf5424d933d78dbdaaa459974e)
|
3350
|
-
- Non queued animations trigger complete event immediately [`a957a5c`](https://github.com/fomantic/Fomantic-UI/commit/a957a5cfde8fb587e69f21605f8022a005580a2d)
|
3351
|
-
- Update rlsnotes 1.11.0 [`f1cc86d`](https://github.com/fomantic/Fomantic-UI/commit/f1cc86db5d7a29a41c69420522c104545e19d652)
|
3352
|
-
- Fix bottom to use bottom-margin, instead of bottom prop [`c38cb19`](https://github.com/fomantic/Fomantic-UI/commit/c38cb190752b41efe48d77d29b3f87c2ce394a99)
|
3353
|
-
- Update rlsnotes [`698f071`](https://github.com/fomantic/Fomantic-UI/commit/698f0710ccfbec0bf1ceaa8421c77f1b9c8186aa)
|
3354
|
-
- Stackable grid no longer sits flush on mobile [`9a659a1`](https://github.com/fomantic/Fomantic-UI/commit/9a659a194991b4720074801b181684761baf6fc1)
|
3355
|
-
- Corrected wrench config for `src/site` merges [`f8472c8`](https://github.com/fomantic/Fomantic-UI/commit/f8472c87ddbd54251e093bb045a1cd2e7768099f)
|
3356
|
-
- Swaps out __dirname constant for path.resolve() #1607 [`3a75bdc`](https://github.com/fomantic/Fomantic-UI/commit/3a75bdc8d14e2d6786fe0e51c72da34fa042a741)
|
3357
|
-
- #1607 add npm require to package.js templates [`22a2b29`](https://github.com/fomantic/Fomantic-UI/commit/22a2b2901aef01eee458536d7689e7a3791c9b6c)
|
3358
|
-
- Update release notes [`d2b24b3`](https://github.com/fomantic/Fomantic-UI/commit/d2b24b3d2de9df376f22e8d4999ca4f4f37ae77a)
|
3359
|
-
- Lighten dropdown error hover color [`1ce202f`](https://github.com/fomantic/Fomantic-UI/commit/1ce202ffae1062ac93c8aa37d999c06b4fe79464)
|
3360
|
-
- #1794, checkbox and dropdown now trigger blur event on controlled input [`4e2f0b0`](https://github.com/fomantic/Fomantic-UI/commit/4e2f0b02911d21f96342b06a861fd0d6ed0ebe43)
|
3361
|
-
- Make icon size round to exact pixel to avoid valign issues #1779 [`f37b2a8`](https://github.com/fomantic/Fomantic-UI/commit/f37b2a83ba4a52b58affcb4253c9fff6ff52a91b)
|
3362
|
-
- Tested versioning [`822acf2`](https://github.com/fomantic/Fomantic-UI/commit/822acf2ae9b85f560f1bece8f3694d48581f6b90)
|
3363
|
-
- Test versioning [`e9a29b6`](https://github.com/fomantic/Fomantic-UI/commit/e9a29b6c611a97df524fc406be6df345b0c7fe13)
|
3364
|
-
- Sticky component does not set height when already same height [`b4338c7`](https://github.com/fomantic/Fomantic-UI/commit/b4338c702eb38a03d22ff78119d789fa990491bc)
|
3365
|
-
- LESS repo missing semantic.less [`f589173`](https://github.com/fomantic/Fomantic-UI/commit/f5891730ef6e9d4adca6dd923b00fe742e0cdbef)
|
3366
|
-
- Fixes meteor package.js for css build [`893d688`](https://github.com/fomantic/Fomantic-UI/commit/893d6887931ddfc783e9e6ddd963d337d4c80668)
|
3367
|
-
- Update rlsnotes [`9d27b68`](https://github.com/fomantic/Fomantic-UI/commit/9d27b68b7d468fe9a6874e567b969a75b4915155)
|
3368
|
-
- Fix issue with search selection tabbing [`203a06c`](https://github.com/fomantic/Fomantic-UI/commit/203a06cdc129c099cf888266c3264bc8c4a6fe6f)
|
3369
|
-
- Fixes dimmer variation not working due to typo [`af76214`](https://github.com/fomantic/Fomantic-UI/commit/af76214036fe14e3d3c0c193f62fed6c223e4bee)
|
3370
|
-
- Fix for filtered item override [`027ab45`](https://github.com/fomantic/Fomantic-UI/commit/027ab45c724f6763b854fc497f076fd299f4175b)
|
3371
|
-
- Fix table align issue, adjust white border opacity [`a789a07`](https://github.com/fomantic/Fomantic-UI/commit/a789a07889797f6d93f46972ae495ed1d8d6c090)
|
3372
|
-
- set flex direction for grid align [`07eef3c`](https://github.com/fomantic/Fomantic-UI/commit/07eef3c42eb1b2bc36a0d0c082a3a402a922476d)
|
3373
|
-
- Update rlsnotes [`38990ef`](https://github.com/fomantic/Fomantic-UI/commit/38990ef687e238b67184bdafa44d70ac630898d8)
|
3374
|
-
- Add largest monitor breakpoint, remove paragraph line height by default. Use page line height [`ce5fec7`](https://github.com/fomantic/Fomantic-UI/commit/ce5fec7c7a0e80335d9efc2accd971fa5efd5139)
|
3375
|
-
- Remove performance timer testing [`310e5d4`](https://github.com/fomantic/Fomantic-UI/commit/310e5d4041f614b5d65733a8b141f7f966c92de3)
|
3376
|
-
- #1905 min-width issue on material theme [`38f5993`](https://github.com/fomantic/Fomantic-UI/commit/38f59932ebcf30254dd9227f2209eac8b42ed1e7)
|
3377
|
-
- Remove onscroll [`9a290c9`](https://github.com/fomantic/Fomantic-UI/commit/9a290c9aba48046fd09d6c8653451da9efa1814f)
|
3378
|
-
- Update rlsnotes #1899 [`c2ffaa7`](https://github.com/fomantic/Fomantic-UI/commit/c2ffaa7cdcd5417859ca335e48af994261f0cbea)
|
3379
|
-
- Fixed a memory leak in Popup module [`1def81b`](https://github.com/fomantic/Fomantic-UI/commit/1def81b60b99ad2006a2376e7800873badffb439)
|
3380
|
-
- #1831 #1875 Adds scrollbar size to global variables [`d36f38a`](https://github.com/fomantic/Fomantic-UI/commit/d36f38a55fbf13d4ffc9ddd8c23de86c75d6f287)
|
3381
|
-
- #1607 Regexp formatting [`6079676`](https://github.com/fomantic/Fomantic-UI/commit/6079676eb5d82a1709a482a9b1467d4de6db6461)
|
3382
|
-
- Comment [`0a43676`](https://github.com/fomantic/Fomantic-UI/commit/0a436768c64fef0e82612e207250e3f03e30861d)
|
3383
|
-
- Remove debug [`1440814`](https://github.com/fomantic/Fomantic-UI/commit/1440814609204eccbdc9affec0b2018bfc22d95c)
|
3384
|
-
- Backports fix for dropdown headers in menus #2022 [`4e3fe4b`](https://github.com/fomantic/Fomantic-UI/commit/4e3fe4bf378b9e6e2469be87f84a1c6a1266e28d)
|
3385
|
-
- Experimenting with no zindex again [`7be3645`](https://github.com/fomantic/Fomantic-UI/commit/7be36454ab7044da3ba8edee3dc7dcd7b2bbd856)
|
3386
|
-
- Adjust selection padding [`2b54b0e`](https://github.com/fomantic/Fomantic-UI/commit/2b54b0ec1b0e096555e58913a310f1a73fe79b5e)
|
3387
|
-
- #2020 Fixes trim string method being called on non-string dropdown values [`7034230`](https://github.com/fomantic/Fomantic-UI/commit/703423013e7dfbad62c886cf2119e4f05fb9cbcf)
|
3388
|
-
- remove debug [`cc78b80`](https://github.com/fomantic/Fomantic-UI/commit/cc78b803a5a48f9cc4e7b61f36ca74f7ae2b127a)
|
3389
|
-
- Fix search button padding [`21d695c`](https://github.com/fomantic/Fomantic-UI/commit/21d695c46fee35b2f19f1c7c088ad8ddd6d441c0)
|
3390
|
-
- Extend sticky mutation observer wait period [`ff69bb8`](https://github.com/fomantic/Fomantic-UI/commit/ff69bb80ce69989856259fe0ecef0566e571f7b0)
|
3391
|
-
- #1927, remove transform from tnansition [`4862d43`](https://github.com/fomantic/Fomantic-UI/commit/4862d4369e5fe2ca14345e72c07f83eb85561471)
|
3392
|
-
- Adding missing event namespace in form validation [`97e8bf5`](https://github.com/fomantic/Fomantic-UI/commit/97e8bf5fdaf703b41c16175bb2771d1d5c9f9719)
|
3393
|
-
- Fix cenered inline loader [`0b8d71a`](https://github.com/fomantic/Fomantic-UI/commit/0b8d71aeae37dd7e3927bac2220fd6643b162691)
|
3394
|
-
- Fix missing selector in stretched grid [`0a651aa`](https://github.com/fomantic/Fomantic-UI/commit/0a651aaa9f2bf4972454fc1f1e80614f79b223ed)
|
3395
|
-
- Header uses border color [`6aee3be`](https://github.com/fomantic/Fomantic-UI/commit/6aee3becc97df8f189b97f69a654fe3398398d7c)
|
3396
|
-
- Icons no longer set height, better valign. [`777b802`](https://github.com/fomantic/Fomantic-UI/commit/777b8020ed1778d7ff6bd892b7ec3bb6c6de0508)
|
3397
|
-
- Adjust small computer page grid gutter [`5823e92`](https://github.com/fomantic/Fomantic-UI/commit/5823e926cc9f7d3daf3c82e49a38c5f27ab837fb)
|
3398
|
-
- Table default to top align [`b238c3e`](https://github.com/fomantic/Fomantic-UI/commit/b238c3e074b4e13de59eab1a0ad928c674a4dc34)
|
3399
|
-
- Update rlsnotes [`9bc43d2`](https://github.com/fomantic/Fomantic-UI/commit/9bc43d26d10610fd11e570d8533268aa29b90ec2)
|
3400
|
-
- Update performance log of site.js [`d8e256d`](https://github.com/fomantic/Fomantic-UI/commit/d8e256d5fdd7250588f91781629b9f67beaa2d54)
|
3401
|
-
- Simplify label margin [`6d54ff0`](https://github.com/fomantic/Fomantic-UI/commit/6d54ff0d6dac326f1ae8757bae488595b7fa3d04)
|
3402
|
-
- Fix label size inside header [`be2b5cd`](https://github.com/fomantic/Fomantic-UI/commit/be2b5cdfe172d4e10ba524e6a6b32f845b3ff96e)
|
3403
|
-
- Deprecating Slack [`0e4e687`](https://github.com/fomantic/Fomantic-UI/commit/0e4e687a99a87fade1f97dcc68a66f7e58a6bc50)
|
3404
|
-
- Add missing var [`6220673`](https://github.com/fomantic/Fomantic-UI/commit/622067393084f76fba5033284ee87ef74e590655)
|
3405
|
-
- Reset hide delay to 0 #1852 [`0fb55e2`](https://github.com/fomantic/Fomantic-UI/commit/0fb55e2bddc04b6a623c6bd25ec17024b10d791d)
|
3406
|
-
- Swap out this reference for in API [`6c80605`](https://github.com/fomantic/Fomantic-UI/commit/6c8060538a8e145358144c9f7836ab3be651edcd)
|
3407
|
-
- #1889 serializeForm produces unnecessary error [`d3b4315`](https://github.com/fomantic/Fomantic-UI/commit/d3b43154138a5bd697cd3011aad79d002562b41a)
|
3408
|
-
- Fix version tock [`9cecdf0`](https://github.com/fomantic/Fomantic-UI/commit/9cecdf06a876bd1eb3369f29b7790b4332561fa4)
|
3409
|
-
- Popup displays module on error [`7eb0302`](https://github.com/fomantic/Fomantic-UI/commit/7eb0302dba6d49e4b63197cb412186c7b1f1fe97)
|
3410
|
-
- Fix releasenotes link [`2c65133`](https://github.com/fomantic/Fomantic-UI/commit/2c651336bb6e6f1b660aeaaf93cf04c045ff1b33)
|
3411
|
-
- Missing comma in admin config #1607 [`27771e2`](https://github.com/fomantic/Fomantic-UI/commit/27771e216f58c11c6871c9de454187fcf0e3d5b9)
|
3412
|
-
- Tick version [`c85c032`](https://github.com/fomantic/Fomantic-UI/commit/c85c032fd27d443f36d6e29de8c01c81418ab18e)
|
3413
|
-
- Update rlsnotes #1844 [`f23748d`](https://github.com/fomantic/Fomantic-UI/commit/f23748de68d02115c2a2c935d7ff20380cdca5f4)
|
3414
|
-
- Update rlsnotes [`609c55c`](https://github.com/fomantic/Fomantic-UI/commit/609c55c408a6f32d868544127b34e7ad8fba0167)
|
3415
|
-
- Fix grid inside vertical segment [`782b61b`](https://github.com/fomantic/Fomantic-UI/commit/782b61b00771159ae8c3da2b962bda5880c8abcd)
|
3416
|
-
- #1845 fix package.json format for git url [`b53005f`](https://github.com/fomantic/Fomantic-UI/commit/b53005f9d059615fad3a4076c9e5f4a03aea8eaf)
|
3417
|
-
- #1845, move wrench to forked dep [`f8e4465`](https://github.com/fomantic/Fomantic-UI/commit/f8e4465e3c0fd5e743ea874ea149ba4a331832dd)
|
3418
|
-
- Update rlsnotes [`00166ee`](https://github.com/fomantic/Fomantic-UI/commit/00166ee6aee6b946246b998e4a3e0e4226b8617e)
|
3419
|
-
- Fix tiered menu sub menu border radius [`c4b99c1`](https://github.com/fomantic/Fomantic-UI/commit/c4b99c1e2fdc2646a9de41876e37c237aad9519e)
|
3420
|
-
- Update rlsnotes [`f69369e`](https://github.com/fomantic/Fomantic-UI/commit/f69369e32fcebd9bef2def0f14ba1c6ab9a0dda7)
|
3421
|
-
- #1607 missing theme.less from LESS repo [`6e6f6cd`](https://github.com/fomantic/Fomantic-UI/commit/6e6f6cd71c641ec6306d68c2c0202605b2bd0e53)
|
3422
|
-
- Fixes description redundancy #1607 [`d98656a`](https://github.com/fomantic/Fomantic-UI/commit/d98656a3c63d029ff5e05da4b7b61d32e9c5d9f4)
|
3423
|
-
- Update rlsnotes [`cff289a`](https://github.com/fomantic/Fomantic-UI/commit/cff289aad420adb39872eb6abc2485477312ad38)
|
3424
|
-
- Fix date [`6328b8d`](https://github.com/fomantic/Fomantic-UI/commit/6328b8d7d15f9be0fbc105dec92d648c390fc209)
|
3425
|
-
- Ignore oauth.js [`7716024`](https://github.com/fomantic/Fomantic-UI/commit/7716024ffa4a439bb6df6a7c4bb0f6a89472341d)
|
3426
|
-
- Update readme [`e0ffa2b`](https://github.com/fomantic/Fomantic-UI/commit/e0ffa2bfec25eb716d97a856c15ebcbf9a226ea6)
|
3427
|
-
- Update notes [`c0e9571`](https://github.com/fomantic/Fomantic-UI/commit/c0e9571aa1c9b697e4ff711ff0bc235b47f5ddc1)
|
3428
|
-
- Update release notes [`33cae72`](https://github.com/fomantic/Fomantic-UI/commit/33cae72a0f804fdf63b24f0ee09a8065f328f473)
|
3429
|
-
- Update rlsnotes [`e158398`](https://github.com/fomantic/Fomantic-UI/commit/e158398c64bfe5f7de5a1857309740dcb9bd9e6f)
|
3430
|
-
- Fix config path [`8c27ff5`](https://github.com/fomantic/Fomantic-UI/commit/8c27ff5c0557de0ca87a095c447d03da835e5914)
|
3431
|
-
- Oops old dep [`6332f70`](https://github.com/fomantic/Fomantic-UI/commit/6332f70cbc1d66078a2f3944300be41de8710433)
|
3432
|
-
- dedupe [`dcceb36`](https://github.com/fomantic/Fomantic-UI/commit/dcceb369f0f03f9801f78e789a9cb2550d1276bb)
|
3433
|
-
- Remove unused variables from input [`5a56b3e`](https://github.com/fomantic/Fomantic-UI/commit/5a56b3ec414aed9b7d402dba8c0f62f44c35ea34)
|
3434
|
-
- RLSNOTES [`f7f8319`](https://github.com/fomantic/Fomantic-UI/commit/f7f83191c466e0ef472bfaf1f59c5d6301f5315a)
|
3435
|
-
- RLSNOTES #2017 [`731e44d`](https://github.com/fomantic/Fomantic-UI/commit/731e44dd2b3124ceff24193bc0737f33067da6a1)
|
3436
|
-
- RLSNOTES #2012 [`6675886`](https://github.com/fomantic/Fomantic-UI/commit/66758868b951bcb3e2443c28efed3d8fb3fd8b8b)
|
3437
|
-
- #2012, Search should pass along debug to API [`b03c7d3`](https://github.com/fomantic/Fomantic-UI/commit/b03c7d3faf1cfec39067f93fa626411247747765)
|
3438
|
-
- Rlsnotes [`2b02d6c`](https://github.com/fomantic/Fomantic-UI/commit/2b02d6c1fe1e4f20dc9a2df2d567343d63a786bb)
|
3439
|
-
- Rlsnotes [`6cb49b0`](https://github.com/fomantic/Fomantic-UI/commit/6cb49b0b75da86504af451c49d74a85dc64c8bbf)
|
3440
|
-
- RLSNotes: [`36d91ff`](https://github.com/fomantic/Fomantic-UI/commit/36d91ff3a65eabea387f09a2a3856be465d575a9)
|
3441
|
-
- #1990 rlsnotes [`36613f5`](https://github.com/fomantic/Fomantic-UI/commit/36613f54609580517d5a2cc04d0d36d6059caeb4)
|
3442
|
-
- #1927 adds back in transform [`209db36`](https://github.com/fomantic/Fomantic-UI/commit/209db36bf20507dadc5d4a50d09f4ebbf7903a2e)
|
3443
|
-
- Disabled icon have pointer events again [`f6ba97a`](https://github.com/fomantic/Fomantic-UI/commit/f6ba97a3382c3b615176ce72a4822306dc28d883)
|
3444
|
-
- Update rlsnotes [`e5a2377`](https://github.com/fomantic/Fomantic-UI/commit/e5a2377c9c03730d65d57111268e135c973524d1)
|
3445
|
-
- Fixes issue with concat css moving import [`6b54c45`](https://github.com/fomantic/Fomantic-UI/commit/6b54c4559f881e0716c4dffd2db4e7aecaf9d2ec)
|
3446
|
-
- #1919 Fixes issue with minification [`b5a5d9c`](https://github.com/fomantic/Fomantic-UI/commit/b5a5d9cb6961246b0bbf111b33adf9a904355674)
|
3447
|
-
- Update rlsnotes [`9d5da0c`](https://github.com/fomantic/Fomantic-UI/commit/9d5da0c4b23310bcc0996534be9a41c6d66e78fc)
|
3448
|
-
- Update rlsnotes #1791 [`c942909`](https://github.com/fomantic/Fomantic-UI/commit/c9429097310de6f585904b92b350d467aa43f7d3)
|
3449
|
-
- Update rlsnotes [`e0e6422`](https://github.com/fomantic/Fomantic-UI/commit/e0e64226ae5a7a63953e3cf67e3a356198c3c61f)
|
3450
|
-
- Remove debug #1895 [`8260260`](https://github.com/fomantic/Fomantic-UI/commit/8260260f003275e14e627310a6c0f0a9d96dc130)
|
3451
|
-
- #1897 removes log [`a5052e4`](https://github.com/fomantic/Fomantic-UI/commit/a5052e4db68f91f9dd0b4c395921e908378fbcc2)
|
3452
|
-
- Update release notes #1845 [`a012db0`](https://github.com/fomantic/Fomantic-UI/commit/a012db000ce1f224585185b8b7b09b20bb0518d8)
|
3453
|
-
- Infer composer.json version from tags #1853 <https://getcomposer.org/doc/02-libraries.md#tags> [`a262f3b`](https://github.com/fomantic/Fomantic-UI/commit/a262f3bd72e0997393cab42c3c6727195046c349)
|
3454
|
-
- Update rlsnotes [`60a3bb0`](https://github.com/fomantic/Fomantic-UI/commit/60a3bb086113fd9c8f9e431bdd3618ab67f388e6)
|
3455
|
-
- Rlsnotes #1812 [`05be471`](https://github.com/fomantic/Fomantic-UI/commit/05be4717e56aa3a0dfbba343e50d789f5d9700ee)
|
3456
|
-
- Info messages are now visible inside forms [`51bfcbb`](https://github.com/fomantic/Fomantic-UI/commit/51bfcbb3a63ec6a88e3f77f18595b097fd7759ef)
|
3457
|
-
- Add card color variations merges in #1764 [`7cf3625`](https://github.com/fomantic/Fomantic-UI/commit/7cf36257953cd138553db8a514571048b301174b)
|
3458
|
-
- Rebuild for jsfiddle [`9d1f70f`](https://github.com/fomantic/Fomantic-UI/commit/9d1f70f8b75da9899de111e335d8f1859d2be96e)
|
3459
|
-
- Beginning refactoring of admin tasks [`068df99`](https://github.com/fomantic/Fomantic-UI/commit/068df994a2e0734898ec260f3a86a27b7e346883)
|
3460
|
-
- Update some examples [`859a36a`](https://github.com/fomantic/Fomantic-UI/commit/859a36a7e04f434775e71f2bdd799366535b5ac7)
|
3461
|
-
- Fix issues with tasks caused by docs tasks [`0c99aa8`](https://github.com/fomantic/Fomantic-UI/commit/0c99aa85d300025cc3a8661bb4c1020f165c21b7)
|
3462
|
-
- Nearly done here [`ac50bec`](https://github.com/fomantic/Fomantic-UI/commit/ac50bec3eca93ce76a5819df49d2bdc67250b784)
|
3463
|
-
- Iterating on install [`42b176c`](https://github.com/fomantic/Fomantic-UI/commit/42b176cc7a986cb6ebb652d92be41c5cf21ad5a1)
|
3464
|
-
- Let gulp tasks be run from any directory by using process.cwd, fix permissions q in install [`1e0ded8`](https://github.com/fomantic/Fomantic-UI/commit/1e0ded8af9c1af3ef3f01a855b58a6da797d3e4a)
|
3465
|
-
- Add scoping to all ui elements [`c607790`](https://github.com/fomantic/Fomantic-UI/commit/c607790d16a9d8e998f3d75d1dff1741128e51b5)
|
3466
|
-
- Now cards can use colors too! [`075efb5`](https://github.com/fomantic/Fomantic-UI/commit/075efb506bbec2ef7dd5d387537e01170f0f3407)
|
3467
|
-
- All paths are now resolved from semantic.json location [`bf8b8f0`](https://github.com/fomantic/Fomantic-UI/commit/bf8b8f0a0384074b2107a4b3d40463c0fa7d860b)
|
3468
|
-
- Fix theme.config to load multiple [`3dea109`](https://github.com/fomantic/Fomantic-UI/commit/3dea10949e410dfe13b8b395eb1e676cf8383a28)
|
3469
|
-
- Attempt at README [`bdeca02`](https://github.com/fomantic/Fomantic-UI/commit/bdeca02aaed904ce54ea45b63f760a8ea6128d0f)
|
3470
|
-
- Experimenting with deps [`d26385f`](https://github.com/fomantic/Fomantic-UI/commit/d26385f5a5224c55b7ddd761b413673d34dee746)
|
3471
|
-
- Path fixes, rtl fixes [`1e0a71d`](https://github.com/fomantic/Fomantic-UI/commit/1e0a71d9e4c96aa0b65300a3f08b9314346c945a)
|
3472
|
-
- Fix @type variable [`ab8fc99`](https://github.com/fomantic/Fomantic-UI/commit/ab8fc99cea4967efa2e930713b767666da2ecf19)
|
3473
|
-
- Adds rudimentary sub-module detection to avoid end-user install when used as a sub-module [`de85e5a`](https://github.com/fomantic/Fomantic-UI/commit/de85e5a82c9299ee8ef346ee98a40e32135ba683)
|
3474
|
-
- Format gulpfile, dashes [`ddbe345`](https://github.com/fomantic/Fomantic-UI/commit/ddbe3458b49c8937891e927da8af3c01633ac82d)
|
3475
|
-
- Adds headers with images #1663 [`494c78f`](https://github.com/fomantic/Fomantic-UI/commit/494c78fdf756e0b34764b622504031aaafee8d57)
|
3476
|
-
- So much fun [`9b15303`](https://github.com/fomantic/Fomantic-UI/commit/9b15303b66471f39ac708a1c0be6447f18029b7f)
|
3477
|
-
- Dependencies [`48f6468`](https://github.com/fomantic/Fomantic-UI/commit/48f64685fd50c5fbe9bdaeb7f294b840bb0bbc9f)
|
3478
|
-
- Add back in tasks, debugging cwd paths [`d88a1db`](https://github.com/fomantic/Fomantic-UI/commit/d88a1db00ae4b491c295ae9c348ddf45f221fe46)
|
3479
|
-
- Update install again [`86f8631`](https://github.com/fomantic/Fomantic-UI/commit/86f863100abcc3a62f8f7214ba96a4f9e4ee3f50)
|
3480
|
-
- It was all caused by using shallow extend! [`1c915c1`](https://github.com/fomantic/Fomantic-UI/commit/1c915c121067061245942f5b5817006bcae97870)
|
3481
|
-
- better if without child selector. Class .image wont be use other way in .card .content [`edd8373`](https://github.com/fomantic/Fomantic-UI/commit/edd8373c4c41d13d6cd6669df6c60e13a72d2adf)
|
3482
|
-
- Readme [`da494f8`](https://github.com/fomantic/Fomantic-UI/commit/da494f85c45cb2f8ecef55c339643829536aac41)
|
3483
|
-
- better if without child selector. Class .image wont be use other way in .card .content [`20f2d96`](https://github.com/fomantic/Fomantic-UI/commit/20f2d9641215d9bffe6c2c5c9d5aecffbfb1ab93)
|
3484
|
-
- Commenting [`2de6a35`](https://github.com/fomantic/Fomantic-UI/commit/2de6a35b58e89d80985384ccd2906524dccae6d2)
|
3485
|
-
- Missing dep [`6270124`](https://github.com/fomantic/Fomantic-UI/commit/62701243f85a14093f798eec4249f3d617c29502)
|
3486
|
-
- Update dependency tree [`a88694a`](https://github.com/fomantic/Fomantic-UI/commit/a88694a77469f678175acc3b7c97b78b0edcccfe)
|
3487
|
-
- #1753 #1368 Adds forceSelection option to force user to current search selection when element blurred [`4870dad`](https://github.com/fomantic/Fomantic-UI/commit/4870dad08611a46a6e7e8427aa5b11086e4e72cb)
|
3488
|
-
- Refactoring config [`6943bfa`](https://github.com/fomantic/Fomantic-UI/commit/6943bfac53204bd8752913f2960004e01d66d71a)
|
3489
|
-
- Some cleanup [`a246807`](https://github.com/fomantic/Fomantic-UI/commit/a2468070ac3ca3cc062825f026f616e94a8a28c3)
|
3490
|
-
- #1771 Fixes sidebar in IE with context. Makes all sidebar use position: absolute, instead of transform fix when not initialized in body [`4e71ee4`](https://github.com/fomantic/Fomantic-UI/commit/4e71ee417cb3a3d8cff311afa19484f5e7ba7c5a)
|
3491
|
-
- #1784 Updates Tab remote API syntax with changes in 1.x [`0b9edd1`](https://github.com/fomantic/Fomantic-UI/commit/0b9edd1eda44b5b7714f251848754254db974e7d)
|
3492
|
-
- Add use permission question [`c236c6e`](https://github.com/fomantic/Fomantic-UI/commit/c236c6e17c80368bb82dd8ebdf36a24e2d5a7e34)
|
3493
|
-
- Updates release notes [`c718d65`](https://github.com/fomantic/Fomantic-UI/commit/c718d6577186101b003b960fa5b590c5de36caca)
|
3494
|
-
- Add failsafe for dimmer [`296463b`](https://github.com/fomantic/Fomantic-UI/commit/296463bfb8da1cefe7fdeef997ba8433d30931d6)
|
3495
|
-
- #1754, Fixes namespace being called out of order in transition init [`5653f6f`](https://github.com/fomantic/Fomantic-UI/commit/5653f6ff0911b63a07edae792172b14eafbff292)
|
3496
|
-
- Debug [`0ca0a37`](https://github.com/fomantic/Fomantic-UI/commit/0ca0a37e9160d28659bea73485b9d3752668946f)
|
3497
|
-
- Debug [`53321bc`](https://github.com/fomantic/Fomantic-UI/commit/53321bc27a2175b84f351a4cc2e3860870c56381)
|
3498
|
-
- More debug [`0a23437`](https://github.com/fomantic/Fomantic-UI/commit/0a23437d75889263f273b87c14c4e78051bfc83a)
|
3499
|
-
- Fix iterating [`a70ce06`](https://github.com/fomantic/Fomantic-UI/commit/a70ce06f4a60c39bff7ec8b916b3ce2db809d211)
|
3500
|
-
- Update readme [`ddbc6c4`](https://github.com/fomantic/Fomantic-UI/commit/ddbc6c4ec932374dc7bba1da13fb0d65b38e93ee)
|
3501
|
-
- Readme update [`1173fbb`](https://github.com/fomantic/Fomantic-UI/commit/1173fbb78b5d7ddf696e42da2151b3fd9931b04d)
|
3502
|
-
- Fix rtl css build [`3d81a91`](https://github.com/fomantic/Fomantic-UI/commit/3d81a91385aa4ebc35156371e17b50c0b5039d59)
|
3503
|
-
- Fix update path [`a52d1c0`](https://github.com/fomantic/Fomantic-UI/commit/a52d1c0bfe2a7a8deece84c4ed49f35eb4849d0d)
|
3504
|
-
- Extend debug [`d1c7b48`](https://github.com/fomantic/Fomantic-UI/commit/d1c7b48583dfe37ffe6354a491e327fdef948a86)
|
3505
|
-
- testing include order [`d99bd4e`](https://github.com/fomantic/Fomantic-UI/commit/d99bd4e747b0dde2800fe8cb2165da79a771e27e)
|
3506
|
-
- Add tasks to update [`25d4322`](https://github.com/fomantic/Fomantic-UI/commit/25d432276421fc9c51d102ad00277e73ba471c87)
|
3507
|
-
- Trying out new extend [`0cf3212`](https://github.com/fomantic/Fomantic-UI/commit/0cf3212f5dc67586da6718d24bcd6231593ff439)
|
3508
|
-
- Debugging update path [`2f80495`](https://github.com/fomantic/Fomantic-UI/commit/2f8049558e1bc88a5e19760feb26dad27b86b31f)
|
3509
|
-
- #1755 #1744, adds additional variables for loading button, makes pointer events disabled in default theme [`f1b9da3`](https://github.com/fomantic/Fomantic-UI/commit/f1b9da3ce1774994a900d50401c2f9f8866bcce8)
|
3510
|
-
- connecting the missing dots [`6b1d205`](https://github.com/fomantic/Fomantic-UI/commit/6b1d2057f1cfaea293945707c230bb67fca29add)
|
3511
|
-
- Update release notes, whitespace [`8d60353`](https://github.com/fomantic/Fomantic-UI/commit/8d60353321066a664708cf64df2f7016bbd4dc70)
|
3512
|
-
- Update now updates gulpfile [`44c628d`](https://github.com/fomantic/Fomantic-UI/commit/44c628df8e11f616946a87d49b0599c8c95cf794)
|
3513
|
-
- Remove cleanup from NPM install [`e7e867d`](https://github.com/fomantic/Fomantic-UI/commit/e7e867df7b42425b3a630bbccf24f97f175a2b7a)
|
3514
|
-
- Update config [`f5c0596`](https://github.com/fomantic/Fomantic-UI/commit/f5c0596c486499982c4c3b03d3538dfccb908272)
|
3515
|
-
- Fix for object shadowing? [`eb223c6`](https://github.com/fomantic/Fomantic-UI/commit/eb223c6fad2de00dcdcd69184aa64747d6a47d07)
|
3516
|
-
- Fix tabular menu valign issue in IE [`512abdf`](https://github.com/fomantic/Fomantic-UI/commit/512abdf83acf06114a23fa987b4190d561dd51a0)
|
3517
|
-
- Remove some debug [`960f592`](https://github.com/fomantic/Fomantic-UI/commit/960f5925453a2bd74636a8b91f0013562b584fa9)
|
3518
|
-
- Consolidate when logic [`6b27f37`](https://github.com/fomantic/Fomantic-UI/commit/6b27f376e103ae2726eb43de7717cc63084db133)
|
3519
|
-
- Readme [`6d2b72e`](https://github.com/fomantic/Fomantic-UI/commit/6d2b72e735ae3c076c87ae152410496e4954d93a)
|
3520
|
-
- Testing [`f048f4a`](https://github.com/fomantic/Fomantic-UI/commit/f048f4a6e1dd86ee747cfe1edfc2af516034d1d9)
|
3521
|
-
- Break it [`c70ed31`](https://github.com/fomantic/Fomantic-UI/commit/c70ed3139678dd485fec0306ea7ab73c886b98b0)
|
3522
|
-
- Update readme [`da397ba`](https://github.com/fomantic/Fomantic-UI/commit/da397ba3d4740c4dc628664aa3a2ee67674f6023)
|
3523
|
-
- Trying to stay sane [`fa002e8`](https://github.com/fomantic/Fomantic-UI/commit/fa002e87c04fa49ef3291fab163f1dc1f127ee27)
|
3524
|
-
- Fix update paths [`19d50b6`](https://github.com/fomantic/Fomantic-UI/commit/19d50b6b476940d87de00acbc298d43313c58310)
|
3525
|
-
- Add back in install script [`04eb70f`](https://github.com/fomantic/Fomantic-UI/commit/04eb70f0390803643e4450b429fc38034b74d3d9)
|
3526
|
-
- Fix cleanup questions for NPM [`ee159a2`](https://github.com/fomantic/Fomantic-UI/commit/ee159a2b4f5d620a3f6f8ac4059b52448cca110e)
|
3527
|
-
- Add error formating for basic selects [`988375f`](https://github.com/fomantic/Fomantic-UI/commit/988375f7d3f798c52265d032329e096c7253257d)
|
3528
|
-
- Debug [`396c4f2`](https://github.com/fomantic/Fomantic-UI/commit/396c4f278e1cdf07b5939e9a0685be531cc56e5c)
|
3529
|
-
- Same [`6a5135f`](https://github.com/fomantic/Fomantic-UI/commit/6a5135f4e7ccdf5ab1a5abe5e725906f93046099)
|
3530
|
-
- Readme [`2c04636`](https://github.com/fomantic/Fomantic-UI/commit/2c04636d4a0be92ebdd70420117eda6ca657aa51)
|
3531
|
-
- Add release notes [`71f9bdb`](https://github.com/fomantic/Fomantic-UI/commit/71f9bdb20bd9b87d3e89347cd0b4159deb2abe27)
|
3532
|
-
- like a monkey with a miniature symbol [`d3d6adf`](https://github.com/fomantic/Fomantic-UI/commit/d3d6adf0ff6a7398e95de948f240c165f8a54573)
|
3533
|
-
- over and over [`76805d0`](https://github.com/fomantic/Fomantic-UI/commit/76805d0f0263e1507ca54658a457d2c399de06db)
|
3534
|
-
- Toying with deps [`634ef9a`](https://github.com/fomantic/Fomantic-UI/commit/634ef9a19c1ed9b2173283757dc95fcb75cb408f)
|
3535
|
-
- Testing [`e1a682e`](https://github.com/fomantic/Fomantic-UI/commit/e1a682ee932b98d5e3dd2a8bf3caf31a3508b3cb)
|
3536
|
-
- more debug [`25f700f`](https://github.com/fomantic/Fomantic-UI/commit/25f700fe289d2f6d9736bc74b2ebd9ba122faeef)
|
3537
|
-
- Debugging installer [`ea36185`](https://github.com/fomantic/Fomantic-UI/commit/ea36185cd2eb8ffa6def90a1460a1198fd36177c)
|
3538
|
-
- Fix permission Q [`10ba573`](https://github.com/fomantic/Fomantic-UI/commit/10ba573e1a26e7e8c796e67b87182d54a70d092a)
|
3539
|
-
- Fix links in src/ [`5ee82cc`](https://github.com/fomantic/Fomantic-UI/commit/5ee82cc4e08cca2efb238b9107f222d7f5438d39)
|
3540
|
-
- Fix gulp mistake [`02ac6f7`](https://github.com/fomantic/Fomantic-UI/commit/02ac6f7e24e4b2d03df2cae0fadbc0f70b998824)
|
3541
|
-
- Fix some permissions values [`b435531`](https://github.com/fomantic/Fomantic-UI/commit/b435531df3a126009f121a31603aa850361dba57)
|
3542
|
-
- Fix last path [`aeda6ab`](https://github.com/fomantic/Fomantic-UI/commit/aeda6abe1e3eff1804fd73daf7c67e7cd49cb876)
|
3543
|
-
- Debug package.json [`48bae26`](https://github.com/fomantic/Fomantic-UI/commit/48bae264b2049e9703e50078bfebb220be6fd578)
|
3544
|
-
- Fix vertical sub menu positioning bug [`1b027a1`](https://github.com/fomantic/Fomantic-UI/commit/1b027a1b64dadb61e28771cbb47a4a1eb91b0e9b)
|
3545
|
-
- images with .image inside .content will display nicely [`0060fa8`](https://github.com/fomantic/Fomantic-UI/commit/0060fa800f16cfc99f8223e592c3e456a0a2f5be)
|
3546
|
-
- Combine divider rules [`967a03b`](https://github.com/fomantic/Fomantic-UI/commit/967a03b99b4b8af0322acf6ad0fe1f3c2d314768)
|
3547
|
-
- Fix semantic.json inheritance [`5040387`](https://github.com/fomantic/Fomantic-UI/commit/5040387b9c764d5c07d10dd0dea424bce4adcf4a)
|
3548
|
-
- Remove console log, fix watch task on definition [`f7b7ecf`](https://github.com/fomantic/Fomantic-UI/commit/f7b7ecfb62c1bfb8aa23abe63d7c982d9b5cc598)
|
3549
|
-
- Fix variable order causing bugs in invoke in transition [`b62e8b8`](https://github.com/fomantic/Fomantic-UI/commit/b62e8b8a5a20c53d7872d322389b049594119ac7)
|
3550
|
-
- corrected .yellow.card css [`21f4cc8`](https://github.com/fomantic/Fomantic-UI/commit/21f4cc8d10611914a911b82ac29722bcb1ecc39b)
|
3551
|
-
- Testing around [`3f18396`](https://github.com/fomantic/Fomantic-UI/commit/3f18396493c2b1dc330a13f68315548a0f3667de)
|
3552
|
-
- Version change [`f9b71d9`](https://github.com/fomantic/Fomantic-UI/commit/f9b71d970a1b47cddc9282c0c2c9e37db88ad81b)
|
3553
|
-
- Missing comma [`815effc`](https://github.com/fomantic/Fomantic-UI/commit/815effc123e1b19e0bf1d0e949a66901acb00dd8)
|
3554
|
-
- Fix tasks path in update [`098430f`](https://github.com/fomantic/Fomantic-UI/commit/098430f7ac5c55700f3ec564ab8ac8f21c3a7f1d)
|
3555
|
-
- Add update message [`cc09985`](https://github.com/fomantic/Fomantic-UI/commit/cc09985f8cceaa8ae2ac1ebf57f700777ebf1f28)
|
3556
|
-
- Testing update [`fc806c3`](https://github.com/fomantic/Fomantic-UI/commit/fc806c3dbe23d2e90d792a61ba3c4da031c173e7)
|
3557
|
-
- Update version [`8d3b3bb`](https://github.com/fomantic/Fomantic-UI/commit/8d3b3bb260bfde28f8fd5f35800d5f3eb86d7c37)
|
3558
|
-
- More debug [`3b7d554`](https://github.com/fomantic/Fomantic-UI/commit/3b7d554de6cd930a44a716d5b704690721b96e4b)
|
3559
|
-
- Remove debug [`a598273`](https://github.com/fomantic/Fomantic-UI/commit/a598273a8f85f11b790c80a105240ebb562d2587)
|
3560
|
-
- Test version bump [`83415b2`](https://github.com/fomantic/Fomantic-UI/commit/83415b27d935fd32910f04786df9a602657049d1)
|
3561
|
-
- #1771, specificity match [`37757ca`](https://github.com/fomantic/Fomantic-UI/commit/37757ca6355b29a65341fdd5e33418df9bcf3145)
|
3562
|
-
- I bet you can guess whats in this commit [`cbc0600`](https://github.com/fomantic/Fomantic-UI/commit/cbc06001dc94e16492031bcfe26485209dd8a7c9)
|
3563
|
-
- Merge branch 'master' of github.com:Semantic-Org/Semantic-UI into next [`aa68a56`](https://github.com/fomantic/Fomantic-UI/commit/aa68a56686c54cccbb86d769cc7e9219a60084b8)
|
3564
|
-
- build for jsfiddle [`5a29833`](https://github.com/fomantic/Fomantic-UI/commit/5a29833e1de94d5dee51d04e162be215a552c631)
|
3565
|
-
- Updates build dist for jsfiddle [`5a03b66`](https://github.com/fomantic/Fomantic-UI/commit/5a03b66b81532b674e310850ceba92e12cd373d1)
|
3566
|
-
- Rebuild dist [`90f5c0d`](https://github.com/fomantic/Fomantic-UI/commit/90f5c0d8d3c0eed4ae7dfd2fed82e4d00c2f6319)
|
3567
|
-
- Stubs out all missing task files [`5065dbd`](https://github.com/fomantic/Fomantic-UI/commit/5065dbd1fbfa9929d57128663b7bccead10dcf9a)
|
3568
|
-
- Rebuild dist [`f097f25`](https://github.com/fomantic/Fomantic-UI/commit/f097f25e2c9c4bda34bf9952dffe4e3a3c5ac38d)
|
3569
|
-
- Update some color defaults and rlsnotes [`ee6988b`](https://github.com/fomantic/Fomantic-UI/commit/ee6988b5fd126bbbc39b6f347cb1d135d945c537)
|
3570
|
-
- Rebuild dist [`527ce14`](https://github.com/fomantic/Fomantic-UI/commit/527ce14d444a7346104e53dab2e0f16a1b9e9667)
|
3571
|
-
- Adds task rewrite, incomplete [`a68ab85`](https://github.com/fomantic/Fomantic-UI/commit/a68ab855ef98cdd8939cee0d796332e0667db4aa)
|
3572
|
-
- #2263 release notes and build [`e3c2b67`](https://github.com/fomantic/Fomantic-UI/commit/e3c2b670398721dae48d29ac9665797ad9d0e629)
|
3573
|
-
- rebuild dist [`e4c9b2d`](https://github.com/fomantic/Fomantic-UI/commit/e4c9b2daecafafb3b6d9485004a76ccc83727bce)
|
3574
|
-
- Add fix for iframes in chrome [`d5e0225`](https://github.com/fomantic/Fomantic-UI/commit/d5e0225f3f441d3fffed0e75a0f3a8e17ac819e8)
|
3575
|
-
- Rebuild dist/ [`9a78029`](https://github.com/fomantic/Fomantic-UI/commit/9a7802979a646a808018abc8738600f1d68e0264)
|
3576
|
-
- Finalize folder structure [`0e9da27`](https://github.com/fomantic/Fomantic-UI/commit/0e9da27234b9dbb8d7a477d8e48067cafcbb1c1d)
|
3577
|
-
- Work on examples [`14b1a4f`](https://github.com/fomantic/Fomantic-UI/commit/14b1a4feab97b8d434e4956575187e3bee983dd8)
|
3578
|
-
- Build 1.8.0 [`a3932fc`](https://github.com/fomantic/Fomantic-UI/commit/a3932fcbdbec684cdd20e6b0fc7eacdad78377bf)
|
3579
|
-
- Iteration on gulpfile [`0d0ffef`](https://github.com/fomantic/Fomantic-UI/commit/0d0ffef0ed24e15a4308d28ea339e5dbed72715a)
|
3580
|
-
- Rebuild dist #2466 [`a438180`](https://github.com/fomantic/Fomantic-UI/commit/a438180dedd24aa84189d388cff4218bc2d50cf2)
|
3581
|
-
- Rebuild dist [`a07e699`](https://github.com/fomantic/Fomantic-UI/commit/a07e6995ba6eb8689df9691351db39be6593afcb)
|
3582
|
-
- rebuild dist [`ebbad9f`](https://github.com/fomantic/Fomantic-UI/commit/ebbad9fb73a3a8281edf226941ddeba92abc5134)
|
3583
|
-
- Rebuild dist [`6c0d692`](https://github.com/fomantic/Fomantic-UI/commit/6c0d692c919e097335ceaef166f1186ef0fa9484)
|
3584
|
-
- Rebuild dist/ [`cdf8aad`](https://github.com/fomantic/Fomantic-UI/commit/cdf8aadda1049c20b363ceef34645a6f917f2914)
|
3585
|
-
- Adds WOFF2 and new icon files #1729 [`3e34e58`](https://github.com/fomantic/Fomantic-UI/commit/3e34e58ee3b6d67ea249ee64f284f8ad2ae50240)
|
3586
|
-
- Rebuild dist [`30cb980`](https://github.com/fomantic/Fomantic-UI/commit/30cb9803005a0c5bdd4e0a8915585f7aabf70fd4)
|
3587
|
-
- Complete docs tasks [`a9b9b07`](https://github.com/fomantic/Fomantic-UI/commit/a9b9b07514144491f36560f27cc78eaec05dcc5f)
|
3588
|
-
- Adds github themes from example repo [`2ae29ec`](https://github.com/fomantic/Fomantic-UI/commit/2ae29ec09a5258220e2197eea9786c5139b44d4c)
|
3589
|
-
- Setup embed component, fix all contributors banners in src [`40fb074`](https://github.com/fomantic/Fomantic-UI/commit/40fb0743eb4062d9028f4f47494502458902578c)
|
3590
|
-
- Rebuild dist #2382 [`13a739b`](https://github.com/fomantic/Fomantic-UI/commit/13a739b3254b35e60e7980a440e63ba22774238d)
|
3591
|
-
- New examples [`df06ea3`](https://github.com/fomantic/Fomantic-UI/commit/df06ea37f4054c2c3cdff3962e70f10ecbc2224f)
|
3592
|
-
- Rebuild dist #2252 #2212 #1912 #230 [`1e18d4f`](https://github.com/fomantic/Fomantic-UI/commit/1e18d4f26f0a0e4229a3c8561bc62fbcad88d759)
|
3593
|
-
- Build 1.8.1 [`c56a538`](https://github.com/fomantic/Fomantic-UI/commit/c56a53886f4686c4a2b96836ab790d0cb152461e)
|
3594
|
-
- Iteration on embed rewrite [`26d2003`](https://github.com/fomantic/Fomantic-UI/commit/26d20037953eb567dd062cf316b9288cceba0943)
|
3595
|
-
- #2280 Add colored variations for labels [`70a87a2`](https://github.com/fomantic/Fomantic-UI/commit/70a87a20202e1eaacaad1ea89e532d019f01b181)
|
3596
|
-
- Rebuild dist [`30e87b3`](https://github.com/fomantic/Fomantic-UI/commit/30e87b352112d8aa3eb97fc775c36ac079e1e12c)
|
3597
|
-
- Build 1.7.0 [`37179d2`](https://github.com/fomantic/Fomantic-UI/commit/37179d2fc7b35dc15b2b5c2ff7f2397a99137018)
|
3598
|
-
- Build 1.12.1 [`b63c641`](https://github.com/fomantic/Fomantic-UI/commit/b63c64161f99c0aa3628e1750cd58303a3725077)
|
3599
|
-
- #2467 - Add examples for many responsive element patterns [`07026da`](https://github.com/fomantic/Fomantic-UI/commit/07026da5dc45a878a0b9105c550de8bba07a5c0c)
|
3600
|
-
- Rebuild dist/ [`9bdcc14`](https://github.com/fomantic/Fomantic-UI/commit/9bdcc14561fb462ec6c0afc09769debdb2f8f621)
|
3601
|
-
- #2280 Add olive color, add other missing header colors [`b145912`](https://github.com/fomantic/Fomantic-UI/commit/b145912c6baa488dd5a5e8029b71785691e86b8c)
|
3602
|
-
- Merge in PR and sort transitions alphabetically #1623 [`405db33`](https://github.com/fomantic/Fomantic-UI/commit/405db334f021d998f06929e1a300b50d98af8cf2)
|
3603
|
-
- Rebuild dist [`75a2955`](https://github.com/fomantic/Fomantic-UI/commit/75a295591283ede279d1b40bb3bbbdc2ab3c446a)
|
3604
|
-
- Rebuild dist [`daa358d`](https://github.com/fomantic/Fomantic-UI/commit/daa358dd1a9106ac6048e3bced13a9ea890740e3)
|
3605
|
-
- Rebuild dist [`394d9b4`](https://github.com/fomantic/Fomantic-UI/commit/394d9b404ee1714be775a7db36ea76c9e81a12d7)
|
3606
|
-
- Rebuilding dist [`971c4cd`](https://github.com/fomantic/Fomantic-UI/commit/971c4cd9d3d0c26c0aa26ecb03a7821aad4076e5)
|
3607
|
-
- Rebuild dist [`1ca7ed0`](https://github.com/fomantic/Fomantic-UI/commit/1ca7ed05b9e390536040d7e522ff5e82c85eef96)
|
3608
|
-
- Rebuild dist/ [`271905f`](https://github.com/fomantic/Fomantic-UI/commit/271905f2bb86366e5955db750f34473ea1b94e16)
|
3609
|
-
- Rebuild dist [`4c71529`](https://github.com/fomantic/Fomantic-UI/commit/4c71529b1dece3a1c13ab5699591bb77cf0b51ca)
|
3610
|
-
- Rebuild and remove form debug [`e2330f8`](https://github.com/fomantic/Fomantic-UI/commit/e2330f8b7545033b6ba3ee34a1081f77bac88581)
|
3611
|
-
- Rebuild dist [`d82a103`](https://github.com/fomantic/Fomantic-UI/commit/d82a103bb99dbf8cabe149641fb0e3b65a88def6)
|
3612
|
-
- rebuild dist [`9f44700`](https://github.com/fomantic/Fomantic-UI/commit/9f44700dbc5d1794a36678f1c3ed2b2855266bd1)
|
3613
|
-
- Rebuild dist [`967a764`](https://github.com/fomantic/Fomantic-UI/commit/967a7647bc37b07cb9faeadbdc4c113c7900e813)
|
3614
|
-
- Rebuild dist [`5d20107`](https://github.com/fomantic/Fomantic-UI/commit/5d201078f7d4a9562ceba0e9fe1b46b7d578eca4)
|
3615
|
-
- #2264, add focus colors to site, add focus rules for all possible button styles [`d7f7bab`](https://github.com/fomantic/Fomantic-UI/commit/d7f7babd314e6647925685f23de96fa3526980ac)
|
3616
|
-
- Build 2.1.3 [`5fc32e1`](https://github.com/fomantic/Fomantic-UI/commit/5fc32e173b23670488aacbe14aea4a77040a409c)
|
3617
|
-
- Version tick and build [`a69dc2f`](https://github.com/fomantic/Fomantic-UI/commit/a69dc2fc6d1fd18fd0405c79d82e9049ca9c118e)
|
3618
|
-
- Rebuild dist #2335 [`de4a9b0`](https://github.com/fomantic/Fomantic-UI/commit/de4a9b08b5117758583d289eacc2e9773db72050)
|
3619
|
-
- Build 1.12.2 [`ad0b21e`](https://github.com/fomantic/Fomantic-UI/commit/ad0b21e315df693406da5495296fe4bd2529fa9d)
|
3620
|
-
- Build 1.12.3 [`069ea0a`](https://github.com/fomantic/Fomantic-UI/commit/069ea0aef47ce4f32c1c17b4f6a9a4effddc9600)
|
3621
|
-
- Update gulpfile incomplete [`f657d1e`](https://github.com/fomantic/Fomantic-UI/commit/f657d1eb3acb92c30c0a29a2ea01db7e26d5efe0)
|
3622
|
-
- Rename bounce as fly #1623 [`e7e73a1`](https://github.com/fomantic/Fomantic-UI/commit/e7e73a1a18815c2f312dd748bde7c031cbe02bc6)
|
3623
|
-
- Update version to 2.1.6 [`d2b7520`](https://github.com/fomantic/Fomantic-UI/commit/d2b75201c95645f3f76867f32916784247390ff1)
|
3624
|
-
- Update version to 2.1.6 [`637471e`](https://github.com/fomantic/Fomantic-UI/commit/637471e86c1e44039c38ade112de64b7a349c1ef)
|
3625
|
-
- Update rlsnotes, rebuild [`0359dd1`](https://github.com/fomantic/Fomantic-UI/commit/0359dd12ecfdf5c0263c63bc9ea615429d33d105)
|
3626
|
-
- Iteration on settings inheritance [`00cfecd`](https://github.com/fomantic/Fomantic-UI/commit/00cfecdc9a8819f7249e83d40be9b2a114134631)
|
3627
|
-
- Rebuild dist/ [`6c5d49d`](https://github.com/fomantic/Fomantic-UI/commit/6c5d49d25345d1e7ad05d84a390bd4a2cee62613)
|
3628
|
-
- Build 2.1.2 [`4f99f1e`](https://github.com/fomantic/Fomantic-UI/commit/4f99f1ef0bb4ae73152784ff71f7e70ae118e98e)
|
3629
|
-
- Add multiple validation rules to form validation, convert form validation to using one settings object, add errored styles to multiple form validation [`8bc6274`](https://github.com/fomantic/Fomantic-UI/commit/8bc627461c88c93ea3b6906fb0f14c2df48cee51)
|
3630
|
-
- Build 2.1.1 [`3025892`](https://github.com/fomantic/Fomantic-UI/commit/3025892c7295ac65b2eb6031c617ce6eccec6d7b)
|
3631
|
-
- Rebuild dist for next [`81dbde6`](https://github.com/fomantic/Fomantic-UI/commit/81dbde6cbac9bf5d56e9ca3a9127acab8bd9167e)
|
3632
|
-
- #2435 rebuild dist [`cb0cdae`](https://github.com/fomantic/Fomantic-UI/commit/cb0cdae2072a644097d62391a79dc1ec49b90d35)
|
3633
|
-
- Rebuild dist [`dff4e18`](https://github.com/fomantic/Fomantic-UI/commit/dff4e186b40d56d533719c1e613e57c4e42702ce)
|
3634
|
-
- Build 1.7.1 [`887a6fb`](https://github.com/fomantic/Fomantic-UI/commit/887a6fbb0239f27cfb08c54d39632d1d160d6056)
|
3635
|
-
- Rebuild [`d6f5861`](https://github.com/fomantic/Fomantic-UI/commit/d6f5861ff094faf8368f7667b1d5351f29b9e3db)
|
3636
|
-
- Rebuild dist #2334 [`de3fd74`](https://github.com/fomantic/Fomantic-UI/commit/de3fd74a92759e176d189164aef3048fef84489b)
|
3637
|
-
- Adds colored basic labels [`8d69390`](https://github.com/fomantic/Fomantic-UI/commit/8d6939084b3f51035e042df29b62e6b50ddd215d)
|
3638
|
-
- Variables now in chroma order, adds violet #2280 [`6edcf51`](https://github.com/fomantic/Fomantic-UI/commit/6edcf5198a9302f34e956a3a967d9caf39c61c15)
|
3639
|
-
- formatting and build dist #2656 [`3552fb5`](https://github.com/fomantic/Fomantic-UI/commit/3552fb525731ff5e9e584cd620a0f570e438cd6c)
|
3640
|
-
- Rebuild dist #2824 [`54d01ad`](https://github.com/fomantic/Fomantic-UI/commit/54d01adcffa48e7dd1cacf00910d9eca4de562de)
|
3641
|
-
- Iteration on install scripts [`2295e50`](https://github.com/fomantic/Fomantic-UI/commit/2295e507f9b559d660cdf506aaceae144006fcf2)
|
3642
|
-
- Big Change: Replace all derived em values with @px values. [`2f20aca`](https://github.com/fomantic/Fomantic-UI/commit/2f20acad7a7e69797d95c5df274d723638954d85)
|
3643
|
-
- Finish first completed draft of embed component [`00cb9c7`](https://github.com/fomantic/Fomantic-UI/commit/00cb9c7586faeba0926998a7779d28d1802f3761)
|
3644
|
-
- Build 1.6.4 [`862adba`](https://github.com/fomantic/Fomantic-UI/commit/862adba46323d1d86200f50971a21ff798a37add)
|
3645
|
-
- Build 1.7.3 [`257d175`](https://github.com/fomantic/Fomantic-UI/commit/257d175bf6138cc19e767b8061466cc7f3d97017)
|
3646
|
-
- Related #2014, separate css and javascript into separate tasks [`2457ca6`](https://github.com/fomantic/Fomantic-UI/commit/2457ca65ad657646b9828d318e841d9b2a7f9c10)
|
3647
|
-
- Rebuild patch 1.6.3 [`02b0529`](https://github.com/fomantic/Fomantic-UI/commit/02b0529718ebc847369b0f77792da39011ddf5c2)
|
3648
|
-
- Finishes recode of mock and complete callbacks from API. Aims to improve comprensiveness of debug statements. Adds ability for mocked responses to use all the settings available to regular API requests like loadingDuration [`66f8090`](https://github.com/fomantic/Fomantic-UI/commit/66f809067d6586667edcefc4c6262c5e7927b91b)
|
3649
|
-
- Package 1.7.2 [`7b8d7fa`](https://github.com/fomantic/Fomantic-UI/commit/7b8d7fa02780d14bff4844d9a617605adf5c8db1)
|
3650
|
-
- Rebuild dist/ [`d01b787`](https://github.com/fomantic/Fomantic-UI/commit/d01b7873569f4c971dba1c38cb8a0be5678d3283)
|
3651
|
-
- Rebuild dist [`73c959c`](https://github.com/fomantic/Fomantic-UI/commit/73c959cc930a630070e69ac12b3f50b59bf26abd)
|
3652
|
-
- Fix bug in has direction that causes animations with name containing in/out to work incorrectly #1623 [`b66dfac`](https://github.com/fomantic/Fomantic-UI/commit/b66dfac9eab067c84fb2833301732c53c1ea87fb)
|
3653
|
-
- Finish refactoring, search now returns result object in onSelect #1634 [`7322fe9`](https://github.com/fomantic/Fomantic-UI/commit/7322fe971d9d295b5bd49422ad263084dcce97b9)
|
3654
|
-
- #2440 Finish indeterminate, consolidate API to avoid confusion [`8db305a`](https://github.com/fomantic/Fomantic-UI/commit/8db305a460d4e7697e34221e84c9abf749a8b470)
|
3655
|
-
- Collapsing some grouped button rules, fixes inline-flex white space issues with grouped basic button #2280 [`b0991d5`](https://github.com/fomantic/Fomantic-UI/commit/b0991d52c7be419ccc40b5d18ea0afd68cab53f7)
|
3656
|
-
- Revert themes until LESS.js inheritance works correctly in browser for theme preview [`641a837`](https://github.com/fomantic/Fomantic-UI/commit/641a837a99ebd5775967c87fb6a7b98beeb05c96)
|
3657
|
-
- Rlsnotes and build [`5bd45a2`](https://github.com/fomantic/Fomantic-UI/commit/5bd45a2fcf3d820ed1b925194856d9d836564317)
|
3658
|
-
- Spruce up some examples [`0fcb0da`](https://github.com/fomantic/Fomantic-UI/commit/0fcb0da163a375d28aa1b21382665f823c88d8f8)
|
3659
|
-
- Initial wiring of API to dropdown [`5585502`](https://github.com/fomantic/Fomantic-UI/commit/5585502e2600844b0f5d464106db81cacfaeeb0c)
|
3660
|
-
- Rebuild dist [`17ef6ba`](https://github.com/fomantic/Fomantic-UI/commit/17ef6ba20398b38295289d483af8f9c1026f16a4)
|
3661
|
-
- Added bouncing apperance transitions for all directions. Animations from Animate.css [`85bacce`](https://github.com/fomantic/Fomantic-UI/commit/85bacce8a85a27beff9dc319bb87408ac9c870fa)
|
3662
|
-
- Rebuild dist/ [`5bb7b98`](https://github.com/fomantic/Fomantic-UI/commit/5bb7b980e6e2f21767dffcbfb2e71c3bf84c4b0b)
|
3663
|
-
- Iteration on install [`93cd582`](https://github.com/fomantic/Fomantic-UI/commit/93cd582642230b4d76bd4aa9f43a3ea9a7ce829d)
|
3664
|
-
- Rebuild dist [`3f11d8f`](https://github.com/fomantic/Fomantic-UI/commit/3f11d8fb737c79768c6bdba99ee6382e84622bb4)
|
3665
|
-
- Complete restructure of checkbox for comprehensivenesss, adds indeterminate state, new callbacks, #2440 [`9b3665e`](https://github.com/fomantic/Fomantic-UI/commit/9b3665eb013d457a42e41843478ca4d855c23b03)
|
3666
|
-
- Iteration on tasks [`47bf0a9`](https://github.com/fomantic/Fomantic-UI/commit/47bf0a99f2536a5cab2fa37417d07301f9dd0b15)
|
3667
|
-
- Rebuild dist for jsfiddle #2637 [`d4143c1`](https://github.com/fomantic/Fomantic-UI/commit/d4143c1307528e71b06235148678609a6e9ca80e)
|
3668
|
-
- #3713 - adds silent option to all modules [`7040acd`](https://github.com/fomantic/Fomantic-UI/commit/7040acdc440a42e508142e58dc114bbab39cbade)
|
3669
|
-
- #2280 Add grey, make sure colored buttons use variable to determine text color swapping [`85e7956`](https://github.com/fomantic/Fomantic-UI/commit/85e7956928a4d104e9a926ceffd11ae4585e95a5)
|
3670
|
-
- Iterating on gulpfile restructure [`2bc5d6f`](https://github.com/fomantic/Fomantic-UI/commit/2bc5d6fd3fd850e548281eb6fcb772225fd21dfb)
|
3671
|
-
- Fix greyscale saturation turning red (caused by absolute saturate call) [`601aad9`](https://github.com/fomantic/Fomantic-UI/commit/601aad9c124a50dc8fcf1791271639330275bb74)
|
3672
|
-
- Begin rewrite of popup calcs to cache correctly on each position check [`794d082`](https://github.com/fomantic/Fomantic-UI/commit/794d08221810860b58a39ce58e3f899caecaf4d3)
|
3673
|
-
- Iteration on theme site install [`57b35d2`](https://github.com/fomantic/Fomantic-UI/commit/57b35d2150f556ea91a334cc11a52f5289052583)
|
3674
|
-
- Fix remove/add conditions for user additions [`e6194fb`](https://github.com/fomantic/Fomantic-UI/commit/e6194fb9af5962556879c15d7bcd81d744fd7aae)
|
3675
|
-
- Added fades for all directions [`cfe1617`](https://github.com/fomantic/Fomantic-UI/commit/cfe1617bc485eeeaae6cdb278c6806d94ed3732d)
|
3676
|
-
- Adds updated amazon and github theme [`61af1f3`](https://github.com/fomantic/Fomantic-UI/commit/61af1f3aa6246358722014821983f34644acc26b)
|
3677
|
-
- Finishes embed component [`6c64098`](https://github.com/fomantic/Fomantic-UI/commit/6c640987b3d86f97e36a9bb1d5619c9d34385930)
|
3678
|
-
- Build 2.1 [`13661ce`](https://github.com/fomantic/Fomantic-UI/commit/13661ce5155c610a8395dec7479f356b9b60543f)
|
3679
|
-
- Rebuild [`046612e`](https://github.com/fomantic/Fomantic-UI/commit/046612ec4c7fa0a4e220ee74bdb5346b0f98de72)
|
3680
|
-
- Redo inverted colored menu styles [`fa099bd`](https://github.com/fomantic/Fomantic-UI/commit/fa099bd29e0ad14b8ac66e38fd787dc164e638b1)
|
3681
|
-
- Adds get value(s), removes serialize #1630 [`c5ff8ec`](https://github.com/fomantic/Fomantic-UI/commit/c5ff8ec0158589fbd21dfe7ea7056556c911d268)
|
3682
|
-
- Rebuild dist #2165 [`b4470ef`](https://github.com/fomantic/Fomantic-UI/commit/b4470ef9d090fbc06aae7042b983e0aa1a653a29)
|
3683
|
-
- Octicons rls [`e160b46`](https://github.com/fomantic/Fomantic-UI/commit/e160b46be7c15d096c78bffefd9b50229bea77da)
|
3684
|
-
- #2280 Add icon color variations, fix bordered icon line height [`08f301c`](https://github.com/fomantic/Fomantic-UI/commit/08f301ccb595c1abe67f333de4374c66f38e50ec)
|
3685
|
-
- Silly update icons to FontAwesome v4.4 [`8c9bd9c`](https://github.com/fomantic/Fomantic-UI/commit/8c9bd9c2b11a0833f5b48b2044bae91e2b73ec58)
|
3686
|
-
- Iteration on install rewrite [`6da6f18`](https://github.com/fomantic/Fomantic-UI/commit/6da6f186a40cae9241953707d0e39648e4f7e9d6)
|
3687
|
-
- Revamp statistic styles, move to flex [`7b702fc`](https://github.com/fomantic/Fomantic-UI/commit/7b702fc606433b29353055588dd7a9933be049e6)
|
3688
|
-
- Adds default prompts for form validation [`edc9b34`](https://github.com/fomantic/Fomantic-UI/commit/edc9b34928bbe7360ee01689b0f0ce7b67c3228c)
|
3689
|
-
- Rebuild dist/ [`479706e`](https://github.com/fomantic/Fomantic-UI/commit/479706ee662e8b57bdedea5b75a8e31be4c45f04)
|
3690
|
-
- #2334, Re-organize attached code, fix attached button groups [`406a95c`](https://github.com/fomantic/Fomantic-UI/commit/406a95cfc7b444c99fed5ef27baad993255c4dd4)
|
3691
|
-
- Rebuild dist #2374 [`5ef73e4`](https://github.com/fomantic/Fomantic-UI/commit/5ef73e4f4e27c2cd3eb628a19ca2b8d2a8777031)
|
3692
|
-
- #2280, add brown button styles for testing color [`e20b456`](https://github.com/fomantic/Fomantic-UI/commit/e20b456f66a80b69b8c1bac9feea5b5f14dc5671)
|
3693
|
-
- Rewrite dropdown keyboard shortcuts to support sub-menus [`13886b2`](https://github.com/fomantic/Fomantic-UI/commit/13886b2eb54351a1ae661e2402ecc7f644f413ef)
|
3694
|
-
- Add maximum selection setting [`416390e`](https://github.com/fomantic/Fomantic-UI/commit/416390ee27ad2c660dc4f2f99bc02bc8c9718117)
|
3695
|
-
- Fix @defaultEasing and @transitionEasing variable duplication, Fix @defaultDuration and @transitionDuration variable duplication [`663e2c2`](https://github.com/fomantic/Fomantic-UI/commit/663e2c2569937f11a48926b9dad3fda86a91b61d)
|
3696
|
-
- Fix paths issue [`8dafefd`](https://github.com/fomantic/Fomantic-UI/commit/8dafefd858f6e24b344dcab8768865996982aa2b)
|
3697
|
-
- Iterating on install script [`01e1b7b`](https://github.com/fomantic/Fomantic-UI/commit/01e1b7b61648ff02e18e9544de7ce03dd243beaf)
|
3698
|
-
- JS formatting: implicit brackets, full words, removing meteor tasks from build/install [`ba2e1f6`](https://github.com/fomantic/Fomantic-UI/commit/ba2e1f6e499570495d9d8b34a87f6cde9fb9a347)
|
3699
|
-
- #2280 Grid colors, and reduce ruleset [`183679b`](https://github.com/fomantic/Fomantic-UI/commit/183679b11f32deb40d1a6bba78868e172fa6eff8)
|
3700
|
-
- Iteration on allowAdditions setting for selection dropdown [`99924ad`](https://github.com/fomantic/Fomantic-UI/commit/99924ad7004374a07b8d1b8a39376f6889cd26c4)
|
3701
|
-
- Add new color rules to statistic #2280 [`ce18991`](https://github.com/fomantic/Fomantic-UI/commit/ce189914fcfacf0e34954b10bc2237a8cd5f02fa)
|
3702
|
-
- Adds category search component [`4ea2514`](https://github.com/fomantic/Fomantic-UI/commit/4ea251490579a262f65d12ac75415e222b6ed8e0)
|
3703
|
-
- Fix issues with tab module scoping caused by m initializeHistory. Fixes some minor jslint [`98de07d`](https://github.com/fomantic/Fomantic-UI/commit/98de07d98c379c5fd160e0ff0cbf6bf555113f7e)
|
3704
|
-
- #2411 Adds horizontal segment groups [`f59c707`](https://github.com/fomantic/Fomantic-UI/commit/f59c7074bfd64e88f0da1e04aaf25104fd0f1718)
|
3705
|
-
- Partial rewrite animation [`149b784`](https://github.com/fomantic/Fomantic-UI/commit/149b7844040514548475332a64e99f6f7b1591c0)
|
3706
|
-
- Fix animations to return to same direction, fix css for consistent formatting [`018fb85`](https://github.com/fomantic/Fomantic-UI/commit/018fb8503c3c868a4537fe158af35a07a937c5c1)
|
3707
|
-
- Fixes issue where search wont close when clicked on message #3039 [`6d34ae2`](https://github.com/fomantic/Fomantic-UI/commit/6d34ae21e595d104b59481848ebf2f7873028dac)
|
3708
|
-
- Consolidate and finish work on segment groups [`6258196`](https://github.com/fomantic/Fomantic-UI/commit/6258196a97a485db5800c4000a8015c535d942b1)
|
3709
|
-
- #2466, recode some of progress. Fix module.value to not be estimated when using a total. Fixed issue with values less than 1 displaying incorrectly [`62ae343`](https://github.com/fomantic/Fomantic-UI/commit/62ae343363f84c3d5774516f2b91b72cd0260a25)
|
3710
|
-
- #2402 - further house cleaning with transition [`df934c0`](https://github.com/fomantic/Fomantic-UI/commit/df934c05596a23533ba2611c82843b8a8cd69886)
|
3711
|
-
- Adds violet button #2280 [`e03573f`](https://github.com/fomantic/Fomantic-UI/commit/e03573f8f23de64357e2937acea1da785b32ef6e)
|
3712
|
-
- #2153, fix stacked tables from removing sortable/warning/error styles. Add selectable table variation #1803 [`257be28`](https://github.com/fomantic/Fomantic-UI/commit/257be28220d6dc96db061af8a8707ffd414f5bbd)
|
3713
|
-
- #2280 Fix segment colors [`8eb3a6b`](https://github.com/fomantic/Fomantic-UI/commit/8eb3a6bbd1498ef0ecf1f18049d587a587813446)
|
3714
|
-
- Redo icon font for indeterminate state, begin js modifications [`5ddc887`](https://github.com/fomantic/Fomantic-UI/commit/5ddc8875c6ab10d907138a120c7bc1bae3347fed)
|
3715
|
-
- Add new sticky example [`b527d8a`](https://github.com/fomantic/Fomantic-UI/commit/b527d8ac3b3e70a3375973369a4b572a81abb359)
|
3716
|
-
- Finish popup rewrite [`d4aa962`](https://github.com/fomantic/Fomantic-UI/commit/d4aa9623d7e580158193d367536bba0370c9dfc1)
|
3717
|
-
- Fix image visibility to only occur when on screen [`c72f790`](https://github.com/fomantic/Fomantic-UI/commit/c72f790bb4dc8c58f26cee02b0b87592a62c938c)
|
3718
|
-
- Added direction to Slide transitions [`15d005a`](https://github.com/fomantic/Fomantic-UI/commit/15d005a37f744f3191175d7ff171ee242b48c91f)
|
3719
|
-
- Proper rewrite of progress to support rapid updates [`95e2172`](https://github.com/fomantic/Fomantic-UI/commit/95e2172a5fe48df64c752783904416aafa7ba66b)
|
3720
|
-
- Adds sub header variables, resizes per content heading size #1654 [`5fb4cc3`](https://github.com/fomantic/Fomantic-UI/commit/5fb4cc39f3ff1c9870e97c2b6cb3253327652180)
|
3721
|
-
- xperimental rewrite of popup to use custom offsetParent #1605 [`91bdbb8`](https://github.com/fomantic/Fomantic-UI/commit/91bdbb8742cba410b3cea3be2951794b15f66536)
|
3722
|
-
- Revisits link colors inside lists [`f16db3f`](https://github.com/fomantic/Fomantic-UI/commit/f16db3f70abc554e88c6eaa1a7815cfd0c0ae41b)
|
3723
|
-
- Adds onVisible and onRequest callbacks, adds new 2.0 callback names onFirstLoad and onLoad, adds deprecation warnings for previous callbacks #1612 [`1ae05d6`](https://github.com/fomantic/Fomantic-UI/commit/1ae05d698bf2d4ec73d3d04aaf42e2785604a961)
|
3724
3617
|
- Wasted day of noodling over rendering, and dealing with indeterminate state issues [`8926012`](https://github.com/fomantic/Fomantic-UI/commit/8926012364bdf6e7f78edf8730ebbcd467250e9a)
|
3725
3618
|
- Remove legacy code from sidebar [`2229306`](https://github.com/fomantic/Fomantic-UI/commit/22293069205d2e68dbbe926481a99caa2682d1a0)
|
3726
3619
|
- Rebuild next dist [`4d488e0`](https://github.com/fomantic/Fomantic-UI/commit/4d488e0c15a0511e36c9a58f1f82b62b6d2a2994)
|
3620
|
+
- Let gulp tasks be run from any directory by using process.cwd, fix permissions q in install [`1e0ded8`](https://github.com/fomantic/Fomantic-UI/commit/1e0ded8af9c1af3ef3f01a855b58a6da797d3e4a)
|
3727
3621
|
- Added 'swing' in and out transition [`6d4a7df`](https://github.com/fomantic/Fomantic-UI/commit/6d4a7df3b6b1fa31676b92fa59d55963bdf7dc40)
|
3728
3622
|
- #2645 adds fields parameter for using custom server responses with search [`57ee104`](https://github.com/fomantic/Fomantic-UI/commit/57ee1041f51794cc89ce49bf61c52ad708d24dd6)
|
3729
3623
|
- #2335 Loosen item css for some menu types to allow for work with container. Tweak horizontal labeled icon sizing and spacing [`95702d3`](https://github.com/fomantic/Fomantic-UI/commit/95702d3895fb6e177cb0ca1f4aebb60f8712ffa1)
|
3730
3624
|
- #1724 Added support for sub menus to check upward/downward independently of main menu, fix some styling on upward and left menu [`073f561`](https://github.com/fomantic/Fomantic-UI/commit/073f561ab2a291faf3d2073c66be91dca0bd2fc8)
|
3625
|
+
- Iteration on multiselect [`5513680`](https://github.com/fomantic/Fomantic-UI/commit/5513680a9f1e8ce9eebb9e5d140d6111af17bbd6)
|
3731
3626
|
- #2656 Adds before change callbacks for checkbox [`b2c0655`](https://github.com/fomantic/Fomantic-UI/commit/b2c0655b333c09153360a47fb3af28454308955f)
|
3732
3627
|
- Build dist [`f155488`](https://github.com/fomantic/Fomantic-UI/commit/f155488f382d0774c42e61dfa9b580a0fc86ad5b)
|
3733
3628
|
- Iteration on install script [`65d037d`](https://github.com/fomantic/Fomantic-UI/commit/65d037dd666386b273f38c239211e96a11f67f18)
|
3629
|
+
- Possible solve #1899 Issues with blank string results evaluating as undefined when minCharacters = 0, issue with saved results not being retrieved when response pulled from cache [`2ed793a`](https://github.com/fomantic/Fomantic-UI/commit/2ed793a351476d569ab1b036f3e97c7f33dbee34)
|
3734
3630
|
- Rebuild dist [`17e0b1a`](https://github.com/fomantic/Fomantic-UI/commit/17e0b1aaf4765ca44f1701ff74b72d0333327688)
|
3735
3631
|
- Rebuild dist [`9fcc098`](https://github.com/fomantic/Fomantic-UI/commit/9fcc098f82339b648b7f00a4b26c5c7fff1ed3a6)
|
3632
|
+
- Fixes basic padded table, adds vertical alignment [`6fecacf`](https://github.com/fomantic/Fomantic-UI/commit/6fecacf398eb34718b463f6bb0553163a50dda4a)
|
3633
|
+
- Add scoping to all ui elements [`c607790`](https://github.com/fomantic/Fomantic-UI/commit/c607790d16a9d8e998f3d75d1dff1741128e51b5)
|
3736
3634
|
- Begins work on allowAdditions, adds error messages, and ui message coupling [`3a9821c`](https://github.com/fomantic/Fomantic-UI/commit/3a9821ca46a2fb2fa53700b522863195f9bcea68)
|
3635
|
+
- Add flexbox version of menu [`4aa4729`](https://github.com/fomantic/Fomantic-UI/commit/4aa4729b7e4ca9941dc0ec6f6d4d8346a75418fa)
|
3636
|
+
- Optimizations to visibility [`c58553c`](https://github.com/fomantic/Fomantic-UI/commit/c58553cdce4a391fbe5461c32f6331c783e3772a)
|
3737
3637
|
- Fixes issue with extending settings with [`d4ecfa1`](https://github.com/fomantic/Fomantic-UI/commit/d4ecfa12ff80110e522c2a9a19e287563b4884a6)
|
3638
|
+
- Now cards can use colors too! [`075efb5`](https://github.com/fomantic/Fomantic-UI/commit/075efb506bbec2ef7dd5d387537e01170f0f3407)
|
3738
3639
|
- Linkify all issues [`517c41f`](https://github.com/fomantic/Fomantic-UI/commit/517c41f9b9b65d2b782e9bb55b999cd3d61e93bb)
|
3739
3640
|
- Adds word order dependencies for transition [`8882a1f`](https://github.com/fomantic/Fomantic-UI/commit/8882a1f3d643432835a808f23a28970c734a523e)
|
3740
3641
|
- Rebuild dist/ [`73c0eef`](https://github.com/fomantic/Fomantic-UI/commit/73c0eefcf5d56b0a2b45585b59052279da1af872)
|
3741
3642
|
- #2280 Add table colors [`348bd56`](https://github.com/fomantic/Fomantic-UI/commit/348bd56beddcd653caff3972f737eaf9cb886a22)
|
3742
3643
|
- Fix several issues with API, including throttle on first request, moving interruptRequest to a setting, fixing loadingDuration not applying when using 'query' [`e88c529`](https://github.com/fomantic/Fomantic-UI/commit/e88c529af4e71730ba19630d58858cc92d5ac9e0)
|
3743
3644
|
- Add many new rating variables [`7288419`](https://github.com/fomantic/Fomantic-UI/commit/72884195de695e53556647c0302e8630b610982b)
|
3645
|
+
- Sticky now handles bottom edge conditions better [`29c4f82`](https://github.com/fomantic/Fomantic-UI/commit/29c4f821255b61398e672fddfe6bc940d5fb1e51)
|
3744
3646
|
- Adds credit card validation to form validation #2729 [`2769a6e`](https://github.com/fomantic/Fomantic-UI/commit/2769a6ee12eae8ee2c3da4e25a3f578efba01633)
|
3745
3647
|
- Adds focused input border styles, changes dropdown selection label valign [`c2945b6`](https://github.com/fomantic/Fomantic-UI/commit/c2945b608f2277ed20aecbeda8fce277f3ce3ef1)
|
3746
3648
|
- Add flexbox to form groups [`d20d244`](https://github.com/fomantic/Fomantic-UI/commit/d20d244b8f2d30e2d99139fdca5e7d43e0229382)
|
3747
3649
|
- Iterating on multiselect fixes [`d5308d3`](https://github.com/fomantic/Fomantic-UI/commit/d5308d3438e016d21a98d4cd89296f86374c7fd8)
|
3650
|
+
- Iterations on visibility, getting ready for docs [`dec01c0`](https://github.com/fomantic/Fomantic-UI/commit/dec01c0adabd56008c70bfb26cd60c3d4abbf1ba)
|
3748
3651
|
- Abstraction abstraction abstraction #1634 [`f8fa373`](https://github.com/fomantic/Fomantic-UI/commit/f8fa3734822e54442aa07d99c768b8fb46799cce)
|
3749
3652
|
- Complete first pass of API integration with dropdown [`071d101`](https://github.com/fomantic/Fomantic-UI/commit/071d1012152d98a2f4a7b0bc374736a1f12b4490)
|
3750
3653
|
- Fixed animation reset issue with accordion and hideOthers [`6961e41`](https://github.com/fomantic/Fomantic-UI/commit/6961e4118bacb10bb40e4a03fb5c08f2333a008d)
|
3751
3654
|
- Card styles adjusted to be remove solid border shadow [`f5f8d0d`](https://github.com/fomantic/Fomantic-UI/commit/f5f8d0dbe12fe265384d7f469d7f6e5a4f126589)
|
3655
|
+
- Bug fixes for transition [`28c81f5`](https://github.com/fomantic/Fomantic-UI/commit/28c81f5801f85e416740ef8d911a3b3d9d7036ef)
|
3752
3656
|
- Remove label padding to work correctly with compact button [`a13cf04`](https://github.com/fomantic/Fomantic-UI/commit/a13cf04d235272e9677053a279ad1bca6d5e35c2)
|
3753
3657
|
- Finish popup rewrite [`b0f400f`](https://github.com/fomantic/Fomantic-UI/commit/b0f400fbc2ea691055663e150f76dfd3311aa4f5)
|
3754
3658
|
- Add new sticky behavior, automatically creates placeholder content [`dd010b0`](https://github.com/fomantic/Fomantic-UI/commit/dd010b02d9080fc7baf425f2513719abb950cece)
|
@@ -3756,7 +3660,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
3756
3660
|
- Fix merge commit [`5ccf607`](https://github.com/fomantic/Fomantic-UI/commit/5ccf607e7acf99f9289a4af3203daa1f64638b66)
|
3757
3661
|
- Rebuild dist [`cc0aaef`](https://github.com/fomantic/Fomantic-UI/commit/cc0aaef59842a975ee7187e335875db8ac2669ef)
|
3758
3662
|
- Implment reversed divided, reversed vertically divided, reversed celled, reversed internally celled grid #2685 [`e42fc29`](https://github.com/fomantic/Fomantic-UI/commit/e42fc29dc6fdb2840ada871a2e1e812eb6fa63c1)
|
3663
|
+
- #1866 - Adds more intelligent regexp version number replace, preserves component names in banners [`b423847`](https://github.com/fomantic/Fomantic-UI/commit/b42384752d7a644fd2c5b2921e0e5b5e46bc863d)
|
3759
3664
|
- Add parse response method, add additional debugging, dont instantiate API on each query #1634 [`5f18f2c`](https://github.com/fomantic/Fomantic-UI/commit/5f18f2c1c3147d50cbc5c67c70240da94b45f8d5)
|
3665
|
+
- Grid fixing foreva [`1932dca`](https://github.com/fomantic/Fomantic-UI/commit/1932dca4e7c95c2ef73a12b6bc3b2221e00b6598)
|
3666
|
+
- Adds scrolling dropdown variation [`71e3285`](https://github.com/fomantic/Fomantic-UI/commit/71e32857ed9188920ea16897b872b39d8969774b)
|
3760
3667
|
- Adds new color values for progress bars #2280 [`9d26b84`](https://github.com/fomantic/Fomantic-UI/commit/9d26b8466fb09240689ae6fe618b870dd9ff47ea)
|
3761
3668
|
- Steps now are horizontally pointing again (like 1.x), added many new variables to control [`6bceb47`](https://github.com/fomantic/Fomantic-UI/commit/6bceb47beba29a94e415eb8484d4a9cc75010c9f)
|
3762
3669
|
- Fixing spelling in release notes [`766e0eb`](https://github.com/fomantic/Fomantic-UI/commit/766e0eb8da128917b884deab90eadaf5a4603cd6)
|
@@ -3764,28 +3671,43 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
3764
3671
|
- Adjust some underlying variables to have more comprehensible names [`a88ec27`](https://github.com/fomantic/Fomantic-UI/commit/a88ec27503b84621691e8134c583aa0f9907cc41)
|
3765
3672
|
- #2308, Fix rating module to refresh data attributes as well [`45ff8f8`](https://github.com/fomantic/Fomantic-UI/commit/45ff8f8e10ea6c59a0e4281b7dc1bb113d75c7bb)
|
3766
3673
|
- Add support for 'clear', 'restore defaults' for multiple #2303, update logic for fireOnInit to be more clean, fix issue with boolean values setting #2296 [`35edff6`](https://github.com/fomantic/Fomantic-UI/commit/35edff6b529c14eca3aa97775e4f1d8c0127be0d)
|
3674
|
+
- Delete GETTING-STARTED.md [`db6c0f2`](https://github.com/fomantic/Fomantic-UI/commit/db6c0f249331bd3327f49668aa6fe80ebf2372d0)
|
3767
3675
|
- Adjusting message colors [`c1f43c1`](https://github.com/fomantic/Fomantic-UI/commit/c1f43c18b6338c1ecb2e7761f55a5262e1f2e2f2)
|
3676
|
+
- Increase delay of performance logging [`3701bdc`](https://github.com/fomantic/Fomantic-UI/commit/3701bdc35f007228925545efa3d47cd52113540b)
|
3677
|
+
- #1844 - Fix ui cards > .ui.card to have correct margins, fix consecutive ui cards groups to preserve row spacing [`870794c`](https://github.com/fomantic/Fomantic-UI/commit/870794c9df1adc0e3271a022fe1aca8b7ca32ea5)
|
3768
3678
|
- Update NPM deps solving some issues with min ver [`40fd305`](https://github.com/fomantic/Fomantic-UI/commit/40fd305824059f2fc6bf984e6b0fdc349678ea6e)
|
3679
|
+
- Add renamed tasks [`d8cb644`](https://github.com/fomantic/Fomantic-UI/commit/d8cb6442f55d387d03410540bf247c58f056138f)
|
3680
|
+
- Finish releases [`ce342f5`](https://github.com/fomantic/Fomantic-UI/commit/ce342f58fd0bfb5b19ad14143b96d2e1a7669bec)
|
3769
3681
|
- Fix admin issues [`d1c6b9b`](https://github.com/fomantic/Fomantic-UI/commit/d1c6b9b7bacd59ea30e3d53222e5767401985929)
|
3770
3682
|
- Fixed content border radius when only-child. Added border between repeated contents [`4694c18`](https://github.com/fomantic/Fomantic-UI/commit/4694c181860e505d3ae0cd408792dcb7cf0975d1)
|
3771
3683
|
- Backports input definition to 1 [`61be84c`](https://github.com/fomantic/Fomantic-UI/commit/61be84ce02fa5ed3fe5cbbf80a072449a7c149b4)
|
3684
|
+
- All paths are now resolved from semantic.json location [`bf8b8f0`](https://github.com/fomantic/Fomantic-UI/commit/bf8b8f0a0384074b2107a4b3d40463c0fa7d860b)
|
3772
3685
|
- #2280 Order message colors and add missing colors [`ac647e8`](https://github.com/fomantic/Fomantic-UI/commit/ac647e8fcb2f0b8e81e36b8344dac430ce3f1919)
|
3686
|
+
- Fix theme.config to load multiple [`3dea109`](https://github.com/fomantic/Fomantic-UI/commit/3dea10949e410dfe13b8b395eb1e676cf8383a28)
|
3773
3687
|
- Rebuild 1.7 add date [`b9b7fd6`](https://github.com/fomantic/Fomantic-UI/commit/b9b7fd67da9636be85ca0500840dab589c2c31dd)
|
3774
3688
|
- Adds #792 Checkbox now specifically matches against input type checkbox/radio [`227d3d3`](https://github.com/fomantic/Fomantic-UI/commit/227d3d3ac63daa7c6f3f5c82d65764b214434f50)
|
3775
3689
|
- Upgrading to FontAwesome v4.5.0 [`133101d`](https://github.com/fomantic/Fomantic-UI/commit/133101d8ce608551a4e0798f10098d23e804dd5b)
|
3690
|
+
- Attempt at README [`bdeca02`](https://github.com/fomantic/Fomantic-UI/commit/bdeca02aaed904ce54ea45b63f760a8ea6128d0f)
|
3691
|
+
- #1806, Add multiple select to set value, get value. [`181066e`](https://github.com/fomantic/Fomantic-UI/commit/181066e055e58516f0543ef426737d75b588e8d5)
|
3776
3692
|
- Add new rating variables for text shadow, shadow color. Tweak styles for 2.0 [`03c8033`](https://github.com/fomantic/Fomantic-UI/commit/03c8033d67f54985add96b8e8e9b9a8d7e083b67)
|
3693
|
+
- Add focus box shadow [`6035d28`](https://github.com/fomantic/Fomantic-UI/commit/6035d288d235d60f9e4f982db360da4d95163398)
|
3777
3694
|
- Adds ability to store name/value pairs for remote content [`f6f242c`](https://github.com/fomantic/Fomantic-UI/commit/f6f242cbda7766773dc486825dca6a845d695638)
|
3778
3695
|
- #3616 Adds autoInstall option to semantic.json, modifies installer to return correct questions object in autoinstall [`487c5cc`](https://github.com/fomantic/Fomantic-UI/commit/487c5cce539acee90ac5f56303a497cf874c0017)
|
3779
3696
|
- Adds large screen only and widescreen only grid variations #2467 [`bd46b4c`](https://github.com/fomantic/Fomantic-UI/commit/bd46b4ce1e22922bddf61d869b75215bf3f1aca2)
|
3780
3697
|
- Adjust cache type to be called local to allow for standard caching choices [`421fdad`](https://github.com/fomantic/Fomantic-UI/commit/421fdadd7634be4b25d0ee536d0aa2fe8d93eb64)
|
3781
3698
|
- Shapes now animate height/width on transition [`6611821`](https://github.com/fomantic/Fomantic-UI/commit/6611821d2ec3a1678519ca4dd529c45511194b1e)
|
3699
|
+
- #1987 #1916 #1912 Correctly fixes onChange to fire only when value is adjusted [`bbcbf56`](https://github.com/fomantic/Fomantic-UI/commit/bbcbf5673d5b6ee6511c061d87b6e22a4fffd9ed)
|
3700
|
+
- #1814, Fixes valign inside equal height. Simplifies rules [`417172b`](https://github.com/fomantic/Fomantic-UI/commit/417172be5ab527edca2bc96766d311f306ced8d2)
|
3782
3701
|
- Intermediary work on tagging [`4f6cd38`](https://github.com/fomantic/Fomantic-UI/commit/4f6cd3809ce09be39becc2f6afa9c7a15ae01492)
|
3783
3702
|
- Adds #2060 Keyboard selection now works with all selection dropdowns, not just search [`145fa92`](https://github.com/fomantic/Fomantic-UI/commit/145fa9201ac28656cb1d98adf51d4314f4bae616)
|
3784
3703
|
- Add useLabels setting, and add templated text values for when not using labels in multiselect [`475fb9b`](https://github.com/fomantic/Fomantic-UI/commit/475fb9bf93847b203dec8e09f62339a9549fd530)
|
3704
|
+
- Fixes for menu formatting [`cffc730`](https://github.com/fomantic/Fomantic-UI/commit/cffc730141dbb0f802fb20f5d199022ac6d48c76)
|
3785
3705
|
- Add observe change setting sticky [`ca323e6`](https://github.com/fomantic/Fomantic-UI/commit/ca323e62183a3282bf805e6df98b4f302e565aa6)
|
3786
3706
|
- Form Data Set [`644daec`](https://github.com/fomantic/Fomantic-UI/commit/644daecfc2cb908929be9e188711ed09c307cddd)
|
3787
3707
|
- Adds upward dropdown variation #1146 [`04d65e7`](https://github.com/fomantic/Fomantic-UI/commit/04d65e7483d1ac935ea9bdbb44996a4d0b876857)
|
3788
3708
|
- Ensures actual utf sorting. [`1207e42`](https://github.com/fomantic/Fomantic-UI/commit/1207e4278b9ef272880619b5c6db1465455911cc)
|
3709
|
+
- Iteration on menu fixes from border changes [`7b3a84f`](https://github.com/fomantic/Fomantic-UI/commit/7b3a84f861dc23e72a50f6ed830f851e5d9b065f)
|
3710
|
+
- Add new transition settings for grouped animations [`ac559ad`](https://github.com/fomantic/Fomantic-UI/commit/ac559ad2553e1d63ba225fc2fbf9669145fea6e3)
|
3789
3711
|
- #3001 Fixing all default prompts to use name [`ad62a7f`](https://github.com/fomantic/Fomantic-UI/commit/ad62a7f26111d7a9b1fda0cf4c514a66d82a4b41)
|
3790
3712
|
- Fix responsive styling on steps with flexbox [`bf32621`](https://github.com/fomantic/Fomantic-UI/commit/bf32621d683a2b8f969b8ba7ae360f9369ef8b53)
|
3791
3713
|
- #2366, rail now uses border-box to ensure that height matches container by default. Added sizing variables for calculating width with padding [`c6a5e97`](https://github.com/fomantic/Fomantic-UI/commit/c6a5e97eed1c26b85e1cc7fb586b03f5e836a1c0)
|
@@ -3794,6 +3716,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
3794
3716
|
- #1724 Implements dropdown automatically changes direction when off screen using visibility api coupling [`58544f6`](https://github.com/fomantic/Fomantic-UI/commit/58544f6ca3413ccda04471609d255003f6192c83)
|
3795
3717
|
- Add pageup and pagedown, fix selection on show for multi [`a7f2707`](https://github.com/fomantic/Fomantic-UI/commit/a7f27070632a3d5ff5c814ae03c5c444a60c97b7)
|
3796
3718
|
- Adjusts progress theme colors [`c59c017`](https://github.com/fomantic/Fomantic-UI/commit/c59c0176a6115bf91a259de22c2173c4b901ab47)
|
3719
|
+
- Iteration on multi select #847 [`41a9f96`](https://github.com/fomantic/Fomantic-UI/commit/41a9f963948741c10c628af392e0b4c12b17f282)
|
3797
3720
|
- Adds #1669, Dropdown will now recreate menus when option values change, dropdown will now produce errors when methods invoked on <select> and not ui dropdown [`4046863`](https://github.com/fomantic/Fomantic-UI/commit/4046863e37256943639a63bd80340ce52b7ad0e6)
|
3798
3721
|
- Begin work at converting hard coded em values [`ba7d428`](https://github.com/fomantic/Fomantic-UI/commit/ba7d4288a42614e388accef402c55577137d7106)
|
3799
3722
|
- #2383 Fix remove selected, and issues with placeholder selections being selected with multiple when value is empty string [`59ecddb`](https://github.com/fomantic/Fomantic-UI/commit/59ecddb1d54310146c6ed0a82d18dc6c957ca9f1)
|
@@ -3801,30 +3724,48 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
3801
3724
|
- Fix NPM update to not install unless new version [`d67ca95`](https://github.com/fomantic/Fomantic-UI/commit/d67ca956fce477ff300c5b630e8a302d5e1eab4d)
|
3802
3725
|
- #1729, Order by UTF, add aliases, icon naming [`dc144c5`](https://github.com/fomantic/Fomantic-UI/commit/dc144c5e5e1a2e94da4a6d0c612b2bdf3cbac135)
|
3803
3726
|
- #2403, repacked dist/ [`2307123`](https://github.com/fomantic/Fomantic-UI/commit/23071232673d7c89d700162375768f856714cca1)
|
3727
|
+
- Pub/sub visibility? [`b90f8f7`](https://github.com/fomantic/Fomantic-UI/commit/b90f8f7b8d48de19aca382f3fb8c4b5aa3552a57)
|
3804
3728
|
- RLSNOTES [`d9a1f09`](https://github.com/fomantic/Fomantic-UI/commit/d9a1f09e66b210958fdd4e191f03696e82245a46)
|
3729
|
+
- #1968 Fixes undetachable scrollable modal in ideal circumstances (not inside a container with z-index) [`d9850a0`](https://github.com/fomantic/Fomantic-UI/commit/d9850a0ba64fa879ac7fa87dc449acc5f69b36ff)
|
3730
|
+
- Experimenting with deps [`d26385f`](https://github.com/fomantic/Fomantic-UI/commit/d26385f5a5224c55b7ddd761b413673d34dee746)
|
3805
3731
|
- Create global input variables and center all other valus around them [`12b27c1`](https://github.com/fomantic/Fomantic-UI/commit/12b27c1968e86a83c50efe45e07b8f2be4c54730)
|
3806
3732
|
- Flexbox feeds [`4a7868a`](https://github.com/fomantic/Fomantic-UI/commit/4a7868abc5695f2371f08318f0ead9c2b11fc811)
|
3733
|
+
- Accordion can now close while opening [`cf28f60`](https://github.com/fomantic/Fomantic-UI/commit/cf28f602c30e091ef4f6108ffcc588a0dd0b9f38)
|
3807
3734
|
- #1681, Form now prevents keypress causing repeated form submit [`90992d9`](https://github.com/fomantic/Fomantic-UI/commit/90992d94b8e00a769ee0cf5ddc83be14bca7ab3c)
|
3808
3735
|
- Add new onScreen and offScreen callbacks for visibility [`eda7670`](https://github.com/fomantic/Fomantic-UI/commit/eda7670dde741c45516b63b61a1416d7136231d6)
|
3809
3736
|
- Iteration on embed [`25ba7f0`](https://github.com/fomantic/Fomantic-UI/commit/25ba7f03218b3b3567075ed963b73b2333c6e788)
|
3810
3737
|
- #2710 merge and modify this context [`09ecab6`](https://github.com/fomantic/Fomantic-UI/commit/09ecab67fc2f11a452b045e6530fae6e82067cbe)
|
3738
|
+
- Path fixes, rtl fixes [`1e0a71d`](https://github.com/fomantic/Fomantic-UI/commit/1e0a71d9e4c96aa0b65300a3f08b9314346c945a)
|
3811
3739
|
- Add an automatic reinstallation process based on semantic.json [`8e272ac`](https://github.com/fomantic/Fomantic-UI/commit/8e272acb480acfd2c26f15cb7120c861f7ef6581)
|
3812
3740
|
- Consolidate UI input logic inside form [`705d289`](https://github.com/fomantic/Fomantic-UI/commit/705d289f1adde5542b35997f9486ca6a1f510e3e)
|
3813
3741
|
- Add body padding to examples [`699aeed`](https://github.com/fomantic/Fomantic-UI/commit/699aeed1584fd25f5a737eac5477957116b7ae7c)
|
3814
3742
|
- #2263, tweaking inverted pointing [`d16290e`](https://github.com/fomantic/Fomantic-UI/commit/d16290eb87ad16799ff2bb657b4bd6cb8b9598e4)
|
3743
|
+
- Fixes dimmer variation not working due to typo [`806a362`](https://github.com/fomantic/Fomantic-UI/commit/806a362e93e1e6136060c58e8a6a756843fd91e8)
|
3744
|
+
- #1607 Fix components without assets not creating manifest lists correctly [`052d074`](https://github.com/fomantic/Fomantic-UI/commit/052d0743583a929cfbe0c5812f0548d2a3c924a4)
|
3815
3745
|
- Alphabetize input rules, add time type #1721 [`4ef796f`](https://github.com/fomantic/Fomantic-UI/commit/4ef796f6dcddc9ccc2958cb9270b283ec8a59d86)
|
3816
3746
|
- #1630 Adds form clear and dropdown clear behaviors [`7dffde0`](https://github.com/fomantic/Fomantic-UI/commit/7dffde0f825e723245d8415a14ec0497eaa60892)
|
3817
3747
|
- #2626 dropdown now updates selected values when input changes. Housecleaning with event binding [`12d6640`](https://github.com/fomantic/Fomantic-UI/commit/12d66408260db197659d8802deb27bccb5071ac3)
|
3818
3748
|
- Mark legacy grid variables [`aea4341`](https://github.com/fomantic/Fomantic-UI/commit/aea4341e1d4824e5f690b8c6c032f4fa0e0eb618)
|
3749
|
+
- Visibility now watches for images loading and automatically refreshes afterward [`fad2d1b`](https://github.com/fomantic/Fomantic-UI/commit/fad2d1b57c6247d1da9cdc6678005dc04ff5e413)
|
3819
3750
|
- Add equal width grid [`e517219`](https://github.com/fomantic/Fomantic-UI/commit/e517219bfaa8612250ab45635a6a8cf3b944e77c)
|
3820
3751
|
- #3001 add support for more templated values [`4bb1d0d`](https://github.com/fomantic/Fomantic-UI/commit/4bb1d0d630bcaed1a1a5a3aa4827d9f291c45eee)
|
3821
3752
|
- Consolidate templatedURL behavior into one method [`f0dfe16`](https://github.com/fomantic/Fomantic-UI/commit/f0dfe16337a2eb025d61a8b2c4f87e17435a0d1b)
|
3822
3753
|
- Adds glass dimmers [`05877fe`](https://github.com/fomantic/Fomantic-UI/commit/05877fe905dc3992aa9bb258e6dd3f06a4a2f74f)
|
3754
|
+
- #1896, move over to element namespace [`7c839c9`](https://github.com/fomantic/Fomantic-UI/commit/7c839c938a4477765947e824cf69442d48ce48b4)
|
3755
|
+
- Adds #1858, case sensitive/insensitive form validation rules [`a690601`](https://github.com/fomantic/Fomantic-UI/commit/a690601b3fd8b63867771ab5aae31d18b306a31f)
|
3756
|
+
- Fix @type variable [`ab8fc99`](https://github.com/fomantic/Fomantic-UI/commit/ab8fc99cea4967efa2e930713b767666da2ecf19)
|
3757
|
+
- Fix issue with destroy in visibility [`b685c94`](https://github.com/fomantic/Fomantic-UI/commit/b685c948e0ae7f116ed059c2f87dfa3bb22e3a4b)
|
3758
|
+
- Fix admin tasks to use commit SHA of last release #1607 [`e3f66ec`](https://github.com/fomantic/Fomantic-UI/commit/e3f66ec2a0a69db2212d966a4d1c6c42d9cdd540)
|
3823
3759
|
- Fix several issues with shape, but not all.. [`d31c309`](https://github.com/fomantic/Fomantic-UI/commit/d31c3094ec20ea6fdcd4db8b0d259d57dd12d1e8)
|
3824
3760
|
- Add clientside api caching setting [`f2ced9d`](https://github.com/fomantic/Fomantic-UI/commit/f2ced9db70a256ab8f56b82c26cdc17b366d1608)
|
3761
|
+
- Rlsnotes [`4fc75e4`](https://github.com/fomantic/Fomantic-UI/commit/4fc75e4a04ceb0b02a0573fdbadafe1060e9c2a4)
|
3825
3762
|
- #3611 - Adds relative pixel variables up to 40px [`caad06c`](https://github.com/fomantic/Fomantic-UI/commit/caad06c30bffad5864fa807e0f6a5afc69292ba4)
|
3826
3763
|
- Resolve XHR error conditions for abort, with CORS [`d993d45`](https://github.com/fomantic/Fomantic-UI/commit/d993d45e90e8e4b057036f5403f84df804e15bc0)
|
3764
|
+
- Update dist [`f4b25e1`](https://github.com/fomantic/Fomantic-UI/commit/f4b25e1fda834b63ebc072df01a89cfbf7fc27d6)
|
3765
|
+
- Fixes for text menu: [`5d508db`](https://github.com/fomantic/Fomantic-UI/commit/5d508dbb2be4df02677ed0bb248d88f05ea4a152)
|
3766
|
+
- Everything is golden [`5689680`](https://github.com/fomantic/Fomantic-UI/commit/568968065839ba187d6c7d55946e4b54d4d899fe)
|
3827
3767
|
- Fixes ui input sizing issues due to flex-box width collapsing being peculiar with <input> #2705 #2621 #2821 [`d7eaffa`](https://github.com/fomantic/Fomantic-UI/commit/d7eaffabae2330ad761b4e0f44f922b73fa0309e)
|
3768
|
+
- 100% working component update script with no .git index lock issues [`139117d`](https://github.com/fomantic/Fomantic-UI/commit/139117d5d37792d79fce444ab205927b5fb3ea17)
|
3828
3769
|
- #3475 - Adds deactivate setting for tab used to determine what elements user would like to deactivate when a tab is selected [`1b982e1`](https://github.com/fomantic/Fomantic-UI/commit/1b982e1842810506e04e7baea99f8963307ff4f4)
|
3829
3770
|
- #2637 fixes issues with placeholder [`1900729`](https://github.com/fomantic/Fomantic-UI/commit/1900729083f63b0a16e66644a041f654dfd67259)
|
3830
3771
|
- Fix language in rlsnotes [`c9e8a08`](https://github.com/fomantic/Fomantic-UI/commit/c9e8a089f339dda47bc646f5d730ae2aa44da0cb)
|
@@ -3834,26 +3775,35 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
3834
3775
|
- Adjust scale in animation globally, fade up/down [`4ed930f`](https://github.com/fomantic/Fomantic-UI/commit/4ed930f91c36261accd78fc0550400176d946db9)
|
3835
3776
|
- Add many new variables for label colors [`6954a93`](https://github.com/fomantic/Fomantic-UI/commit/6954a936b38ee580127754e9235b9f6e772e2360)
|
3836
3777
|
- #2842, Calling show results does not require input to be focused [`d649872`](https://github.com/fomantic/Fomantic-UI/commit/d6498722ec262ac467bc75152c767de271edf4a6)
|
3778
|
+
- Fixes placeholder value in select multiple [`4fc448e`](https://github.com/fomantic/Fomantic-UI/commit/4fc448ed4751258fc04564a3cbab2e909c19f196)
|
3779
|
+
- #1933 Cache width/height/isRTL on load to improve animation performance of sidebar [`e064401`](https://github.com/fomantic/Fomantic-UI/commit/e064401708f15988ae1828557256ea11fb263431)
|
3837
3780
|
- Github buttons are using compact style! [`a548b63`](https://github.com/fomantic/Fomantic-UI/commit/a548b6361be211ccefc2bb7648cc420f20d4ecd9)
|
3838
3781
|
- Fixing some conditions with checkbox double firing #2440 [`889b7cd`](https://github.com/fomantic/Fomantic-UI/commit/889b7cdff67bf716ff483d2ef0bc7961f428cec5)
|
3839
3782
|
- #2382 Increase code coherence, restructure into new methods [`e3d4347`](https://github.com/fomantic/Fomantic-UI/commit/e3d43478b980204005139807bb19c2cb50dc8130)
|
3840
3783
|
- #1612 adds deprecation warnings for old callbacks [`b50c7da`](https://github.com/fomantic/Fomantic-UI/commit/b50c7da845460799fcaaa8eba23974fcc30abc57)
|
3841
3784
|
- #2266, minCharacterLength should be part of query, not throttled input event [`f1b8455`](https://github.com/fomantic/Fomantic-UI/commit/f1b84555cb98998e395a8dcd9fff0b8563a48ca0)
|
3785
|
+
- Adds rudimentary sub-module detection to avoid end-user install when used as a sub-module [`de85e5a`](https://github.com/fomantic/Fomantic-UI/commit/de85e5a82c9299ee8ef346ee98a40e32135ba683)
|
3842
3786
|
- Feature: Form reset [`e079320`](https://github.com/fomantic/Fomantic-UI/commit/e079320083c5fc4398b6cb37e05d5b2edd6179ec)
|
3843
3787
|
- Fix formatting [`af8c4a5`](https://github.com/fomantic/Fomantic-UI/commit/af8c4a54549d4301fc51959c585881477313e3a4)
|
3844
3788
|
- Fix formatting [`f967c80`](https://github.com/fomantic/Fomantic-UI/commit/f967c80b3e4e4948b1ddb78c7717ddeebba3ff73)
|
3845
3789
|
- Add variables for setting prompt color inside form, update to new style #2593 [`c596630`](https://github.com/fomantic/Fomantic-UI/commit/c596630e1c791b7693e4aa5e56d89a4321be1564)
|
3846
3790
|
- Fix grid example [`0173292`](https://github.com/fomantic/Fomantic-UI/commit/0173292ce4fc6083333ea67f474a8b7cf08dec6b)
|
3791
|
+
- Greatly speed up visiblity events [`1982c95`](https://github.com/fomantic/Fomantic-UI/commit/1982c95461823ff6d961eeca4d502347a7dd3397)
|
3792
|
+
- Format gulpfile, dashes [`ddbe345`](https://github.com/fomantic/Fomantic-UI/commit/ddbe3458b49c8937891e927da8af3c01633ac82d)
|
3847
3793
|
- Rebuild 1.7.0 proper [`18ba063`](https://github.com/fomantic/Fomantic-UI/commit/18ba063836f0d61ea6b26fd153493ed55089fe04)
|
3848
3794
|
- Adds response/responseAsync, fixes settings returned #3466 #3491 [`b2dd449`](https://github.com/fomantic/Fomantic-UI/commit/b2dd449f21bff1e4c07d510e8dbde17dbf95385e)
|
3849
3795
|
- Segments now use border not box-shadow, add new plural variations #2411 [`a34bd91`](https://github.com/fomantic/Fomantic-UI/commit/a34bd91704a144daba865cbfbfccccf5845cfb1e)
|
3796
|
+
- Dropdown can now have behaviors invoked on select [`96a577d`](https://github.com/fomantic/Fomantic-UI/commit/96a577d2c9809ca9ef4469c3d4a8f3da08848fdc)
|
3850
3797
|
- Fixes clicking a[href] inside checkbox not working as expected #2804 [`d50538f`](https://github.com/fomantic/Fomantic-UI/commit/d50538fd707dc169a72ad7434828cc18729e047c)
|
3851
3798
|
- #2434 - Checkbox no longer need any init/for to work [`291f143`](https://github.com/fomantic/Fomantic-UI/commit/291f14367b33f9bf1b6c01182f850e96ed892b93)
|
3852
3799
|
- Fix API to use session storage for caching values so they are available across a session [`d951380`](https://github.com/fomantic/Fomantic-UI/commit/d951380b4048a2d88878e628dcd452d72579a96b)
|
3853
3800
|
- Adjust ribbon label padding to be more spacious [`a05a388`](https://github.com/fomantic/Fomantic-UI/commit/a05a38892b8839e5822f37f4e974ad727e74eb0e)
|
3801
|
+
- Admin tasks no longer pipe gulp stream (buggy), use mergeStream instead [`f7d69cd`](https://github.com/fomantic/Fomantic-UI/commit/f7d69cd283800432035093a75eff6a3b7274ed76)
|
3854
3802
|
- Redo stackable grid divider to use table cell #2311 [`b7ccfa7`](https://github.com/fomantic/Fomantic-UI/commit/b7ccfa75f43b74344b7654256778a8115e76ba43)
|
3855
3803
|
- Fix hide delay being less than show delay causing elements not to hide [`a0ea788`](https://github.com/fomantic/Fomantic-UI/commit/a0ea788f167c516536e72825ba66003797313109)
|
3856
3804
|
- #2042 addes delegated events to dimmer [`cd4cced`](https://github.com/fomantic/Fomantic-UI/commit/cd4cced83a523d97cf4967dff619c471785bcd2b)
|
3805
|
+
- Updates release repos task [`5dc9f53`](https://github.com/fomantic/Fomantic-UI/commit/5dc9f53f17adcc7c67ecf8c5526dc853b452f201)
|
3806
|
+
- Adds headers with images #1663 [`494c78f`](https://github.com/fomantic/Fomantic-UI/commit/494c78fdf756e0b34764b622504031aaafee8d57)
|
3857
3807
|
- Adds arrow bg colors [`e3bc0c5`](https://github.com/fomantic/Fomantic-UI/commit/e3bc0c52878cde38c5f33b8aaf62392c168576eb)
|
3858
3808
|
- Build 2.1.4 [`08d073d`](https://github.com/fomantic/Fomantic-UI/commit/08d073dd183ad4d793db7ac3122d4d36b06825ad)
|
3859
3809
|
- Adds arrow bg colors [`421d32a`](https://github.com/fomantic/Fomantic-UI/commit/421d32ac816c6a6b761e0b96fd8ee42d937c2cd7)
|
@@ -3861,54 +3811,82 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
3861
3811
|
- Add significant word order to label [`f6b1659`](https://github.com/fomantic/Fomantic-UI/commit/f6b1659282267edc321e9db0cbd8dd79e1f46b9b)
|
3862
3812
|
- Fix focus styles not applying to selected checkbox [`6bb04f6`](https://github.com/fomantic/Fomantic-UI/commit/6bb04f6b1167f65b3145ba918819c4205e41c6fb)
|
3863
3813
|
- Fix combo action [`af129c5`](https://github.com/fomantic/Fomantic-UI/commit/af129c52c9f3ca38d833d68749b8dcc8a5004744)
|
3814
|
+
- So much fun [`9b15303`](https://github.com/fomantic/Fomantic-UI/commit/9b15303b66471f39ac708a1c0be6447f18029b7f)
|
3864
3815
|
- Iteration on install [`fc3967b`](https://github.com/fomantic/Fomantic-UI/commit/fc3967b02cd6278e1b2c0308f817db431677649f)
|
3865
3816
|
- Fix issue with left/right floated [`d32ce3b`](https://github.com/fomantic/Fomantic-UI/commit/d32ce3b1a3b7fa55bbb959482e787ccea0ab4777)
|
3866
3817
|
- Fix issues with inverted secondary/tertiary segment, adjust lightness of inverted #2306 [`8f6a15a`](https://github.com/fomantic/Fomantic-UI/commit/8f6a15a323ce121df7a0d1ccec82648ab587de00)
|
3867
3818
|
- Modal now only closes on approve or deny selector match [`eb0e67e`](https://github.com/fomantic/Fomantic-UI/commit/eb0e67ed59acff47ce34716912bf593e6642e4ee)
|
3868
3819
|
- #2165 adds parseScripts option to tabs, defaults to once [`994fedc`](https://github.com/fomantic/Fomantic-UI/commit/994fedcca9eb22abe5a9924c812e6bb2f2c06ad6)
|
3820
|
+
- Updates dropdown focus color to be more consistent [`8dcb5bd`](https://github.com/fomantic/Fomantic-UI/commit/8dcb5bd5406439428703be1face2cedf6cfadcc6)
|
3821
|
+
- Fixes for images inside menu [`12cd7a5`](https://github.com/fomantic/Fomantic-UI/commit/12cd7a593de90e15db28302727434248520e2940)
|
3869
3822
|
- Fix dot-file dep, add postinstall [`e3d8766`](https://github.com/fomantic/Fomantic-UI/commit/e3d8766078b00f17ed28152905b8503c402fc5fb)
|
3870
3823
|
- #2729 unimportant formatting [`643a330`](https://github.com/fomantic/Fomantic-UI/commit/643a3301e3eb18d67859951437bc7911cfd7c22e)
|
3871
3824
|
- Fixes autocomplete style inheritance for dropdown [`3264929`](https://github.com/fomantic/Fomantic-UI/commit/3264929572de59bb3e2552b637a971a715473d43)
|
3872
3825
|
- Fix all the linting errors i forgot to check [`b3612b2`](https://github.com/fomantic/Fomantic-UI/commit/b3612b2792b8f1c564838a3a62d6025bc20e95a5)
|
3873
3826
|
- Adds multiple regexp exp formats, cleans up some things #2133 [`86b1896`](https://github.com/fomantic/Fomantic-UI/commit/86b1896fa3b5afcec16a74f74fe187c29dc4e142)
|
3827
|
+
- Add #1897 dimmer now has an opacity setting [`e3b3ab4`](https://github.com/fomantic/Fomantic-UI/commit/e3b3ab4e97ca50477935567a41183275e009e0fa)
|
3828
|
+
- Add transition interval setting for delayed group animations [`4a0d6c8`](https://github.com/fomantic/Fomantic-UI/commit/4a0d6c866851bc184674061f1b0e2d1add523f3a)
|
3874
3829
|
- Restructure test/ for meteor #1607 [`8afab4a`](https://github.com/fomantic/Fomantic-UI/commit/8afab4af8d6c19e047c1986884250b5d69cba94e)
|
3875
3830
|
- Fix dropdown direction: auto, to open downward when no space above or below. [`625c1a4`](https://github.com/fomantic/Fomantic-UI/commit/625c1a46b2f6e7477873f36256ed653a6f07215f)
|
3876
3831
|
- Adjust stripe color [`7ea65c0`](https://github.com/fomantic/Fomantic-UI/commit/7ea65c018db9d32fd7c5b13c0e03403deed6cacc)
|
3877
3832
|
- Add fix for restoring labels [`14014ef`](https://github.com/fomantic/Fomantic-UI/commit/14014ef4b506f826a00313208a9873c6493be6c1)
|
3833
|
+
- Fix background colors with grids [`dfa2e02`](https://github.com/fomantic/Fomantic-UI/commit/dfa2e029d3a78634dd3ca50866c5680990577c41)
|
3878
3834
|
- Add visibility check back to can show #2842 [`2e27d00`](https://github.com/fomantic/Fomantic-UI/commit/2e27d00a97795c7f9fee5f6f04c94a78ee592d71)
|
3879
3835
|
- Rebuild dist [`2b568a3`](https://github.com/fomantic/Fomantic-UI/commit/2b568a30a48742b94d2251131613aec82c214d57)
|
3880
3836
|
- Container widths are now based off min gutter width [`3cd1049`](https://github.com/fomantic/Fomantic-UI/commit/3cd104968df25849618f9a7b876c17a839f924d5)
|
3837
|
+
- Adds #1873, stop, stop all, clear queue [`835b755`](https://github.com/fomantic/Fomantic-UI/commit/835b7555dcaf5ea2b071febc27666660dfb062a8)
|
3838
|
+
- Dependencies [`48f6468`](https://github.com/fomantic/Fomantic-UI/commit/48f64685fd50c5fbe9bdaeb7f294b840bb0bbc9f)
|
3881
3839
|
- Adds reverse order variations for grid [`0c8ef1c`](https://github.com/fomantic/Fomantic-UI/commit/0c8ef1ccbbc7f516a8bcae46835a6761f3f2e0c0)
|
3882
3840
|
- Fix horizontal align with image/icon in list [`faa17ec`](https://github.com/fomantic/Fomantic-UI/commit/faa17ec883c2dc4e78c7926aaee4f70bbc4188c8)
|
3841
|
+
- Update grid examples [`1a11764`](https://github.com/fomantic/Fomantic-UI/commit/1a117648bc121b7dbd2c039a0da37986e66a7088)
|
3842
|
+
- Add back in tasks, debugging cwd paths [`d88a1db`](https://github.com/fomantic/Fomantic-UI/commit/d88a1db00ae4b491c295ae9c348ddf45f221fe46)
|
3843
|
+
- Update install again [`86f8631`](https://github.com/fomantic/Fomantic-UI/commit/86f863100abcc3a62f8f7214ba96a4f9e4ee3f50)
|
3883
3844
|
- Swaps out all calls to trigger() #3108 [`2bae116`](https://github.com/fomantic/Fomantic-UI/commit/2bae11673d1752a0c2379c9b683427a052d5936b)
|
3884
3845
|
- Swaps out all calls to trigger() #3108 [`e5aca0a`](https://github.com/fomantic/Fomantic-UI/commit/e5aca0a5237126759a6d2fc248963fb8470ddfcd)
|
3885
3846
|
- #2579 make form identifiers optional [`3b109b2`](https://github.com/fomantic/Fomantic-UI/commit/3b109b2ed60cc973f52a4505dc6887f759042490)
|
3886
3847
|
- Add example for attached header, fix issues with attached header given new attached system #2798 [`66e46f5`](https://github.com/fomantic/Fomantic-UI/commit/66e46f5a0a8ed07894701920ca5a21fbb9de961b)
|
3887
3848
|
- #2308 Refactor as getters, to allow public API for retrieval [`544e92d`](https://github.com/fomantic/Fomantic-UI/commit/544e92d279c501e0ee8cdd922943d4bc903550b8)
|
3888
3849
|
- Fix keyboard selection after multi remove, settings comments [`bcc4809`](https://github.com/fomantic/Fomantic-UI/commit/bcc48092370ac18b05d231724c62b363f96d1429)
|
3850
|
+
- Add grid container coupling [`413810c`](https://github.com/fomantic/Fomantic-UI/commit/413810cf69c7d43a422617589412e4c575fb67bb)
|
3889
3851
|
- #3193, renames scroll to scrollContext for clarification internally, adds fits check [`697fcfe`](https://github.com/fomantic/Fomantic-UI/commit/697fcfe326c40c01aea3097e9a0e76de9992e4cc)
|
3890
3852
|
- #3193, renames scroll to scrollContext for clarification internally, adds fits check [`9856d4b`](https://github.com/fomantic/Fomantic-UI/commit/9856d4bb414dc5097c11f6b5e9604cf81bb06797)
|
3891
3853
|
- rebuild dist [`45b00a5`](https://github.com/fomantic/Fomantic-UI/commit/45b00a566d417e42316f1391c2b7bf272277c7bf)
|
3892
3854
|
- Add disabled item, remove disabled selection from dropdown [`2275f2b`](https://github.com/fomantic/Fomantic-UI/commit/2275f2b0967b9435ca5acadc444f82b1389c8026)
|
3893
3855
|
- Adjusting themes to match with changes in 2.0 [`7f4b39f`](https://github.com/fomantic/Fomantic-UI/commit/7f4b39f4ebc8eaef7ad01eb304314cb4d2e6e161)
|
3856
|
+
- Complete visibility [`e1b6add`](https://github.com/fomantic/Fomantic-UI/commit/e1b6addb106ce6f2be7c050542e1adc28e9223bd)
|
3857
|
+
- It was all caused by using shallow extend! [`1c915c1`](https://github.com/fomantic/Fomantic-UI/commit/1c915c121067061245942f5b5817006bcae97870)
|
3858
|
+
- better if without child selector. Class .image wont be use other way in .card .content [`edd8373`](https://github.com/fomantic/Fomantic-UI/commit/edd8373c4c41d13d6cd6669df6c60e13a72d2adf)
|
3894
3859
|
- Adds fixes for sidebar inside context other than body [`caf76a7`](https://github.com/fomantic/Fomantic-UI/commit/caf76a7f1f0c6a0a02bf9ba0be8b4578b8a12134)
|
3895
3860
|
- #2426, onSelect did not correctly attach result metadata with category search [`a988e3e`](https://github.com/fomantic/Fomantic-UI/commit/a988e3e858f81b7fc7d054fcb3cd42ac8ef5b4a1)
|
3896
3861
|
- Cards can now have multiple content blocks, images not on top [`8147a77`](https://github.com/fomantic/Fomantic-UI/commit/8147a77e28f0daea908e962e0754038446f52a20)
|
3897
3862
|
- Set all modules to verbose: false by default [`6f1bf2e`](https://github.com/fomantic/Fomantic-UI/commit/6f1bf2ea897d98e0e41334211970b3f545bef67e)
|
3863
|
+
- Remove meteor package.js [`8fe6b69`](https://github.com/fomantic/Fomantic-UI/commit/8fe6b698571db7549c619d0713faba38de2bf59d)
|
3864
|
+
- Readme [`da494f8`](https://github.com/fomantic/Fomantic-UI/commit/da494f85c45cb2f8ecef55c339643829536aac41)
|
3898
3865
|
- #3710 - Fixed issue with unnecessary padding on first and last items of divided and relaxed lists [`f10577c`](https://github.com/fomantic/Fomantic-UI/commit/f10577c4a390c417b03176b47cac1aa7380a56f6)
|
3899
3866
|
- Support modification of 'closable' setting while modal is open [`e444af2`](https://github.com/fomantic/Fomantic-UI/commit/e444af24834cacd43dd25a4a988b352025a541d3)
|
3900
3867
|
- Redo pointing label to use transform to avoid line-height issues [`44f1adb`](https://github.com/fomantic/Fomantic-UI/commit/44f1adb0a77fcd680ed8eabacfed93c488de394d)
|
3901
3868
|
- #2163, #2162. Create id now uses counters for index, in case results are returned as object instead of array [`1d481d2`](https://github.com/fomantic/Fomantic-UI/commit/1d481d23be975a08193a3ee33705a99d3ae2f9a2)
|
3869
|
+
- Add fuzzy search algorithm [`4cd4a9e`](https://github.com/fomantic/Fomantic-UI/commit/4cd4a9ee0d4bbc02a12212b2b786a78a8685a542)
|
3870
|
+
- Add filemode ignore to admin tasks [`dda23b4`](https://github.com/fomantic/Fomantic-UI/commit/dda23b4a124553735ba08d15212d7739fb3f012e)
|
3871
|
+
- iteration on release scripts [`6f8c94e`](https://github.com/fomantic/Fomantic-UI/commit/6f8c94e52eed5b8e845a0e4b2b6c7b2ea75a1077)
|
3902
3872
|
- Rework pointing / basic label for more accurate arrows [`b7667cf`](https://github.com/fomantic/Fomantic-UI/commit/b7667cfa5cdb9ef58cdc8205dfe4c974a06eb760)
|
3903
3873
|
- Adjust modal scale in animation to be more subtle [`64f0be8`](https://github.com/fomantic/Fomantic-UI/commit/64f0be8ee74106fd608ffd56ac58aa10b277607c)
|
3904
3874
|
- Slightly more efficient shape calcs [`21df81a`](https://github.com/fomantic/Fomantic-UI/commit/21df81ab40bbb88713a456f4242b3cca56f39a22)
|
3905
3875
|
- Basic colored button now grow their border size [`38949ab`](https://github.com/fomantic/Fomantic-UI/commit/38949ab2c16e1f862a0e595a142d0a4944a7535e)
|
3906
3876
|
- Adds useLabel setting, fixes search in menu [`e2f796c`](https://github.com/fomantic/Fomantic-UI/commit/e2f796c369b661062324195a39549fe9715b8b76)
|
3877
|
+
- Adds #1032, vertical tabular menus [`be77c6a`](https://github.com/fomantic/Fomantic-UI/commit/be77c6adef65af0ad18d1d304e75ca4b125f4495)
|
3878
|
+
- Iteration on container [`e4fa1ae`](https://github.com/fomantic/Fomantic-UI/commit/e4fa1aebe00d7ac5c28c7fd90e39ee43eb952d15)
|
3879
|
+
- Make stretch optional variation, fix valign [`fb33a60`](https://github.com/fomantic/Fomantic-UI/commit/fb33a600d32af3a6693e535441b1be0960151b43)
|
3880
|
+
- better if without child selector. Class .image wont be use other way in .card .content [`20f2d96`](https://github.com/fomantic/Fomantic-UI/commit/20f2d9641215d9bffe6c2c5c9d5aecffbfb1ab93)
|
3907
3881
|
- Arrows now use translateX/Y instead of @arrowOffset. Adds better arrow bg colors for pointing menu #1653 [`8de80fb`](https://github.com/fomantic/Fomantic-UI/commit/8de80fbc0e650f9dcd5477686c4694e08093f325)
|
3908
3882
|
- #2862 adds variables, and fixes spacing for sub menu in secondary menu and text menu [`1f74594`](https://github.com/fomantic/Fomantic-UI/commit/1f745948769ccb0d18bd6e03a9c588160b533541)
|
3909
3883
|
- #2440 continuous lineheight noodling [`859243f`](https://github.com/fomantic/Fomantic-UI/commit/859243fb60bb0db8cacae4a5411b6416e111eb97)
|
3910
3884
|
- Add instagram theme for card [`b410692`](https://github.com/fomantic/Fomantic-UI/commit/b4106926c93cdec5a0ddc8f395ecbc37a0e3d813)
|
3911
3885
|
- Adjusts message colors [`658792e`](https://github.com/fomantic/Fomantic-UI/commit/658792edd05d2380d988931a897a90aec012e41a)
|
3886
|
+
- Fix some placeholder text cases with multiple [`267d948`](https://github.com/fomantic/Fomantic-UI/commit/267d948b345966fbf21c7ce63e4ca02f0a5f04e1)
|
3887
|
+
- Iteration on flexbox bugs in menu [`38cd215`](https://github.com/fomantic/Fomantic-UI/commit/38cd215ff617896e6be8b45c89eadd0cbdc2ab09)
|
3888
|
+
- Update container element [`1e8f60c`](https://github.com/fomantic/Fomantic-UI/commit/1e8f60cea3514ab384ecf44bc09c76da75bb48bc)
|
3889
|
+
- Add #1908 Trigger selector for accordion [`b552961`](https://github.com/fomantic/Fomantic-UI/commit/b5529616a179528e5ee45b3979a95067c6941cb8)
|
3912
3890
|
- Add peer deps #3511 [`04a3c48`](https://github.com/fomantic/Fomantic-UI/commit/04a3c48a0dd3bd9b440b59036004409239a6db16)
|
3913
3891
|
- Fix links to github issues [`ae592a9`](https://github.com/fomantic/Fomantic-UI/commit/ae592a9f61c71410eab345d24fcd8b9167877106)
|
3914
3892
|
- Fix links to github issues [`b2ef3a8`](https://github.com/fomantic/Fomantic-UI/commit/b2ef3a8847adf8e147da185ae99b107cea22dd44)
|
@@ -3923,22 +3901,28 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
3923
3901
|
- Transition no longer determines vendor prefixes for animation-name prop. Removed 2 unnecessary prop lookups from animation increasing performance [`10a88eb`](https://github.com/fomantic/Fomantic-UI/commit/10a88ebef4dcc8fe9d4379e12389386fd78636ce)
|
3924
3902
|
- Add <select> support for adding user options [`732e22c`](https://github.com/fomantic/Fomantic-UI/commit/732e22cf3deb4a8ccb681af8f74994020f67d7a3)
|
3925
3903
|
- #2042 add delegated events to rating [`3520e51`](https://github.com/fomantic/Fomantic-UI/commit/3520e510be79a7bf56f33771c282fd6e905d7cea)
|
3904
|
+
- Adds margins to h1-h5 [`1e8b65e`](https://github.com/fomantic/Fomantic-UI/commit/1e8b65ea49cf713b5e15e57b9ed233bc1e49dc3a)
|
3926
3905
|
- Sort release notes a-z [`d70886c`](https://github.com/fomantic/Fomantic-UI/commit/d70886c92850ff1b3682726191cbd634cde96c7c)
|
3927
3906
|
- Added rubberband attention grabber from Animate.css [`be51cea`](https://github.com/fomantic/Fomantic-UI/commit/be51cea045cd5a7c19c772ce231ccdd58c94ff34)
|
3928
3907
|
- #3001 #2579, add new form validation shorthand, drastically simpler [`e364c16`](https://github.com/fomantic/Fomantic-UI/commit/e364c1658eb28f41f4d02655f454553d43abcb77)
|
3929
3908
|
- #2042 add delegated events to search [`3f44b1c`](https://github.com/fomantic/Fomantic-UI/commit/3f44b1cad7ec8d25cbf59e4dfa16732add098809)
|
3909
|
+
- Calling show without animation now sets display type [`ecc3c8a`](https://github.com/fomantic/Fomantic-UI/commit/ecc3c8a3e04610c919510120f6465d958e9263ef)
|
3930
3910
|
- Make shortcut key values a setting #3016 [`4ca20c4`](https://github.com/fomantic/Fomantic-UI/commit/4ca20c47cf1071ed92fb508b13151c013a4a1f39)
|
3931
3911
|
- Make shortcut key values a setting #3016 [`474cc73`](https://github.com/fomantic/Fomantic-UI/commit/474cc7351bdcbfeab2a4719ceb671a99220e623b)
|
3932
3912
|
- Adds margin left/right 0 to stackable grid on mobile #2895 #2898 [`2c30d40`](https://github.com/fomantic/Fomantic-UI/commit/2c30d409c8b5dc2970c857a609b229e4b0b3c9c5)
|
3933
3913
|
- Fix remaining issues #2335 [`7242cc3`](https://github.com/fomantic/Fomantic-UI/commit/7242cc33695673b0e4f4fef37dc1844786321686)
|
3934
3914
|
- Bugs with remote [`6a95f19`](https://github.com/fomantic/Fomantic-UI/commit/6a95f1920beef05f28c52356956ae9a271908867)
|
3935
3915
|
- Adds fuzzy search to dropdown [`5abbcd5`](https://github.com/fomantic/Fomantic-UI/commit/5abbcd5351d9f1fe89c1b745b08a22d21ecd012f)
|
3916
|
+
- Iteration on menu flex fixes [`2df8721`](https://github.com/fomantic/Fomantic-UI/commit/2df87210a03cfa4a444a0b279805fdda52f854d0)
|
3917
|
+
- Add comments to vis js settings [`a272e92`](https://github.com/fomantic/Fomantic-UI/commit/a272e9276934ad3a9c5c3e2da00542f950ff801e)
|
3918
|
+
- Commenting [`2de6a35`](https://github.com/fomantic/Fomantic-UI/commit/2de6a35b58e89d80985384ccd2906524dccae6d2)
|
3936
3919
|
- Fix error with get xhr not returning promise, add abort method [`42cbd74`](https://github.com/fomantic/Fomantic-UI/commit/42cbd74d0233b70da4726f944c2ec3cf6a0fc95f)
|
3937
3920
|
- Radio fix + Form serialize function [`d5ad7df`](https://github.com/fomantic/Fomantic-UI/commit/d5ad7dfa16e179c0e67a59af84538daee0c24a41)
|
3938
3921
|
- Comments in API js [`6bc7758`](https://github.com/fomantic/Fomantic-UI/commit/6bc77583e942b50aef1593ae8c7ca5fe2999e781)
|
3939
3922
|
- #2479 Adds debug data for saving defaults [`c17e254`](https://github.com/fomantic/Fomantic-UI/commit/c17e254c966beaf445825fc29fa459d37755fab6)
|
3940
3923
|
- #2403 [Dropdown] Merge and organize metadata refresh [`913194c`](https://github.com/fomantic/Fomantic-UI/commit/913194ca6b53c89f94b2ceae387b871de88af135)
|
3941
3924
|
- Adds brown variables, re-orders colors some more [`1be0130`](https://github.com/fomantic/Fomantic-UI/commit/1be0130a72d318b6fc95d4c8791f76267376ba77)
|
3925
|
+
- Fix menu to have same border color on keyboard tab [`3510d96`](https://github.com/fomantic/Fomantic-UI/commit/3510d967df4f815cb3ee87def3f931474cc59d3f)
|
3942
3926
|
- #1729 More icon renaming, aliases [`66c2412`](https://github.com/fomantic/Fomantic-UI/commit/66c2412137c91fc411018f90ee25c76fe138e418)
|
3943
3927
|
- Fix release notes formatting [`87566e9`](https://github.com/fomantic/Fomantic-UI/commit/87566e98eb5d3a19e1f51c01ce850aa37dcbd87b)
|
3944
3928
|
- Fixes issue with .data() storing/retrieving values as original type causing mismatch with .val() [string only] #2754 #2755 [`6c178d0`](https://github.com/fomantic/Fomantic-UI/commit/6c178d0168fa9bb37b430bc70302e9d53e350c4d)
|
@@ -3948,6 +3932,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
3948
3932
|
- Add examples to docs tasks [`4675aaf`](https://github.com/fomantic/Fomantic-UI/commit/4675aaf93e903b9055e63d9b040c6d64617cd9dc)
|
3949
3933
|
- Fix scrolling dropdown not to depend on a minimum width, calculate padding with scrollbar [`4e355a2`](https://github.com/fomantic/Fomantic-UI/commit/4e355a2afb3d2e48c5e5f6e53d8f3f29439a6ccd)
|
3950
3934
|
- Iteration on dropdown tweak list [`2198d01`](https://github.com/fomantic/Fomantic-UI/commit/2198d01247c01016f733f2741fa898d05f2f1c73)
|
3935
|
+
- Move checkbox setup into method [`651c65a`](https://github.com/fomantic/Fomantic-UI/commit/651c65a025b6b3c5d2779411d8624b0873c39e34)
|
3936
|
+
- Change lineheight to round corrrectly [`5f96357`](https://github.com/fomantic/Fomantic-UI/commit/5f963574954e68c54a6e17a0f1e09508f050ab84)
|
3951
3937
|
- Revise clean/version tasks [`8b4c421`](https://github.com/fomantic/Fomantic-UI/commit/8b4c421711c86a22d9a8fc24d8e56b33f72e4080)
|
3952
3938
|
- Set transition duration to false by default, inherits from CSS [`3c9ea43`](https://github.com/fomantic/Fomantic-UI/commit/3c9ea4301e27f366cacd0081d7860b60b8f4330c)
|
3953
3939
|
- Adds missing doubling grid sizes #1671 [`92e8f8f`](https://github.com/fomantic/Fomantic-UI/commit/92e8f8f2e7280d730d9a5be298efb494ea0ca279)
|
@@ -3958,6 +3944,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
3958
3944
|
- Updating examples [`7c2552c`](https://github.com/fomantic/Fomantic-UI/commit/7c2552c4c5443a5a23b59dff18113140bc4c2fa0)
|
3959
3945
|
- First pass simple material theme [`ea906db`](https://github.com/fomantic/Fomantic-UI/commit/ea906db4c53cd3bcff5b7eddb5f1a36483784a5c)
|
3960
3946
|
- Label now have default img styles [`6374ad3`](https://github.com/fomantic/Fomantic-UI/commit/6374ad3506db0121be9dc05bdc5f62de697c0f81)
|
3947
|
+
- Add shadow to all messages [`f088dd9`](https://github.com/fomantic/Fomantic-UI/commit/f088dd9c1834693152f99b222f1250b6b796fc34)
|
3948
|
+
- Button fixes icon height instead of using 0.9em icon height [`7464684`](https://github.com/fomantic/Fomantic-UI/commit/74646843d2d21103d395efe67e5d7416fb28bc0b)
|
3961
3949
|
- #1698 Remove set.value calls from actions, add set value to set selected. [`3cf2db6`](https://github.com/fomantic/Fomantic-UI/commit/3cf2db6a4bfe5994a59e8dbbac394680f2c1fff5)
|
3962
3950
|
- #3300 Fixes load order of very thin sidebar [`1062ce9`](https://github.com/fomantic/Fomantic-UI/commit/1062ce91101a4a532d191241c9152955535edf1b)
|
3963
3951
|
- Updates to themes from example repo [`adb7af2`](https://github.com/fomantic/Fomantic-UI/commit/adb7af2de948e93a533b0d3859301c4891a3b8f9)
|
@@ -3969,6 +3957,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
3969
3957
|
- Fix search removes filter before hiding [`960c82c`](https://github.com/fomantic/Fomantic-UI/commit/960c82cad21a9c71e452292464ab7a00fcb00506)
|
3970
3958
|
- Adjust input flexbox [`2362bf4`](https://github.com/fomantic/Fomantic-UI/commit/2362bf47af8f8a516fd086b596ec2ead2965a76b)
|
3971
3959
|
- Adds flexbox ui item [`a99af7b`](https://github.com/fomantic/Fomantic-UI/commit/a99af7b4934dc58ad15084a571a84d528c558239)
|
3960
|
+
- Adds flex basis to (x) wide and doubling card #1982 [`4290439`](https://github.com/fomantic/Fomantic-UI/commit/42904390cbc088c830a9088b94586fdcd1960dfd)
|
3961
|
+
- Update register task to remove bower [`194ca7b`](https://github.com/fomantic/Fomantic-UI/commit/194ca7bd89351a2bea91abb7cd3ace7e9f332fbe)
|
3972
3962
|
- Rebuild 1.7.0 [`008885b`](https://github.com/fomantic/Fomantic-UI/commit/008885b140f242176b260d785afe5e4bd4878ea7)
|
3973
3963
|
- Fixes indeterminate radio checkboxes in chrome, adds definition table new class names [`2e60169`](https://github.com/fomantic/Fomantic-UI/commit/2e601695e57db7b8d418bec220647f0915813314)
|
3974
3964
|
- Correctly adds #3179 [`4adad40`](https://github.com/fomantic/Fomantic-UI/commit/4adad40d8947840f1f575b3a3d9d5fe2d0f14541)
|
@@ -3977,6 +3967,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
3977
3967
|
- Add dropdown direction [`136f912`](https://github.com/fomantic/Fomantic-UI/commit/136f912dc5283b43079aee82fff34039a18c0143)
|
3978
3968
|
- Add autocomplete styles for forms [`647af37`](https://github.com/fomantic/Fomantic-UI/commit/647af37473523b856688008a4b3aa643d0f1b04c)
|
3979
3969
|
- Fix errors in math from #2168 [`442839c`](https://github.com/fomantic/Fomantic-UI/commit/442839c3527ed3b28b6f96d971336e6bc684d27a)
|
3970
|
+
- rebuild with fixed comment banner for icon [`e6cbb90`](https://github.com/fomantic/Fomantic-UI/commit/e6cbb90f8c1cb38a4958603795d22771a620f40c)
|
3971
|
+
- #1880 Fixes modal showing while another hiding unsucessfully attaches callback to 'hide others'. Dimmer no longer hides between modals appearances with allowMultiple [`aac5321`](https://github.com/fomantic/Fomantic-UI/commit/aac5321d47860d2fd3d3359292ad75187239ee3a)
|
3972
|
+
- #1896, add 'get id' to all modules with element namespace, move uniqueID generation to 'create id' [`91b2ffd`](https://github.com/fomantic/Fomantic-UI/commit/91b2ffdf49ee441eb7cd56beb0740d375e13fbe1)
|
3973
|
+
- Missing dep [`6270124`](https://github.com/fomantic/Fomantic-UI/commit/62701243f85a14093f798eec4249f3d617c29502)
|
3974
|
+
- Update dependency tree [`a88694a`](https://github.com/fomantic/Fomantic-UI/commit/a88694a77469f678175acc3b7c97b78b0edcccfe)
|
3975
|
+
- #1753 #1368 Adds forceSelection option to force user to current search selection when element blurred [`4870dad`](https://github.com/fomantic/Fomantic-UI/commit/4870dad08611a46a6e7e8427aa5b11086e4e72cb)
|
3980
3976
|
- Add global form highlight color #1508 [`e8c1c9d`](https://github.com/fomantic/Fomantic-UI/commit/e8c1c9d966b30a86ccd3d0687ce2791c4ba9daef)
|
3981
3977
|
- Add fixes for table [`2176869`](https://github.com/fomantic/Fomantic-UI/commit/21768696e49b2099624919d5aff547c7b0a346bb)
|
3982
3978
|
- Make placeholder error color more consistent, fix input placeholder color #2786 [`b42aac8`](https://github.com/fomantic/Fomantic-UI/commit/b42aac829e13cedac9d24198eb0adc86571ff616)
|
@@ -3984,6 +3980,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
3984
3980
|
- Slightly de-emphasize message border colors, fix emSize variable [`e17ed5b`](https://github.com/fomantic/Fomantic-UI/commit/e17ed5b1bc019e52ec70412b63870f9279931bed)
|
3985
3981
|
- Search will now create results container automatically, and add category search classname [`bb8a9f5`](https://github.com/fomantic/Fomantic-UI/commit/bb8a9f57eecf99b61fefe6b1443f5673e44042ff)
|
3986
3982
|
- Fuzzy search no longer evaluates true on numerical matches. Fixed 'get result' when id is falsey i.e 0 [`74e5adb`](https://github.com/fomantic/Fomantic-UI/commit/74e5adbbd570e6a9ed6021ecaf395109df5a03ec)
|
3983
|
+
- Fix equal width/height to now require row wrappers [`755d0bf`](https://github.com/fomantic/Fomantic-UI/commit/755d0bf2cd709fa32fc82d387a52ba300b4f12f0)
|
3984
|
+
- Add missing menu vars [`8d16197`](https://github.com/fomantic/Fomantic-UI/commit/8d16197f1284099b4edd1e829a0bd0c1d2a6fa00)
|
3985
|
+
- Refactoring config [`6943bfa`](https://github.com/fomantic/Fomantic-UI/commit/6943bfac53204bd8752913f2960004e01d66d71a)
|
3987
3986
|
- #1645 Fix default component inheritance from defaults [`de4fef9`](https://github.com/fomantic/Fomantic-UI/commit/de4fef91e0b6737f67598bd2d6db158d11762a4f)
|
3988
3987
|
- Adds selectable cell [`44c078e`](https://github.com/fomantic/Fomantic-UI/commit/44c078e5ad4f24ea3e5624b832c7d47c33586131)
|
3989
3988
|
- Fixes bug where sticky would stick at incorrect times when using a different scroll container than and when the container's is not 0 on init. [`6073367`](https://github.com/fomantic/Fomantic-UI/commit/6073367a3c53a9c13381e9a91b65a6fa334ad2d2)
|
@@ -3993,6 +3992,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
3993
3992
|
- Fix <select> chained reference with dropdown init [`904caac`](https://github.com/fomantic/Fomantic-UI/commit/904caacb7afdcd99b5f05c993015f070cf886162)
|
3994
3993
|
- Rebuild [`33b2e8e`](https://github.com/fomantic/Fomantic-UI/commit/33b2e8ed3c5a2049b55143ac7b7e63a9d3b2d34b)
|
3995
3994
|
- #2308, Fix issue with metadata caching prop values [`be5ec63`](https://github.com/fomantic/Fomantic-UI/commit/be5ec6394bdc97c25ca2a2c21f2612159dd1db44)
|
3995
|
+
- time to integrate menu [`a476ad6`](https://github.com/fomantic/Fomantic-UI/commit/a476ad6d10b5f65fb071d04477afc58d3d9b013f)
|
3996
|
+
- Organize comments in gulpfile [`09a6e75`](https://github.com/fomantic/Fomantic-UI/commit/09a6e759b89a674053333d1eab302ef8820d7688)
|
3997
|
+
- Some cleanup [`a246807`](https://github.com/fomantic/Fomantic-UI/commit/a2468070ac3ca3cc062825f026f616e94a8a28c3)
|
3996
3998
|
- Fix bug with search input inside dropdown [`ccf830a`](https://github.com/fomantic/Fomantic-UI/commit/ccf830a6009bcf4a629b72ae9bf8d1971ab86781)
|
3997
3999
|
- #2959 - fixes issue with inheritance with alignment and some table conditions [`92e0ee2`](https://github.com/fomantic/Fomantic-UI/commit/92e0ee2c54945590e900210d172a165d12dfec4e)
|
3998
4000
|
- Fix parameters being encoded by default in tab, add encodeParameters setting to API #2752 [`1cac8a5`](https://github.com/fomantic/Fomantic-UI/commit/1cac8a53f910580d0df492f4e8c502c9f8699c66)
|
@@ -4003,6 +4005,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4003
4005
|
- Fixing min-height issues [`586ff85`](https://github.com/fomantic/Fomantic-UI/commit/586ff85796bfbfa21b904256aed15acfe7c7f09f)
|
4004
4006
|
- Popup no longer uses backup transitions [`1a52cfe`](https://github.com/fomantic/Fomantic-UI/commit/1a52cfe0c19710363e9350c4947eb5e11ce00fce)
|
4005
4007
|
- Decrease dropdown transition duration, remove tweens on box shadow [`e897a18`](https://github.com/fomantic/Fomantic-UI/commit/e897a183500e7ae519830d9c65be2c8e6156c8d4)
|
4008
|
+
- Add examples [`050c151`](https://github.com/fomantic/Fomantic-UI/commit/050c15144da180f35d46eb06583fdd7816811d0f)
|
4009
|
+
- Fix alignment inside flex containers for text and valign [`05fc0f8`](https://github.com/fomantic/Fomantic-UI/commit/05fc0f84ed02339298913300b85b91c274743444)
|
4010
|
+
- Fixes specificity of grid column colors [`33bb7df`](https://github.com/fomantic/Fomantic-UI/commit/33bb7df7b71e757fbc22f86d5fc901fc8e4a5160)
|
4006
4011
|
- Final build of 1.7.0 [`dc4fab7`](https://github.com/fomantic/Fomantic-UI/commit/dc4fab7bcb1d2eb1ddd52f6c560713510626d7f9)
|
4007
4012
|
- Update rlsnotes [`76678c1`](https://github.com/fomantic/Fomantic-UI/commit/76678c13bf9be8a3c0da6e62085d16f50c47fb58)
|
4008
4013
|
- Forgetting implementing `both sides labeled` [`0d92b4f`](https://github.com/fomantic/Fomantic-UI/commit/0d92b4f6ac286c2bda5e089424348f2e681d1b5c)
|
@@ -4013,6 +4018,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4013
4018
|
- Fix valign on list automatically affecting content/image [`1adaa99`](https://github.com/fomantic/Fomantic-UI/commit/1adaa99e261db8767fa311361987838abb01753c)
|
4014
4019
|
- Expand on basic example [`bed2cda`](https://github.com/fomantic/Fomantic-UI/commit/bed2cda48bf641236beea40b728b01543541da20)
|
4015
4020
|
- Add spaced variation [`dfa7823`](https://github.com/fomantic/Fomantic-UI/commit/dfa78238a3c89a7bd003d36ef0d9806c6d69c691)
|
4021
|
+
- Slight modification to remove looping [`089bf33`](https://github.com/fomantic/Fomantic-UI/commit/089bf334009ff145f09bdf23e1584dba312f9938)
|
4022
|
+
- #1771 Fixes sidebar in IE with context. Makes all sidebar use position: absolute, instead of transform fix when not initialized in body [`4e71ee4`](https://github.com/fomantic/Fomantic-UI/commit/4e71ee417cb3a3d8cff311afa19484f5e7ba7c5a)
|
4016
4023
|
- #1753, Dropdown arrow is now clickable to hide dropdown in search selection dropdown [`3cb07f0`](https://github.com/fomantic/Fomantic-UI/commit/3cb07f0c8547ff665d31b690a878069f5791e29c)
|
4017
4024
|
- #1630 - Formatting on form serialize [`1bb3fe0`](https://github.com/fomantic/Fomantic-UI/commit/1bb3fe04ef263a5c2a33b1867ae6f1994961f0ab)
|
4018
4025
|
- Fixes poorly written config code #2920 #2875 [`4f01c14`](https://github.com/fomantic/Fomantic-UI/commit/4f01c14faaf5a35dd9cca4ac234c55565cefc100)
|
@@ -4022,6 +4029,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4022
4029
|
- #703 Adds form 'is valid' method [`9dabc86`](https://github.com/fomantic/Fomantic-UI/commit/9dabc86487dc49834b0cfc2f6d2688f84efff223)
|
4023
4030
|
- Fix some line height values to be exact px [`fe17f8e`](https://github.com/fomantic/Fomantic-UI/commit/fe17f8e35dcb7377cae3a4fea4acc48f6eabae1b)
|
4024
4031
|
- Update rlsnotes [`2ea04a3`](https://github.com/fomantic/Fomantic-UI/commit/2ea04a327243bb615983942f6336095449afe93a)
|
4032
|
+
- Fix the flex [`3874dbb`](https://github.com/fomantic/Fomantic-UI/commit/3874dbbc48f872208e58dd1539218db072ae02a2)
|
4033
|
+
- Disable debug in state #1825 [`4a03003`](https://github.com/fomantic/Fomantic-UI/commit/4a0300362702ce3e54cf0615818b2296dcaa91bb)
|
4034
|
+
- #1607 Remove git tag, use only release [`a9272d9`](https://github.com/fomantic/Fomantic-UI/commit/a9272d9e57d8c923eb85defd8be8fc3671f61bd3)
|
4035
|
+
- #1784 Updates Tab remote API syntax with changes in 1.x [`0b9edd1`](https://github.com/fomantic/Fomantic-UI/commit/0b9edd1eda44b5b7714f251848754254db974e7d)
|
4036
|
+
- Add use permission question [`c236c6e`](https://github.com/fomantic/Fomantic-UI/commit/c236c6e17c80368bb82dd8ebdf36a24e2d5a7e34)
|
4025
4037
|
- Fix radio/checkbox output from serialize caused by formatting changes #1630 [`3de207e`](https://github.com/fomantic/Fomantic-UI/commit/3de207e0ad7a6a189a68d5e1099a0d44f574f6e1)
|
4026
4038
|
- #3712 - Fixed issue with rating firing onRate on initial load [`44837fa`](https://github.com/fomantic/Fomantic-UI/commit/44837faf5793fdfc7394e9a0fbc3ced5e701d73e)
|
4027
4039
|
- Fix some conditions which caused dropdown to hide all results [`a2347d6`](https://github.com/fomantic/Fomantic-UI/commit/a2347d68b771ec42c37ea1a3db0fd00c576f6e1b)
|
@@ -4034,6 +4046,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4034
4046
|
- #2396, look for disabled values when initializing select [`3582d1c`](https://github.com/fomantic/Fomantic-UI/commit/3582d1cb35bddaf7cc705668f0dc8b90b5c601db)
|
4035
4047
|
- Clears up logic around corner labeled input #2361 [`27bf60b`](https://github.com/fomantic/Fomantic-UI/commit/27bf60be160528911e7e0f4c6328b7748b0efdd7)
|
4036
4048
|
- Fix overlap when selecting dropdown choice with keyboard when useLabels: false [`40bf2ce`](https://github.com/fomantic/Fomantic-UI/commit/40bf2cea3566fdfd1981f341d8b2114fc28c6ad4)
|
4049
|
+
- Partial fix for #1190, search selection in menu [`dbf67c1`](https://github.com/fomantic/Fomantic-UI/commit/dbf67c1e4024131b9eb4b2daee17fbd1f67f755c)
|
4050
|
+
- #1933, more optimizations for sidebar [`243243a`](https://github.com/fomantic/Fomantic-UI/commit/243243a78a38c8ae591b639447a4c6fdfa3d930c)
|
4051
|
+
- #1607 Apparently commitish doesnt matter, just need to wait at least a second before creating release after push [`326820f`](https://github.com/fomantic/Fomantic-UI/commit/326820f7c40ff1967eb3f7b02957d41d1149dc1c)
|
4052
|
+
- Fixes useFailSafe to work with queued animations #1848 [`1428178`](https://github.com/fomantic/Fomantic-UI/commit/14281784a71a7f636442f170d04c6c0b1c47b104)
|
4053
|
+
- Related #1840, force removing duplicate slashes from path when auto: true [`32e32d3`](https://github.com/fomantic/Fomantic-UI/commit/32e32d3934d8aa0a77eaf35ce6ba0e48b8fc5d1d)
|
4037
4054
|
- Popup z-index going way up #1668. Add z-index variable for modal [`671948c`](https://github.com/fomantic/Fomantic-UI/commit/671948c25287ea3e0d135ee4a8eccd38193e81ee)
|
4038
4055
|
- #3311 - Adds better organization for mobile/pc/filesystem icons [`d103841`](https://github.com/fomantic/Fomantic-UI/commit/d10384137ce5768f85096b8f754299f7f77654d9)
|
4039
4056
|
- Update version and fix stupid order bug #3440 [`f9cb697`](https://github.com/fomantic/Fomantic-UI/commit/f9cb69737f1d9a0286f1b74ea913f7396aaa9e77)
|
@@ -4044,6 +4061,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4044
4061
|
- Checkbox does not need to blur input on check #2254 [`3d01c07`](https://github.com/fomantic/Fomantic-UI/commit/3d01c076f7af041d7391ea54f8c8e6b1aab685f1)
|
4045
4062
|
- Move tasks config to somewhere easier to find [`4470d05`](https://github.com/fomantic/Fomantic-UI/commit/4470d050001a6e840b7df6c9ba2e9bf759827dcb)
|
4046
4063
|
- Tweaking card shadows [`5b4c5c6`](https://github.com/fomantic/Fomantic-UI/commit/5b4c5c617cb8a657ba259ddf53e9be07ece894fb)
|
4064
|
+
- Update dropdown from next [`802dc97`](https://github.com/fomantic/Fomantic-UI/commit/802dc97948c08c7598b525b2efb89e5c4b390571)
|
4065
|
+
- Fix sizing in form/input [`efd9a07`](https://github.com/fomantic/Fomantic-UI/commit/efd9a07ac3e00c0aeaf32e21999f7436f8dd3f56)
|
4066
|
+
- Adds sub headings [`8a30271`](https://github.com/fomantic/Fomantic-UI/commit/8a30271f278bc72c216d91b36bc6de5b7f94d802)
|
4067
|
+
- Updates release notes [`c718d65`](https://github.com/fomantic/Fomantic-UI/commit/c718d6577186101b003b960fa5b590c5de36caca)
|
4068
|
+
- Add failsafe for dimmer [`296463b`](https://github.com/fomantic/Fomantic-UI/commit/296463bfb8da1cefe7fdeef997ba8433d30931d6)
|
4069
|
+
- #1754, Fixes namespace being called out of order in transition init [`5653f6f`](https://github.com/fomantic/Fomantic-UI/commit/5653f6ff0911b63a07edae792172b14eafbff292)
|
4047
4070
|
- Fixes sub-menu spacing with dropdown + icon [`5b07ad7`](https://github.com/fomantic/Fomantic-UI/commit/5b07ad75db61718a5039d2a42f7e3846070d6e85)
|
4048
4071
|
- #1607 formatting [`db25fb6`](https://github.com/fomantic/Fomantic-UI/commit/db25fb6f166beab19df01f48d360cb5b2cdad4db)
|
4049
4072
|
- #3405 - formatting [`db38c17`](https://github.com/fomantic/Fomantic-UI/commit/db38c1723b05ec9ad2b5fd936ffd2c6fc63a0958)
|
@@ -4056,6 +4079,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4056
4079
|
- #2001 actually fix icon and positioning [`43d02ea`](https://github.com/fomantic/Fomantic-UI/commit/43d02eac54875065e1b9b0e2cf1553cc9257bd0e)
|
4057
4080
|
- Fix no results message when using scrolling menu [`432d39f`](https://github.com/fomantic/Fomantic-UI/commit/432d39f4e7416e3175db3e5a0565fa67eeed1d58)
|
4058
4081
|
- Moves all regexp to a separate settings object [`f552fdb`](https://github.com/fomantic/Fomantic-UI/commit/f552fdb90fd8aaeb986c289657a9145e897ce4e6)
|
4082
|
+
- New homepage [`876d30e`](https://github.com/fomantic/Fomantic-UI/commit/876d30ecf2b4a84a1f9598a6739cb54bbc3a4f11)
|
4083
|
+
- Debug [`0ca0a37`](https://github.com/fomantic/Fomantic-UI/commit/0ca0a37e9160d28659bea73485b9d3752668946f)
|
4084
|
+
- Debug [`53321bc`](https://github.com/fomantic/Fomantic-UI/commit/53321bc27a2175b84f351a4cc2e3860870c56381)
|
4059
4085
|
- Update templated var names for meteor #1607 [`469a540`](https://github.com/fomantic/Fomantic-UI/commit/469a540bdee16f1ba55f4fe1d6ac4bb658b2448a)
|
4060
4086
|
- #3108 Adds native change to dropdown [`528a510`](https://github.com/fomantic/Fomantic-UI/commit/528a510d6ce17f58cde27352a3f9993dc3599f4a)
|
4061
4087
|
- #3108 Adds native change to dropdown [`03a0d87`](https://github.com/fomantic/Fomantic-UI/commit/03a0d87b148ad9770d459e8fb6ea28920f17bb68)
|
@@ -4070,7 +4096,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4070
4096
|
- Stub material theme, no content [`620d5b0`](https://github.com/fomantic/Fomantic-UI/commit/620d5b03171104fce7e2379e156e538e151e7d44)
|
4071
4097
|
- RLSNOTES [`9c2df0e`](https://github.com/fomantic/Fomantic-UI/commit/9c2df0eeaef3feb7d1e6ba54a05150424a287617)
|
4072
4098
|
- Fix feed font sizes [`32b007e`](https://github.com/fomantic/Fomantic-UI/commit/32b007ecdf1c6dc11a33739fd4f79583af405303)
|
4099
|
+
- Update release notes [`7b32ea1`](https://github.com/fomantic/Fomantic-UI/commit/7b32ea1b090d969259f3434d94d02058a0caa456)
|
4100
|
+
- API no longer produces 'no action specified' error when defaulting to form action [`5f9a1ab`](https://github.com/fomantic/Fomantic-UI/commit/5f9a1ab7152b97acf35157ef43a370440b550889)
|
4101
|
+
- #1853 Fix some composer.json fields [`8da0414`](https://github.com/fomantic/Fomantic-UI/commit/8da0414acdea459563cddc8e174dd9125ce0c792)
|
4102
|
+
- More debug [`0a23437`](https://github.com/fomantic/Fomantic-UI/commit/0a23437d75889263f273b87c14c4e78051bfc83a)
|
4073
4103
|
- Finish rewrite of popup positioning #1605 [`81ab3b9`](https://github.com/fomantic/Fomantic-UI/commit/81ab3b98a6356f3bba5489681f0d3ede7464ef15)
|
4104
|
+
- cleanup [`7b8621e`](https://github.com/fomantic/Fomantic-UI/commit/7b8621edcb862e424a5773715bf088f14d42527e)
|
4074
4105
|
- Relocate and better specify rule for step when only child [`8732d53`](https://github.com/fomantic/Fomantic-UI/commit/8732d53b583c06a7b0b7de88cc509611c6e90f60)
|
4075
4106
|
- Desperately trying to fix 1px offset based on line height valign #2440 [`d5ba1b8`](https://github.com/fomantic/Fomantic-UI/commit/d5ba1b8b522771ae37c73f1279c2890e9bd8dd9e)
|
4076
4107
|
- Resolves first/last margin on secondary menu [`142539c`](https://github.com/fomantic/Fomantic-UI/commit/142539cacb9fafaf0681b0605de6925df7fb7646)
|
@@ -4078,6 +4109,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4078
4109
|
- Form Validation: fix reset/clear triggering validation on checkbox. Fix form validation requiring checkbox js [`3a98342`](https://github.com/fomantic/Fomantic-UI/commit/3a98342ec7d53e54c6d4c3abb912a3b2b9ba4a48)
|
4079
4110
|
- Minor re-ordering [`bdf1f0a`](https://github.com/fomantic/Fomantic-UI/commit/bdf1f0a387b4f0571af151fa2c4540162f681702)
|
4080
4111
|
- Rebuild dist [`d3e5dd3`](https://github.com/fomantic/Fomantic-UI/commit/d3e5dd3170df8c6ebcccd71de59996e7472900c1)
|
4112
|
+
- Adds huge menu [`b9d170f`](https://github.com/fomantic/Fomantic-UI/commit/b9d170fe50d446c91732e4c980b99d18f2651991)
|
4113
|
+
- Adds padded segment [`663d054`](https://github.com/fomantic/Fomantic-UI/commit/663d05436c696de8f860068a5b297552c1832ba5)
|
4114
|
+
- Fix iterating [`a70ce06`](https://github.com/fomantic/Fomantic-UI/commit/a70ce06f4a60c39bff7ec8b916b3ce2db809d211)
|
4115
|
+
- Update readme [`ddbc6c4`](https://github.com/fomantic/Fomantic-UI/commit/ddbc6c4ec932374dc7bba1da13fb0d65b38e93ee)
|
4081
4116
|
- Fix config load [`a11f709`](https://github.com/fomantic/Fomantic-UI/commit/a11f709391fe52748889f2929ad79cf50126a5e3)
|
4082
4117
|
- Add {left} value for progress text templates #1611 [`26a4e42`](https://github.com/fomantic/Fomantic-UI/commit/26a4e4280de6826deee76b3151c5aabe28f1463e)
|
4083
4118
|
- Add ability to get popup and change content with behavior [`36fc2ac`](https://github.com/fomantic/Fomantic-UI/commit/36fc2ac7ca93b15e1cf6fd15b12d3ccba332a049)
|
@@ -4098,6 +4133,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4098
4133
|
- Adds regexp form pattern matching #2133 [`f0e1227`](https://github.com/fomantic/Fomantic-UI/commit/f0e12276ace3ac64cc45c7968e16894e06a51197)
|
4099
4134
|
- Fix celled grid container sizing [`b465f28`](https://github.com/fomantic/Fomantic-UI/commit/b465f285093fccc2daa157e4e5a52757ed801fbd)
|
4100
4135
|
- Fixes height on scrolling menu, adds dividers [`6316407`](https://github.com/fomantic/Fomantic-UI/commit/63164074e2e8e93eded471920ad71c60a78023af)
|
4136
|
+
- #1896 Add elementNamespace to other document/context events [`59e2f98`](https://github.com/fomantic/Fomantic-UI/commit/59e2f986ce4dc646856404589d275b6969ae8b1c)
|
4137
|
+
- Add to rlsnotes [`7cd0d9d`](https://github.com/fomantic/Fomantic-UI/commit/7cd0d9d32bc0eb207453df6e553ca265b5b230f7)
|
4138
|
+
- Readme update [`1173fbb`](https://github.com/fomantic/Fomantic-UI/commit/1173fbb78b5d7ddf696e42da2151b3fd9931b04d)
|
4139
|
+
- Fix rtl css build [`3d81a91`](https://github.com/fomantic/Fomantic-UI/commit/3d81a91385aa4ebc35156371e17b50c0b5039d59)
|
4140
|
+
- Fix update path [`a52d1c0`](https://github.com/fomantic/Fomantic-UI/commit/a52d1c0bfe2a7a8deece84c4ed49f35eb4849d0d)
|
4101
4141
|
- Update rlsnotes [`f47c73c`](https://github.com/fomantic/Fomantic-UI/commit/f47c73ce10a0224d1cd7c7b1738d0f9d343b1494)
|
4102
4142
|
- Remove some css values, add variables for disabled dropdown #1615 [`ef43c1e`](https://github.com/fomantic/Fomantic-UI/commit/ef43c1e379b4597c1c86acb3c655ac947d919b31)
|
4103
4143
|
- #3311 battery alises [`8a3a52e`](https://github.com/fomantic/Fomantic-UI/commit/8a3a52eeafe11de0872ad5afc53337607e7e721e)
|
@@ -4110,6 +4150,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4110
4150
|
- Fix dropdown issues with min-width [`cfe3b2e`](https://github.com/fomantic/Fomantic-UI/commit/cfe3b2ec5645e0f89d9263e9c6da6f4b682fce72)
|
4111
4151
|
- Remove use of :visible, fix backspace on tag when tag is user value [`7dd5089`](https://github.com/fomantic/Fomantic-UI/commit/7dd508946fc048fcb1b408129da89a1251f6d683)
|
4112
4152
|
- #2173, form does not allow immediate invocation of behaviors in 2.0 [`04c4fde`](https://github.com/fomantic/Fomantic-UI/commit/04c4fde067423dc438b7572dbb1d8e9036947953)
|
4153
|
+
- Fixes LESS watch errors are eaten [`4585362`](https://github.com/fomantic/Fomantic-UI/commit/458536279e5b8055334adb24894ba55db329912e)
|
4154
|
+
- Fix destroy method to not possibly unbind scroll evenit from window [`7d8646e`](https://github.com/fomantic/Fomantic-UI/commit/7d8646eb90a95d71cdded513d9734a16ec50247f)
|
4155
|
+
- Merge in #1791 [`818b04f`](https://github.com/fomantic/Fomantic-UI/commit/818b04fc5286c6fc2874cca78e6ddd8e3d5f4e2d)
|
4113
4156
|
- #1687 Clicking on fixed elements no longer closes sidebar [`d5d0a25`](https://github.com/fomantic/Fomantic-UI/commit/d5d0a25069f31cf083b144eaad01603e0232aa5c)
|
4114
4157
|
- Fix undocumented components in theme.config.example [`16620b8`](https://github.com/fomantic/Fomantic-UI/commit/16620b81e049a99b4e54d50d04be7545a1cd1a5d)
|
4115
4158
|
- Complete integration of autocomplete on ui search dropdown #1508 [`218083b`](https://github.com/fomantic/Fomantic-UI/commit/218083b5a35861cbaf28e4c993d11ed158f2df48)
|
@@ -4131,6 +4174,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4131
4174
|
- Adds menu coupling for ui message [`afff903`](https://github.com/fomantic/Fomantic-UI/commit/afff903c1d53065dccf84c441491fe119a12306f)
|
4132
4175
|
- Adjust link color, menu border, dropdown item font-size [`ad674dd`](https://github.com/fomantic/Fomantic-UI/commit/ad674dd7a3d61130c7594f53e4ebd23c3a11e6a7)
|
4133
4176
|
- Toggle checkbox now use primary brand color for legibility [`2a2a3cf`](https://github.com/fomantic/Fomantic-UI/commit/2a2a3cf8df7bd3ae7f30ca0f4198a5b2a32a6685)
|
4177
|
+
- #1846 Equal height grids now automatically stretch column child elements to full width [`2bdabbc`](https://github.com/fomantic/Fomantic-UI/commit/2bdabbc1007f657bb4fe8e9f4382a0643529c4cb)
|
4178
|
+
- Fix icon banner in icons, add visiblity to single component releases [`c7a1b47`](https://github.com/fomantic/Fomantic-UI/commit/c7a1b475996f69695b4346a1f72c8acdfd2e7dd1)
|
4179
|
+
- Extend debug [`d1c7b48`](https://github.com/fomantic/Fomantic-UI/commit/d1c7b48583dfe37ffe6354a491e327fdef948a86)
|
4180
|
+
- testing include order [`d99bd4e`](https://github.com/fomantic/Fomantic-UI/commit/d99bd4e747b0dde2800fe8cb2165da79a771e27e)
|
4181
|
+
- Add tasks to update [`25d4322`](https://github.com/fomantic/Fomantic-UI/commit/25d432276421fc9c51d102ad00277e73ba471c87)
|
4134
4182
|
- Ability to disable dropdown without destroy it. [`ed251dd`](https://github.com/fomantic/Fomantic-UI/commit/ed251dd226e86c9e9e35a64d9a3137048dc7c00f)
|
4135
4183
|
- Fixes createEvent to use same bubbling/cancelable settings as specified in spec [`83e2ef5`](https://github.com/fomantic/Fomantic-UI/commit/83e2ef579714635b4f98bf9e79c8442d0167a8f0)
|
4136
4184
|
- Fixes createEvent to use same bubbling/cancelable settings as specified in spec [`0905774`](https://github.com/fomantic/Fomantic-UI/commit/0905774143a3e106460883dad915d59251cbb722)
|
@@ -4152,6 +4200,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4152
4200
|
- Fix loading dropdown rules [`dac96b4`](https://github.com/fomantic/Fomantic-UI/commit/dac96b485b1b3d01adb4b7612af03a570898c857)
|
4153
4201
|
- Drastically improve performance of scroll position on menu show [`363ad36`](https://github.com/fomantic/Fomantic-UI/commit/363ad3634a83a590d4fb93b497290e39c71a2b6e)
|
4154
4202
|
- Adds parameter to onApprove, onDeny #2191 [`c5877b6`](https://github.com/fomantic/Fomantic-UI/commit/c5877b670d146a2fe9a03e9e0555e8c2bf358c9a)
|
4203
|
+
- Remove form pointers [`3e79081`](https://github.com/fomantic/Fomantic-UI/commit/3e79081e02d42b6778d557f666cca95175f1748e)
|
4204
|
+
- Add several missing variables, resolve dropdown padding to exact pixel values [`3290dbb`](https://github.com/fomantic/Fomantic-UI/commit/3290dbbef994bd47b5a2346b8fb27e0acfa78a20)
|
4205
|
+
- Fix x wide inside equal width/height [`5a5a360`](https://github.com/fomantic/Fomantic-UI/commit/5a5a360f06802adbb88d883046f8e1376c38057b)
|
4206
|
+
- Update css package for meteor #1607 [`ec415f5`](https://github.com/fomantic/Fomantic-UI/commit/ec415f500b4b68ddc46993202ba191da37f166b7)
|
4207
|
+
- Fix bug where equal height rows would always expand to 100% width [`7c6babf`](https://github.com/fomantic/Fomantic-UI/commit/7c6babff7905d2e6f5ab13265245b39d47eba629)
|
4155
4208
|
- Fix check install [`cce98f7`](https://github.com/fomantic/Fomantic-UI/commit/cce98f7b94ce12e8b3bb8ace61040298add34b2c)
|
4156
4209
|
- Adds equal width fields/form [`9de3e1f`](https://github.com/fomantic/Fomantic-UI/commit/9de3e1f897f634b13f964102ca5c65fba7f7e09f)
|
4157
4210
|
- Adds equal width fields/form [`c7554ad`](https://github.com/fomantic/Fomantic-UI/commit/c7554add96eb65b04a14e6201c4efa7173a7f7ef)
|
@@ -4173,6 +4226,18 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4173
4226
|
- rebuild [`97cb8af`](https://github.com/fomantic/Fomantic-UI/commit/97cb8af0181e779706ef64b7bf7b6525e3504358)
|
4174
4227
|
- Add RTL: both option [`535ad56`](https://github.com/fomantic/Fomantic-UI/commit/535ad5623dcf4a81386d51a59b9a6b3859a73411)
|
4175
4228
|
- Fix image label format [`1fd1b40`](https://github.com/fomantic/Fomantic-UI/commit/1fd1b404a09cc203c9c9f74f3c018e1e26d1f612)
|
4229
|
+
- Fixes comma delimited [`a0d3040`](https://github.com/fomantic/Fomantic-UI/commit/a0d30404127be257a9e0f3f4d37be172d94ff4d3)
|
4230
|
+
- Fix valign again [`af05d23`](https://github.com/fomantic/Fomantic-UI/commit/af05d23d83e7493e38e64e91166d2e8768d02726)
|
4231
|
+
- Text width inheritance issue [`8915d9c`](https://github.com/fomantic/Fomantic-UI/commit/8915d9c46d0a2afc38be00d15934e8d190cd4beb)
|
4232
|
+
- Fix issue in chaining when dropdown inits on select [`1550b49`](https://github.com/fomantic/Fomantic-UI/commit/1550b4937e67edf2f1c5deb67adf52b819a03b2b)
|
4233
|
+
- Fix duped variables in theme.config.example [`5df2a39`](https://github.com/fomantic/Fomantic-UI/commit/5df2a392292ffe4e82d5aa6477eacfd59ae28437)
|
4234
|
+
- Fix (x) item menu, labeled icon menu [`c7b4981`](https://github.com/fomantic/Fomantic-UI/commit/c7b4981f224383c966a7e2f2059db812dff89bed)
|
4235
|
+
- Stackable grid now pads unless inside a segment or nested grid [`75fa024`](https://github.com/fomantic/Fomantic-UI/commit/75fa02411de8db021ccc355b91fac7d8b24829ee)
|
4236
|
+
- Trying out new extend [`0cf3212`](https://github.com/fomantic/Fomantic-UI/commit/0cf3212f5dc67586da6718d24bcd6231593ff439)
|
4237
|
+
- Debugging update path [`2f80495`](https://github.com/fomantic/Fomantic-UI/commit/2f8049558e1bc88a5e19760feb26dad27b86b31f)
|
4238
|
+
- #1755 #1744, adds additional variables for loading button, makes pointer events disabled in default theme [`f1b9da3`](https://github.com/fomantic/Fomantic-UI/commit/f1b9da3ce1774994a900d50401c2f9f8866bcce8)
|
4239
|
+
- connecting the missing dots [`6b1d205`](https://github.com/fomantic/Fomantic-UI/commit/6b1d2057f1cfaea293945707c230bb67fca29add)
|
4240
|
+
- Update release notes, whitespace [`8d60353`](https://github.com/fomantic/Fomantic-UI/commit/8d60353321066a664708cf64df2f7016bbd4dc70)
|
4176
4241
|
- Update next rlsnotes [`747d983`](https://github.com/fomantic/Fomantic-UI/commit/747d983ccc41ef0df2303717b02026cb1ba24e6a)
|
4177
4242
|
- Fix buttons in action input, still 1px offset with buttons.. [`f347a66`](https://github.com/fomantic/Fomantic-UI/commit/f347a667a7751a67c2606bce28a79347c8332a84)
|
4178
4243
|
- #1683, iOS and Mobile match return false on 2nd+ matches due to use of regexp test [`2b79648`](https://github.com/fomantic/Fomantic-UI/commit/2b79648a11a56cda10c4838df295ff0ea5da92fa)
|
@@ -4192,6 +4257,17 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4192
4257
|
- Make sure sticky does not reflow when setting same scroll [`ddd8f79`](https://github.com/fomantic/Fomantic-UI/commit/ddd8f796a2690dbe6c49dadb30fcfd139bb1cee9)
|
4193
4258
|
- Update theming page [`d842e46`](https://github.com/fomantic/Fomantic-UI/commit/d842e46aa793d7284d3c7fc8fe17eae727cbae62)
|
4194
4259
|
- Ordered list does not invert number color. [`6addaf7`](https://github.com/fomantic/Fomantic-UI/commit/6addaf716033c6a6e97b7716b698464159f68681)
|
4260
|
+
- Remove variable size overrides [`e48e5ce`](https://github.com/fomantic/Fomantic-UI/commit/e48e5ce970fc83799ca7cd21b5eec646e970ca8a)
|
4261
|
+
- Add line height offset for label inside header [`235dc8a`](https://github.com/fomantic/Fomantic-UI/commit/235dc8a8cad03c24a6d3667e8ac33fc1cd2c3d7e)
|
4262
|
+
- #1908 accordion can now specify a triggering element that is not title [`b4d0b8f`](https://github.com/fomantic/Fomantic-UI/commit/b4d0b8f3ecbae615a87928d123f962fd4313eefb)
|
4263
|
+
- Update rlsnotes [`b09f257`](https://github.com/fomantic/Fomantic-UI/commit/b09f257235eec311d895d9f7f0e1e67471258e07)
|
4264
|
+
- Fixes margins on ui segments [`e0daade`](https://github.com/fomantic/Fomantic-UI/commit/e0daade0c3465bb5069b294896f697183e736f50)
|
4265
|
+
- Increase delay before creating release after pushing files to repos [`0e382b7`](https://github.com/fomantic/Fomantic-UI/commit/0e382b747e5031dcb3ba284c9576c709135e175f)
|
4266
|
+
- Category search no longer warns about maxResults #1850 [`0dec900`](https://github.com/fomantic/Fomantic-UI/commit/0dec90028ad6473165874dfddeabb2b33f52bc02)
|
4267
|
+
- Update release notes [`c89a02d`](https://github.com/fomantic/Fomantic-UI/commit/c89a02d10dc93bf416b5309928c7df160313d2fd)
|
4268
|
+
- Update now updates gulpfile [`44c628d`](https://github.com/fomantic/Fomantic-UI/commit/44c628df8e11f616946a87d49b0599c8c95cf794)
|
4269
|
+
- Remove cleanup from NPM install [`e7e867d`](https://github.com/fomantic/Fomantic-UI/commit/e7e867df7b42425b3a630bbccf24f97f175a2b7a)
|
4270
|
+
- Update config [`f5c0596`](https://github.com/fomantic/Fomantic-UI/commit/f5c0596c486499982c4c3b03d3538dfccb908272)
|
4195
4271
|
- Fixes keyboard nav when active item is in hidden menu [`56217fa`](https://github.com/fomantic/Fomantic-UI/commit/56217fad27ac19f9727e87ea1725810e664e8bd8)
|
4196
4272
|
- Clean up spacing #1627 [`00b9b9d`](https://github.com/fomantic/Fomantic-UI/commit/00b9b9d4a370d80a4fe36779221306807f9b2b03)
|
4197
4273
|
- #3388 adds unplaceable callback, fixes docs [`99b3228`](https://github.com/fomantic/Fomantic-UI/commit/99b3228a956569f06d0e44dc50f8c6cc83c25291)
|
@@ -4217,6 +4293,18 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4217
4293
|
- Increase sticky performance with scroll [`187e68f`](https://github.com/fomantic/Fomantic-UI/commit/187e68f9a28fb73418978501c07349880a33c701)
|
4218
4294
|
- Tweaks to card/item sizing [`a663f2b`](https://github.com/fomantic/Fomantic-UI/commit/a663f2bdd75cd68e9ae59dc991f40a7f07d8811e)
|
4219
4295
|
- Update rlsnotes [`603da61`](https://github.com/fomantic/Fomantic-UI/commit/603da61c73d290a40a235f309d106fa38c20acb2)
|
4296
|
+
- RLSNOTES [`f9cf499`](https://github.com/fomantic/Fomantic-UI/commit/f9cf499fe3bf768943169646d773d42c4f83bf0e)
|
4297
|
+
- Fix popup in menu, add min-height [`e1499e6`](https://github.com/fomantic/Fomantic-UI/commit/e1499e61d6ffe9cf59b6b4336be4056f56ad8b13)
|
4298
|
+
- Fixes for sticky/vis [`28e1231`](https://github.com/fomantic/Fomantic-UI/commit/28e123102b4b131afa6663b500309ac16def8758)
|
4299
|
+
- Increase delay of performance logging [`bb1cb54`](https://github.com/fomantic/Fomantic-UI/commit/bb1cb54c959380d46aa5685433e91ae2a36def8b)
|
4300
|
+
- Add onUpdate callback to visibility, fix event handlers [`4fe0ae0`](https://github.com/fomantic/Fomantic-UI/commit/4fe0ae076060b27fddd2983f9ea416ff021a9ce7)
|
4301
|
+
- Remove debug from transition [`affb406`](https://github.com/fomantic/Fomantic-UI/commit/affb40689e1f10d503d324ac0e23beb1ed6b7e02)
|
4302
|
+
- Updates rlsnote for next [`c744c16`](https://github.com/fomantic/Fomantic-UI/commit/c744c166c1266fd30a2508de00431fe56ec4cdb5)
|
4303
|
+
- Remove rlsnotes from next [`219feda`](https://github.com/fomantic/Fomantic-UI/commit/219fedaaa3a12761a13d5f98a4b962848d63cc2d)
|
4304
|
+
- Remove stub oauth [`dc622c4`](https://github.com/fomantic/Fomantic-UI/commit/dc622c4dadd6bdbccc69064fec28ac96184a6185)
|
4305
|
+
- Fix for object shadowing? [`eb223c6`](https://github.com/fomantic/Fomantic-UI/commit/eb223c6fad2de00dcdcd69184aa64747d6a47d07)
|
4306
|
+
- Fix tabular menu valign issue in IE [`512abdf`](https://github.com/fomantic/Fomantic-UI/commit/512abdf83acf06114a23fa987b4190d561dd51a0)
|
4307
|
+
- Remove some debug [`960f592`](https://github.com/fomantic/Fomantic-UI/commit/960f5925453a2bd74636a8b91f0013562b584fa9)
|
4220
4308
|
- Some UI missing load override #1637 [`98afd22`](https://github.com/fomantic/Fomantic-UI/commit/98afd2230d435271c3596d5b2ebf793d3d0b7888)
|
4221
4309
|
- 1.6.4 ... grr [`e6ae08e`](https://github.com/fomantic/Fomantic-UI/commit/e6ae08eacb23beeb56ec071792e34f6d51507067)
|
4222
4310
|
- #3604 - fixes issue with right menu / item including margin when stacked [`c46c170`](https://github.com/fomantic/Fomantic-UI/commit/c46c1704c40c62013cdf586c579acfb9c3330fb1)
|
@@ -4234,7 +4322,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4234
4322
|
- #2802 - add support for attr value in ordered list [`e0724cb`](https://github.com/fomantic/Fomantic-UI/commit/e0724cb51699335ad4e36cba0d1ae58a7705f53a)
|
4235
4323
|
- Add margin to steps [`eb8c1f5`](https://github.com/fomantic/Fomantic-UI/commit/eb8c1f5999e1b59a00a38602872941b749a8bc0a)
|
4236
4324
|
- Adjust some card variables [`e5186d5`](https://github.com/fomantic/Fomantic-UI/commit/e5186d553b5f9b95350b57f90ae89d71a4535fca)
|
4237
|
-
-
|
4325
|
+
- #2316, incorrect show rules for message in form [`457f9c5`](https://github.com/fomantic/Fomantic-UI/commit/457f9c5868fce946a4ac74493655e7d4139f031d)
|
4238
4326
|
- Fix move reveal timings [`88d1581`](https://github.com/fomantic/Fomantic-UI/commit/88d1581b9f8e170db1c31e962533a06a5e6eecf0)
|
4239
4327
|
- Fixes issue with search selection tabindex, fix z-index of selection dropdown icon when autocomplete [`7b791f4`](https://github.com/fomantic/Fomantic-UI/commit/7b791f43bf9b3d7a3444d24874801489179d8d4f)
|
4240
4328
|
- Adjust fonts in site.variables [`faf0192`](https://github.com/fomantic/Fomantic-UI/commit/faf0192241db8cb00874f5e2e13c458e987eb857)
|
@@ -4244,6 +4332,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4244
4332
|
- Fixes select chaining not invoking methods [`1821ae9`](https://github.com/fomantic/Fomantic-UI/commit/1821ae9fbc957c54c73fd9be8d4fcd797f24e83f)
|
4245
4333
|
- Update rlsnotes [`05bd4ee`](https://github.com/fomantic/Fomantic-UI/commit/05bd4ee3230532e0395a35a63a1ddf5f318d76ec)
|
4246
4334
|
- Adjusts breadcrumb spacing [`8f021e6`](https://github.com/fomantic/Fomantic-UI/commit/8f021e6a0b7e140b3dd5606b01c6acb5ed9b8f8b)
|
4335
|
+
- Backports dropdown fixes [`776b654`](https://github.com/fomantic/Fomantic-UI/commit/776b6542d69e5f4e204ac5ecd3875a2fa780fcb7)
|
4336
|
+
- Adjust text container paragraph settings [`6670978`](https://github.com/fomantic/Fomantic-UI/commit/66709782e55aad19df9b185fa1df81867d0c15f9)
|
4337
|
+
- Make labels slightly larger inside headers in default theme [`cf235f0`](https://github.com/fomantic/Fomantic-UI/commit/cf235f0b8b57ccdf13f297a4d8ca19e244fd436a)
|
4338
|
+
- Updates styles for ui item [`3843371`](https://github.com/fomantic/Fomantic-UI/commit/38433712258fea1631feb51a7dc2cb322ca6ddbf)
|
4339
|
+
- #1607 remove client typo in package.js [`5e372c3`](https://github.com/fomantic/Fomantic-UI/commit/5e372c394d9b4dfdfb3aee7a4b52536b045c545f)
|
4340
|
+
- Consolidate when logic [`6b27f37`](https://github.com/fomantic/Fomantic-UI/commit/6b27f376e103ae2726eb43de7717cc63084db133)
|
4341
|
+
- Readme [`6d2b72e`](https://github.com/fomantic/Fomantic-UI/commit/6d2b72e735ae3c076c87ae152410496e4954d93a)
|
4247
4342
|
- Finishes math on ribbon triangle offset [`4a6d444`](https://github.com/fomantic/Fomantic-UI/commit/4a6d444f08553180e06ddc6d533baef6d1678446)
|
4248
4343
|
- Fix divider on vertical basic button group #1677 [`99a3ba2`](https://github.com/fomantic/Fomantic-UI/commit/99a3ba222a8a34a2f1d21b86b79df8d62874b80c)
|
4249
4344
|
- Update release notes [`5847a02`](https://github.com/fomantic/Fomantic-UI/commit/5847a02c9ce1e1e3831c9707afc789cfde3dc036)
|
@@ -4278,6 +4373,23 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4278
4373
|
- Fix misnamed variables [`554069d`](https://github.com/fomantic/Fomantic-UI/commit/554069d7ee7e8df1fc553e0908c8818c62d53404)
|
4279
4374
|
- Fix text menu sub menu position [`70797e9`](https://github.com/fomantic/Fomantic-UI/commit/70797e95ffc281be416968b59252fc62081ff725)
|
4280
4375
|
- Probably better var name #2139 [`c480422`](https://github.com/fomantic/Fomantic-UI/commit/c4804220aaf714908f3dc379b0fd85332268cc8e)
|
4376
|
+
- All inputs now use flexbox, adjust flex-grow value to fix ie10 [`7a5654d`](https://github.com/fomantic/Fomantic-UI/commit/7a5654d9682f0f0836e547d986207efd3f4e995a)
|
4377
|
+
- disables flex in IE for cards #2021 [`d420cb0`](https://github.com/fomantic/Fomantic-UI/commit/d420cb0908a54828068735025cc97f29726bdfce)
|
4378
|
+
- Fix dropdown icon selection [`fd9d457`](https://github.com/fomantic/Fomantic-UI/commit/fd9d45749d2453350a4b120c79f3eeeec4335233)
|
4379
|
+
- Tweaking flex align settings [`db69f38`](https://github.com/fomantic/Fomantic-UI/commit/db69f38bb3402f27d6949ba838a8c801bac8988d)
|
4380
|
+
- Updates release notes [`74ef751`](https://github.com/fomantic/Fomantic-UI/commit/74ef751d82a5d1d85bbd30bfb5e4c42b0c97d3d3)
|
4381
|
+
- Fix header sizes in chubby header theme [`3d3f058`](https://github.com/fomantic/Fomantic-UI/commit/3d3f0581754060dc4f4a63588e0db1c08594ee6f)
|
4382
|
+
- Add back in placeholder prefix (still necessary) #1791 [`86be8ff`](https://github.com/fomantic/Fomantic-UI/commit/86be8ff1f78c0cfcb86457090cb701d0b9077846)
|
4383
|
+
- Update notes [`c7c84fb`](https://github.com/fomantic/Fomantic-UI/commit/c7c84fbe21ecd774e038178fa8b07547c37ddeea)
|
4384
|
+
- Simplify default API debug output for clarity [`58609bf`](https://github.com/fomantic/Fomantic-UI/commit/58609bf62ad33e90fd68b0e41fa6e2e02deb6eb1)
|
4385
|
+
- Rlsnotes [`761daab`](https://github.com/fomantic/Fomantic-UI/commit/761daab891f366cbd1ca18c416f5af69689644d7)
|
4386
|
+
- Testing [`f048f4a`](https://github.com/fomantic/Fomantic-UI/commit/f048f4a6e1dd86ee747cfe1edfc2af516034d1d9)
|
4387
|
+
- Break it [`c70ed31`](https://github.com/fomantic/Fomantic-UI/commit/c70ed3139678dd485fec0306ea7ab73c886b98b0)
|
4388
|
+
- Update readme [`da397ba`](https://github.com/fomantic/Fomantic-UI/commit/da397ba3d4740c4dc628664aa3a2ee67674f6023)
|
4389
|
+
- Trying to stay sane [`fa002e8`](https://github.com/fomantic/Fomantic-UI/commit/fa002e87c04fa49ef3291fab163f1dc1f127ee27)
|
4390
|
+
- Fix update paths [`19d50b6`](https://github.com/fomantic/Fomantic-UI/commit/19d50b6b476940d87de00acbc298d43313c58310)
|
4391
|
+
- Add back in install script [`04eb70f`](https://github.com/fomantic/Fomantic-UI/commit/04eb70f0390803643e4450b429fc38034b74d3d9)
|
4392
|
+
- Fix cleanup questions for NPM [`ee159a2`](https://github.com/fomantic/Fomantic-UI/commit/ee159a2b4f5d620a3f6f8ac4059b52448cca110e)
|
4281
4393
|
- Install [`d39cac3`](https://github.com/fomantic/Fomantic-UI/commit/d39cac35cca5084b12dc2a8b52a28da896c66702)
|
4282
4394
|
- Dropdown clear now removes selected value [`b86b5ce`](https://github.com/fomantic/Fomantic-UI/commit/b86b5ced8651b29060be941451ae93d3c4261a7b)
|
4283
4395
|
- Modify distance for bounce to max at 1440P [`d705787`](https://github.com/fomantic/Fomantic-UI/commit/d705787ad2bf9d4e0c6f33b0f7a8ac54dd5c76ad)
|
@@ -4311,6 +4423,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4311
4423
|
- Use slightly more performant triggerHandler, fix RLSNOTES [`747fe4b`](https://github.com/fomantic/Fomantic-UI/commit/747fe4bef8a1becfe87f14633d9b7ab47054f463)
|
4312
4424
|
- #2143. Using title in injected styles causes issues... for some reason? [`3d92ed9`](https://github.com/fomantic/Fomantic-UI/commit/3d92ed9c20c9f56b027757ce3740cddcf14bd877)
|
4313
4425
|
- Update button focus styles [`4ec4fd1`](https://github.com/fomantic/Fomantic-UI/commit/4ec4fd1dddb58c95c9b0ad9d2dd28e891e4faa5e)
|
4426
|
+
- Fix inverted text menu, fix active font weight [`3e19a5a`](https://github.com/fomantic/Fomantic-UI/commit/3e19a5ad0745d80a8d6391ac73d970fd2b3cb6ba)
|
4427
|
+
- Update rlsnotes [`f789010`](https://github.com/fomantic/Fomantic-UI/commit/f7890108c3a12f0e1df143ebec7d2fd69f4a7fde)
|
4428
|
+
- Fix rebuild on site.variables debug [`8ce8f11`](https://github.com/fomantic/Fomantic-UI/commit/8ce8f11496008a889b9820dc9f647309d26fb838)
|
4429
|
+
- Rebuild 1.10.3 [`e8c57f5`](https://github.com/fomantic/Fomantic-UI/commit/e8c57f5e1d9551f5c18bc24acea5af98a74c41d5)
|
4430
|
+
- Adds centered inline loader [`4119075`](https://github.com/fomantic/Fomantic-UI/commit/41190759812be52570f678324ad2e32f2bde7a45)
|
4431
|
+
- Update rlsnotes, grid specificity [`e03b104`](https://github.com/fomantic/Fomantic-UI/commit/e03b104e2ba6c0ddbbb3142a5e74c9b8ac5a2990)
|
4432
|
+
- Add error formating for basic selects [`988375f`](https://github.com/fomantic/Fomantic-UI/commit/988375f7d3f798c52265d032329e096c7253257d)
|
4314
4433
|
- Add onRequest callback #1736 [`b8fd93b`](https://github.com/fomantic/Fomantic-UI/commit/b8fd93ba7b0f53c9885813b4e30db4582ad8fb0b)
|
4315
4434
|
- Add #1711 Remove text-align from grid column [`334fa87`](https://github.com/fomantic/Fomantic-UI/commit/334fa871bc4171cf83570838c981f261f9a22004)
|
4316
4435
|
- Renamed 'rubberband' transition to 'jiggle' [`22097b9`](https://github.com/fomantic/Fomantic-UI/commit/22097b96069bbf3db684fe5b4531c8cf0c39ce66)
|
@@ -4346,6 +4465,23 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4346
4465
|
- Search IDs now not zero indexed [`bcd6ebe`](https://github.com/fomantic/Fomantic-UI/commit/bcd6ebe87ceb5a176f7e8c30ddda61ab5fc1be1e)
|
4347
4466
|
- Update rls notes [`9a12b51`](https://github.com/fomantic/Fomantic-UI/commit/9a12b5182f85d424780cf10cc5ca458bb6ac47eb)
|
4348
4467
|
- Fix right menu item [`2aa7066`](https://github.com/fomantic/Fomantic-UI/commit/2aa70665008395614bb3ac6d60d958572e1e5e55)
|
4468
|
+
- Fix gulp watch not erroring out with legitimate errors [`8102cff`](https://github.com/fomantic/Fomantic-UI/commit/8102cff1846d695669e8d755aca7b9c384888fd8)
|
4469
|
+
- Update visibility debug [`4d82349`](https://github.com/fomantic/Fomantic-UI/commit/4d82349dc695182a4d2ba220f5d2a55453bd0a7a)
|
4470
|
+
- Fix activator with settings.popup [`63561c5`](https://github.com/fomantic/Fomantic-UI/commit/63561c514f7961f36d3de3246285fd1ab9d33f30)
|
4471
|
+
- Make site theme optional [`3df6034`](https://github.com/fomantic/Fomantic-UI/commit/3df6034a0b524202346ec9c5fe58a37e458788a7)
|
4472
|
+
- Slightly darken border colors [`a8cf810`](https://github.com/fomantic/Fomantic-UI/commit/a8cf810e01967dbd20d7910099c7adc943b7d6fe)
|
4473
|
+
- Fix table escapes container at mobile [`2a21019`](https://github.com/fomantic/Fomantic-UI/commit/2a210192523d4ef835bc5b9626e583dfd508ff83)
|
4474
|
+
- #1475, quick fix before flexbox merge for dropdown hover [`f0109a0`](https://github.com/fomantic/Fomantic-UI/commit/f0109a06acd810062dd5b373af1e24af798d3aa5)
|
4475
|
+
- Adds variable into def for scrollbar #1875 #1831 [`f891852`](https://github.com/fomantic/Fomantic-UI/commit/f891852d09dc418f3de5cda8e892a545ba54c8af)
|
4476
|
+
- Adds #1874 Search input styles added to form [`972bda8`](https://github.com/fomantic/Fomantic-UI/commit/972bda8756e5cf4daeefcbcf0a6b8cd7a3f67da7)
|
4477
|
+
- Debug [`396c4f2`](https://github.com/fomantic/Fomantic-UI/commit/396c4f278e1cdf07b5939e9a0685be531cc56e5c)
|
4478
|
+
- Same [`6a5135f`](https://github.com/fomantic/Fomantic-UI/commit/6a5135f4e7ccdf5ab1a5abe5e725906f93046099)
|
4479
|
+
- Readme [`2c04636`](https://github.com/fomantic/Fomantic-UI/commit/2c04636d4a0be92ebdd70420117eda6ca657aa51)
|
4480
|
+
- Add release notes [`71f9bdb`](https://github.com/fomantic/Fomantic-UI/commit/71f9bdb20bd9b87d3e89347cd0b4159deb2abe27)
|
4481
|
+
- like a monkey with a miniature symbol [`d3d6adf`](https://github.com/fomantic/Fomantic-UI/commit/d3d6adf0ff6a7398e95de948f240c165f8a54573)
|
4482
|
+
- over and over [`76805d0`](https://github.com/fomantic/Fomantic-UI/commit/76805d0f0263e1507ca54658a457d2c399de06db)
|
4483
|
+
- Toying with deps [`634ef9a`](https://github.com/fomantic/Fomantic-UI/commit/634ef9a19c1ed9b2173283757dc95fcb75cb408f)
|
4484
|
+
- Testing [`e1a682e`](https://github.com/fomantic/Fomantic-UI/commit/e1a682ee932b98d5e3dd2a8bf3caf31a3508b3cb)
|
4349
4485
|
- Add international notes [`25d08b4`](https://github.com/fomantic/Fomantic-UI/commit/25d08b43c90d702c271f9e3db966e6213c3839a7)
|
4350
4486
|
- Tick version, observechanges true by default sticky [`8cc32e1`](https://github.com/fomantic/Fomantic-UI/commit/8cc32e1293d2d777c4bdcbb5d42076d6cef3c388)
|
4351
4487
|
- Update rlsnotes [`46a8913`](https://github.com/fomantic/Fomantic-UI/commit/46a8913905c36b507898a5e965583371e1a37221)
|
@@ -4382,6 +4518,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4382
4518
|
- Fix display: flex issues when content has no image [`57e5cba`](https://github.com/fomantic/Fomantic-UI/commit/57e5cba3a028f1bf0cec15a3d03bf5819ec2c89c)
|
4383
4519
|
- RLSNOTES [`5cd52c0`](https://github.com/fomantic/Fomantic-UI/commit/5cd52c0d8654604cb3554d79a33a9d34a4dd8e37)
|
4384
4520
|
- Fix item menu item border [`c8eba15`](https://github.com/fomantic/Fomantic-UI/commit/c8eba15a6198a6e6ab67c8cd5cc19b8513968f26)
|
4521
|
+
- Button now uses focus shadow from site.variables [`8d48a25`](https://github.com/fomantic/Fomantic-UI/commit/8d48a259457ed18dc24fdbd47a12d6596fcc130b)
|
4522
|
+
- Fix dropdown focused but not hovered colors [`f85da30`](https://github.com/fomantic/Fomantic-UI/commit/f85da30ae7faf1548a7dc845b3b7a4778fac7c1a)
|
4523
|
+
- Observe changes now groups related mutations [`35de853`](https://github.com/fomantic/Fomantic-UI/commit/35de853327ba7d81cb5f14b4af2b6beaeaa1a399)
|
4524
|
+
- Fix md spacing [`9133603`](https://github.com/fomantic/Fomantic-UI/commit/91336038a21dcf222f03d0b3f2acc9e74ecd849e)
|
4525
|
+
- #1607 Removes a bunch of files from addfiles [`5603db5`](https://github.com/fomantic/Fomantic-UI/commit/5603db5398ff7536ff2b15f9dacd12ca1df6c1b8)
|
4526
|
+
- Watch now compiles concat again [`74a52c5`](https://github.com/fomantic/Fomantic-UI/commit/74a52c5b305584ed613d9c7a3b57f5875915205f)
|
4527
|
+
- more debug [`25f700f`](https://github.com/fomantic/Fomantic-UI/commit/25f700fe289d2f6d9736bc74b2ebd9ba122faeef)
|
4385
4528
|
- Add upward pointing icons for upward dropdown [`b3dd117`](https://github.com/fomantic/Fomantic-UI/commit/b3dd117747bf8a05843212cc33ce81964adeb454)
|
4386
4529
|
- Needless formatting of gulpfile [`211bc4f`](https://github.com/fomantic/Fomantic-UI/commit/211bc4f44eba81f81802e8db932800271ef3deec)
|
4387
4530
|
- Fix issue with css selector starting with number (invalid) #3311 [`479f4b2`](https://github.com/fomantic/Fomantic-UI/commit/479f4b21daff6b3b9d5e0854c51c269e7f10e54e)
|
@@ -4440,6 +4583,40 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4440
4583
|
- Fix label word wrap [`fa7d16e`](https://github.com/fomantic/Fomantic-UI/commit/fa7d16e608ac62d229bebf282c668f246a27aa73)
|
4441
4584
|
- Fix <select> inside form > inline field [`0690850`](https://github.com/fomantic/Fomantic-UI/commit/0690850b5deb3e8ebf63193df87d6a410b7d180b)
|
4442
4585
|
- #1878 Update regexp replace for npm build to fix browserify [`95b996f`](https://github.com/fomantic/Fomantic-UI/commit/95b996fac145afcb6bc121dac1f3964ada25a5b1)
|
4586
|
+
- Fix issue with popup removal [`1ab7165`](https://github.com/fomantic/Fomantic-UI/commit/1ab71653ee5a606d6ae1d804b5b5eaecbd263de2)
|
4587
|
+
- Add rlsnotes [`8e53100`](https://github.com/fomantic/Fomantic-UI/commit/8e531004582672adc382bf7bbcf3f2560cc993e7)
|
4588
|
+
- Rebuild all UI on site.variables change [`ed085db`](https://github.com/fomantic/Fomantic-UI/commit/ed085dbc11d7116be2acbb00953dd6b5867532c1)
|
4589
|
+
- Fixes background shorthand causes blank dimmer variable to evaluate as none [`63e12b6`](https://github.com/fomantic/Fomantic-UI/commit/63e12b6a9206137f24a2ca449523ac0b7d17bafc)
|
4590
|
+
- Fix flat dropdown style [`d4dc873`](https://github.com/fomantic/Fomantic-UI/commit/d4dc873241d6a16f0a60292a1a794e636e609bdb)
|
4591
|
+
- Darken toggle checkbox text [`a6447b1`](https://github.com/fomantic/Fomantic-UI/commit/a6447b11501d24598bd0864202e48bdbf9d78f7b)
|
4592
|
+
- #1996 #1992 issue with calc interpolation in dropdown LESS [`683b5aa`](https://github.com/fomantic/Fomantic-UI/commit/683b5aa5fcb14d181a140093aa925c629f4cc127)
|
4593
|
+
- #1960 adjusting site.variables now rebuilds all files [`75efd94`](https://github.com/fomantic/Fomantic-UI/commit/75efd947640c10ece970bb821430e395d2b9bf81)
|
4594
|
+
- Fixes background shorthand causes blank dimmer variable to evaluate as none [`b209b64`](https://github.com/fomantic/Fomantic-UI/commit/b209b64d0f7b7f8c23b9dce681c3700b5577023b)
|
4595
|
+
- Fix recording final display state as none [`54bd5af`](https://github.com/fomantic/Fomantic-UI/commit/54bd5afac69a5119c7e4b3c0eb663264a9360482)
|
4596
|
+
- Debug for radio [`4fb0f38`](https://github.com/fomantic/Fomantic-UI/commit/4fb0f38734fe2b4d3a459d9fad2ffe3ca271b7f3)
|
4597
|
+
- Remove unnecessary calls [`e0f100e`](https://github.com/fomantic/Fomantic-UI/commit/e0f100ecca0f841147e3ca3aac04122e54df7a0d)
|
4598
|
+
- Increase delay between git push due to issues with flooding [`2b52ce3`](https://github.com/fomantic/Fomantic-UI/commit/2b52ce349f78f5cf5424d933d78dbdaaa459974e)
|
4599
|
+
- Non queued animations trigger complete event immediately [`a957a5c`](https://github.com/fomantic/Fomantic-UI/commit/a957a5cfde8fb587e69f21605f8022a005580a2d)
|
4600
|
+
- Update rlsnotes 1.11.0 [`f1cc86d`](https://github.com/fomantic/Fomantic-UI/commit/f1cc86db5d7a29a41c69420522c104545e19d652)
|
4601
|
+
- Fix bottom to use bottom-margin, instead of bottom prop [`c38cb19`](https://github.com/fomantic/Fomantic-UI/commit/c38cb190752b41efe48d77d29b3f87c2ce394a99)
|
4602
|
+
- Update rlsnotes [`698f071`](https://github.com/fomantic/Fomantic-UI/commit/698f0710ccfbec0bf1ceaa8421c77f1b9c8186aa)
|
4603
|
+
- Stackable grid no longer sits flush on mobile [`9a659a1`](https://github.com/fomantic/Fomantic-UI/commit/9a659a194991b4720074801b181684761baf6fc1)
|
4604
|
+
- Corrected wrench config for `src/site` merges [`f8472c8`](https://github.com/fomantic/Fomantic-UI/commit/f8472c87ddbd54251e093bb045a1cd2e7768099f)
|
4605
|
+
- Swaps out __dirname constant for path.resolve() #1607 [`3a75bdc`](https://github.com/fomantic/Fomantic-UI/commit/3a75bdc8d14e2d6786fe0e51c72da34fa042a741)
|
4606
|
+
- #1607 add npm require to package.js templates [`22a2b29`](https://github.com/fomantic/Fomantic-UI/commit/22a2b2901aef01eee458536d7689e7a3791c9b6c)
|
4607
|
+
- Update release notes [`d2b24b3`](https://github.com/fomantic/Fomantic-UI/commit/d2b24b3d2de9df376f22e8d4999ca4f4f37ae77a)
|
4608
|
+
- Lighten dropdown error hover color [`1ce202f`](https://github.com/fomantic/Fomantic-UI/commit/1ce202ffae1062ac93c8aa37d999c06b4fe79464)
|
4609
|
+
- #1794, checkbox and dropdown now trigger blur event on controlled input [`4e2f0b0`](https://github.com/fomantic/Fomantic-UI/commit/4e2f0b02911d21f96342b06a861fd0d6ed0ebe43)
|
4610
|
+
- Debugging installer [`ea36185`](https://github.com/fomantic/Fomantic-UI/commit/ea36185cd2eb8ffa6def90a1460a1198fd36177c)
|
4611
|
+
- Fix permission Q [`10ba573`](https://github.com/fomantic/Fomantic-UI/commit/10ba573e1a26e7e8c796e67b87182d54a70d092a)
|
4612
|
+
- Fix links in src/ [`5ee82cc`](https://github.com/fomantic/Fomantic-UI/commit/5ee82cc4e08cca2efb238b9107f222d7f5438d39)
|
4613
|
+
- Fix gulp mistake [`02ac6f7`](https://github.com/fomantic/Fomantic-UI/commit/02ac6f7e24e4b2d03df2cae0fadbc0f70b998824)
|
4614
|
+
- Fix some permissions values [`b435531`](https://github.com/fomantic/Fomantic-UI/commit/b435531df3a126009f121a31603aa850361dba57)
|
4615
|
+
- Fix last path [`aeda6ab`](https://github.com/fomantic/Fomantic-UI/commit/aeda6abe1e3eff1804fd73daf7c67e7cd49cb876)
|
4616
|
+
- Debug package.json [`48bae26`](https://github.com/fomantic/Fomantic-UI/commit/48bae264b2049e9703e50078bfebb220be6fd578)
|
4617
|
+
- Fix vertical sub menu positioning bug [`1b027a1`](https://github.com/fomantic/Fomantic-UI/commit/1b027a1b64dadb61e28771cbb47a4a1eb91b0e9b)
|
4618
|
+
- images with .image inside .content will display nicely [`0060fa8`](https://github.com/fomantic/Fomantic-UI/commit/0060fa800f16cfc99f8223e592c3e456a0a2f5be)
|
4619
|
+
- Combine divider rules [`967a03b`](https://github.com/fomantic/Fomantic-UI/commit/967a03b99b4b8af0322acf6ad0fe1f3c2d314768)
|
4443
4620
|
- #1709, force table-cell on ui labeled input, ui action input [`45b00b9`](https://github.com/fomantic/Fomantic-UI/commit/45b00b9fb930a19faba2bb60ce7586a86e235024)
|
4444
4621
|
- Fix camelcase on var in modal [`15dc0bd`](https://github.com/fomantic/Fomantic-UI/commit/15dc0bdac64dd281f06b3c5a138ee50e39892f97)
|
4445
4622
|
- Remove error messages for repeated animations, too verbose [`0fe91e0`](https://github.com/fomantic/Fomantic-UI/commit/0fe91e083a0ed3bf6d37a192bcdc89645d2a6df5)
|
@@ -4495,6 +4672,28 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4495
4672
|
- Fix text align [`82654d3`](https://github.com/fomantic/Fomantic-UI/commit/82654d314488b8f1ace9801fc4d377be2c7ea065)
|
4496
4673
|
- Fix input size overflow [`0ecfd8a`](https://github.com/fomantic/Fomantic-UI/commit/0ecfd8adba61ea2e37623a3c965a063bdf4f0a12)
|
4497
4674
|
- Backport LESS repo fix [`561fa8c`](https://github.com/fomantic/Fomantic-UI/commit/561fa8c841be9bfaae9256b0748235cfed32ac9e)
|
4675
|
+
- LESS repo missing semantic.less [`f589173`](https://github.com/fomantic/Fomantic-UI/commit/f5891730ef6e9d4adca6dd923b00fe742e0cdbef)
|
4676
|
+
- Fixes meteor package.js for css build [`893d688`](https://github.com/fomantic/Fomantic-UI/commit/893d6887931ddfc783e9e6ddd963d337d4c80668)
|
4677
|
+
- Update rlsnotes [`9d27b68`](https://github.com/fomantic/Fomantic-UI/commit/9d27b68b7d468fe9a6874e567b969a75b4915155)
|
4678
|
+
- Fix issue with search selection tabbing [`203a06c`](https://github.com/fomantic/Fomantic-UI/commit/203a06cdc129c099cf888266c3264bc8c4a6fe6f)
|
4679
|
+
- Fixes dimmer variation not working due to typo [`af76214`](https://github.com/fomantic/Fomantic-UI/commit/af76214036fe14e3d3c0c193f62fed6c223e4bee)
|
4680
|
+
- Fix for filtered item override [`027ab45`](https://github.com/fomantic/Fomantic-UI/commit/027ab45c724f6763b854fc497f076fd299f4175b)
|
4681
|
+
- Fix table align issue, adjust white border opacity [`a789a07`](https://github.com/fomantic/Fomantic-UI/commit/a789a07889797f6d93f46972ae495ed1d8d6c090)
|
4682
|
+
- set flex direction for grid align [`07eef3c`](https://github.com/fomantic/Fomantic-UI/commit/07eef3c42eb1b2bc36a0d0c082a3a402a922476d)
|
4683
|
+
- Update rlsnotes [`38990ef`](https://github.com/fomantic/Fomantic-UI/commit/38990ef687e238b67184bdafa44d70ac630898d8)
|
4684
|
+
- Add largest monitor breakpoint, remove paragraph line height by default. Use page line height [`ce5fec7`](https://github.com/fomantic/Fomantic-UI/commit/ce5fec7c7a0e80335d9efc2accd971fa5efd5139)
|
4685
|
+
- Remove performance timer testing [`310e5d4`](https://github.com/fomantic/Fomantic-UI/commit/310e5d4041f614b5d65733a8b141f7f966c92de3)
|
4686
|
+
- #1905 min-width issue on material theme [`38f5993`](https://github.com/fomantic/Fomantic-UI/commit/38f59932ebcf30254dd9227f2209eac8b42ed1e7)
|
4687
|
+
- Remove onscroll [`9a290c9`](https://github.com/fomantic/Fomantic-UI/commit/9a290c9aba48046fd09d6c8653451da9efa1814f)
|
4688
|
+
- Update rlsnotes #1899 [`c2ffaa7`](https://github.com/fomantic/Fomantic-UI/commit/c2ffaa7cdcd5417859ca335e48af994261f0cbea)
|
4689
|
+
- Fixed a memory leak in Popup module [`1def81b`](https://github.com/fomantic/Fomantic-UI/commit/1def81b60b99ad2006a2376e7800873badffb439)
|
4690
|
+
- #1831 #1875 Adds scrollbar size to global variables [`d36f38a`](https://github.com/fomantic/Fomantic-UI/commit/d36f38a55fbf13d4ffc9ddd8c23de86c75d6f287)
|
4691
|
+
- #1607 Regexp formatting [`6079676`](https://github.com/fomantic/Fomantic-UI/commit/6079676eb5d82a1709a482a9b1467d4de6db6461)
|
4692
|
+
- Comment [`0a43676`](https://github.com/fomantic/Fomantic-UI/commit/0a436768c64fef0e82612e207250e3f03e30861d)
|
4693
|
+
- Fix semantic.json inheritance [`5040387`](https://github.com/fomantic/Fomantic-UI/commit/5040387b9c764d5c07d10dd0dea424bce4adcf4a)
|
4694
|
+
- Remove console log, fix watch task on definition [`f7b7ecf`](https://github.com/fomantic/Fomantic-UI/commit/f7b7ecfb62c1bfb8aa23abe63d7c982d9b5cc598)
|
4695
|
+
- Fix variable order causing bugs in invoke in transition [`b62e8b8`](https://github.com/fomantic/Fomantic-UI/commit/b62e8b8a5a20c53d7872d322389b049594119ac7)
|
4696
|
+
- corrected .yellow.card css [`21f4cc8`](https://github.com/fomantic/Fomantic-UI/commit/21f4cc8d10611914a911b82ac29722bcb1ecc39b)
|
4498
4697
|
- Test again [`909630a`](https://github.com/fomantic/Fomantic-UI/commit/909630a790d56d2396a26968a3b233fed88659ee)
|
4499
4698
|
- Update post-install [`12ae622`](https://github.com/fomantic/Fomantic-UI/commit/12ae6221ffe102b110bea9587ac24bb79f9ae044)
|
4500
4699
|
- #1729, Add cart aliases [`981cba6`](https://github.com/fomantic/Fomantic-UI/commit/981cba6405771de030a435d0eb4419c7332ceed7)
|
@@ -4636,6 +4835,49 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4636
4835
|
- Site.variables now only rebuilds css files on change [`6e6c9d9`](https://github.com/fomantic/Fomantic-UI/commit/6e6c9d914e9fffc298120f7fa85212e9c393c2d4)
|
4637
4836
|
- Adds back in transform, prevent awkward flash on animate [`2cf1b0d`](https://github.com/fomantic/Fomantic-UI/commit/2cf1b0dc6ab911511c2413ec18414b39d028cd26)
|
4638
4837
|
- Fix casing of scrollbarwidth [`9839741`](https://github.com/fomantic/Fomantic-UI/commit/9839741220cb03a8a57e0869c8d890ee7916647f)
|
4838
|
+
- Backports fix for dropdown headers in menus #2022 [`4e3fe4b`](https://github.com/fomantic/Fomantic-UI/commit/4e3fe4bf378b9e6e2469be87f84a1c6a1266e28d)
|
4839
|
+
- Experimenting with no zindex again [`7be3645`](https://github.com/fomantic/Fomantic-UI/commit/7be36454ab7044da3ba8edee3dc7dcd7b2bbd856)
|
4840
|
+
- Adjust selection padding [`2b54b0e`](https://github.com/fomantic/Fomantic-UI/commit/2b54b0ec1b0e096555e58913a310f1a73fe79b5e)
|
4841
|
+
- #2020 Fixes trim string method being called on non-string dropdown values [`7034230`](https://github.com/fomantic/Fomantic-UI/commit/703423013e7dfbad62c886cf2119e4f05fb9cbcf)
|
4842
|
+
- remove debug [`cc78b80`](https://github.com/fomantic/Fomantic-UI/commit/cc78b803a5a48f9cc4e7b61f36ca74f7ae2b127a)
|
4843
|
+
- Fix search button padding [`21d695c`](https://github.com/fomantic/Fomantic-UI/commit/21d695c46fee35b2f19f1c7c088ad8ddd6d441c0)
|
4844
|
+
- Extend sticky mutation observer wait period [`ff69bb8`](https://github.com/fomantic/Fomantic-UI/commit/ff69bb80ce69989856259fe0ecef0566e571f7b0)
|
4845
|
+
- #1927, remove transform from tnansition [`4862d43`](https://github.com/fomantic/Fomantic-UI/commit/4862d4369e5fe2ca14345e72c07f83eb85561471)
|
4846
|
+
- Adding missing event namespace in form validation [`97e8bf5`](https://github.com/fomantic/Fomantic-UI/commit/97e8bf5fdaf703b41c16175bb2771d1d5c9f9719)
|
4847
|
+
- Fix cenered inline loader [`0b8d71a`](https://github.com/fomantic/Fomantic-UI/commit/0b8d71aeae37dd7e3927bac2220fd6643b162691)
|
4848
|
+
- Fix missing selector in stretched grid [`0a651aa`](https://github.com/fomantic/Fomantic-UI/commit/0a651aaa9f2bf4972454fc1f1e80614f79b223ed)
|
4849
|
+
- Header uses border color [`6aee3be`](https://github.com/fomantic/Fomantic-UI/commit/6aee3becc97df8f189b97f69a654fe3398398d7c)
|
4850
|
+
- Icons no longer set height, better valign. [`777b802`](https://github.com/fomantic/Fomantic-UI/commit/777b8020ed1778d7ff6bd892b7ec3bb6c6de0508)
|
4851
|
+
- Adjust small computer page grid gutter [`5823e92`](https://github.com/fomantic/Fomantic-UI/commit/5823e926cc9f7d3daf3c82e49a38c5f27ab837fb)
|
4852
|
+
- Table default to top align [`b238c3e`](https://github.com/fomantic/Fomantic-UI/commit/b238c3e074b4e13de59eab1a0ad928c674a4dc34)
|
4853
|
+
- Update rlsnotes [`9bc43d2`](https://github.com/fomantic/Fomantic-UI/commit/9bc43d26d10610fd11e570d8533268aa29b90ec2)
|
4854
|
+
- Update performance log of site.js [`d8e256d`](https://github.com/fomantic/Fomantic-UI/commit/d8e256d5fdd7250588f91781629b9f67beaa2d54)
|
4855
|
+
- Simplify label margin [`6d54ff0`](https://github.com/fomantic/Fomantic-UI/commit/6d54ff0d6dac326f1ae8757bae488595b7fa3d04)
|
4856
|
+
- Fix label size inside header [`be2b5cd`](https://github.com/fomantic/Fomantic-UI/commit/be2b5cdfe172d4e10ba524e6a6b32f845b3ff96e)
|
4857
|
+
- Deprecating Slack [`0e4e687`](https://github.com/fomantic/Fomantic-UI/commit/0e4e687a99a87fade1f97dcc68a66f7e58a6bc50)
|
4858
|
+
- Add missing var [`6220673`](https://github.com/fomantic/Fomantic-UI/commit/622067393084f76fba5033284ee87ef74e590655)
|
4859
|
+
- Reset hide delay to 0 #1852 [`0fb55e2`](https://github.com/fomantic/Fomantic-UI/commit/0fb55e2bddc04b6a623c6bd25ec17024b10d791d)
|
4860
|
+
- Swap out this reference for in API [`6c80605`](https://github.com/fomantic/Fomantic-UI/commit/6c8060538a8e145358144c9f7836ab3be651edcd)
|
4861
|
+
- #1889 serializeForm produces unnecessary error [`d3b4315`](https://github.com/fomantic/Fomantic-UI/commit/d3b43154138a5bd697cd3011aad79d002562b41a)
|
4862
|
+
- Fix version tock [`9cecdf0`](https://github.com/fomantic/Fomantic-UI/commit/9cecdf06a876bd1eb3369f29b7790b4332561fa4)
|
4863
|
+
- Popup displays module on error [`7eb0302`](https://github.com/fomantic/Fomantic-UI/commit/7eb0302dba6d49e4b63197cb412186c7b1f1fe97)
|
4864
|
+
- Fix releasenotes link [`2c65133`](https://github.com/fomantic/Fomantic-UI/commit/2c651336bb6e6f1b660aeaaf93cf04c045ff1b33)
|
4865
|
+
- Missing comma in admin config #1607 [`27771e2`](https://github.com/fomantic/Fomantic-UI/commit/27771e216f58c11c6871c9de454187fcf0e3d5b9)
|
4866
|
+
- Tick version [`c85c032`](https://github.com/fomantic/Fomantic-UI/commit/c85c032fd27d443f36d6e29de8c01c81418ab18e)
|
4867
|
+
- Update rlsnotes #1844 [`f23748d`](https://github.com/fomantic/Fomantic-UI/commit/f23748de68d02115c2a2c935d7ff20380cdca5f4)
|
4868
|
+
- Update rlsnotes [`609c55c`](https://github.com/fomantic/Fomantic-UI/commit/609c55c408a6f32d868544127b34e7ad8fba0167)
|
4869
|
+
- Fix grid inside vertical segment [`782b61b`](https://github.com/fomantic/Fomantic-UI/commit/782b61b00771159ae8c3da2b962bda5880c8abcd)
|
4870
|
+
- #1845 fix package.json format for git url [`b53005f`](https://github.com/fomantic/Fomantic-UI/commit/b53005f9d059615fad3a4076c9e5f4a03aea8eaf)
|
4871
|
+
- #1845, move wrench to forked dep [`f8e4465`](https://github.com/fomantic/Fomantic-UI/commit/f8e4465e3c0fd5e743ea874ea149ba4a331832dd)
|
4872
|
+
- Update rlsnotes [`00166ee`](https://github.com/fomantic/Fomantic-UI/commit/00166ee6aee6b946246b998e4a3e0e4226b8617e)
|
4873
|
+
- Fix tiered menu sub menu border radius [`c4b99c1`](https://github.com/fomantic/Fomantic-UI/commit/c4b99c1e2fdc2646a9de41876e37c237aad9519e)
|
4874
|
+
- Update rlsnotes [`f69369e`](https://github.com/fomantic/Fomantic-UI/commit/f69369e32fcebd9bef2def0f14ba1c6ab9a0dda7)
|
4875
|
+
- #1607 missing theme.less from LESS repo [`6e6f6cd`](https://github.com/fomantic/Fomantic-UI/commit/6e6f6cd71c641ec6306d68c2c0202605b2bd0e53)
|
4876
|
+
- Fixes description redundancy #1607 [`d98656a`](https://github.com/fomantic/Fomantic-UI/commit/d98656a3c63d029ff5e05da4b7b61d32e9c5d9f4)
|
4877
|
+
- Update rlsnotes [`cff289a`](https://github.com/fomantic/Fomantic-UI/commit/cff289aad420adb39872eb6abc2485477312ad38)
|
4878
|
+
- Fix date [`6328b8d`](https://github.com/fomantic/Fomantic-UI/commit/6328b8d7d15f9be0fbc105dec92d648c390fc209)
|
4879
|
+
- Ignore oauth.js [`7716024`](https://github.com/fomantic/Fomantic-UI/commit/7716024ffa4a439bb6df6a7c4bb0f6a89472341d)
|
4880
|
+
- Update readme [`e0ffa2b`](https://github.com/fomantic/Fomantic-UI/commit/e0ffa2bfec25eb716d97a856c15ebcbf9a226ea6)
|
4639
4881
|
- Debugging installer [`0cc31d1`](https://github.com/fomantic/Fomantic-UI/commit/0cc31d1c0627d8ba2176f580c219aa99227e4d7b)
|
4640
4882
|
- Test fix [`2a556bb`](https://github.com/fomantic/Fomantic-UI/commit/2a556bb660ef063e014a2693ff05bb8139e7d529)
|
4641
4883
|
- Test upgrade path [`dc2fe9c`](https://github.com/fomantic/Fomantic-UI/commit/dc2fe9c13d661c016382f40a01b469d73df10de4)
|
@@ -4646,6 +4888,17 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4646
4888
|
- How many typos can one dev make? [`f61d34a`](https://github.com/fomantic/Fomantic-UI/commit/f61d34a7ae030ead85719577f8a53e2453448367)
|
4647
4889
|
- More typos in install [`29a1062`](https://github.com/fomantic/Fomantic-UI/commit/29a10624937493e230f110ebc0d302fe20f5853e)
|
4648
4890
|
- Updates burma flag, reduces flags png size [`5eb9aff`](https://github.com/fomantic/Fomantic-UI/commit/5eb9aff51f7b10ee0bc3bc88a42caa75422aa0a6)
|
4891
|
+
- Testing around [`3f18396`](https://github.com/fomantic/Fomantic-UI/commit/3f18396493c2b1dc330a13f68315548a0f3667de)
|
4892
|
+
- Version change [`f9b71d9`](https://github.com/fomantic/Fomantic-UI/commit/f9b71d970a1b47cddc9282c0c2c9e37db88ad81b)
|
4893
|
+
- Missing comma [`815effc`](https://github.com/fomantic/Fomantic-UI/commit/815effc123e1b19e0bf1d0e949a66901acb00dd8)
|
4894
|
+
- Fix tasks path in update [`098430f`](https://github.com/fomantic/Fomantic-UI/commit/098430f7ac5c55700f3ec564ab8ac8f21c3a7f1d)
|
4895
|
+
- Add update message [`cc09985`](https://github.com/fomantic/Fomantic-UI/commit/cc09985f8cceaa8ae2ac1ebf57f700777ebf1f28)
|
4896
|
+
- Testing update [`fc806c3`](https://github.com/fomantic/Fomantic-UI/commit/fc806c3dbe23d2e90d792a61ba3c4da031c173e7)
|
4897
|
+
- Update version [`8d3b3bb`](https://github.com/fomantic/Fomantic-UI/commit/8d3b3bb260bfde28f8fd5f35800d5f3eb86d7c37)
|
4898
|
+
- More debug [`3b7d554`](https://github.com/fomantic/Fomantic-UI/commit/3b7d554de6cd930a44a716d5b704690721b96e4b)
|
4899
|
+
- Remove debug [`a598273`](https://github.com/fomantic/Fomantic-UI/commit/a598273a8f85f11b790c80a105240ebb562d2587)
|
4900
|
+
- Test version bump [`83415b2`](https://github.com/fomantic/Fomantic-UI/commit/83415b27d935fd32910f04786df9a602657049d1)
|
4901
|
+
- #1771, specificity match [`37757ca`](https://github.com/fomantic/Fomantic-UI/commit/37757ca6355b29a65341fdd5e33418df9bcf3145)
|
4649
4902
|
- Testing [`49583b3`](https://github.com/fomantic/Fomantic-UI/commit/49583b3428f8927a02358e7104bc3ddc7adb99a5)
|
4650
4903
|
- Testing [`eb73ea2`](https://github.com/fomantic/Fomantic-UI/commit/eb73ea2c6ff253984886638dbacc696aa07634fd)
|
4651
4904
|
- Removes hook for debug [`9f8eded`](https://github.com/fomantic/Fomantic-UI/commit/9f8eded2a4eee39b1b02d1a885b6771fe0ba8e91)
|
@@ -4708,7 +4961,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4708
4961
|
- Fix admin flag set in example json! #2453 [`82d9c2d`](https://github.com/fomantic/Fomantic-UI/commit/82d9c2d9cfc43cbdcc42cab30c4e416e390ab37d)
|
4709
4962
|
- Fixed terrible bug where IE would refocus wrong element if focused element was hidden with transition. Caused dropdowns to re-open in IE on click [`6b18675`](https://github.com/fomantic/Fomantic-UI/commit/6b1867531f13f1dc6087a7636ff3567bf942e714)
|
4710
4963
|
- Remove border color animation to avoid transition on responsive sizing [`12540e1`](https://github.com/fomantic/Fomantic-UI/commit/12540e1351878e2bd32e41f0f912bd17eda71645)
|
4711
|
-
-
|
4964
|
+
- #2455 remove logging [`8f3adb4`](https://github.com/fomantic/Fomantic-UI/commit/8f3adb47bfa915454d17202cc579b58dc5a52754)
|
4712
4965
|
- #2445 add width: auto to input in dropdown. [`38300ed`](https://github.com/fomantic/Fomantic-UI/commit/38300edd19fe2114da93a52c0225d16416d4776f)
|
4713
4966
|
- Remove console log [`32a8344`](https://github.com/fomantic/Fomantic-UI/commit/32a8344288410a1b82974b2304860d8f4e07cbc4)
|
4714
4967
|
- remove console.log [`93baa5f`](https://github.com/fomantic/Fomantic-UI/commit/93baa5f165b3819711c8045ee6b5eafa69dbe986)
|
@@ -4744,7 +4997,30 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4744
4997
|
- Add container to install [`849e5fe`](https://github.com/fomantic/Fomantic-UI/commit/849e5fe4778d14308b8a8d0134d633ff60e4b915)
|
4745
4998
|
- Rlsnotes [`9115599`](https://github.com/fomantic/Fomantic-UI/commit/911559941ec20602aa426ae1f58f05e9f57f4e67)
|
4746
4999
|
- Increase divider spacing in breadcrumb [`eacab1c`](https://github.com/fomantic/Fomantic-UI/commit/eacab1c2cc33a2b6e837d942df7b1ce98ee8a89e)
|
5000
|
+
- Remove unused variables from input [`5a56b3e`](https://github.com/fomantic/Fomantic-UI/commit/5a56b3ec414aed9b7d402dba8c0f62f44c35ea34)
|
5001
|
+
- RLSNOTES [`f7f8319`](https://github.com/fomantic/Fomantic-UI/commit/f7f83191c466e0ef472bfaf1f59c5d6301f5315a)
|
5002
|
+
- RLSNOTES #2017 [`731e44d`](https://github.com/fomantic/Fomantic-UI/commit/731e44dd2b3124ceff24193bc0737f33067da6a1)
|
5003
|
+
- RLSNOTES #2012 [`6675886`](https://github.com/fomantic/Fomantic-UI/commit/66758868b951bcb3e2443c28efed3d8fb3fd8b8b)
|
5004
|
+
- #2012, Search should pass along debug to API [`b03c7d3`](https://github.com/fomantic/Fomantic-UI/commit/b03c7d3faf1cfec39067f93fa626411247747765)
|
5005
|
+
- Rlsnotes [`2b02d6c`](https://github.com/fomantic/Fomantic-UI/commit/2b02d6c1fe1e4f20dc9a2df2d567343d63a786bb)
|
5006
|
+
- Rlsnotes [`6cb49b0`](https://github.com/fomantic/Fomantic-UI/commit/6cb49b0b75da86504af451c49d74a85dc64c8bbf)
|
5007
|
+
- RLSNotes: [`36d91ff`](https://github.com/fomantic/Fomantic-UI/commit/36d91ff3a65eabea387f09a2a3856be465d575a9)
|
5008
|
+
- #1990 rlsnotes [`36613f5`](https://github.com/fomantic/Fomantic-UI/commit/36613f54609580517d5a2cc04d0d36d6059caeb4)
|
5009
|
+
- #1927 adds back in transform [`209db36`](https://github.com/fomantic/Fomantic-UI/commit/209db36bf20507dadc5d4a50d09f4ebbf7903a2e)
|
5010
|
+
- Disabled icon have pointer events again [`f6ba97a`](https://github.com/fomantic/Fomantic-UI/commit/f6ba97a3382c3b615176ce72a4822306dc28d883)
|
5011
|
+
- Update rlsnotes [`e5a2377`](https://github.com/fomantic/Fomantic-UI/commit/e5a2377c9c03730d65d57111268e135c973524d1)
|
5012
|
+
- Fixes issue with concat css moving import [`6b54c45`](https://github.com/fomantic/Fomantic-UI/commit/6b54c4559f881e0716c4dffd2db4e7aecaf9d2ec)
|
5013
|
+
- #1919 Fixes issue with minification [`b5a5d9c`](https://github.com/fomantic/Fomantic-UI/commit/b5a5d9cb6961246b0bbf111b33adf9a904355674)
|
5014
|
+
- Update rlsnotes [`9d5da0c`](https://github.com/fomantic/Fomantic-UI/commit/9d5da0c4b23310bcc0996534be9a41c6d66e78fc)
|
5015
|
+
- Update rlsnotes #1791 [`c942909`](https://github.com/fomantic/Fomantic-UI/commit/c9429097310de6f585904b92b350d467aa43f7d3)
|
5016
|
+
- Update rlsnotes [`e0e6422`](https://github.com/fomantic/Fomantic-UI/commit/e0e64226ae5a7a63953e3cf67e3a356198c3c61f)
|
5017
|
+
- Remove debug #1895 [`8260260`](https://github.com/fomantic/Fomantic-UI/commit/8260260f003275e14e627310a6c0f0a9d96dc130)
|
5018
|
+
- #1897 removes log [`a5052e4`](https://github.com/fomantic/Fomantic-UI/commit/a5052e4db68f91f9dd0b4c395921e908378fbcc2)
|
5019
|
+
- Update release notes #1845 [`a012db0`](https://github.com/fomantic/Fomantic-UI/commit/a012db000ce1f224585185b8b7b09b20bb0518d8)
|
5020
|
+
- Infer composer.json version from tags #1853 <https://getcomposer.org/doc/02-libraries.md#tags> [`a262f3b`](https://github.com/fomantic/Fomantic-UI/commit/a262f3bd72e0997393cab42c3c6727195046c349)
|
5021
|
+
- Update rlsnotes [`60a3bb0`](https://github.com/fomantic/Fomantic-UI/commit/60a3bb086113fd9c8f9e431bdd3618ab67f388e6)
|
4747
5022
|
- Remove debug [`2a91429`](https://github.com/fomantic/Fomantic-UI/commit/2a91429802b591b353ceda8c22ef069a707a226d)
|
5023
|
+
- I bet you can guess whats in this commit [`cbc0600`](https://github.com/fomantic/Fomantic-UI/commit/cbc06001dc94e16492031bcfe26485209dd8a7c9)
|
4748
5024
|
- More deps [`f80938e`](https://github.com/fomantic/Fomantic-UI/commit/f80938ef5b05cf0e176a8fc4442c3274b03c8f35)
|
4749
5025
|
- Remove hook [`4d11a1c`](https://github.com/fomantic/Fomantic-UI/commit/4d11a1cca8f27d8f8002dc4d27545b3360fe921c)
|
4750
5026
|
- #1698 Remove basic modal border radius [`ecc121f`](https://github.com/fomantic/Fomantic-UI/commit/ecc121fc1ff90e62701b43f78985c22c2c4db5df)
|
@@ -4783,25 +5059,19 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4783
5059
|
- Move contents back to src [`cf2673e`](https://github.com/fomantic/Fomantic-UI/commit/cf2673ebf66a329a199088a390c0bfd163134e34)
|
4784
5060
|
- Rebuild dist [`7ca439d`](https://github.com/fomantic/Fomantic-UI/commit/7ca439dcd381cb0e7583a3e494652a9b187c904b)
|
4785
5061
|
- Add dist to build [`2bce432`](https://github.com/fomantic/Fomantic-UI/commit/2bce4325d5ddaa2dafd89cb5ee86278944f008ef)
|
4786
|
-
- Adds many more dropdown examples [`4348911`](https://github.com/fomantic/Fomantic-UI/commit/4348911ff5af741a4b4e4f266227ab6e06f1a76f)
|
4787
5062
|
- Add back in examples [`77e0f83`](https://github.com/fomantic/Fomantic-UI/commit/77e0f83481891e2fa3a7f2c3635c0e4650fc1221)
|
4788
|
-
- Rebuild files [`eea211d`](https://github.com/fomantic/Fomantic-UI/commit/eea211d1c3dbda04b8fd230ca0a6f319ef84d308)
|
4789
5063
|
- Adds themed dimmer [`660aff6`](https://github.com/fomantic/Fomantic-UI/commit/660aff66f3be4bc9516ce89969be1eb342f3f53b)
|
4790
5064
|
- Adds mising files from build [`67ab010`](https://github.com/fomantic/Fomantic-UI/commit/67ab0101c5b773e16e6d96657a428337cf68ec1e)
|
4791
5065
|
- Attempting to fix some performance issues with sidebar [`0451463`](https://github.com/fomantic/Fomantic-UI/commit/0451463a84913b31d6dc4d7a7879c99027b07b42)
|
4792
5066
|
- Rebuild dist from latest changes [`4ca78a8`](https://github.com/fomantic/Fomantic-UI/commit/4ca78a842768a73eb2ea120fe6f459016d0c711b)
|
4793
5067
|
- Iteration on release tasks [`1054a4c`](https://github.com/fomantic/Fomantic-UI/commit/1054a4ca21424284dd372f068ac124f55515761f)
|
4794
|
-
- Fix issue with localization modal showing twice, update localization percentages. [`469666b`](https://github.com/fomantic/Fomantic-UI/commit/469666be07e356b4333c6b30e1c83f542a563617)
|
4795
|
-
- Deploying beta updates [`fdf47fe`](https://github.com/fomantic/Fomantic-UI/commit/fdf47fed12feca5faa07b327a7511b2de176b47b)
|
4796
5068
|
- Rebuild files for beta deploy [`37c6cab`](https://github.com/fomantic/Fomantic-UI/commit/37c6cab6e22d679172531d1682193e5d3e772ac5)
|
4797
|
-
- Rebuilds files for beta [`d162fa2`](https://github.com/fomantic/Fomantic-UI/commit/d162fa2086715bfd60048aa4d874375abbbd0bcc)
|
4798
5069
|
- Iteration on state and api docs [`8719779`](https://github.com/fomantic/Fomantic-UI/commit/8719779f00bde974a1a383294299aa6ebd839669)
|
4799
5070
|
- Rebuild for beta docs [`c3f8131`](https://github.com/fomantic/Fomantic-UI/commit/c3f81313588c2bd3f85365bb1e37b38d5c999c30)
|
4800
5071
|
- Rebuild for docs deploy [`a0c1f98`](https://github.com/fomantic/Fomantic-UI/commit/a0c1f98300af3d69fbbe956d625e226dc9648682)
|
4801
5072
|
- Update release notes and rebuild [`b06da25`](https://github.com/fomantic/Fomantic-UI/commit/b06da25f665fb2d15a7e4739137b6ffa0ff610a0)
|
4802
5073
|
- Adds themes for modal, and updates to modal structure [`dfe043f`](https://github.com/fomantic/Fomantic-UI/commit/dfe043f5c26e545025faa26846152c79a6709190)
|
4803
5074
|
- Rebuild for deploy [`6b9893c`](https://github.com/fomantic/Fomantic-UI/commit/6b9893c38368c7d5074572c3da420fce05345905)
|
4804
|
-
- Remove dependency on ACE editor, redo all code samples, redo code colors [`3024db0`](https://github.com/fomantic/Fomantic-UI/commit/3024db0b737ef62e68e2ba2c6ab7482865a3f9c2)
|
4805
5075
|
- Complete first iteration of site module [`1095937`](https://github.com/fomantic/Fomantic-UI/commit/1095937280780a51109c9bd5651bde4b5802b1b9)
|
4806
5076
|
- Update kitchen sink example [`573040a`](https://github.com/fomantic/Fomantic-UI/commit/573040a6281a1b25a9c808abb96c61db9aef2ad0)
|
4807
5077
|
- Finish porting of new FontAwessome [`b9e83b2`](https://github.com/fomantic/Fomantic-UI/commit/b9e83b2979f0d198407de29daabe3d4c5a8bc79b)
|
@@ -4815,33 +5085,24 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4815
5085
|
- Restructures site variables, fixes slider/toggle checkbox to not change with em (like radio and checkbox), adds several missing form variables [`0106cd3`](https://github.com/fomantic/Fomantic-UI/commit/0106cd3fb0978b9d40c5e7ea4dcfd8d83080f84f)
|
4816
5086
|
- Rebuilds project files [`5fce891`](https://github.com/fomantic/Fomantic-UI/commit/5fce891258f4704d4bfdf3507ab3efdfb3b082e9)
|
4817
5087
|
- Iteration on grid docs, and grid fixes [`a801642`](https://github.com/fomantic/Fomantic-UI/commit/a80164233acb5be96e0622020860f2dfd0da2582)
|
4818
|
-
- Adds more css reset themes, adds flag start docs, fixes piled segment for the zillionth time [`0e4d37b`](https://github.com/fomantic/Fomantic-UI/commit/0e4d37bd8f5dc95b68bbf733bec518fb1ad881e0)
|
4819
5088
|
- Rebuild dist [`e9a4b66`](https://github.com/fomantic/Fomantic-UI/commit/e9a4b6673e93ddd2911162bfc18af629585219b7)
|
4820
5089
|
- Continuing to debug issues with other UI elements when used inside 3d contexts [`10b5798`](https://github.com/fomantic/Fomantic-UI/commit/10b5798bc315cd4db8f2706081a099aa50096a0e)
|
4821
|
-
- Incomplete work [`d1ba07a`](https://github.com/fomantic/Fomantic-UI/commit/d1ba07aaf14b44d6810205de8490be245519a3c5)
|
4822
5090
|
- Working on tab performance, and rewrite to allow for multiple tab groups to use HTML5 state together. CSS Variables for transitions [`5d14059`](https://github.com/fomantic/Fomantic-UI/commit/5d14059e681d4de96240b195184aba9f0755b092)
|
4823
5091
|
- Revisions to message/segment shadows, fixes for emotive colors, especially headers on warning/info/etc [`d9aa41e`](https://github.com/fomantic/Fomantic-UI/commit/d9aa41ed3252ed6da52e65e7665b19e05f7e5e9e)
|
4824
5092
|
- Complete card theme, add basic view [`1c042e6`](https://github.com/fomantic/Fomantic-UI/commit/1c042e6f6fdd0094c61d4af876e811dd79c7ff1f)
|
4825
5093
|
- Fix inverted segments, block/attached header adjustments, fixes for responsive table headers [`0597663`](https://github.com/fomantic/Fomantic-UI/commit/059766396985e6fd230d84712e822eb49f7f55e8)
|
4826
5094
|
- Updates testing js [`7ce0e35`](https://github.com/fomantic/Fomantic-UI/commit/7ce0e353d937458936647a8027c95399caa527ed)
|
4827
5095
|
- Finishes rebuilding of packages [`82aa999`](https://github.com/fomantic/Fomantic-UI/commit/82aa9993381aa8da271a70e5cea1cd977f234532)
|
4828
|
-
- Rebuild files [`70c20f2`](https://github.com/fomantic/Fomantic-UI/commit/70c20f2f013ff29f7ac89b35987ce55df514e148)
|
4829
|
-
- Rebuild files [`367e97b`](https://github.com/fomantic/Fomantic-UI/commit/367e97bd2de6e67b5ae4fbf62f754a0e496fd35d)
|
4830
5096
|
- Rebuilds project [`088498c`](https://github.com/fomantic/Fomantic-UI/commit/088498cf36ce0ae0ba47ed3c3fee89c7289d3170)
|
4831
5097
|
- Rebuild some missing assets for docs [`4f0d563`](https://github.com/fomantic/Fomantic-UI/commit/4f0d563c7a8f90675d37a1abdaeebce8159dac67)
|
4832
5098
|
- Rebuild dist [`99edade`](https://github.com/fomantic/Fomantic-UI/commit/99edadec30772472d1d27e378ed394095d3886c7)
|
4833
5099
|
- Spruces up accordion styles, add chubby accordion theme, adds more accordion variables, spruces up docs sidebar menu [`d3dd994`](https://github.com/fomantic/Fomantic-UI/commit/d3dd994c9b79e5e39e921672c817446aaabb3f62)
|
4834
5100
|
- iteration on global site module [`9bda901`](https://github.com/fomantic/Fomantic-UI/commit/9bda901d5a2aeb600481106f4677abd2bad960b0)
|
4835
|
-
- Modify default button theme to be flat, add old theme as 'classic', fix centered popup offset, modify example styles [`23509d6`](https://github.com/fomantic/Fomantic-UI/commit/23509d650fa9a92bf51a6f04dee314e4b0ddaedf)
|
4836
|
-
- Rebuild files after branch merge [`e12aa99`](https://github.com/fomantic/Fomantic-UI/commit/e12aa99e24a18e63f267c094d0c156d48181ac2f)
|
4837
|
-
- Rebuild files [`947dce3`](https://github.com/fomantic/Fomantic-UI/commit/947dce3a090e4d86b0b28e831b3a2d0d2c687a36)
|
4838
|
-
- mend [`ebfca78`](https://github.com/fomantic/Fomantic-UI/commit/ebfca78e4b55ac241064c5028ced50298b5998ee)
|
4839
5101
|
- Fix contributor messages, fix icon spacing bug [`d86e66e`](https://github.com/fomantic/Fomantic-UI/commit/d86e66ec3c0e8d19b99d51e6a8ab8f0fb160e398)
|
4840
5102
|
- Rebuilds packaged files [`0cd1899`](https://github.com/fomantic/Fomantic-UI/commit/0cd1899b882405c3baa8080ed0a32f9c1d3670c8)
|
4841
5103
|
- Adds inverted buttons finally! Iteration on form and button [`969c2a6`](https://github.com/fomantic/Fomantic-UI/commit/969c2a691827bf92727b752808cfb03bfaa41a35)
|
4842
5104
|
- Form variable beginning [`9f8c8e3`](https://github.com/fomantic/Fomantic-UI/commit/9f8c8e3f6e64449d84cfa00044992efeaf7af26e)
|
4843
5105
|
- Adds flat button theme [`3e78389`](https://github.com/fomantic/Fomantic-UI/commit/3e7838941ee9a58680ccd1f11d1792e16133557e)
|
4844
|
-
- Rebuild files [`d84de60`](https://github.com/fomantic/Fomantic-UI/commit/d84de60120315f27ecce5c8fe65a91ab463ad54f)
|
4845
5106
|
- Finishing theming of messages, adds github and google message themes [`e66ce4d`](https://github.com/fomantic/Fomantic-UI/commit/e66ce4dcdc808a5f7850d7847964982c99c646da)
|
4846
5107
|
- UI Transiutions now forces display on element during animation with important to avoid inheritance issues. Rewrite of some more form variables [`869115b`](https://github.com/fomantic/Fomantic-UI/commit/869115b2068f665352a8f44181a64cbef6ca21af)
|
4847
5108
|
- Rebuild files [`6e8637f`](https://github.com/fomantic/Fomantic-UI/commit/6e8637f24e25b10d1e699e878dbdebec6f4889b6)
|
@@ -4876,7 +5137,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
4876
5137
|
- Migrates item view to card view, in preperation for a more generic card view, extends docs on cards [`989528a`](https://github.com/fomantic/Fomantic-UI/commit/989528af91093640a20da86bc6fa54016724e053)
|
4877
5138
|
- Rebuild files [`f38c58a`](https://github.com/fomantic/Fomantic-UI/commit/f38c58a6969b64d9f7593991f047804edba455e9)
|
4878
5139
|
- rebuild project, package.json is now using bleeding edge [`ff2f444`](https://github.com/fomantic/Fomantic-UI/commit/ff2f4447c054fd28d46e3a5181184645b017208d)
|
4879
|
-
- Rebuild files [`0c5bab1`](https://github.com/fomantic/Fomantic-UI/commit/0c5bab1ab43e3ed737d6941fd3294820d94c32e2)
|
4880
5140
|
- Themes nag [`a3e974e`](https://github.com/fomantic/Fomantic-UI/commit/a3e974e7c8898b79131e35bdf70a03893d5f785f)
|
4881
5141
|
- Rebuild and add comment theme [`b47b394`](https://github.com/fomantic/Fomantic-UI/commit/b47b3947d71a09e99645e910707129a516c6c653)
|
4882
5142
|
- Release 1.6.0 [`215368c`](https://github.com/fomantic/Fomantic-UI/commit/215368ccc7f38350b6f18535fa43cae1c3d35ce9)
|
@@ -5201,6 +5461,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
5201
5461
|
- Adds missing error message for unknown method call (behavior) [`3433381`](https://github.com/fomantic/Fomantic-UI/commit/3433381f5a54129ff7649d95643f498d1f104698)
|
5202
5462
|
- Update global emotive colors, fix segment attachment again [`88e53b1`](https://github.com/fomantic/Fomantic-UI/commit/88e53b1b8106bff7ca4ab06f58ab76694427dea6)
|
5203
5463
|
- Step: Adds vertical variation to step [`cd2a7d1`](https://github.com/fomantic/Fomantic-UI/commit/cd2a7d16962f8e19feddd32db46c7ca35febb2b4)
|
5464
|
+
- Updates semantic.config example to use latest version [`a6d5902`](https://github.com/fomantic/Fomantic-UI/commit/a6d59024e8b4ab1ba9ba6ffa9afe07c1ad024658)
|
5204
5465
|
- Vertical list sizes are now relative [`6339d6c`](https://github.com/fomantic/Fomantic-UI/commit/6339d6cd7e5ce99f5900c4d042cda6a73cebc3d5)
|
5205
5466
|
- Add new features for mobile sidebar, fix issues with gulpfile breaking on js changes [`58c50fd`](https://github.com/fomantic/Fomantic-UI/commit/58c50fdbc37e8f87f7af788434b1c9ffe6b4ca16)
|
5206
5467
|
- Fix issue with layering [`35f7a14`](https://github.com/fomantic/Fomantic-UI/commit/35f7a14ca6e45208ac56e22132f20a33fe67971b)
|
@@ -5390,7 +5651,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
5390
5651
|
- Slight formatting fixes table, fixes doubling grid spacing [`664e352`](https://github.com/fomantic/Fomantic-UI/commit/664e3522907f0a0cb1e8b43220244965ee9d7c50)
|
5391
5652
|
- Adds alt tag to search templates, fix for sticky menus in Safari [`261d86b`](https://github.com/fomantic/Fomantic-UI/commit/261d86bc79c01e7fd2f56f38461b19c9ba971b97)
|
5392
5653
|
- rtl hints updates [`c545fbe`](https://github.com/fomantic/Fomantic-UI/commit/c545fbe72025d60bffc4673e2b0ce14c2723ce01)
|
5393
|
-
- cleanup [`7b8621e`](https://github.com/fomantic/Fomantic-UI/commit/7b8621edcb862e424a5773715bf088f14d42527e)
|
5394
5654
|
- Modify use of $.proxy in sticky [`d5a32a0`](https://github.com/fomantic/Fomantic-UI/commit/d5a32a01915840ab00b9f30a1bd04e948023e11a)
|
5395
5655
|
- Alternate fix for #1587 Attached tabular menu [`26ac8fd`](https://github.com/fomantic/Fomantic-UI/commit/26ac8fda32cc2bc207dbf6b614d9d07db1e410f6)
|
5396
5656
|
- Rebuild dist [`a86b5de`](https://github.com/fomantic/Fomantic-UI/commit/a86b5de33a9ceeab08c455ac4bb92c7ad6057c69)
|
@@ -5813,7 +6073,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
5813
6073
|
- Fixes issue with module pattern setting/internal method [`72e2226`](https://github.com/fomantic/Fomantic-UI/commit/72e222626597d674319af187cb3fef3796f7eaef)
|
5814
6074
|
- Renames invoked response to returnedValue for clarity, fixes issue when non string values are returned in array [`032871e`](https://github.com/fomantic/Fomantic-UI/commit/032871e045649d4dad88c543264ae5af2d4f7b9b)
|
5815
6075
|
- Restyle of basic buttons to be more tactile [`5b0682d`](https://github.com/fomantic/Fomantic-UI/commit/5b0682d664e3f770e8679e82f6517b67a0ab952d)
|
5816
|
-
- Beginning to redo button with new variables [`57dd4e7`](https://github.com/fomantic/Fomantic-UI/commit/57dd4e77f8f1fbe14880508bfe2109ac1ab5eea4)
|
5817
6076
|
- Adds new sidebar types, variations, and proper animation queuing [`f97ef3c`](https://github.com/fomantic/Fomantic-UI/commit/f97ef3c7f4efcffb403cd21948a4386bd4368f82)
|
5818
6077
|
- build and version uptick [`fe8c88f`](https://github.com/fomantic/Fomantic-UI/commit/fe8c88f4c5e473c9e41d209093378d652f809d1b)
|
5819
6078
|
- updates release notes [`ff95241`](https://github.com/fomantic/Fomantic-UI/commit/ff95241a18578207392a9ae911a00a94175d2d81)
|
@@ -5893,10 +6152,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
5893
6152
|
- Missing node module updates, adds missing intro docs [`bb69c0e`](https://github.com/fomantic/Fomantic-UI/commit/bb69c0e8aafadf94f26867e6688ae55acbfcafe6)
|
5894
6153
|
- Build release [`a88cd7d`](https://github.com/fomantic/Fomantic-UI/commit/a88cd7d0e9bb86d403766fa7574ba88d959bc825)
|
5895
6154
|
- Adds build gruntfile [`d940440`](https://github.com/fomantic/Fomantic-UI/commit/d940440fdae4a8388bce3d9da26e3bd0929c1a8a)
|
6155
|
+
- Adds many more dropdown examples [`4348911`](https://github.com/fomantic/Fomantic-UI/commit/4348911ff5af741a4b4e4f266227ab6e06f1a76f)
|
5896
6156
|
- rebuilds release package with missing files from grunt bug [`4357fef`](https://github.com/fomantic/Fomantic-UI/commit/4357fef535d1ceea79f7272cba6cb5a748d25d4c)
|
6157
|
+
- Rebuild files [`eea211d`](https://github.com/fomantic/Fomantic-UI/commit/eea211d1c3dbda04b8fd230ca0a6f319ef84d308)
|
5897
6158
|
- fixes less files getting into wrong folders of grunt build, fixes text on variations page [`bed70aa`](https://github.com/fomantic/Fomantic-UI/commit/bed70aa84501318bdc068365876c8727a2201252)
|
5898
|
-
- Removes learn-semantic content from docs, redoes folder structure of project, adds grunt config [`1eefa16`](https://github.com/fomantic/Fomantic-UI/commit/1eefa169ff31b17bc6483b98b9c4229b411af6b7)
|
5899
6159
|
- Fixes merge conflict in segment docs, adds missing build files [`e6a4e7d`](https://github.com/fomantic/Fomantic-UI/commit/e6a4e7d47125315596f553bd5a7fb504967ce53b)
|
6160
|
+
- Removes learn-semantic content from docs, redoes folder structure of project, adds grunt config [`1eefa16`](https://github.com/fomantic/Fomantic-UI/commit/1eefa169ff31b17bc6483b98b9c4229b411af6b7)
|
5900
6161
|
- Fixes issue with uncompressed source appearing in minified build dir [`1839cc7`](https://github.com/fomantic/Fomantic-UI/commit/1839cc75797471a894a4db7cf2570f4c2a59b8e0)
|
5901
6162
|
- Missing updates from home lost during last sick week [`171f433`](https://github.com/fomantic/Fomantic-UI/commit/171f433ed3c19095c281563c4f811aa5832e713b)
|
5902
6163
|
- fixing issues with grunt not building due to ENOENT [`7d82653`](https://github.com/fomantic/Fomantic-UI/commit/7d82653d61925967220cd03d21c1d413632f2abe)
|
@@ -5905,9 +6166,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
5905
6166
|
- some build files missing 0.8.3 [`bcf5af0`](https://github.com/fomantic/Fomantic-UI/commit/bcf5af0064b97e30b5775476390dd9caf12d5bc5)
|
5906
6167
|
- Language on grid [`b80f5a9`](https://github.com/fomantic/Fomantic-UI/commit/b80f5a9e939dee3f8e0cb9667084d2dbf0fdf347)
|
5907
6168
|
- removes old files [`be6a9f8`](https://github.com/fomantic/Fomantic-UI/commit/be6a9f89b806c6d699d5f6052f3c942463a506a5)
|
6169
|
+
- Fix issue with localization modal showing twice, update localization percentages. [`469666b`](https://github.com/fomantic/Fomantic-UI/commit/469666be07e356b4333c6b30e1c83f542a563617)
|
5908
6170
|
- Adds justified to header, segment, grid [`ddaff60`](https://github.com/fomantic/Fomantic-UI/commit/ddaff6065d60849266bf3ee1c6673303a5c1e9ef)
|
5909
6171
|
- Removes docpaddb file [`a0eb2f3`](https://github.com/fomantic/Fomantic-UI/commit/a0eb2f30526337125dbd5118d7ff11c02470ab67)
|
5910
6172
|
- Adds node modules to gitignore too much issues [`f9b4e3b`](https://github.com/fomantic/Fomantic-UI/commit/f9b4e3b5d12a5e96f0d2af2883e100ba7bcc52a3)
|
6173
|
+
- Deploying beta updates [`fdf47fe`](https://github.com/fomantic/Fomantic-UI/commit/fdf47fed12feca5faa07b327a7511b2de176b47b)
|
5911
6174
|
- Removes completely broken components, adds release distro to build, adds [`01e39d8`](https://github.com/fomantic/Fomantic-UI/commit/01e39d8014edae0dcc38055b2804c18f5dfe3829)
|
5912
6175
|
- Updates all templates to use ECO instead of html. Adds partials for page [`c4b41e8`](https://github.com/fomantic/Fomantic-UI/commit/c4b41e8d9f4955be10feced1a04eed95af1948b4)
|
5913
6176
|
- Somehow lost all docs? Fixed. Revisions from buglist [`5a41a62`](https://github.com/fomantic/Fomantic-UI/commit/5a41a62c4455252081278a4fb8869e373942e1e3)
|
@@ -5929,6 +6192,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
5929
6192
|
- Updates tab module, example on homepage, fixes 404 [`e72b829`](https://github.com/fomantic/Fomantic-UI/commit/e72b829ba9729943200e624f02933be796d441c0)
|
5930
6193
|
- revisions from working on quirky platform [`3a31239`](https://github.com/fomantic/Fomantic-UI/commit/3a31239ca268e89678c1570dc0f25c705e0d188b)
|
5931
6194
|
- Update node [`10a80d8`](https://github.com/fomantic/Fomantic-UI/commit/10a80d852ac1b23dbfa8bd348d4e53dd88cde86c)
|
6195
|
+
- Changes from yesterday [`0983ee0`](https://github.com/fomantic/Fomantic-UI/commit/0983ee03b4b5012e901cc972e9ad81113f0f36bf)
|
5932
6196
|
- Removes quirky styles from sem-ui standard branch [`91941b5`](https://github.com/fomantic/Fomantic-UI/commit/91941b558561c5c871be09c86c1be075802a7e38)
|
5933
6197
|
- Adds new quirky content group, adds pagination variation of menu, adds changes to messages, buttons, new success style, toggle styl [`65ff5f4`](https://github.com/fomantic/Fomantic-UI/commit/65ff5f4eb09aa55679b848640e399d64de57ab77)
|
5934
6198
|
- missing changes to reveal from before break [`5e424c6`](https://github.com/fomantic/Fomantic-UI/commit/5e424c665f714cb41d7dd4db834cdcc58bc0a0b7)
|
@@ -5976,7 +6240,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
5976
6240
|
- fixes silly menu thing [`d812ff5`](https://github.com/fomantic/Fomantic-UI/commit/d812ff5a3fa25b94f72c6cffc6f3f341dec7b1f5)
|
5977
6241
|
- changing colors of positive and negative btns [`71fd496`](https://github.com/fomantic/Fomantic-UI/commit/71fd49608bf1beda9215eddfad6abbef09a3870a)
|
5978
6242
|
- text on grid [`4ea100b`](https://github.com/fomantic/Fomantic-UI/commit/4ea100bdda83453976a5b161c17a7e7992da8217)
|
5979
|
-
- default margins message [`8eb3f2c`](https://github.com/fomantic/Fomantic-UI/commit/8eb3f2c762444d7e61706e43577565762378d24c)
|
5980
6243
|
- removes bold headers [`ee660d3`](https://github.com/fomantic/Fomantic-UI/commit/ee660d3a4c933cddeb40ed6c529367ae86278dce)
|
5981
6244
|
- homepage language [`3589b4c`](https://github.com/fomantic/Fomantic-UI/commit/3589b4ccb7d622388a1f1aad8ca95b0547540eed)
|
5982
6245
|
- one last typo example fix to dividers [`5b48158`](https://github.com/fomantic/Fomantic-UI/commit/5b481583ea1d6fbc839d76d2f3996098455e77c3)
|
@@ -5991,8 +6254,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
5991
6254
|
- adds sketchy icons in proper way to semantic [`6142a52`](https://github.com/fomantic/Fomantic-UI/commit/6142a52a4a15116d8b6a5a8e1af2941738f607a7)
|
5992
6255
|
- Fixes issue with accidental submodule [`58d39d2`](https://github.com/fomantic/Fomantic-UI/commit/58d39d258a2b31c9accc604afbc8a61794c5b12e)
|
5993
6256
|
- grunt -- update and add bower and watch. [`4995a68`](https://github.com/fomantic/Fomantic-UI/commit/4995a687612037468325bd16ce041401a95dff80)
|
5994
|
-
- Finishes grunt config, sets up less config, makes everything super pretty, adds grunt tasks [`5fe4310`](https://github.com/fomantic/Fomantic-UI/commit/5fe4310126fa96b86010eebcbc22668b686894c6)
|
5995
6257
|
- removes redundant flat directory from bower/node component, and from src folder. adds boilerplate folder for future boilerplate code [`e8432f3`](https://github.com/fomantic/Fomantic-UI/commit/e8432f3841586de4f92bdb75806ad1ec3f5445a5)
|
6258
|
+
- Finishes grunt config, sets up less config, makes everything super pretty, adds grunt tasks [`5fe4310`](https://github.com/fomantic/Fomantic-UI/commit/5fe4310126fa96b86010eebcbc22668b686894c6)
|
5996
6259
|
- structure -- include semantic bower package in docs. [`be91265`](https://github.com/fomantic/Fomantic-UI/commit/be912653bf015def4da657296980b8a901eed457)
|
5997
6260
|
- fix accidental merge of orphaned docs branch [`3ef3295`](https://github.com/fomantic/Fomantic-UI/commit/3ef3295247e98af663f1e3660f32bb31dc35670d)
|
5998
6261
|
- 902e63b Merge branch 'master' of github.com:quirkyinc/semantic [`f7ae6ae`](https://github.com/fomantic/Fomantic-UI/commit/f7ae6ae7a0d3734916ddedd72d8b98a750fbb5cb)
|
@@ -6015,6 +6278,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6015
6278
|
- missed committing some files [`d38d5eb`](https://github.com/fomantic/Fomantic-UI/commit/d38d5ebc66f75ef7a79b909551acb6e3abd52f85)
|
6016
6279
|
- Hey we got it all working again! [`ae60b15`](https://github.com/fomantic/Fomantic-UI/commit/ae60b15302733ff96efa3668c925ae5421196e6b)
|
6017
6280
|
- Modifies structure of package include [`7d4fdbe`](https://github.com/fomantic/Fomantic-UI/commit/7d4fdbe66384449a8952351d3654d43f9762c75b)
|
6281
|
+
- Adds new style directory: "shaded", old site style is now classic. the idea is, to have same UI as flat but with subtle shading and box shadow, basically a really simple fork. [`64c131f`](https://github.com/fomantic/Fomantic-UI/commit/64c131f731b1e441e099f2db6993ac173c490976)
|
6018
6282
|
- fixing the folder structure for docpad [`80863a8`](https://github.com/fomantic/Fomantic-UI/commit/80863a8aa9c0cf88f326cd966341156c90bbdd9f)
|
6019
6283
|
- regenerating [`208b235`](https://github.com/fomantic/Fomantic-UI/commit/208b23571c83b085e3d2188dfda72cf16953c415)
|
6020
6284
|
- Adds new styles and documentation for generic item view [`e5b847c`](https://github.com/fomantic/Fomantic-UI/commit/e5b847cb00651997aae167a54f4a24c75172b8f7)
|
@@ -6036,7 +6300,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6036
6300
|
- Adds comment view [`15dca67`](https://github.com/fomantic/Fomantic-UI/commit/15dca673e8d42a47191c0f6d6c2a69ef042bb5c0)
|
6037
6301
|
- Beginning comment view, fixes to message colors [`912960c`](https://github.com/fomantic/Fomantic-UI/commit/912960c5c3adbac45943452a3e5f7e9992beac3c)
|
6038
6302
|
- fixes OR to be em based, adds some variations to grid [`7d7e040`](https://github.com/fomantic/Fomantic-UI/commit/7d7e04000a0f4d845c43bf36eca929e34c07dee2)
|
6039
|
-
- added first pass at dropdowns, modified forms to include new styles [`90687e5`](https://github.com/fomantic/Fomantic-UI/commit/90687e527869283b714383afc68b99cd72ca1818)
|
6040
6303
|
- Renames UI Block to message to be more explicit` [`87a8221`](https://github.com/fomantic/Fomantic-UI/commit/87a8221073c79725ec9ef05dd225d9d8a6e11998)
|
6041
6304
|
- iteration on feed, menu fixes for icons [`fc265d0`](https://github.com/fomantic/Fomantic-UI/commit/fc265d0dc194c7616c129e650a027f0f8f68a067)
|
6042
6305
|
- headers: working on new header styles [`d2d4831`](https://github.com/fomantic/Fomantic-UI/commit/d2d483163749d6acb2259d8c00cbdee2922df1c0)
|
@@ -6160,11 +6423,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6160
6423
|
- Fixes modulename in some modules, adds new font awesome icon port, removes down class from menus, fixes input positionining again, adds new coupling for tabular menu with attached segments, fixes attached tabular segment formatting [`49a8609`](https://github.com/fomantic/Fomantic-UI/commit/49a8609f65e454dcbaf6f0fd2d94f75b88a25dff)
|
6161
6424
|
- Adds missing build files [`cf904d2`](https://github.com/fomantic/Fomantic-UI/commit/cf904d2618e333e4c30a0b1097fe62d85b3aa89a)
|
6162
6425
|
- src [`619bee1`](https://github.com/fomantic/Fomantic-UI/commit/619bee1fa41ce26a6b5e21502735b08d97aa18a1)
|
6426
|
+
- Rebuilds files for beta [`d162fa2`](https://github.com/fomantic/Fomantic-UI/commit/d162fa2086715bfd60048aa4d874375abbbd0bcc)
|
6163
6427
|
- Builds latest version [`b2f6a08`](https://github.com/fomantic/Fomantic-UI/commit/b2f6a08af3586e654c073084d217dbd3974d8c2e)
|
6164
6428
|
- Version uptick and rebuild [`e563826`](https://github.com/fomantic/Fomantic-UI/commit/e5638265927bf385dfec7b294ad3669f2725709c)
|
6165
6429
|
- adds a couple new log lines for modal [`4d9dc3f`](https://github.com/fomantic/Fomantic-UI/commit/4d9dc3f264cabda9d9c3385123b97b8490faf0ff)
|
6430
|
+
- Remove dependency on ACE editor, redo all code samples, redo code colors [`3024db0`](https://github.com/fomantic/Fomantic-UI/commit/3024db0b737ef62e68e2ba2c6ab7482865a3f9c2)
|
6166
6431
|
- Renames behavior dir to plural [`7b6f73c`](https://github.com/fomantic/Fomantic-UI/commit/7b6f73cc449a7dcbba11403a36b0f6e176dca681)
|
6167
|
-
- Adds new style directory: "shaded", old site style is now classic. the idea is, to have same UI as flat but with subtle shading and box shadow, basically a really simple fork. [`64c131f`](https://github.com/fomantic/Fomantic-UI/commit/64c131f731b1e441e099f2db6993ac173c490976)
|
6168
6432
|
- Beginning to write alternative themes to menus [`640355c`](https://github.com/fomantic/Fomantic-UI/commit/640355c61039f74de8ef83088717e8948f990466)
|
6169
6433
|
- Fixes performance logging in several modules. Fixes some consistency issues in dropdown [`6d92d72`](https://github.com/fomantic/Fomantic-UI/commit/6d92d728d9d8bcf2cdb79eb0258623b77e0e5b05)
|
6170
6434
|
- attempting code restructuring [`c359d4d`](https://github.com/fomantic/Fomantic-UI/commit/c359d4d30eed28b7d18f1587c6e44efa6031568c)
|
@@ -6194,24 +6458,33 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6194
6458
|
- updates comment banners to be consistent across project [`a159535`](https://github.com/fomantic/Fomantic-UI/commit/a159535bf1d7735e67b5bf4edc1ba5e4aeb24585)
|
6195
6459
|
- Rebuilds src [`1387bfa`](https://github.com/fomantic/Fomantic-UI/commit/1387bfab7c655151e0677d8ff2914c49220f9b17)
|
6196
6460
|
- Holy calamity animations up the wazoo. Integrating transitions lib into [`ed6c935`](https://github.com/fomantic/Fomantic-UI/commit/ed6c93518dd004d2999cbf4e1de1981fe881703e)
|
6461
|
+
- Adds more css reset themes, adds flag start docs, fixes piled segment for the zillionth time [`0e4d37b`](https://github.com/fomantic/Fomantic-UI/commit/0e4d37bd8f5dc95b68bbf733bec518fb1ad881e0)
|
6197
6462
|
- Adds first docs for modal, adds revisions to modal and dimmer [`294fa68`](https://github.com/fomantic/Fomantic-UI/commit/294fa68f83690070f63b9710e591d7cf5a2ea61a)
|
6463
|
+
- Incomplete work [`d1ba07a`](https://github.com/fomantic/Fomantic-UI/commit/d1ba07aaf14b44d6810205de8490be245519a3c5)
|
6198
6464
|
- adds inline form validation, default validation types, validation on input change [`b41d6d9`](https://github.com/fomantic/Fomantic-UI/commit/b41d6d96f4d24c037520500fceaeac13fda7ec44)
|
6199
6465
|
- Start coding simple dimmer [`eb9fe18`](https://github.com/fomantic/Fomantic-UI/commit/eb9fe1815d17226aea839377add958278fc555da)
|
6200
6466
|
- Updates release notes and creates release package [`364625f`](https://github.com/fomantic/Fomantic-UI/commit/364625f91f0c8e295b9f26e7f9fed0f438928cf0)
|
6467
|
+
- Rebuild files [`70c20f2`](https://github.com/fomantic/Fomantic-UI/commit/70c20f2f013ff29f7ac89b35987ce55df514e148)
|
6201
6468
|
- updates build files [`b8755b0`](https://github.com/fomantic/Fomantic-UI/commit/b8755b0735f89f907bd41e55b3d5cb43a107e2df)
|
6469
|
+
- Rebuild files [`367e97b`](https://github.com/fomantic/Fomantic-UI/commit/367e97bd2de6e67b5ae4fbf62f754a0e496fd35d)
|
6202
6470
|
- origami: origami is now SHAPE. Working on new button styles to match new GE page. Added doc page. Working on default doc styling for 'semantic' [`cca7fdd`](https://github.com/fomantic/Fomantic-UI/commit/cca7fddd96a91277d862f2bf4324e2d4d3a9544f)
|
6203
6471
|
- Iterating on module design pattern. Fixes to performance logging. Much work on dimmer class, new thoughts on fusion of dimmer and modal [`a4332c6`](https://github.com/fomantic/Fomantic-UI/commit/a4332c6095ac0e3576e73098a886210a7608b799)
|
6204
6472
|
- Builds packages with new themes [`4cb05d0`](https://github.com/fomantic/Fomantic-UI/commit/4cb05d0b29a6f8283b308255619e3f84250ef8f2)
|
6205
6473
|
- Adds missing files to src [`0ad6a4f`](https://github.com/fomantic/Fomantic-UI/commit/0ad6a4f0ecd9864cf982210768a6c18ff90c0f8c)
|
6474
|
+
- Modify default button theme to be flat, add old theme as 'classic', fix centered popup offset, modify example styles [`23509d6`](https://github.com/fomantic/Fomantic-UI/commit/23509d650fa9a92bf51a6f04dee314e4b0ddaedf)
|
6475
|
+
- Rebuild files after branch merge [`e12aa99`](https://github.com/fomantic/Fomantic-UI/commit/e12aa99e24a18e63f267c094d0c156d48181ac2f)
|
6476
|
+
- Rebuild files [`947dce3`](https://github.com/fomantic/Fomantic-UI/commit/947dce3a090e4d86b0b28e831b3a2d0d2c687a36)
|
6206
6477
|
- Iteration on sidebar and other fixes [`745232d`](https://github.com/fomantic/Fomantic-UI/commit/745232d626964aa5a39bdb36c9bd7156985e7dc0)
|
6207
6478
|
- Restructures theming folder to be more structured, renames user themes site theme. Fixes up semantic.config to only give example config with instructions to avoid overrwrite on update [`527dfe0`](https://github.com/fomantic/Fomantic-UI/commit/527dfe0202607ddc70197f175af226a417d21c6b)
|
6208
6479
|
- Modifications to grid, addition of new container class. Variable fixes [`a18186b`](https://github.com/fomantic/Fomantic-UI/commit/a18186b57c38458bd0cdfcc5ada7eb09766bd415)
|
6480
|
+
- mend [`ebfca78`](https://github.com/fomantic/Fomantic-UI/commit/ebfca78e4b55ac241064c5028ced50298b5998ee)
|
6209
6481
|
- First version of dimmer added [`1415a1a`](https://github.com/fomantic/Fomantic-UI/commit/1415a1a1bd7fff32cb6c3fb4fe14144d705a0af6)
|
6210
6482
|
- Builds version 0.13.0 updates release notes [`3f7e69d`](https://github.com/fomantic/Fomantic-UI/commit/3f7e69de765e045a198abb285a6e44bc29157ce8)
|
6211
6483
|
- removes undocumented error state for buttons, adds in draft components [`0be2499`](https://github.com/fomantic/Fomantic-UI/commit/0be249972d16701473a0ad8a200412eb8cab24fd)
|
6212
6484
|
- Adds first draft of sidebar (blind coded) [`242f661`](https://github.com/fomantic/Fomantic-UI/commit/242f6617dd17c31f6f99c1331a975da2f0b322e3)
|
6213
6485
|
- This is the time where i need to go to bed` [`82746f9`](https://github.com/fomantic/Fomantic-UI/commit/82746f90c9fe1ac8c03aedb2d484e5f4c2701761)
|
6214
6486
|
- updates version number and creates release [`b80b438`](https://github.com/fomantic/Fomantic-UI/commit/b80b43893fe15720764d1e57a62afa9afeb71059)
|
6487
|
+
- Rebuild files [`d84de60`](https://github.com/fomantic/Fomantic-UI/commit/d84de60120315f27ecce5c8fe65a91ab463ad54f)
|
6215
6488
|
- Fix homepage menu [`5c18db1`](https://github.com/fomantic/Fomantic-UI/commit/5c18db157242f7b168182e17edb3da425fc4b81d)
|
6216
6489
|
- rebuilds assets [`6d319b3`](https://github.com/fomantic/Fomantic-UI/commit/6d319b3925fe159c1bc182cc9b43d2ff2c910a31)
|
6217
6490
|
- Rebuild files [`ba1f8b0`](https://github.com/fomantic/Fomantic-UI/commit/ba1f8b060d49fa67842169482e815d6383adf8c4)
|
@@ -6254,10 +6527,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6254
6527
|
- builds package [`d8aaf50`](https://github.com/fomantic/Fomantic-UI/commit/d8aaf5059e05d0c8ad7dcda9abce3cfa8178d439)
|
6255
6528
|
- Initial write of progress module [`07ea079`](https://github.com/fomantic/Fomantic-UI/commit/07ea079fb54bac99a49ced8e3ecbe50d0f29fa96)
|
6256
6529
|
- Iterating on homepage [`bb1be57`](https://github.com/fomantic/Fomantic-UI/commit/bb1be57d6fef0a4990e5fe290241d244a479d56d)
|
6257
|
-
- Changes from yesterday [`0983ee0`](https://github.com/fomantic/Fomantic-UI/commit/0983ee03b4b5012e901cc972e9ad81113f0f36bf)
|
6258
6530
|
- Adds first working pass of dropdown js [`f932da4`](https://github.com/fomantic/Fomantic-UI/commit/f932da4f08b16ac07bb89ae4029bca8cf4ad66fd)
|
6259
6531
|
- adds pointing style to dropdown menu, fixes issue with vertical min height in menu [`bb16f2b`](https://github.com/fomantic/Fomantic-UI/commit/bb16f2b77ce64a8d25e4ffd9b315bf44a0ca5786)
|
6260
6532
|
- Near complete with theming structure [`19e1e81`](https://github.com/fomantic/Fomantic-UI/commit/19e1e817625965996af1c34f03d6db2a4886b20b)
|
6533
|
+
- Rebuild files [`0c5bab1`](https://github.com/fomantic/Fomantic-UI/commit/0c5bab1ab43e3ed737d6941fd3294820d94c32e2)
|
6261
6534
|
- Rebuild for beta docs [`48cc788`](https://github.com/fomantic/Fomantic-UI/commit/48cc78884ae946217a8c7145651c8683e7925e5c)
|
6262
6535
|
- Fixes some error messages in API, updates from branch [`fb97f98`](https://github.com/fomantic/Fomantic-UI/commit/fb97f984917efd3bea78c0b988b5d432436b72d6)
|
6263
6536
|
- Updates docs to include new tab layout, adds sortable tables [`52f1a87`](https://github.com/fomantic/Fomantic-UI/commit/52f1a87114abad01065ba111542f9470aa72b845)
|
@@ -6319,6 +6592,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6319
6592
|
- finishing up dropdown module [`5a4e295`](https://github.com/fomantic/Fomantic-UI/commit/5a4e2954d4332ff7286f0acc87b08db492056ad1)
|
6320
6593
|
- Complete rewrite of dropdown to support searchable dropdown, optimizations, better scroll selection, easier to fix tab index [`f56d415`](https://github.com/fomantic/Fomantic-UI/commit/f56d41575ab01b20869c0cba0fb3890fa5260d39)
|
6321
6594
|
- Bunch of new doc writing [`c6c5040`](https://github.com/fomantic/Fomantic-UI/commit/c6c5040315f85d93866cf6ea6b09ce08f521795e)
|
6595
|
+
- added first pass at dropdowns, modified forms to include new styles [`90687e5`](https://github.com/fomantic/Fomantic-UI/commit/90687e527869283b714383afc68b99cd72ca1818)
|
6322
6596
|
- adds fixes to inline validation [`74335dc`](https://github.com/fomantic/Fomantic-UI/commit/74335dc4e32e7858dd942347c43461e8eca29dad)
|
6323
6597
|
- continues to make modules conform to design pattern [`f48e3c8`](https://github.com/fomantic/Fomantic-UI/commit/f48e3c851f9d888c4e7847f5ffdf9525e17ee9fd)
|
6324
6598
|
- Fixes to headers, redoing colored headers to divide below, fixes to [`739e1cb`](https://github.com/fomantic/Fomantic-UI/commit/739e1cbffc42699f2f7851e82f9b339ac6c13e21)
|
@@ -6458,6 +6732,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6458
6732
|
- Fixes rating example [`efc073e`](https://github.com/fomantic/Fomantic-UI/commit/efc073e9764e909a5e2597173fb1af015afb9e72)
|
6459
6733
|
- table: formatting table for flat [`f93cf13`](https://github.com/fomantic/Fomantic-UI/commit/f93cf131f011fe2ca9dfbd2ca4dec301c386e140)
|
6460
6734
|
- Add ability for accordions to open element from jq object and not just integer index, adds flat theme for forms, breaks out several form variables into new variables [`3bc0131`](https://github.com/fomantic/Fomantic-UI/commit/3bc0131d2854b1ce86ab1cd303721923efdc4c74)
|
6735
|
+
- Beginning to redo button with new variables [`57dd4e7`](https://github.com/fomantic/Fomantic-UI/commit/57dd4e77f8f1fbe14880508bfe2109ac1ab5eea4)
|
6461
6736
|
- Big upgrades to checkbox, attach events, read-only, disabled, dom mutations [`2448b1f`](https://github.com/fomantic/Fomantic-UI/commit/2448b1f45a571a307d406f4196f94902101b17e6)
|
6462
6737
|
- Rebuilds files for beta docs [`9c0bbda`](https://github.com/fomantic/Fomantic-UI/commit/9c0bbda58ef0d027251ea4cc444b6ff8482db621)
|
6463
6738
|
- Remove tertiary colors, update dropdown vars [`8a54c1e`](https://github.com/fomantic/Fomantic-UI/commit/8a54c1ebb93852e6ff4788a1cb5baa1c23c421dd)
|
@@ -6659,7 +6934,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6659
6934
|
- updates formatting of form validation docs, modifies definition table to not use outer border [`5548d35`](https://github.com/fomantic/Fomantic-UI/commit/5548d3592ace1fc5b1fac43230677287d6d8b255)
|
6660
6935
|
- tweaks to corner labels [`6a21d09`](https://github.com/fomantic/Fomantic-UI/commit/6a21d09cb439e04ba7b7b1cf82f461b9eda4a4f0)
|
6661
6936
|
- Fixes regex matching on css variables [`1357ccf`](https://github.com/fomantic/Fomantic-UI/commit/1357ccf882ea8c1fd30345299b1a01641aa22999)
|
6662
|
-
- Updates semantic.config example to use latest version [`a6d5902`](https://github.com/fomantic/Fomantic-UI/commit/a6d59024e8b4ab1ba9ba6ffa9afe07c1ad024658)
|
6663
6937
|
- menu, last checkin then hitting hay for real [`ecf8ac0`](https://github.com/fomantic/Fomantic-UI/commit/ecf8ac0ada815f1e9ab58bfc40218a8b281a3bae)
|
6664
6938
|
- Adds internally celled grid, adds fixes for divided, and equal height, adds fixes for doubling divided/celled [`3b617b4`](https://github.com/fomantic/Fomantic-UI/commit/3b617b40f835dfb097885bfd69b16178a23744d9)
|
6665
6939
|
- Working on solve for IE11 dropdown issues, adding test case [`d772cd8`](https://github.com/fomantic/Fomantic-UI/commit/d772cd85c4400f04e8091805f04de32d8efa98af)
|
@@ -7030,6 +7304,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
7030
7304
|
- updates formatting slightly in global vars [`cb6753a`](https://github.com/fomantic/Fomantic-UI/commit/cb6753a8e2224c127b56320cc77a62b7b8de9ece)
|
7031
7305
|
- Fixes regression with checkbox issue #154 [`3fb5741`](https://github.com/fomantic/Fomantic-UI/commit/3fb57418bcc90f3bd1eee048cd23d975a8a5a523)
|
7032
7306
|
- removes loading icon, css spinner is too imprecise [`e6250ef`](https://github.com/fomantic/Fomantic-UI/commit/e6250ef964303586542dd308be6a39eff6868d8e)
|
7307
|
+
- default margins message [`8eb3f2c`](https://github.com/fomantic/Fomantic-UI/commit/8eb3f2c762444d7e61706e43577565762378d24c)
|
7033
7308
|
- Fixes layout regression in accordion [`605b036`](https://github.com/fomantic/Fomantic-UI/commit/605b03667321f00f471813e35f34058dc5275106)
|
7034
7309
|
- Fixes progress example init [`346d29c`](https://github.com/fomantic/Fomantic-UI/commit/346d29c1cd40fcc0aa431da51ad8c7ada0881c00)
|
7035
7310
|
- Fix issue with destroy in visibility [`ad7f3f6`](https://github.com/fomantic/Fomantic-UI/commit/ad7f3f662f378b7bb07179b3ba26e766b53f3913)
|