NewAI Enhanced
Version 2.5.0 - Oct 6, 2022
Semantic UI 2.5.0 – Oct 6, 2022
Breaking Changes
- Gulp 4 — All build tasks updated; drops Gulp 3 support. Required for Node 12+ compatibility.
- Node 18 — Build scripts now target Node 18 as baseline.
Critical Fix
- CSS — Fixed extra semicolon breaking CSS compilation across multiple systems.
Fixes
- Dropdown — Menu can now open rightward inside
ui menucontainers. - Sticky — Element no longer incorrectly binds to bottom when larger than context;
min-heightnow set correctly. - Button — Fixed loading state on labeled buttons.
- Modal — Mutation observer now properly disconnected.
Improvements
- Theme — Site global theme is now optional during build.
- Meteor — Fixed
api.addAssetsmisuse. - Build — Error reporting added to Gulp tasks.
⚠️ Note: Report Gulp 4 compatibility issues to jack@semantic-ui.com.
Version 2.5.0 - Oct 6, 2022
Note
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
Critical Fix
- CSS - Fix extra semicolon causing CSS build of Semantic UI to fail compilation with various systems #7065 React Issue CSS Repo Issue #81 CSS Issue #75
Breaking Changes
- Gulp - Updated all tasks to work with Gulp 4. This should fix SUI to install correctly on Node 12 or greater (see Gulp3 Issue for more details)
- Node - Updated scripts to build in Node 18 via vanilla install.
Build
- Theme - Allow site's global site theme to be missing #6876 Thanks @cruzdanillo
- Meteor - Fix issue with misuse of
api.addAssets#6790 Thanks @gimco - Gulp - Report errors in build #7005 Thanks @bundyo
Examples
- Modal - Fixed mutation observer was not properly disconnected
- Sticky - Adds new example for sticky to highlight behavior when sticky/context height varies
Bug Fixes
- Dropdown - Fix issue where dropdown menu could not open to right when in
right menuinside aui menu(See examples/sticky.html) for use-case - Sticky - Fix issue where element might be
bound bottom(fixed to bottom of context) if the sticky element is larger than the context - Sticky - Fix issue when sticky size is larger than context size caused context
min-heightnot to be set correctly. - Button - Fix usage of loading on in labeled button #7023 thanks @flppv