Releases: r7-labs/R7.MiniGallery
Releases · r7-labs/R7.MiniGallery
R7.MiniGallery 1.5.2
R7.MiniGallery 1.5
- Target Boostrap 4, including shims for widely used BS 3 image CSS classes like
.img-responsive
and.img-rounded
#47 - Made "Image CSS class", "Number of images" and "Show titles" settings accessible via DNN QuickSettings #29
- Nicer look for image titles, make them clickable
- Adjust look of unpublished images
R7.MiniGallery 1.4.1
Fix images list not populated for the last folder
R7.MiniGallery 1.4
R7.MiniGallery 1.3.0
- Utilize some server-side rendering features of R7.Dnn.Extensions.React.
- Adjust link in search to show only target module.
- Replace non-standard trimLeft() with trim().
- Track clicks on images.
*EXPERIMENTAL* R7.MiniGallery 1.3.0 with server-side React rendering!
Install sequence:
- React - JavaScript library for ReactJS (react)
- ReactDOM - JavaScript library for ReactJS (react-dom)
- jQueryBlueimpGallery - JavaScript library for blueimp Gallery (jQuery plugin)
- R7.Dnn.Extensions - main extension library (dependency for both R7.Dnn.Extensions.React and R7.MiniGallery)
- R7.Dnn.Extensions.React - extension library which provide ReactJS.NET wrappers.
- R7.ImageHandler - thumbnail generator
- R7.MiniGallery - module itself
R7.Dnn.Extensions.React could be configured via R7.Dnn.Extensions.React.yml
placed into the website root folder - see example attached.
R7.MiniGallery-1.2.0
End-user changes:
- Added blueimp Gallery lightbox support (#17).
- Lightboxes available via separate packages (#15).
- Reviewed/fixed search integration (#3).
- Implemented ability to specify custom CSS classes for images via settings (#21).
- Is Published flag replaced with Start Date/End Date (#22).
- Implemented ability to display image title beside the image (#26).
- Added "More Images" button to load remaining images.
- Expand Columns and Max. Height settings removed.
- New stylesets: Default (replaces Auto), Columns (replaces Fixed).
- More stylesets can be added by placing style-*.css files into the module css folder.
- You can now specify image width and height in %.
Developer changes:
R7.MiniGallery-1.1.0
- The minimum DNN version is v8.0.4 now.
- The DnnComboBox'es replaced with generic DropDownLists.
- Module now require R7.DotNetNuke.Extensions 0.10.0 installed.
- UrlControl replaced with DnnUrlControl.
- New icons for module actions via IconController.
- Cancel links in edit forms close popups w/o reloading a page.
- More responsive-friendly default settings.
R7.MiniGallery-1.0.3
- No need to hack DnnFilePickerUploader anymore (tested on DNN 7.4.2).