airfleet/airfleet-lightyear-theme

Project releases

airfleet-lightyear-theme

Release 2.3.0

Updated development tool configurations and dependencies.

GitHub
View full changelog

Changed

  • Internal: Updated browserslist to use @airfleet/browserslist-config shared configuration
  • Internal: Updated browserslist to exclude UC Browser for Android
  • Internal: Disabled length-zero-no-unit stylelint rule to prevent calc() bugs
  • Internal: Added css-media-range-syntax to ignored browser features
  • Internal: Fixed dprint fmt error when no files to format in lint-staged
  • Internal: Bump npm dependency @airfleet/wordpress-dev to latest
  • Internal: Bump composer dependency airfleet/wordpress-dev to latest
  • Internal: Updated configuration for development tools
airfleet-lightyear-theme

Release 2.2.0

Adds a placeholder filter for gradient presets.

GitHub
View full changelog

Added

  • Added a placeholder filter for the gradient presets from the Airfleet Elements - Colors plugin
airfleet-lightyear-theme

Release 2.0.0

Requires WordPress 6.8, removes Bootstrap, adds a framework plugin dependency, and migrates to Bun.

GitHub
View full changelog

Changed

  • Breaking: Increased WordPress version requirement to >=6.8
  • Breaking: Added new dependency - Airfleet Framework plugin - and removed scoped framework composer package
  • Breaking: Removed Bootstrap assets and packages
  • Internal: Increased Node.js version requirement to >=24
  • Internal: Bump npm dependency @airfleet/wordpress-dev to ^4.4.0
  • Internal: Bump composer dependency airfleet/wordpress-dev to ^4.0.1
  • Internal: Switched package manager to Bun
  • Internal: Updated linters and development tools
  • Internal: Updated configuration for development tools
  • Internal: Moved configuration sections from package.json to dedicated config files
  • Internal: Updated browserslist configuration
  • Internal: Updated package.json scripts to use Airfleet CLI
  • Internal: Updated README.md to remove Getting Started and Documentation sections
  • Internal: Updated Theme URI metadata field in style.css
  • Internal: Updated GitHub workflows
  • SCSS: Migrated from @import to @use and @forward
airfleet-lightyear-theme

Release 1.15.0

Updated the single template to match the page template by default.

GitHub
View full changelog

Changed

  • Updated the templates/single to be same as the page template by default
airfleet-lightyear-theme

Release 1.14.0

Spacing options updated to match Figma defaults.

GitHub
View full changelog

Updated

  • Updated spacing options to match Figma defaults (XXXS to XXXL)
airfleet-lightyear-theme

Release 1.13.0

Added placeholder setup code for spacing

GitHub
View full changelog

Added

  • Added placeholder setup code for spacing
airfleet-lightyear-theme

Release 1.12.0

Added a template for password-protected posts with consideration for header position.

GitHub
View full changelog

Added

  • Added view templates/password-protected (template for password protected posts that takes into account header position)
airfleet-lightyear-theme

Release 1.11.0

Added Comments.php and created a comments partial for WordPress.

GitHub
View full changelog

Added

  • Added Comments.php to root folder as its required by wordpress.
  • Created comments partial so it can be used as default comments section.
airfleet-lightyear-theme

Release 1.10.0

Added placeholder styles for buttons and sections.

GitHub
View full changelog

Added

  • Placeholder styles for buttons default, primary, secondary
  • Placeholder styles for sections
  • Placeholder styles for sections' container
airfleet-lightyear-theme

Release 1.9.0

Added VS Code snippet for Airfleet Pattern Meta

GitHub
View full changelog

Added

  • Added VS Code snippet for Airfleet Pattern Meta
airfleet-lightyear-theme

Release 1.8.1

Fixed selector complexity causing issues with typography and removed text-wrap property from main headings

GitHub
View full changelog

Fixed

  • Fix selector complexity that causes issues with the airfleet-elements-text-plugin typography

Changed

  • Remove the text-wrap property on the main headings
airfleet-lightyear-theme

Release 1.8.0

Added support for building SCSS files from Figma tokens using the 'build:figma' script and CLI tool.

GitHub
View full changelog

Added

  • Added package.json script build:figma which builds SCSS file from Figma tokens in folder figma/design-tokens (Figma tokens exported using plugin "Design Tokens Manager")
  • Added assets/shared/styles/_figma-variables.scss placeholder for Figma tokens

Changed

  • Updated package.json script build to build Figma tokens before Parcel
  • Bumped npm package @airfleet/wordpress-dev to version 3.2.0 which includes @airfleet/airfleet-figma-bridge and CLI tokens-to-css to generate CSS from Figma tokens
  • Renamed assets/shared/styles/lib/_variables.scss to assets/shared/styles/lib/_scss-variables.scss to make purpose more clear
airfleet-lightyear-theme

Release 1.7.0

Bumped WordPress framework package to version 1.5.0

GitHub
View full changelog

Changed

  • Bumped composer package airfleet/wordpress-framework to 1.5.0
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-lightyear-theme

Release 1.4.0

Updated _reset.scss in base assets folder

GitHub
View full changelog

Changed

  • Updated the _reset.scss in the base assets folder.
airfleet-lightyear-theme

Release 1.3.0

Updated VS code snippet for Airfleet Block Meta with anchor support

GitHub
View full changelog

Changed

  • Updated the VS code snippet for Airfleet Block Meta to include anchor support
airfleet-lightyear-theme

Release 1.2.1

Adjusted editor styles for easier customization

GitHub
View full changelog

Fixed

  • Adjust the specificity in the editor styles (.acf-block-preview) to allow for easy customization.
airfleet-lightyear-theme

Release 1.2.0

Bumped @airfleet/wordpress-dev to version 3.0.0

GitHub
View full changelog

Changed

  • Bump npm dependency @airfleet/wordpress-dev to 3.0.0
airfleet-lightyear-theme

Release 1.1.0

Added background and helper mixins, removed spacing mixins in favor of CSS properties.

GitHub
View full changelog

Added

  • Added background mixin (background)
  • Added helper mixins (afu-flex-center, afu-center-block, afu-vertical-gap, afu-image-size, afu-truncate-text-lines)
  • Added list inline flex mixin (afu-list-inline-flex)

Removed

  • Removed spacing mixins (padding-x, padding-y, margin-x, margin-y) - you should now use CSS properties padding-inline, padding-block, margin-inline, margin-block
airfleet-lightyear-theme

Release 1.0.3

Changed views registration to enqueue styles/scripts from the dist folder and fixed the order of shared root import for frontend.

GitHub
View full changelog

Changed

  • Changed views registration to only enqueue styles/scripts from dist folder

Fixed

  • Fixed order of shared root import for frontend
airfleet-lightyear-theme

Release 1.0.2

.DS_Store is now ignored in the repository's .gitignore file and a bug with dist views folder priority has been fixed.

GitHub
View full changelog

Changed

  • gitignore: added .DS_Store

Fixed

  • Fixed priority of dist views folder
airfleet-lightyear-theme

Release 1.0.1

Fixed registration of views-elements to load resources properly

GitHub
View full changelog

Fixed

  • Fixed registration of views-elements (resources were not being loaded properly)
airfleet-lightyear-theme

Release 1.0.0

Minimum PHP version bumped to 8.2

GitHub
View full changelog

Added

  • Added composer package wpify/scoper
  • Added composer package airfleet/wordpress-framework
  • Added vscode snippets
  • Added placeholder setup code for colors
  • Added placeholder setup code for breakpoints
  • Added placeholder setup code for buttons

Changed

  • Bump minimum PHP version to 8.2
  • Updated version requirements in style.css
  • Upgraded composer dependencies to latest
  • Upgraded npm dependencies to latest
  • Updated browserslist
  • Updated npm scripts
  • Updated gitignore and prettierignore
  • Updated vscode settings file
  • Upgraded views to new format
  • Refactored theme code to use latest plugins and framework
  • Made Bootstrap optional (created separate folder assets-bootstrap - rename it to assets if you want to use Bootstrap)
  • Sync ACF JSON using natural filenames and different sub-folders based on ACF type
airfleet-lightyear-theme

Release 0.16.0

Updated dependencies and fixed security issues

GitHub
View full changelog

Changed

  • Updated references from GitLab to GitHub
  • Updated npm dependencies with security fixes
  • Updated airfleet dependencies to latest