Releases: flyntwp/flynt
Releases · flyntwp/flynt
v2.1.1
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
- @maltekiessling made their first contribution in #548
Full Changelog: v2.1.0...v2.1.1
v2.1.0
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
What’s Changed
- Fix curly brace usage in string by @szepeviktor in #494
- Remove execute permission from front-end files by @szepeviktor in #493
- Fix problems found by static analysis by @szepeviktor in #492
- fix(FeatureFlexibleContentExtension): add component tooltip positioning by @aaronmeder in #501
- General minor improvements and fixes (thanks to @LuisSR) by @timohubois in #511
New Contributors
- @aaronmeder made their first contribution in #501
Full Changelog: v2.0.0...v2.0.1
v2.0.0
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
v1.4.0
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
v1.3.0
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
v1.2.0
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)