Flynt Starter Theme Versions Save

The starter theme for building Flynt projects.

v0.4.1

5 years ago

Bug Fixes

  • Components: load layout component assets only when necessary (#289) (246a8f9)
  • Features/Acf: fix expand/close all buttons (#287) (8e43483), closes #286

Features

  • Features/ComponentLogServer: add a simple logging functionality (#291) (cccc3c5)

v0.4.0

5 years ago

Bug Fixes

  • DocumentDefault: enable zoom by default (#278) (2bfd385)
  • Features/TimberLoader: use relative file path in renderComponent hook (#265) (886c94e)
  • gulpfile.js: fix reloading of PHP files outside the copy scope (#283) (c0e8779)
  • yarn: set version constraint for document-register-element to ~1.8.0 (#282) (32160d1)

Features

  • DocumentDefault, Layouts: add sticky footer styles (#280) (6263ffc)
  • Features/CustomTaxonomies: add public getAll method (#277) (40fb705)
  • Features/Lodash: add lodash feature (#284) (112b4d3)
  • Features/TimberLoader: add template file name filter (#279) (769a7ef)

Performance Improvements

  • gulpfile.js: improve initial startup time (#276) (a98dd11)

BREAKING CHANGES

  • gulpfile.js: The minimum engine requirement is now Node >= 8.

v0.3.1

6 years ago

Bug Fixes

  • .gitignore: add yarn error log (#268) (4e04b47)
  • Features/Acf: set correct toggle selector after ACF update (#264) (689b580)

Features

  • Components: update DocumentDefault, Layouts and variables (#271) (0c7ecb6)

v0.3.0

6 years ago

Bug Fixes

  • config/fieldGroups: hide pageComponents on the posts page by default (#256) (da6b99f)
  • Features/Acf/OptionPages: use correct casing for subpage filter name (#254) (57aed0e)
  • Features/TinyMce: correct styleformats in config (#257) (1fac210)

Features

  • Features/TimberLoader: convert images in ACF gallery field to Timber images (#258) (40c5daa)

BREAKING CHANGES

  • Features/TimberLoader: anyone previously relying on the gallery field's default return values will probably run into issues with this change

v0.2.2

6 years ago

Bug Fixes

  • Components/SliderMedia: remove pointer-events on .slick-dots, so it doesn't overlap Youtube's controls (#245) (45f9343)
  • Components/SliderMedia: set slick-dots line-height to 0 (#243) (92e7630)
  • Features/Acf: add required hooks check to OptionPages::get() (#229) (0f62245)
  • nodejs: add compatibility for node 8 (edb01eb), closes flyntwp/flynt-cli#59

Features

  • Components/SliderMedia: Add alt attribute for images (#247) (aa63791)
  • Feature/ExternalScriptLoader: Add with GoogleMaps support (#236) (cf5c83e)

v0.2.1

6 years ago

Bug Fixes

  • Components/ListPosts: fix wrong case on css import in partials path (#226) (f86a6f0), closes #226

v0.2.0

6 years ago

Bug Fixes

  • archive: Use archive.json instead of non-existent archive-unfiltered.json (#194) (b4b3baa)
  • Components: use correct image sizes and ratios (#221) (b2b69ac), closes #198
  • Components/DocumentDefault: add woff2 option to fontFace helper (#197) (d90fb64)
  • Components/DocumentDefault: remove duplicate class attribute on html element (#171) (0a56ffa)
  • Components/SliderMedia: resolve several issues (#196) (9383082), closes #196
  • Features/Acf: use ucfirst on all names to keep consistent filter names (#199) (ddc7806)
  • Features/Acf/OptionPages: use correct updated get method internally (650837a)
  • Features/AdminComponentPreview: use correct assets path and url (#170) (e2cb5e6)
  • Features/Components: sort components before registering them (#166) (c8e7087)
  • lib/Bootstrap: require ACF plugin (#173) (975c529), closes #139
  • Utils/Log: json_encode all data and add console method validation (#211) (28419e9)

Code Refactoring

  • Features/Acf/OptionPages: use single public function and fix CPT subpage name (#167) (99aa561), closes #167

Features

  • Components/BlockImage: add component (#182) (3db3b60)
  • Components/BlockMediaText: add component (#183) (bb9ccfd)
  • Components/BlockNotFound: add component (#186) (cfde1e2)
  • Components/BlockVideoOembed: add component (#184) (4f1835d)
  • Components/BlockWysiwyg: add component (#179) (9d08f57)
  • Components/ListPosts: add component (#185) (5797b2e)
  • Components/NavigationMain: add component (#180) (37aa956)
  • Components/SliderMedia: add component (#181) (355188b)
  • Features/HideProtectedPosts: Remove password protected posts from query (#205) (6f4b531)
  • Features/TinyMce: customize editor via JSON config file (#158) (faeebb7)
  • lib/Utils: add getContents method to Asset Util (#222) (0c06ba3)
  • Utils/Asset, Features/Jquery: add CDN option to asset util and implement in Jquery feature (#168) (68bc9e1), closes #131
  • Utils/Log: add default option to postpone logs to wp_footer (#203) (ae0c62a)

BREAKING CHANGES

  • lib/Bootstrap: Renamed checkPlugin to checkRequiredPlugins; only used in the theme's functions.php, but still a public method name that changed.

  • Features/Acf/OptionPages: Removed OptionPages::getOption and OptionPages::getOptions. Using OptionPages::get instead.

v0.1.0

7 years ago

Initial Release