Skip to content

Commit 72d2235

Browse files
committed
Build 2.3.0
1 parent a076374 commit 72d2235

128 files changed

Lines changed: 8253 additions & 6996 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: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Version 2.3.0 - Feb 19, 2018
44

55
**Major Enhancements**
6-
- **Icons** - Font Awesome 5 is now included in Semantic UI **Thanks @hammy2899** [#6085]((https://github.com/Semantic-Org/Semantic-UI/issues/6085)
6+
- **Icons** - Font Awesome 5 is now included in Semantic UI **Thanks @hammy2899** [#6085](https://github.com/Semantic-Org/Semantic-UI/issues/6085)
77

88
- **Search** - Category search can now work with local search by adding a `category` property to any result and specifying `type: 'category'`
99

@@ -44,33 +44,34 @@ To preserve functionality `movePopup` default has remained as `true` (moving the
4444
- **Modal** - Modals now have a setting `centered` which can be used to disable vertical centering. This can be useful for modals with content that changes dynamically to prevent content from jumping in position.
4545

4646
**Minor Enhancements**
47-
- **Theming** - Added global variables for reassigning `normal` and `bold` font weights for custom font stacks. **Thanks @jaridmargolin** [#6167]((https://github.com/Semantic-Org/Semantic-UI/issues/6167)
47+
- **Theming** - Added global variables for reassigning `normal` and `bold` font weights for custom font stacks. **Thanks @jaridmargolin** [#6167](https://github.com/Semantic-Org/Semantic-UI/issues/6167)
4848
- **Search** - Category results now has `exact` setting matching dropdown for `fullTextSearch` preventing fuzzy search
4949
- **Search** - Category results will now responsively adjust `title` row if titles are long instead of forcing a title width
5050
- **Dimmer** - Dimmers now have centered content with a single wrapping `content` element.
51-
- **Modal** - You can now modify `closable` setting after init **Thanks @mdehoog** [#3396]((https://github.com/Semantic-Org/Semantic-UI/issues/3396)
51+
- **Modal** - You can now modify `closable` setting after init **Thanks @mdehoog** [#3396](https://github.com/Semantic-Org/Semantic-UI/issues/3396)
5252
- **Accordion** - Added `onChanging` callback for accordion that occurs before animation in both directions **Thanks @GammeGames** [#5892](https://github.com/Semantic-Org/Semantic-UI/pull/5892)
5353

5454
**Tiny Enhancements**
55-
- **Popup** - `arrowBackground` now inherits from `background` [#6059]((https://github.com/Semantic-Org/Semantic-UI/issues/6059) **Thanks @devsli**
55+
- **Popup** - `arrowBackground` now inherits from `background` [#6059](https://github.com/Semantic-Org/Semantic-UI/issues/6059) **Thanks @devsli**
5656
- **Popup** - Adds new variable `headerFontWeight`
5757
- **Search** - Search now has responsive styles for mobile to prevent results being large than page width.
5858

5959
**Bugs**
6060
- **Modal** - Modal `autofocus` setting now checks to see if currently focused element is in modal, avoiding issues where focus could be set in `onVisible` or `onShow`
61-
- **Menu** - Fixes `big` and `huge` sizes being swapped in menu **Thanks @jeremy091** [#5902]((https://github.com/Semantic-Org/Semantic-UI/issues/5902) [#5899]((https://github.com/Semantic-Org/Semantic-UI/issues/5899)
62-
- **Table** - Fixes tr not having correct border on first row when using multiple `tbody` **Thanks @Mlukman** [#4458]((https://github.com/Semantic-Org/Semantic-UI/issues/4458)
63-
- **Popup** - Popup will now use `content` specified in settings before `title` attribute [#4614]((https://github.com/Semantic-Org/Semantic-UI/issues/4614) **Thanks @aaronbhansen**
64-
- **Form Validation** - Fixes bug where `on: 'change'` would still show validation prompts on `blur` when using `inline: true` [#4423]((https://github.com/Semantic-Org/Semantic-UI/issues/4423) **Thanks @avalanche1**
65-
- **Dimmer** - Fixes issue with `inverted dimmer` with `content` having wrong text color **Thanks @rijk** [#4631]((https://github.com/Semantic-Org/Semantic-UI/issues/4631)
61+
- **Menu** - Fixes `big` and `huge` sizes being swapped in menu **Thanks @jeremy091** [#5902](https://github.com/Semantic-Org/Semantic-UI/issues/5902) [#5899](https://github.com/Semantic-Org/Semantic-UI/issues/5899)
62+
- **Table** - Fixes tr not having correct border on first row when using multiple `tbody` **Thanks @Mlukman** [#4458](https://github.com/Semantic-Org/Semantic-UI/issues/4458)
63+
- **Popup** - Popup will now use `content` specified in settings before `title` attribute [#4614](https://github.com/Semantic-Org/Semantic-UI/issues/4614) **Thanks @aaronbhansen**
64+
- **Form Validation** - Fixes bug where `on: 'change'` would still show validation prompts on `blur` when using `inline: true` [#4423](https://github.com/Semantic-Org/Semantic-UI/issues/4423) **Thanks @avalanche1**
65+
- **Dimmer** - Fixes issue with `inverted dimmer` with `content` having wrong text color **Thanks @rijk** [#4631](https://github.com/Semantic-Org/Semantic-UI/issues/4631)
6666
- **Images / Transition** - Fixed issue where `ui images` would show nested images with `transition hidden` as block (Fixes sequential img animation demo in docs)
6767

6868
**Doc Updates**
6969
- **Icons** - Icon documentation now has a search that will copy the relevent icon html to clipboard
7070
- **Icons** - Icon documentation now lists publicly all icon aliases
7171

7272
**Doc Bugs**
73-
- **UI Examples** - Fixe some improper html in UI examples included with repo #6127 **Thanks @perdian**
73+
- **UI Examples** - Fixe some improper html in UI examples included with repo [#6127](https://github.com/Semantic-Org/Semantic-UI/issues/6127) **Thanks @perdian**
74+
- **Admin** - Fixes bug in admin script that caused leaked global vars **Thanks @esbena** [#6136](https://github.com/Semantic-Org/Semantic-UI/issues/6136)
7475

7576
### Version 2.2.14 - Jan 29, 2018
7677

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.2.14 - Accordion
2+
* # Semantic UI 2.3.0 - Accordion
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

dist/components/accordion.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.14 - Accordion
2+
* # Semantic UI 2.3.0 - Accordion
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -169,6 +169,7 @@ $.fn.accordion = function(parameters) {
169169
}
170170
module.debug('Opening accordion content', $activeTitle);
171171
settings.onOpening.call($activeContent);
172+
settings.onChanging.call($activeContent);
172173
if(settings.exclusive) {
173174
module.closeOthers.call($activeTitle);
174175
}
@@ -232,6 +233,7 @@ $.fn.accordion = function(parameters) {
232233
if((isActive || isOpening) && !isClosing) {
233234
module.debug('Closing accordion content', $activeContent);
234235
settings.onClosing.call($activeContent);
236+
settings.onChanging.call($activeContent);
235237
$activeTitle
236238
.removeClass(className.active)
237239
;
@@ -574,10 +576,11 @@ $.fn.accordion.settings = {
574576
duration : 350, // duration of animation
575577
easing : 'easeOutQuad', // easing equation for animation
576578

577-
578579
onOpening : function(){}, // callback before open animation
579-
onOpen : function(){}, // callback after open animation
580580
onClosing : function(){}, // callback before closing animation
581+
onChanging : function(){}, // callback before closing or opening animation
582+
583+
onOpen : function(){}, // callback after open animation
581584
onClose : function(){}, // callback after closing animation
582585
onChange : function(){}, // callback after closing or opening animation
583586

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.

0 commit comments

Comments
 (0)