Release 0.13.2
Fixed missing fields selection for new clone field in ACF.
View full changelog
Fixed
- ACF: Fixed missing fields selection for new clone field.
This week's releases focused on bug fixes and feature enhancements across various plugins. The airfleet-acf-addons-plugin received a fix for missing fields selection when creating new clone fields in ACF. In the airfleet-elements-videos-plugin, support was added for muting/unmuting videos through events, including CSS modifier classes to indicate the muted state. Additionally, the airfleet-wordpress-dev plugin introduced TypeScript types using the @airfleet/wordpress-types npm package, and the airfleet-wordpress-types repository provided types for global methods of several WordPress plugins.
Fixed missing fields selection for new clone field in ACF.
Added two internal configuration files and fixed a console error for the Upload by URL feature.
Added support for muting/unmuting videos through events and CSS modifier classes.
airfleet-video-mute-request and airfleet-video-unmute-requestelements-components-video: Added CSS modifier class afc-video--state-muted/afc-video--state-unmuted indicating the status of the muted stateAdded TypeScript types using @airfleet/wordpress-types npm package.
@airfleet/wordpress-types npm package.@airfleet/elements-core-wp-plugin: debounce, dispatchEvent, domReady, loadScript, post, useInViewport, editorBlockRender.@airfleet/engage-wp-plugin: capture.@airfleet/elements-responsive-wp-plugin: breakpointsArray, breakpointExists, nextBreakpoint, breakpointMinWidth, breakpointMaxWidth, isBetweenWidth, isMin, isMax, isOnly, isBetween, onBreakpointMatch, onChange and variable directions.