Releases: Stillat/meerkat-statamic3
Releases · Stillat/meerkat-statamic3
2.1.21-beta3
- Resolves an issue where comment counts do not update after delete or spam operations #141
- Improves user experience on mobile breakpoints #139
- Replaces the previous filter expression parser to resolve many issues:
- Allows multiple
where
filters in Antlers templates - Prevents the same filter from overwriting a previously declared instance
- Invalid group and filter names are now detected before loading comments into memory
- Provides consistent behavior when supplying multiple parameters
- Allows developers to escape quotes and backslashes in string literals
- Improves comment filter parsing performance
- Improves error messages and error recovery when syntax errors are detected
- Allows multiple
2.1.20-beta3
- Prevents null access exceptions when accessing null parent comment instances
2.1.19-beta3
- Corrects an issue where
author
arrays are incorrectly repeated in Antlers templates [#137 ]
2.1.18-beta3
- Fixes an issue where the
internal_has_author_name/email
values were incorrect [#134] - Adds a new
{{ meerkat:initials }}
Antlers tag [#135]:{{ meerkat:initials value="{ author:name }" }}
{{ meerkat:initials value="{ author:name }" separator="," }}
{{ meerkat:initials value="{ author:name }" separator="," only_caps="true" }}
- Adds template helpers for working with anonymous users [#133]:
author:has_name
andauthor:has_email
- Adds Antlers avatar driver feature parity (with Control Panel drivers) [#136]:
{{ meerkat:identicon }}
{{ meerkat:identicon_value }}
{{ meerkat:jdenticon }}
{{ meerkat:jdenticon_value }}
{{ meerkat:simple_background_color }}
{{ meerkat:simple_foreground_color }}
{{ meerkat:initials_background_color }}
{{ meerkat:initials_background_color value="a" }}
{{ meerkat:initials_foreground_color }}
{{ meerkat:initials_foreground_color value="a" }}
2.1.17-beta3
- Corrects a regression when validating fields that do not contains a
sometimes
rule
2.1.16-beta3
- Corrects an issue when submitting comments while also signed into the Control Panel
2.1.15-beta3
- Passes the current template context along to each iteration of the Meerkat collection #132
2.1.14-beta3
- Improves support for the
sometimes
validation rule - Fixes a bug on some sites where
comment_count
was failing - Allows author names to be an optional data property #131
- Allows author email addresses to be an optional data property #131
- Allows site administrators to disable collection of IP Addresses, HTTP Referrer, and User Agent data #131
2.1.13-beta2
- Improves compatibility with third-party Statamic Form addons
- Improves built-in compatibility with the Statamic Captcha addon
- reCaptcha and hCaptcha integrations can now be in nested elements
- Adds a new
format_number
parameter to the{{ meerkat:count }}
tag - Fixes a fatal error that is thrown on some systems when
glob
fails
2.1.12-beta2
- Protects against
null
thread access when rendering comment collections (still needs more work)