Skip to content

Releases: digitoimistodude/air-light

9.1.2

07 Sep 08:43
Compare
Choose a tag to compare

9.1.2: 2022-09-07

  • Clean up is-external-link from CSS that is no longer used
  • Consistency in variables: --font-size-paragraphs -> --font-size-paragraph
  • Remove unused --font-size-default and combine with --font-size-paragraph
  • Fix list font-sizes not inheriting from paragraph styles
  • Define default font sizes and line-heights on body level instead in separate elements

9.1.1

06 Sep 12:32
Compare
Choose a tag to compare

9.1.1: 2022-09-06

  • Improve form checkbox and radio button styles
  • Form checkboxes and radio buttons: Add bouncy check animation
  • Clarify reset for checkboxes and radio buttons for gravity forms
  • Combine --line-height-paragraphs-blog and --line-height-paragraphs to one unified CSS variable: --line-height-paragraph

9.1.0

01 Sep 13:08
Compare
Choose a tag to compare

9.1.0: 2022-09-01

  • Improve post title color and size accessibility in Gutenberg editor
  • Remove unnecessary float reset from nav item
  • Add image-background-layer to image helper classes
  • Fix enumerating grid in columns
  • Bump tested up WordPress version to 6.0.2

9.0.9

25 Aug 11:25
Compare
Choose a tag to compare

9.0.9: 2022-08-25

  • Add custom version of sanitize.css
  • Improve external-links.js JavaScript
  • Ignore external link arrows for links that have only imgs in them
  • Add ignore classes for external links
  • Generate SVG arrow for external links via JS instead of CSS
  • Clean up old different versions of external-link.svg files

9.0.8

23 Aug 13:16
Compare
Choose a tag to compare

9.0.8: 2022-08-23

  • Deprecate lazyload from CSS as it is no longer needed after loading="lazy"
  • Add image-background helper class for imgs as backgrounds
  • Add CSS clamp function as helper for responsive font sizes
  • Add CSS aspect-ratio helper for responsive images

9.0.7

22 Aug 12:19
Compare
Choose a tag to compare

9.0.7: 2022-08-22

  • Add box-model helper
  • Remove leftover getLocalization declaration
  • Remove block-file-slug.svg placeholder, replace with .gitkeep
  • Improvement: Consistent $transition-duration, less movement

9.0.6

30 Jun 13:42
Compare
Choose a tag to compare

9.0.6: 2022-06-30

  • Upgrade to devpackages 2.4.7
  • Remove air_helper_custom_settings_post_ids hook that is no longer used (kudos to latenssi @ wpfi Slack for spotting it!)

9.0.5

09 Jun 11:37
Compare
Choose a tag to compare

9.0.5: 2022-06-09

  • Prevent mobile navigation flickering before JS has been loaded

9.0.4

09 Jun 09:07
Compare
Choose a tag to compare

9.0.4: 2022-06-09

  • Add default localization for accessible carousels to support Air-blocks 1.1.2

9.0.3

08 Jun 12:18
Compare
Choose a tag to compare

9.0.3: 2022-06-08

  • Remove leftover %screen-reader-text from editor styles
  • Move editor styles outside of the global gutenberg-editor-styles.scss
  • Fix form elements in ACF block previews
  • A11y: Localizations for possible carousel blocks from Air-blocks