2022.9.7
toth-istvan-zoltan
released this
07 Sep 12:10
·
102 commits
to master
since this release
Legend
Changes with marker very low and such are technically breaking changes. However, they are
not major modifications and in most cases they should not break anything. Notes after the marker
are the places worth to check. If you extended them you may have to apply the change to your own class also.
Core
added
ZkApplication.saveState
to save values into the browser local storeZkApplication.loadState
to load values from the browser local store
changed
- make
TabItem
label changeable
fixed
ZkElement
set status properly when removing an initialized but not created element
Soft UI
added
- add sidebar resize functionality
- move sidebar left margin into a layout column
- move grid column template from
SuiLayoutStyles
intoSuiDefaultLayout
and adjust it dynamically - add
whitespace: nowrap
,overflow: hidden
andtext-overflow: ellipsis
toSuiSideBarStyles.itemText
middle - add
SuiDefaultLayout.resizeSidebar
property to enable the sidebar resize functionality - add
SuiLayoutStyles.sidebarMinWidth
CSS parameter property - add
SuiSideBarStyles.sidebarMinWidth
CSS parameter property - add
SuiLayoutSlider
class with the slider functionality - save sidebar size into browser local storage
fixed
- mobile does not open sidebar