Skip to content

Releases: backdrop-contrib/mosaic_grid

1.x-2.1.5

04 Jan 14:16
566cb42
Compare
Choose a tag to compare
  • Fixes issue #24 (formatter settings dialog does not appear).

1.x-2.1.4

09 Nov 16:37
57d8d78
Compare
Choose a tag to compare
  • Image proportions are now calculated based on image style, not the original image (issue #19).
  • 'Up to specific limit' caption option now works as intended.

1.x-2.1.3

23 Mar 19:47
0e5ba36
Compare
Choose a tag to compare
  • Small style tweaks for better compatibility with some themes.
  • Fixed bug report link in the module's description (Readme.md).

1.x-2.1.2

05 Feb 23:38
dcbca5c
Compare
Choose a tag to compare
  • Fixed numerous PHP notices. Many thanks to @indigoxela for catching and fixing these!

1.x-2.1.1

05 Feb 11:20
d94beea
Compare
Choose a tag to compare
  • Fixed critical error after module's uptate to 2.1.0.
  • Fields with pure text output are now wrapped in html tags for proper styling.

This and previous releases change image caption options, so make sure to adjust caption settings in your existing views that utilize this module.

1.x-2.1.0

28 Jan 10:11
df500c4
Compare
Choose a tag to compare
1.x-2.1.0 Pre-release
Pre-release
  1. Added several customization options for captions:
  • They can now be either always visible at the bottom of an image or displayed on mouse over.
  • Different settings for captions height are now available.
  • Added option that removes horizontal padding in caption text.
  • Captions background color can now be changed.
  • All settings are now using relative em units. This should make easier adjusting captions style to be inline with the site's theme.
  1. Fixed Ajax issue.

  2. A lot of tweaks and optimization in UI text and code. Many thank to Gregory Netsas (@klonos) for his review and assistance!

1.x-2.0.2

23 Oct 13:46
bea9633
Compare
Choose a tag to compare
  • Fixed images not showing up when Auto preview is checked in views.
  • Option that hides empty items is moved to formatter settings ('Hide empty fields').

1.x-2.0.1

20 Oct 15:04
4d3557b
Compare
Choose a tag to compare

Minor tweaks and enhancements:

  • Plugins are now initiated and launched via Backdrop behaviors.
  • Added new option for caption sources - 'Content Title'. Now node title can be used as caption.

1.x-2.0.0

17 Oct 11:21
d9a9aac
Compare
Choose a tag to compare

A new plugin is now used to build the grid. While having fewer settings it provides much more stable results. This version is NOT fully compatible with the previous one. For existing views setups you will need to review Mosaic Grid formatter settings after upgrade. In most cases it is enough just to open settings window and hit 'Apply'.

1.x-1.0.1

10 Oct 11:41
55d6385
Compare
Choose a tag to compare
  • Fixed issue with multiple Mosaic Grid blocks per page not working.
  • Fixed preview in Views.
  • Added option to show images with files missing. Warning is now displayed in place of an image. This setting should be enabled in modules configuration.
  • Other minor fixes and improvements.