Releases: creativedotdesign/tofino
Releases · creativedotdesign/tofino
Release list
v5.0.0-alpha.7
feat: generic child theme support - ModuleManifest/FolderManifest scan the stylesheet directory first, so a child theme can ship modules/features and override same-named parent ones - FeatureRegistry loads runtime/fields from the manifest's resolved _dir - Vite loader pins hot file, dist URL, and manifest to the template directory so an active child theme's dist/ can't shadow parent assets - New tofino/use_vite_css filter lets a child theme that owns the site-wide stylesheet build disable the parent's CSS while keeping its JS - Sprite output and [svg] shortcode resolve child-first via get_theme_file_path - render_module plugin comment no longer flags child theme modules - Dev server discovers sibling child themes (modules/*/module.json), serves them via /@fs/ and watches their sources Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
v5.0.0-alpha.6
v5.0.0-alpha.6 - PHP 8.3 version metadata cleanup
v5.0.0-alpha.5
v5.0.0-alpha.5 - PHP 8.3 baseline
v5.0.0-alpha.4
v5.0.0-alpha.4 - PSR-4 namespace alignment
v5.0.0-alpha.3
v5.0.0-alpha.3 - dev branch pre-release for Compose testing
v5.0.0-alpha.2
Add release workflow
v5.0.0-alpha.1
What's Changed
Release notes are to be issued when the release is production-ready.
Full Changelog: v4.1.0...v5.0.0-alpha.1
v4.2.0
Features
- Remove GraphQL from all vue instances (522d3d9)
- Add Copyright, ALT, Media Credit to images (a3a5a60)
- Add Title and Class support to SVG Files. Fixes #366 (05c88ad)
Bug Fixes
Build / CI
- Deps & Build Updates (e927a3c)
- Use Node v20 for GH Action (539392b)
- Allow files to be hashed (4f73e74)
- Delete dist folder on server if it exists before deployment (bd6c55d)
Tests
- Convert tests to latest Cypress and TS (4947415)
Full Changelog: v4.1.0...v4.2.0
v4.1.0
Features
- Add cypress axe testing to tofino 9061e3e
- Sticky Footer, 404 centered 3ddcc23
- Replace Tailwind hidden class in menu TS code Fixes #357
- Change Twitter SVG icon to X Fixes #358
- Add TikTok to social media links Fixes #359
- Breakup General Options into smaller ACF and use Clone Fixes #363
- Vite Dev Server Check environment variable 03e146f
- Add new helper functions
get_flex_field_by_page_idandis_single_module_page3e4c201 - Remove Contact Form, add ACF for Form Selector. bc439ad
- Allow multiple alerts 4fe5982
- Add ACF Stubs for Intelephense 5a05aa9
- Add Thumbnail size images c4e1124
- BrowserSync on localhost and network addresses e8bdfb2
v4.0.0
Features
- Remove Laravel Mix/Webpack and replace it with Vite.
- Replace native WordPress options with ACF Options Page.
- Update Screenshot.
- ACF Flexible Content.
- Update Tailwind to the latest version.
- Add Cypress tests.
- Include Vue.js v3.
- TypeScript all the things.
- Remove unused shortcodes.
- Include new Contact Form and AjaxForm PHP Class.
- Additional WordPress clean functions.
- Fix admin maintenance mode.
- Update SVG Sprite loading.
- Lots of misc improvements.