- Icon - Changed
content iconto use an existing aliassidebar icon, as it is most common use case and prevents naming collisions withcontentof elements Thanks @philrykoff #4574 - Sidebar - Removed use of
iosbrowser detection, and use of-webkit-overflow-scrolling: touch;. iOS no longer has sizing issues when displaying sidebar content in latest iOS.
- Sidebar - Fixed bug where sidebar in
iOSwould show incorrect background when opening sidebar if page is less than 100% height #4264
- Sidebar - Fixed css rule issue causing
very thinsidebar to not work #3300 - Sidebar - Sidebar no longer includes
transformrules on child elements, this was causing layout issues in some cases (for example dropdowns in sidebars) #3306
- Sidebar -
right,top, andbottomsidebar will not have their direction removed ondestroy#2644 - Partial rewrite of sidebar documentation
- Sidebar - iOS will now correctly report
scrollTopvalues fordocumentorbodywhen using a sidebar. Chrome on iOS no longer has issues with fixed content not sticking immediately when using a sidebar. - Sidebar - Improved animation performance through performance debugging. Sidebar now caches, width, height, rtl direction on load.
- Modal - Modal with
detachable: falseinsideui sidebarpusherelement will now show correctly - Sidebar - Top/Bottom sidebar will now show scroll bars correctly when taller than 100% page height
- Sidebar - Fixed bug where having a
style[title]in page causing page not to be pushed correctly - Sidebar - Last menu item now has a border when sidebar and menu are used together
- Sidebar - Sidebar
legacyanimations have been removed. 3D transforms are now available in all supported browsers.
- Sidebar - Sidebar using
exclusive: truenow queue animations after hiding previous sidebar (unlessoverlay) to avoid rendering issues
- Sidebar - Sidebars in IE now work correctly with
contextspecified
- Sidebar - Fixed bug with
pusherinheriting first child margins due tomargin-collapse - Sidebar - Mobile
is mobilewas using RegExptest()which would return an incorrect value when called multiple times - Sidebar - Sidebar will now only close if you click on
pusheror underlayedbody(scale out). Clicking on fixed elements will not close sidebar.
- UI - Fixes
progress,ad, andsidebarnot loading.overridefiles correctly
- Sidebar - Having a sidebar visible on page load is now much simpler. You can include
ui visible sidebaron page load to have a sidebar element appear on page load. To close call$('.ui.sidebar').sidebar('hide') - Sidebar - Added documentation on using sidebar on a custom context. Sidebars using a custom context no longer add background colors like those initialized on
body - Sidebar -
setup layoutnot occurs synchronously if you initialize a sidebar without the proper html. This makes sure calls to sidebar will occur correctly before the page is setup. A new settingdelaySetupwill override this, increasing performance.
- Sidebar - Fix bug with
useLegacyintroduced in1.5.1
- Sidebar - Mobile sidebars now only set
overflowon page'shtmlwhen browsing fromiOSdevices. Using overflow caused issues with page's scroll being lost when resizing a browser to mobile widths. This also affected modules that used `$(window).scrollTop()`` at mobile screen sizes
- Sidebar - Now has behaviors
is open/closedthat are aliases foris visible/hidden - Sidebar - Fixes issue with multiple sidebars sometimes causing dimmer to close prematurely
- Sidebar - Dimmer can now be clicked even before sidebar has finished showing to immediately close sidebar
- Sidebar - Fixes issue that may cause sidebars to stay open in some circumstances when using multiple sidebars
- Sidebar - Sidebar now has tall / very tall variations for resizing top/bottom sidebars
- Sidebar - Fixes issue where top sidebar was receiving left offset
- Sidebar - Fixes right sidebars to correctly allow for sizing (Thanks DveMac)
- Sidebar - Typo in sidebar header (Thanks slobo)
- Sidebar - Sidebar will now default to being exclusive and hiding other sidebars on show
- Sidebar - Sidebar now has onChange, onShow, onHide callbacks
- Sidebar - Sidebar now have several size variations, and a new styled variation that comes preformatted
- Sidebar - Floating sidebar is slightly less heavily shadowed
- Updated documentation for sidebar, transition, and form validation