Releases: prangishviliAbe/LoopMosaic
Releases · prangishviliAbe/LoopMosaic
Release list
v1.25.2
Added
- Hover Overlay Border Radius control: New responsive Border Radius setting in the Hover Overlay style section, applied directly to .loopmosaic-item__hover-overlay. Lets the overlay's own rounding match a custom Elementor Loop Item template's corner radius independently of the Card section's Border Radius - useful when the card's visible chrome comes from a custom template with its own rounding rather than the plugin's built-in card styles.
v1.25.1
Fixed
- Card hover border overflowing past the card edge:
.loopmosaic-itemhad nobox-sizingset, so it defaulted to the browser's content-box. Setting a border on the widget's Card Border Hover tab added that border width on top of the card's existing size instead of absorbing it, growing the box slightly on hover and pushing it past its grid cell - most visible at the bottom edge. Added box-sizing: border-box so any hover border now draws inside the card's existing footprint and can never exceed it.
v1.25.0
Added
- 8 new Mosaic Pattern layouts:
Spotlight Grid (1+2+4)andPortrait Mosaic (2+5)recreate two specific editorial card-grid layouts pixel-for-pixel (hero block + stacked side cells + footer row; twin hero strip + tall side columns + stacked middle cells + wide closer row). Also added six original layouts:Editorial Spread,Sidebar Feature,Windmill Corner,Filmstrip Break,Staggered Columns, andOverlapping Stack(a card that visually overlaps the hero above it via a negative margin, with the offset cleanly reset below 768px). All eight use explicit grid-column line placement with indefinite (span-only) row placement, which keeps repeating item cycles from colliding across rows. Added to the existing row-collapse safety net and given the same tablet-breakpoint flattening as the other mosaic patterns.
v1.24.2
Fixed
- Row-spanning grid patterns collapsing to ~1x height —
classic,metro,masonryandhighlightnow setgrid-auto-rows: minmax(var(--lm-min-height, 200px), auto), sospan 2cards keep full height even when a spanned row has no single-span sibling (most often the last row, or with certain item/column counts). Auto image mode is excluded. The Card Min Height control now also feeds--lm-min-heightto.loopmosaic-grid— regenerate Elementor CSS to pick up customized values. Column-only patterns (uniform / featured_grid / featured_grid_2_4 / hero_grid) were already correct.
Removed
- Dead
.loopmosaic-item__contentCSS, ~43 lines of stale developer comments, and a duplicate@keyframes loopmosaic-spin.
v1.24.1
Full Changelog: v1.23.4...v1.24.1
v1.23.4
Fix active carousel pagination bullet color — Swiper/theme CSS was overriding teal-cyan (#5FC2C2) back to white. Added !important to guarantee the color wins the cascade.
v1.23.3
Active pagination pill color set to #5FC2C2.
v1.23.2
Active pagination switch is now a wider teal-cyan pill (#5ec8be) matching the design.
v1.23.1
Removed the drop shadow from carousel navigation arrows for a clean flat look matching the design.
v1.23.0
Adds a slide counter (current/total) below the pagination and tunes the arrow + pagination spacing to match the design reference.