Skip to content

Commit 789d020

Browse files
committed
Build 2.3.1
1 parent 4566b50 commit 789d020

134 files changed

Lines changed: 8966 additions & 6864 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

RELEASE-NOTES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
### Version 2.3.1 - Mar 18, 2018
44

5+
**Note on Flex Modals**
6+
There will be an update shortly to resolve issues related to flex modals when using multiple modals and `detachable: false`, in order to not hold up this release, we've decided to move forward without a general solve.
7+
8+
A general solution will most likely require branching code for IE11 which will disable flex (as IE11 doesnt correctly implement the latest spec for [absolute positioned flex containers](https://developers.google.com/web/updates/2016/06/absolute-positioned-children)).
9+
510
**Critical Bugs**
611
- **Dropdown** - Fixed issue in `2.3.0` that could cause multiselect dropdowns initialized by converting `<select>` to not add initial selected options. #6123
7-
- **Search** - Fixes using category search with `fullTextSearch: 'exact'` returning duplicate results #6223 #6221 @Thanks @prudho
12+
- **Search** - Fixes using category search with `fullTextSearch: 'exact'` **@Thanks @prudho** returning duplicate results #6223 #6221
813
- **Icon** - Fixes `centered` and `bordered` icons appearing incorrectly with FA5 **Thanks @w96k** #6192
914
- **Icons** - Fixes missing aliases/incorrect icons from Font Awesome 5 port in `2.3.0` **Thanks hammy2899** #6181 #6175 #6176 #6174 #6175
1015
- **Icons** - Fixed issue where `link icon` were appearing incorrectly due to changes in icons #6180

dist/components/accordion.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.0 - Accordion
2+
* # Semantic UI 2.3.1 - Accordion
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

dist/components/accordion.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.0 - Accordion
2+
* # Semantic UI 2.3.1 - Accordion
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -10,7 +10,7 @@
1010

1111
;(function ($, window, document, undefined) {
1212

13-
"use strict";
13+
'use strict';
1414

1515
window = (typeof window != 'undefined' && window.Math == Math)
1616
? window

dist/components/accordion.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/ad.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.0 - Ad
2+
* # Semantic UI 2.3.1 - Ad
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

dist/components/ad.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/api.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.0 - API
2+
* # Semantic UI 2.3.1 - API
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -10,7 +10,7 @@
1010

1111
;(function ($, window, document, undefined) {
1212

13-
"use strict";
13+
'use strict';
1414

1515
var
1616
window = (typeof window != 'undefined' && window.Math == Math)

dist/components/breadcrumb.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.0 - Breadcrumb
2+
* # Semantic UI 2.3.1 - Breadcrumb
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

dist/components/breadcrumb.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.0 - Button
2+
* # Semantic UI 2.3.1 - Button
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

0 commit comments

Comments
 (0)