Skip to content

Releases: Stillat/meerkat-statamic3

2.1.21-beta3

19 Jan 03:54
Compare
Choose a tag to compare
2.1.21-beta3 Pre-release
Pre-release
  • 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

2.1.20-beta3

27 Dec 17:56
Compare
Choose a tag to compare
2.1.20-beta3 Pre-release
Pre-release
  • Prevents null access exceptions when accessing null parent comment instances

2.1.19-beta3

27 Dec 17:41
Compare
Choose a tag to compare
2.1.19-beta3 Pre-release
Pre-release
  • Corrects an issue where author arrays are incorrectly repeated in Antlers templates [#137 ]

2.1.18-beta3

27 Dec 16:30
Compare
Choose a tag to compare
2.1.18-beta3 Pre-release
Pre-release
  • 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 and author: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

26 Dec 23:38
Compare
Choose a tag to compare
2.1.17-beta3 Pre-release
Pre-release
  • Corrects a regression when validating fields that do not contains a sometimes rule

2.1.16-beta3

26 Dec 23:17
Compare
Choose a tag to compare
2.1.16-beta3 Pre-release
Pre-release
  • Corrects an issue when submitting comments while also signed into the Control Panel

2.1.15-beta3

18 Dec 04:18
Compare
Choose a tag to compare
2.1.15-beta3 Pre-release
Pre-release
  • Passes the current template context along to each iteration of the Meerkat collection #132

2.1.14-beta3

17 Dec 02:55
Compare
Choose a tag to compare
2.1.14-beta3 Pre-release
Pre-release
  • 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

29 Nov 02:54
Compare
Choose a tag to compare
2.1.13-beta2 Pre-release
Pre-release
  • 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

19 Nov 14:54
Compare
Choose a tag to compare
2.1.12-beta2 Pre-release
Pre-release
  • Protects against null thread access when rendering comment collections (still needs more work)