Skip to content

Releases: digitoimistodude/air-light

9.3.5

12 Sep 09:25
Compare
Choose a tag to compare

9.3.5: 2023-09-12

  • Use semver + date in newtheme.sh start script
  • Add self-updater to the start script

9.3.4

07 Sep 10:18
Compare
Choose a tag to compare

9.3.4: 2023-09-07

  • Fix focus to item when pressing back to top indicator
  • Fix Gutenberg admin to use the correct variable font
  • Update devpackages to 2.5.4
  • Exclude WordPress.DB.SlowDBQuery.slow_db_query_meta_query
  • Do not show skip link when focused via mouse from back to top
  • Fix external link aria-label getting replaced #193 (kudos to @EliasKau!)
  • Improvements and fixes to top scroll button #191 (kudos to @raikasdev!)

9.3.3

18 May 14:46
Compare
Choose a tag to compare

9.3.3: 2023-05-18

  • Reset core-list bullet size
  • Remove un-used image_sizes array from theme settings, closes #142 (kudos to @timiwahalahti)
  • Run theme_setup on after_setup_theme hook
  • Add custom pll_translatable setting to cpt and tax registration, use that to automatically register that content type for Polylang (kudos to @timiwahalahti)
  • Fix ACF button color
  • Remove deprecated number-leading-zero rule
  • Add support for navigation version where main item is a clickable (kudos to @Tumppex)
  • If nav link anchor link, add class js-trigger for moveTo
  • Fix JS error with link label not existing
  • Close navigation if anchor item is nav-link
  • Fix focus to target in anchors.js
  • Bump tested up WordPress version to 6.2.1

9.3.2

21 Mar 14:04
Compare
Choose a tag to compare

9.3.2: 2023-03-21

  • When page is loaded with "s" in url parameters try to set focus to search input field (kudos to @EliasKau)
  • Calculate mobile nav top and height in js when there are air notificans present (kudos to @Tumppex)
  • Fix irregularities with keyboard navigation #175 (kudos to @michaelbourne!)
  • Fix navigation focus trap #175 (kudos to @michaelbourne!)
  • Stylelint: Add number-leading-zero from devpackages
  • Fix navigation issues #177 (kudos to @michaelbourne!)

9.3.1

24 Feb 08:51
Compare
Choose a tag to compare

9.3.1: 2023-02-24

  • Remove nav-toggle styles not in use
  • Add air-notification support to navigation.js
  • Simplify button component even more by removing unused arrow conditional

9.3.0

17 Feb 12:37
Compare
Choose a tag to compare

9.3.0: 2023-02-17

  • Change nav toggle position to static by default (kudos to @Tumppex)
  • Add wrapper to navigation (kudos to @Tumppex)
  • Mobile nav variable to change nav width (kudos to @Tumppex)

9.2.9

15 Feb 20:28
Compare
Choose a tag to compare

9.2.9: 2023-02-15

  • Start script: Copy .nvmrc to project root from devpackages
  • Improve block cache bypass logic and show bypass reason on log
  • Try to determine if block has Gravity Forms form and always bypass cache if
  • Stylelint fixes
  • Simplify button SCSS component
  • Remove Travis
  • Add GitHub workflows for styles, html, php and js
  • Fix version in .nvmrc
  • Add badges for GitHub workflow build statuses
  • Fix stylelint errors for v15
  • Add smaller font-sizes 12 and 13
  • Replace all suitable px sizes with rem as per stylelint-rem-over-px
  • Update .stylelintrc from devpackages 2.5.3

9.2.8

31 Jan 07:57
Compare
Choose a tag to compare

9.2.8: 2023-01-30

  • Add gap for categories
  • Change default mobile breakpoint to 600px
  • Remove breakpoints not in use
  • Fix iPad navigation overlapping blocks when closed

9.2.7

06 Jan 18:54
Compare
Choose a tag to compare

9.2.7: 2023-01-06

  • Remove unused no-js styles
  • Remove unused CSS variables
  • Simplify defining CSS variables in single use cases
  • Remove <kbd> styles that are rarely needed
  • Fix entry-footer
  • Simplify category styles
  • Simplify tag styles
  • Remove _blog.scss
  • Add views/_single.scss
  • Use list element in categories instead of a paragraph

9.2.6

31 Dec 12:28
Compare
Choose a tag to compare

9.2.6: 2022-12-31

  • Fix undefined body class
  • Fix nav styles leaking to pagination (kudos to @artotoivanen)
  • Drop sanitize.css dependency
  • Use sanitize.css/reduce-motion baked-in instead from npm