Skip to content

Commit cbd1f34

Browse files
Updated distribution to version 2.3.0
1 parent 94fed98 commit cbd1f34

File tree

128 files changed

+8245
-6986
lines changed

Some content is hidden

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

128 files changed

+8245
-6986
lines changed

components/accordion.css

+1-1
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
*

components/accordion.js

+6-3
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

components/accordion.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/accordion.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/ad.css

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

components/ad.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.14 - API
2+
* # Semantic UI 2.3.0 - API
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

components/breadcrumb.css

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

components/breadcrumb.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/button.css

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

components/button.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/card.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.14 - Item
2+
* # Semantic UI 2.3.0 - Item
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

components/card.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/checkbox.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.14 - Checkbox
2+
* # Semantic UI 2.3.0 - Checkbox
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

components/checkbox.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.14 - Checkbox
2+
* # Semantic UI 2.3.0 - Checkbox
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

components/checkbox.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/comment.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.14 - Comment
2+
* # Semantic UI 2.3.0 - Comment
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

components/comment.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/container.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.14 - Container
2+
* # Semantic UI 2.3.0 - Container
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

components/container.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)