Skip to content

Commit 33edfc5

Browse files
committed
Merge branch 'next' of github.com:Semantic-Org/Semantic-UI
2 parents ee7f5d4 + 789d020 commit 33edfc5

186 files changed

Lines changed: 14534 additions & 9270 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.

.github/ISSUE_TEMPLATE.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
Chat - https://gitter.im/Semantic-Org/Semantic-UI
44
SO - https://stackoverflow.com/questions/tagged/semantic-ui?sort=votes
55

6+
✔ Enhancements → Be specific. Assume backwards compatibility is a necessity. Suggest implementation when possible.
7+
✔ BUGS → ❤❤❤. Keep in mind some bugs may not be immediately fixable due to backwards compatibility or CSS limitations.
68

7-
✔ BUGS → This form is required:
8-
✔ Enhancements → Only specific enhancements with detailed descriptions.
9-
10-
### Issue Titles
9+
### Title (Put in field above)
1110
Use the format: [Component] Component Should Do X
12-
13-
For example: [Checkbox] onChange Should Fire when update triggered via DOM
11+
i.e. [Checkbox] onChange Should Fire When Update Triggered via DOM
1412

1513
### Steps
1614

RELEASE-NOTES.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,37 @@
11
## RELEASE NOTES
22

3-
### Version 2.3.1 - Feb 23, 2018
3+
### Version 2.3.1 - Mar 18, 2018
4+
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+
10+
**Critical Bugs**
11+
- **Dropdown** - Fixed issue in `2.3.0` that could cause multiselect dropdowns initialized by converting `<select>` to not add initial selected options. #6123
12+
- **Search** - Fixes using category search with `fullTextSearch: 'exact'` **@Thanks @prudho** returning duplicate results #6223 #6221
13+
- **Icon** - Fixes `centered` and `bordered` icons appearing incorrectly with FA5 **Thanks @w96k** #6192
14+
- **Icons** - Fixes missing aliases/incorrect icons from Font Awesome 5 port in `2.3.0` **Thanks hammy2899** #6181 #6175 #6176 #6174 #6175
15+
- **Icons** - Fixed issue where `link icon` were appearing incorrectly due to changes in icons #6180
16+
17+
**Enhancements**
18+
- **Search** - Adds disabled variation **Thanks @prudho** #6225
19+
- **Form Validation** - Form can now return their validation prompt dynamically based on their current value. **Thanks @xDaizu** #6016 #3864
420

521
**Bugs**
6-
- **Icons** - Fixes some icons that were incorrectly named. **Thanks hammy2899** [#6181](https://github.com/Semantic-Org/Semantic-UI/pull/6181) [#6180](https://github.com/Semantic-Org/Semantic-UI/pull/6180) [#6176](https://github.com/Semantic-Org/Semantic-UI/pull/6176) [#6175](https://github.com/Semantic-Org/Semantic-UI/pull/6175)
7-
- **Icons** - Increased specifity on `fitted icon` to fix compatibility with other components [#6125](https://github.com/Semantic-Org/Semantic-UI/issues/6125)
22+
- **Dropdown** - Fixed `onChange` missing `text` from callback when dropdown is set to `action: 'select'` #4183 #4510
23+
- **Icons** - Fixes some icons that were incorrectly named. **Thanks hammy2899** #6181
24+
- **Icons** - Added ability to choose whether solid, outline and brand icons should be included in your theme via the `@importSolidIcons`, `importRegularIcons` and `@importBrandIcons` variables **Thanks hammy2899**
25+
- **Icons** - Increased specifity on `fitted icon` to fix compatibility with other components #6125
26+
- **Visibility** - Fixed bug that could cause `onScreen` callback to not occur properly for elements that are taller than screen.
27+
- **Menu** - Fixes `disabled item` showing hover style for `secondary menu` **Thanks @tcmal** #6268
28+
- **CSS Variables** - Added use of `@normal` for normal font weight for all non-default themes included in repo. #6227
29+
- **Image** - Fixes margin being applied twice to `ui images` #6224
30+
- **Reveal** - Fix `whitespace: nowrap;` applying to content inside `slide reveal` and `move reveal`
831

932
**Docs**
1033
- Fixes CDN links in docs **Thanks @KSH-code**
34+
- Fixed issue where iframes may not load correctly in `/examples/theming.html` #6269
1135

1236
### Version 2.3.0 - Feb 20, 2018
1337

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.

0 commit comments

Comments
 (0)