2024-W19

May 6–12, 2024

13 releases
  • Multiple plugins (airfleet-elements-forms-plugin, airfleet-marketo-plugin, airfleet-hubspot-plugin) added default styles and CSS variables to their form components, introducing breaking changes in the process.
  • The airfleet-security-plugin updated its Content Security Policy (CSP) to use a nonce only on non-admin pages.
  • The airfleet-elements-videos-plugin updated video overlay default styles with new options, including breaking changes.
  • The airfleet-elements-modals-plugin added JS events and updated default style for modals, as well as fixed issues related to modal initialization and closure.
  • The airfleet-lightyear-theme had two releases: one updating breakpoint mixin names and another updating grid-breakpoints, container-max-widths, and other variables for new breakpoints and designs.
airfleet-elements-forms-plugin

Release 2.0.0

Added default styles and CSS variables to elements-components-form-post

GitHub
View full changelog

Added

  • BREAKING! elements-components-form-post: added default styles and CSS variables
airfleet-marketo-plugin

Release 1.0.0

Added default styles and CSS variables to elements-components-form-marketo

GitHub
View full changelog

Added

  • BREAKING! elements-components-form-marketo: added default styles and CSS variables
airfleet-hubspot-plugin

Release 1.0.0

Added default styles and CSS variables for the form hubspot component, with a breaking change in its default option value.

GitHub
View full changelog

Added

  • BREAKING! elements-components-form-hubspot: added default styles and CSS variables

Changed

  • BREAKING! elements-components-form-hubspot: changed default value of option "Include styling from HubSpot?" to false

Fixed

  • elements-components-form-hubspot: fixed issue where "Include styling from HubSpot?" set to false would not be respected
airfleet-elements-forms-plugin

Release 1.0.1

Fixed form submit actions called outside domReady

GitHub
View full changelog

Fixed

  • Fixed FormSubmitShowBlock, FormSubmitThankYou, FormSubmitRedirect form submit actions called outside domReady
airfleet-security-plugin

Release 3.2.4

CSP now uses a nonce only on non-admin pages.

GitHub
View full changelog

Fixed

  • CSP: nonce only for non-admin pages
airfleet-elements-videos-plugin

Release 1.0.0

Updated video overlay default styles with new options

GitHub
View full changelog

Changed

  • BREAKING! elements-components-video-overlay: updated defaults style options to "Default" (Show play button), "None", and added CSS variables
airfleet-elements-modals-plugin

Release 0.4.0

Added JS event to request modal closure and updated default style for modals.

GitHub
View full changelog

Added

  • Added JS event airfleet-modal-close-request (request a modal to close)
  • Added partial elements-partials-modal-close-button (button to close modal)
  • Added partial elements-partials-modal-close-button-content (content for modal close button - defaults to close icon SVG)

Changed

  • elements-partials-modal: updated default style and added CSS variables
  • elements-partials-modal: include partial elements-partials-modal-close-button

Fixed

  • elements-components-form-submit-modal: script now only initializes on dom ready
  • elements-partials-modal: fixed JS event airfleet-modal-shown not firing
airfleet-lightyear-theme

Release 1.6.0

Breakpoint mixin names have been updated with new naming conventions.

GitHub
View full changelog

Changed

  • Changed the breakpoint mixins names
  • e.g. laptop-and-above has been changed to laptop-up. Now the exact opposite mixin for this is laptop-down instead of tablet-and-below
airfleet-lightyear-theme

Release 1.5.0

Updated grid-breakpoints, container-max-widths, and other variables for new breakpoints and designs.

GitHub
View full changelog

Changed

  • Updated the $grid-breakpoints and $container-max-widths to match the new breakpoints and the latest 2 designs requirements
  • Updated the _breakpoints.scss to work with the new breakpoints.
  • Removed the obsolete breakpoints.
  • Updated the $container-padding-x and $grid-gutter-width.

Added

  • Added _container.scss file to handle the basic responsive change in horizontal padding.
airfleet-elements-modals-plugin

Release 0.3.1

Added missing modal style field to button modal component

GitHub
View full changelog

Fixed

  • elements-components-button-modal: added missing modal style field