Releases: mediakreativ/craft-blocksmith
Releases · mediakreativ/craft-blocksmith
v1.2.7 - 2024-12-23
Fixed
- Correct extraction of Matrix field handles for nested Matrix fields in disclosure menus.
v1.2.6 - 2024-12-23
Added
- Reorder categories via drag-and-drop in the Control Panel, with changes being persisted automatically.
v1.2.5 - 2024-12-22
Fixed
- Correct extraction of Matrix field handles for nested Matrix fields.
- Ensured proper handling of
fields-
prefix removal.
v1.2.4 - 2024-12-20
Fixed
- Preview jump when initializing Masonry (Thanks to David (@davidwebca) for the contribution!)
- Filtering of child Matrix elements; ensure only enabled Matrix fields are displayed in the modal (Thanks to David (@davidwebca) for the contribution!)
Improvement
- Ensure only block types assigned to the current Matrix field are displayed in the modal.
- Categories are properly filtered and displayed based on visible blocks when opening the modal.
v1.2.3 - 2024-12-15
Added
- Matrix Extended Compatibility: Matrix Extended's context menu button and button group are displayed when Blocksmith's preview modal is disabled for a Matrix field.
v1.2.2 - 2024-12-15
Fixed
- Fixed typo in translation.
v1.2.1 - 2024-12-15
Added
- New Feature: Option to enable or disable previews for specific Matrix fields, improving workflow in nested Matrix setups.
v1.2.0 - 2024-12-14
Highlights
This marks the end of the beta phase for Blocksmith! With this stable release, we've introduced categories for blocks, enhanced the user experience in the preview modal, and ensured robust performance.
Added
- Categories for Blocks: Users can now assign and manage categories for block types. Categories appear in the preview modal, allowing for streamlined filtering and faster block selection.
- Improved Preview Modal: Includes better category navigation and dynamic layouts powered by Masonry.js.
- Stability Improvements: Finalized functionality and bug fixes to ensure a stable, production-ready release.
v1.1.1-beta- 2024-12-11
Add support for new languages: ar, cs, da, el, fi, he, ja, ko, pl, sv, tr, zh
1.1.0-beta - 2024-12-11
Highlights
This release introduces the flexible image upload for block previews and makes the Block Settings page under "Configure Blocks" fully functional. Additionally, significant improvements to the user experience have been made, including the ability to choose between handle-based and uploaded preview images.
Added
- Flexible Preview Images for Blocks:: In addition to handle-based preview images, users can now upload custom preview images directly via the Craft File Browser. Both handle-based and custom preview images are supported, offering greater flexibility in managing block previews.
- Block Settings Page:: The "Configure Blocks" section is now fully functional, allowing users to manage block descriptions and, if handle-based previews are disabled, upload or modify preview images.
- Preview Modal Improvements:: Added an option to display 3 blocks per row in wide viewports (≥1178px). The default remains 2 blocks per row.
Improved
- Usability:: Automatic selection of a default volume for handle-based preview images prevents misconfigurations.
- Performance:: Improved AJAX requests for fetching and displaying block data and preview images, ensuring a faster and more reliable experience.
Fixed
- Resolved an issue where handle-based preview images were not recognized if no volume was selected.
- Minor UI issues on the Block Settings page have been addressed.