Version 5.2.3
Date: 25-Jul-2021
- (enh #1738): Enhancements to zoomed preview to include additional description and better title styling.
- The
initialPreviewConfigwill include an additional propertydescription - The modal layout template will include a
kv-zoom-descriptioncontainer which will render the description frominitialPreviewConfig. This container will be hidden if no description found. - The modal layout template will include
kv-zoom-captioncontainer which will render thecaptionorfilenamefrominitialPreviewConfig. If that is not found it will default tomsgZoomModalHeading. - The modal layout template will include
kv-zoom-sizecontainer which will render thesizeas set ininitialPreviewConfig. - The description will be shown as a bubble text over the image/content.
- Additional new property
showDescriptionClose(boolean). Will show a close icon to close the description bubble text when set totrue. Defaults totrue.
- The
- (enh #1737): Configurable file size units and bitrate units. New plugin properties configurable and translateable via locale language files.
sizeUnitsdefaults to['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB']bitRateUnitsdefaults to['B/s', 'KB/s', 'MB/s', 'GB/s', 'TB/s', 'PB/s', 'EB/s', 'ZB/s', 'YB/s']
- (enh #1736): Correct byte to KB conversion.
- new property
bytesToKBwhich defaults to1024is used for conversion.
- new property
- (enh #1735): Correct file caption reset after thumbnail delete.
- (bug #1734): Correct zoom data refresh for each individual file upload.
- (enh #1731): Enhance RTL Styling for bootstrap 4/5 input groups.
- (enh #1730): Enhancements for bootstrap input group styles.
- New plugin option
inputGroupClass- defaults to empty string - Can be set to
input-group-lgorinput-group-smto get bootstrap input group styles - Enhanced caption icon styling to match the bootstrap input group styles
- New plugin option
- (enh #1727): Correct zoom navigation for reverse preview order.
- (enh #1726): Update Chinese translations.
- (enh #1722): Enhance zoom cache rendering and carousel navigation indicators.
- (enh #1721): Correct
fileselectevent triggering. - (enh #1720): Enhance parsing of
zoomDatato lazy load content asynchronously only on zoom. - (enh #1642): Enhance
filebatchpreuploadevent listening for effective aborting.