You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,32 @@
1
1
## RELEASE NOTES
2
2
3
+
### Version 2.5.0 - Oct 21, 2018
4
+
5
+
**Note**
6
+
> Special Note: If you run into any breaking changes with Gulp 4. Please reach out to me at jack@semantic-ui.com with bug reports
7
+
8
+
**Critical Fix**
9
+
-**CSS** - Fix extra semicolon causing CSS build of Semantic UI to fail compilation with various systems
10
+
11
+
**Breaking Changes**
12
+
-**Gulp** - Updated all tasks to work with Gulp 4. This should fix SUI to install correctly on Node 12 or greater (see [Gulp3 Issue](https://github.com/gulpjs/gulp/issues/2324) for more details)
13
+
-**Node** - Updated scripts to build in Node 18 via vanilla install.
14
+
15
+
**Build**
16
+
-**Theme** - Allow site's global site theme to be missing #6876**Thanks @cruzdanillo**
17
+
-**Meteor** - Fix issue with misuse of `api.addAssets`#6790**Thanks @gimco**
18
+
-**Gulp** - Report errors in build #7005**Thanks @bundyo**
19
+
20
+
**Examples**
21
+
-**Modal** - Fixed mutation observer was not properly disconnected
22
+
-**Sticky** - Adds new example for sticky to highlight behavior when sticky/context height varies
23
+
24
+
**Bug Fixes**
25
+
-**Dropdown** - Fix issue where dropdown menu could not open to right when in `right menu` inside a `ui menu` (See examples/sticky.html) for use-case
26
+
-**Sticky** - Fix issue where element might be `bound bottom` (fixed to bottom of context) if the sticky element is larger than the context
27
+
-**Sticky** - Fix issue when sticky size is larger than context size caused context `min-height` not to be set correctly.
28
+
-**Button** - Fix usage of loading on in labeled button #7023 thanks @flppv
0 commit comments