6.4.0
November 13th, 2024
What's new
- Missing alt widget translations moved to this addon. 42dd7707 by @robdekort
6.3.3
October 8th, 2024
What's changed
- Increase form success timeout message to 10 seconds. 1d105167 by @robdekort
6.3.1
August 6th, 2024
What's fixed
- Make sure to only add a full stop to alt text when there is alt text. f5e1e1b0 by @robdekort
6.3.0
July 6th, 2024
What's new
- Only dispatch
UpdateMissingAltCacheJob
when there's a widget incp.php
for the current container the asset is in. f4af0097 by @robdekort
6.2.0
July 4th, 2024
6.1.0
May 22nd, 2024
What's new
- Support for dark mode in the missing alt text widget. e4bb2137 by @robdekort
6.0.0
April 19th, 2024
What's new
- Support Statamic v5 and prefix SVG tag attributes. #21 by @robdekort
5.4.0
March 14th, 2024
What's new
- Add response object as a parameter to the form handler's success hook. #20 @prikkprikkprikk
5.3.2
March 13th, 2024
What's fixed
- Add missing utility classes for the missing alt text widget. 83183e07 by @robdekort
5.3.1
March 12th, 2024
What's fixed
- Button event click logic: remove Alpine, add quotes. be6704c7 by @robdekort
5.3.0
March 12th, 2024
What's new
- Add an option to track events from buttons when using Fathom, GTM or GTAG. An update script will take care of the changes needed to the button fieldset. c65fa6e2 by @robdekort
5.2.0
March 12th, 2024
What's new
- Log non-validation form errors to console. #19 by @prikkprikkprikk
5.1.3
March 11th, 2024
What's fixed
- The form hanlder successHook() gets triggered again. f4ce337a by @robdekort
5.1.1
March 8th, 2024
What's changed
- Revert #18 and check the widget config array to autamtically see if the widget is present. a175ea3f by @robdekort
5.1.0
March 8th, 2024
What's improved
- A config option to disable the missing alt widget and listeners. #18 by @robdekort
5.0.1
March 1st, 2024
What's improved
- Use primary outline colour on Skip to content. 41e57f43 by @robdekort
5.0.0
March 1st, 2024
What's new
- Remove focus rings and use outlines. Follow along with this PR if you want to update your site. #16 by @robdekort
4.4.2
February 9th, 2024
What's fixed
- Automatically add
x-model="form.{{ honeypot }}"
to the honeypot field in the form partial. 79560c5d by @robdekort
4.4.0
January 24th, 2024
What's new
- Don't list missing alt images that are exempt. This update will add a toggle to your images blueprint. 9a6dd4f6 by @robdekort
4.3.0
January 22nd, 2024
What's new
- Add flip and orient parameters to picture partial. 7a87b666 by @robdekort
4.2.0
December 22nd, 2023
What's new
- When you use tab and focus a toolbar item the toolbar wil now unhide. 568224b8 by @robdekort
4.1.0
December 12th, 2023
What's new
- Add button attributes partial to this addon. An update script will automatically fix references . 6a2e513d by @robdekort
- Button tags should not use default link behaviour. 6a2e513d by @mikemartin.
4.0.5
December 10th, 2023
What's improved
- Handle CSRF tokens more elegant. fe52f063 by @ryanmitchell
4.0.4
December 9th, 2023
What's fixed
- Expired token errors when using forms with static caching. 6f4255ce by @robdekort
4.0.3
December 8th, 2023
What's improved
- Only show form error summary after submission. d85a58a1 by @robdekort
4.0.2
December 7th, 2023
What's improved
- Add an update script to auto fix form fields. 6a054e7b by @robdekort
4.0.1
December 4th, 2023
What's fixed
- Fix statamic conditionals not working #14 by @AndreasSchantl
What's new
- An update script to automatically update the JS driver in the form partial. a5e7f9bc and f23504fb by @robdekort
4.0.0
December 1st, 2023
What's new
- Breaking change: Laravel Precognition support. Removes the old style form handler. Don't upgrade to this version if you don't manually change your templates according to this PR. #13 by @robdekort