Skip to content

Latest commit

 

History

History
102 lines (70 loc) · 9.14 KB

CHANGELOG.md

File metadata and controls

102 lines (70 loc) · 9.14 KB

Changelog

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

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