Skip to content

Latest commit

 

History

History
179 lines (129 loc) · 15 KB

CHANGELOG.md

File metadata and controls

179 lines (129 loc) · 15 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.1 (2024-05-10)

Bug Fixes

  • ListSearchResults: use new variable name (#548) (8e0dd41)
  • theContentFix.php: exclude acf related post types (39e117f)

2.1.0 (2024-03-01)

  • Updated Swiper to Version 11.
  • Updated Vite to Version 5.
  • Added entity encoding to TinyMCE configuration.
  • Updated Image behavior to prevent division by zero errors.
  • Added fetchpriority to logo images.
  • Updated external avatar images sideload handling.
  • Replaced TimberLoader with TimberMetaTransformValues.
  • Improved accessibility by adding aria-label values.
  • Improved code readability and maintainability.
  • Added return types and type hints for better code clarity.
  • Updated dependencies and followed consistent formatting.

2.0.1 (2023-09-27)

Features

  • NavigationBurger: use is_external and is_target_blank (e383910)
  • NavigationFooter: use is_external and is_target_blank, reduce markup (acf44aa)
  • NavigationMain: use is_external and is_target_blank (39ee3c0)
  • package.json: add releasePatch script (f6429d8)

Bug Fixes

  • assets.php: remove strategy, because modules are deferred automatically (8dfe556)
  • BlockPostHeader: remove quote (7de0de5)
  • FeatureFlexibleContentExtension: add component tooltip positioning (#501) (0ef7ec8)

Other

  • package.json: change author name (a6c5b4b)
  • README.md: add host const to .env config (e7a1b8c)

2.0.0 (2023-07-18)

  • Google PageSpeed Insights scores: a full 100/100 in Performance, Accessibility, Best Practices, SEO.
  • Improved editing interface with Gutenberg support for WordPress posts.
  • ACF Flexible Content components for full-page layouts and enhanced component selection with an integrated search field.
  • Editor styles for a better preview of formatted text.
  • Upgraded build process with Vite, supporting hot module reloading.
  • Transition from jQuery to vanilla JavaScript for the frontend.
  • Reduced and reorganized codebase.
  • Fresh Base Style with CSS custom properties (variables) and components with a boilerplate style.
  • Dropped support for IE 11, progressively enhancing support for latest browsers.
  • Updated all kinds of dependencies.
  • And quite a bunch of other stuff to make things easier and better.

1.4.1 (2022-07-08)

Bug Fixes

  • BlockPostHeader: display dates correctly (#400) (b5e16af)

Other

  • NavigationBurger: use Timber\Menu sub-namespace instead of Timber (#352) (c7a763f)
  • NavigationMain: use Timber\Menu sub-namespace instead of Timber (#354) (70f7e75)

1.4.0 (2020-10-21)

Features

  • shortcodes, NavigationFooter: add global shortcodes and examples for dynamic copyright notices (#297) (00f9f6b)
  • theme: use wp_get_environment_type for WP_ENV (#298) (5bf90db)

Bug Fixes

  • SliderImages: add Number polyfill to fix Swiper v6 in IE (#304) (72e2be9)
  • theme: force visuallyHidden styles (#301) (d0e7645)
  • theme: rename skiplink text (#307) (f82743d)
  • TimberDynamicResize: convert path with backslash to slash for uploads basedir just as get_home_path() (#299) (789098e)

Other

  • php: adjust several argument definition (b7f64f9)
  • swiper: only import needed components (#319) (ff82ebd)

1.3.0 (2020-08-13)

Features

  • BlockVideoOembed: add multiple size options (a26a933)
  • Components: Accessibility Improvements (1ebc27b)
  • ExternalScriptLoader: remove (8c54251), closes #283
  • FormPasswordProtection, post, GridPostsArchive: add missing titles in favor of accessibility (4891096)
  • NavigationMain: allow changing the logo via the customizer (4e84112)
  • pageComponents: add page components to all pages and post types, but posts (f218164)
  • RemoveEditor: dequeue Gutenberg styles (3321873), closes #261
  • theme: add heading format classes (6f357ce)
  • TimberDynamicResize: finetune functionality, add global options (40e2f64)
  • translations: make component labels translatable (4524cab)

Bug Fixes

  • baseStyle: add missing parenthesis to data:image causing issues in IE (071970d)
  • BlockVideoOembed: substitute deprecated selector (#244) (0338027)
  • ComponentLogServer: check if WP_ENV is defined (04299f9), closes #247
  • FeatureAdminComponentScreenshots: fix preview image not being full width (7a68830)
  • MimeTypes: allow png uploads, remove max upload size, update instructions (33f0247)

1.2.1 (2020-03-02)

Bug Fixes

  • build: update and validate composer.json on release (0b44209)

1.2.0 (2020-02-26)

Features

  • BaseStyle: add print styles (fc37b44), closes #236
  • BaseStyle: implement sticky footer concept (19918b3), closes #227
  • HTML5: remove type for script and link tags (9f08d95), closes #210
  • TimberDynamicResize: always store in dynamic folder (7e0d931)
  • TimberDynamicResize: change db structure (d85f4e8)
  • TimberDynamicResize: clean up filters (9ed45c0)
  • TimberDynamicResize: merge header instead of append (631222b), closes #224
  • TimberDynamicResize: use wp functions for 404 and redirect (b50dc00)
  • TimberDynamicResize: use wp rewrites (0ede66b)

Bug Fixes

  • assets: only import script.js and admin.js (c9d1c25)
  • BaseStyle: change Reset Theme headline from h2 to h3 (e29813e)
  • Oembed: check if $iframeTagHtml exists (61debe5)
  • theContentFix: don't add shortcode to custom css (43272e4)

1.1.1 (2019-11-29)

Bug Fixes

  • AdminComponentScreenshots: execute on document ready (aa93a59)
  • publicPath: pass via wp_localize_data (bfb2435)
  • theContentFix: correctly call in_array (fe5039f)

1.1.0 (2019-11-28)

Features

  • DynamicResize: add routes wordpress natively (85c29cf)
  • FeatherIcons: load from local server (5a70341)
  • Fonts: load google fonts from local server (11ad098)
  • ScriptLoader: add async/defer options (b735436)

Bug Fixes

  • BaseStyle: correct query_vars check (051c81a)
  • BaseStyle: prevent url segments after first and simplified rewrite rule (950546e)
  • BaseStyle: replaced custom noindex code with wordpress action (676235a)
  • BaseStyle: use custom document title, instead of archive title (5a0fd5b)
  • BaseStyle: vertically center select input text in Firefox (4b51d00), closes #185
  • BlockPostFooter: prevent overflowing author info (IE11) (ac65669)
  • FeatureGoogleAnalytics: Fixed boolean logic and window.$ (26a8e5a)
  • GoogleAnalytics: minor improvements (31a753c)
  • GridPostsArchive: remove abandoned p-tag and close unclosed div (6c11155)
  • gulpfile.js: replaceVersion path to package.json couldn't be found (e36085b)
  • ListComponents: prevent stretched screenshots (IE11) (26febd4)
  • ListSearchResults: remove min attribute on search input that is not allowed by spec (7da38b4)
  • mixins.scss: adjust font-face base path (9b7bdec)
  • single.twig: prevent invalid blog post footer markup (39fa4fa)
  • theContentFix: replace shortcode if post id changed (92b4cfc)
  • theme: disable big image size threshold (283f072)
  • webpack: set publicPath dynamically (265c935)

1.0.0 (2019-11-28)

Initial release