Skip to content

Releases: digitoimistodude/air-light

2.4.8

15 May 09:20

Choose a tag to compare

Minor release

  • WooCommerce support is now in its separate repository, air-woocommerce (more coming soon)
  • Remove debugging features not in use
  • SCSS: Structure changes, combine similar scss files
  • More sensible and DRY, "general" style for forms
  • Removal of navigation variables, simpler structure, alignment improvements
  • Fixes

2.4.5

11 May 06:56

Choose a tag to compare

Minor release

  • Hooks
  • SendGrid definitions
  • Minor improvements

2.4.2

27 Apr 12:43

Choose a tag to compare

Major release

  • Fix: Remove leftover container from comments template
  • Fix: Restore container default padding as variable instead of raw amount
  • Add more air-consistent front-page template, simplify loop
  • Add debug-options and HTML lint, update npm packages
  • Accessibility updates, add missing aria-label and type to nav-toggle button
  • Make production CSS lighter with uncss
  • Backend improvements: More modular PHP
  • Make self-hosted fonts look better on Chrome with getting rid of woff2 (modified sassboilerplate font-face mixin)
  • Update tested up -version, tested up to WordPress 4.7.4
  • Underscores (_s) updates up to date
  • Cleaner hero.php with conditional PHP variables
  • Linting with official WordPress Code Standards
  • Change default slide color to white
  • Change to thicker default shade opacity
  • Enhance navigation dropdown to open to the left on sublevels when hovering the last item
  • Many minor fixes

2.2.3

21 Feb 08:15

Choose a tag to compare

Major release

  • Style selector fixes, disable forced <span> size and color
  • Remove crippling input styling with :not selectors
  • Fixes for container and hero structures
  • Empty SendGrid auth credentials on development to prevent accidental mail
  • Remove leftover sidebar code
  • Remove archive title prefix (Archive:) from archive title function
  • Simplify and lint filter description
  • Lint more functions according to WordPress Theme Coding Standards
  • Remove period from file header (_s commit), clean up sidebar.php
  • _s_pingback_header should use get_bloginfo instead of bloginfo because echo is already being used to output the link tag (entire line) (_s commit)
  • Remove aria-haspopup (_s commit)
  • Fix skip link focus (_s commit)
  • Add word-wrap: normal to screen-reader text class
  • Bumping the long overdue (Tested up to:) version number
  • Update _s version information, add nicknames for authors
  • Update air logo
  • Change logo svg from background-image to inline svg
  • Improve default page slide
  • Rewrite form & comment-form styles, move from config to _forms.scss
  • General color and footer improvements
  • Clean up useless variables
  • Remove masthead id from header not in use
  • Containers should be always outside the loop, fix structure
  • Rewrite navigation - now we have separate files for mobile, non-mobile and general navigation layout for easier maintaining
  • Optimize SVGs more
  • Smooth out mobile navigation transitions
  • Add another shade overlay example
  • Add default front-page with title over hero
  • Use get_theme_file_path in SVGs to make them work behind protected urls

2.0.0

26 Dec 20:29

Choose a tag to compare

Major release

  • WooCommerce support
  • Admin cleanups
  • Structure fix for hero templates
  • Fix: missing color for headings
  • Fix: missing font family for buttons
  • Performance: Disable emojicons
  • Use get_theme_file_uri function introduced in WordPress 4.7.0
  • Improve drop down menu on wide touch devices

1.9.1

09 Nov 16:09

Choose a tag to compare

Minor fix and improvement release

Quick fixes and cleanups for typography:

  • All font weights should be numeric - semantics update for _typography.scss
  • Remove unnecessary separate font-weight from h1

New feature:

  • Add class names to default typography elements for extends: Possibility to utilise SASS's @extend for titles (.h1, .h2 etc.) and default base text (.default)

1.9.0

09 Nov 14:26

Choose a tag to compare

Feature optimization and bugfix release

Bunch of minor and major fixes and improved features:

  • Update: latest npm packages
  • Migrate to Jeet 7.0.0 (works now with @include column instead of aliases)
  • Clean up SCSS: Remove duplicate and unnecessary code
  • Add _general.scss that includes definitions that repeat site-wide
  • Add post types for hero element
  • Clean up favicons
  • Change default menu label from "Primary Menu" to just "Menu" to save space on mobile devices
  • Don't inherit general button styles to navigation toggler
  • Implement Automattic's _s changes up to date
  • Add forced line-height for headings by default to increase readability
  • Improve documentation in SCSS files
  • Add headings-scale option, you can now choose between large, medium and small heading sets, add medium by default
  • Remove unnecessary code in _typography.scss
  • Add container default padding as a config setting
  • Fix navigation arrow alignment and change it to rem instead of px

1.8.0

01 Nov 11:19

Choose a tag to compare

Bugfix release

Bunch of minor and major fixes and even more established development environment.

  • Gallery fixes, add columns based on wp-admin option
  • Include WordPress gallery by default, fix typo in class name
  • Remove duplicate container on single template
  • Update npm packages, fix jeet path
  • Implement _s changes
  • Prefix fixes
  • Only generate pingback url header tag when relevant
  • Move hero to header
  • Fix skip to content link
  • Add requirements
  • Show full layout on development mode when admin bar is enabled

1.7.0

09 Sep 14:19

Choose a tag to compare

Compatibility release

Bunch of minor fixes and more established development environment.

  • iPhone related logo overlapping fix
  • Better responsive scaling for main headings
  • Admin bar related tweaks

1.6.0

09 Aug 12:17

Choose a tag to compare

Enhancements:

  • New, clearer modular stucture for sass - structure is replaced by /layout/ and now we have folders related to their actual purpose
  • Processed main CSS file is now global.css instead of layout.css

Bugfixes:

  • JS fixes
  • Back to top fix