Skip to content

Releases: r7-labs/R7.MiniGallery

R7.MiniGallery 1.5.2

12 Oct 08:27
Compare
Choose a tag to compare

R7.MiniGallery 1.5

19 Feb 08:30
Compare
Choose a tag to compare
  • 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

27 Feb 07:02
Compare
Choose a tag to compare

Fix images list not populated for the last folder

R7.MiniGallery 1.4

15 Feb 07:55
Compare
Choose a tag to compare
  • GH-27 Portal-level settings
  • GH-34 Delete image along with file
  • GH-37 Show all module images in a lightbox
  • GH-38 Insert new images to the end
  • GH-39 Increase font size for image titles
  • GH-40 FolderHistory support

R7.MiniGallery 1.3.0

09 Oct 08:53
Compare
Choose a tag to compare
  • 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!

26 Jun 13:04
Compare
Choose a tag to compare

Install sequence:

  1. React - JavaScript library for ReactJS (react)
  2. ReactDOM - JavaScript library for ReactJS (react-dom)
  3. jQueryBlueimpGallery - JavaScript library for blueimp Gallery (jQuery plugin)
  4. R7.Dnn.Extensions - main extension library (dependency for both R7.Dnn.Extensions.React and R7.MiniGallery)
  5. R7.Dnn.Extensions.React - extension library which provide ReactJS.NET wrappers.
  6. R7.ImageHandler - thumbnail generator
  7. 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

18 May 10:12
Compare
Choose a tag to compare

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:

  • Switched to GNU GPL v3 or any later version license (#18).
  • Switched to React+MVC for main view control (#20).
  • Switched to MVC for settings control.
  • Updated deploy scripts.

R7.MiniGallery-1.1.0

22 Mar 09:00
Compare
Choose a tag to compare
  • 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

14 Oct 08:35
Compare
Choose a tag to compare
R7.MiniGallery-1.0.3 Pre-release
Pre-release
  • No need to hack DnnFilePickerUploader anymore (tested on DNN 7.4.2).

R7.MiniGallery-1.0.2

26 Feb 09:36
Compare
Choose a tag to compare

Version 1.0.2

  • Fixed #8: Item / column width now set properly then ExpandColumns flag is set.
  • Fixed #9: Could not select Colorbox in module settings.
  • Packaging project updated to use recent R7.DnnTemplates scripts and renamed to avoid conflicts with NuGet.