Release Notes
Information¶
Releases use the following numbering system: {major}.{minor}.{incremental}
- major: Major refactoring or rewrite - make sure you read and test very carefully!
- minor: Breaking change in some circumstances, or a new feature. Read carefully and make sure you understand the impact of the change.
-
incremental: A "safe" change / improvement. Should always be safe to upgrade.
-
[BC]: Items marked with [BC] indicate a breaking change that will require updates to your code if you are using that code in your extension.
Release 1.5.0 (2026-08-21)¶
- #5 Add
addSearchDisplayGridClickToHighlightOnMap()for click-to-highlight on Grid displays (Table was already supported), andaddSearchDisplayLoadListener()to (re-)bind click handlers using the searchDisplayloadevent instead of polling. [BC] Requires CiviCRM 6.16+. - !13 Fix custom marker rendering for hex color codes.
Release 1.4.2 (2026-05-07)¶
- !10 highlightOnMap: better handling of panTo/zoom if clustering for when clustering is enabled.
- !11 Avoid a feedback loop between a map and a list view.
Release 1.4.1 (2026-04-13)¶
- Fix javascript errors for existing search displays.
Release 1.4.0 (2026-04-06)¶
- Add demo form.
- Support custom marker colours/icons via extra-markers library.
- Support filtering table and map.
- Fix re-rendering in preview dialog.
- Support setting height and maxWidth.
Release 1.3.2 (2026-02-10)¶
- Fix popups if icon not enabled.
- Fix admin preview and clean up display of fields in admin.
Release 1.3.1 (2026-02-06)¶
- #3 Fix anonymous display of maps.
Release 1.3.0 (2025-10-05)¶
- !6 - Cleanup angular module declarations.
- !7 - dev/core#5041 - Add role + aria-hidden to FontAwesome icons (Improves accessibility for assistive technology).
Release 1.2.2 (2025-07-03)¶
Minor adjustments for future compatibility
Releaes 1.2.1 (2025-03-17)¶
- Fix markercluster undefined error.
- Log console warning if lat/lng data is invalid.
- Don't expose filesystem path in js/css bundle.
Release 1.2 (2025-02-13)¶
- !3 - Split Admin and display into own angular modules
- Civix update.
Release 1.1 (2024-07-26)¶
- Add "Cluster" support for map pins.
- Fix map display for anonymous users.
Release 1.0 (2024-03-02)¶
Initial release.