- Missing alt widget translations moved to this addon. 42dd7707 by @robdekort
- Increase form success timeout message to 10 seconds. 1d105167 by @robdekort
- Support lazy loading for svg's. fb575a78 by @robdekort
- Make sure to only add a full stop to alt text when there is alt text. f5e1e1b0 by @robdekort
- Only dispatch
UpdateMissingAltCacheJob
when there's a widget incp.php
for the current container the asset is in. f4af0097 by @robdekort
- Move the form handler
setTimeout()
function into thesuccessHook()
to allow it to be overridden or skipped. #22 by @andjsch
- Support for dark mode in the missing alt text widget. e4bb2137 by @robdekort
- Support Statamic v5 and prefix SVG tag attributes. #21 by @robdekort
- Add response object as a parameter to the form handler's success hook. #20 @prikkprikkprikk
- Add missing utility classes for the missing alt text widget. 83183e07 by @robdekort
- Button event click logic: remove Alpine, add quotes. be6704c7 by @robdekort
- 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
- Log non-validation form errors to console. #19 by @prikkprikkprikk
- The form hanlder successHook() gets triggered again. f4ce337a by @robdekort
- Loop image formats in picture partial. 4d0787ce by @robdekort
- Revert #18 and check the widget config array to autamtically see if the widget is present. a175ea3f by @robdekort
- A config option to disable the missing alt widget and listeners. #18 by @robdekort
- Use primary outline colour on Skip to content. 41e57f43 by @robdekort
- Remove focus rings and use outlines. Follow along with this PR if you want to update your site. #16 by @robdekort
- Automatically add
x-model="form.{{ honeypot }}"
to the honeypot field in the form partial. 79560c5d by @robdekort
- Spelling in
successHook()
. 1b600222 by @robdekort
- Don't list missing alt images that are exempt. This update will add a toggle to your images blueprint. 9a6dd4f6 by @robdekort
- Add flip and orient parameters to picture partial. 7a87b666 by @robdekort
- When you use tab and focus a toolbar item the toolbar wil now unhide. 568224b8 by @robdekort
- 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.
- Handle CSRF tokens more elegant. fe52f063 by @ryanmitchell
- Handle CSRF tokens more elegant. fe52f063 by @ryanmitchell
- Expired token errors when using forms with static caching. 6f4255ce by @robdekort
- Only show form error summary after submission. d85a58a1 by @robdekort
- Add an update script to auto fix form fields. 6a054e7b by @robdekort
- Fix statamic conditionals not working #14 by @AndreasSchantl
- An update script to automatically update the JS driver in the form partial. a5e7f9bc and f23504fb by @robdekort
- 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
- Fix tpyo that caused picture errors. 89cd1114 by @robdekort
- Add a more solid check to the picture partial to prevent divisons by zero. 08675838 by @robdekort
- Roll-back bb620244. d40dccd4 by @robdekort
- Add extra image width check to picture partial to prevent divisons by zero. bb620244 by @robdekort
- Implement a better caching solution for the no alt text widget. #12 by @robdekort
- Simplify live preview morph partial. #49e3c22a by @jacksleight
- Make live preview work with static caching. Can and will be simplified later when this PR gets merged. #e09f4cf0 by @jacksleight
Breaking changes: If you upgrade an existing site make sure to apply the changes made to Peak Core in v12.
- Statamic v4 support: include the MissingAltWidget in this addon and restyle it to fit the updated CP. #8 by @robdekort
- Add support for morphing live preview edits instead of refreshing the browser. #8 by @jacksleight and @robdekort
- Allow token refreshing from any host while in local environment. #7 by @marcorieser
- Fix context for
this.success
in form handler. #6 by @marcorieser
- Add the option to use a different srcset when using the picture partial. #4 by @marcorieser
- Use partial tag method. 6a0bea92 by @robdekort
- Include the Statamic Conditional field form helpers. a53558a3 by @robdekort
- Add the Peak Starter Kit form handler logic to this addon. #3 by @robdekort
- Add ability to publish the views. #2 by @marcorieser
- Initial release.