Releases: digitoimistodude/air-light
Releases · digitoimistodude/air-light
9.1.2
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
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
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
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
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
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
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
9.0.5: 2022-06-09
- Prevent mobile navigation flickering before JS has been loaded
9.0.4
9.0.4: 2022-06-09
- Add default localization for accessible carousels to support Air-blocks 1.1.2
9.0.3
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