Skip to content

2.2.3

Choose a tag to compare

@ronilaukkarinen ronilaukkarinen released this 21 Feb 08:15
· 2604 commits to master since this release

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