Skip to content

Releases: flyntwp/flynt

v2.1.1

10 May 14:17
Compare
Choose a tag to compare

What's Changed

  • Update to Timber to v2.1.0
  • fix(ListSearchResults): use new variable name by @maltekiessling in #548
  • Fixed a problem where field groups could not be saved when using the ACF user interface by @timohubois in #545

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

01 Mar 22:41
Compare
Choose a tag to compare

What’s Changed

  • 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.

Full Changelog: v2.0.1...v2.1.0

v2.0.1

27 Sep 16:04
Compare
Choose a tag to compare

What’s Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

18 Jul 15:08
Compare
Choose a tag to compare

Flynt 2.0 – Rekindling Your Love for WordPress (Again)

Meet your new best friend to develop remarkable WordPress websites. With a perfect Google PageSpeed score, an intuitive editing interface, and a trimmed, customizable codebase, this is your chance to fall in love with WordPress, all over again.

Read the full release blog post.

What’s Changed

  • Google PageSpeed Insights scores: a full 100/100 in Performance, Accessibility, Best Practices, SEO.
  • Integrated JavaScript islands architecture loading scripts only when needed.
  • 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.

Full Changelog: v1.4.0...v2.0.0

v1.4.1

17 Jul 20:24
Compare
Choose a tag to compare

Bug Fixes

  • BlockPostHeader: display dates correctly (#400)
  • BaseStyle: updated deprecated function, preserve backwards compatibility (#369)

Other

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

v1.4.0

21 Oct 10:01
Compare
Choose a tag to compare

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)

v1.3.0

13 Aug 15:07
Compare
Choose a tag to compare

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)

v1.2.1

02 Mar 12:07
Compare
Choose a tag to compare

Bug Fixes

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

v1.2.0

26 Feb 14:00
Compare
Choose a tag to compare

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)

v1.1.1

29 Nov 14:59
Compare
Choose a tag to compare

Bug Fixes

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