This repository has been archived by the owner on Apr 30, 2020. It is now read-only.
Releases: flyntwp/flynt-starter-theme
Releases · flyntwp/flynt-starter-theme
v0.4.1
v0.4.0
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
BREAKING CHANGES
- gulpfile.js: The minimum engine requirement is now Node >= 8.
v0.3.1
v0.3.0
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
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
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
v0.2.1
v0.2.0
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.