Releases: madebyraygun/craft-block-loader
Releases · madebyraygun/craft-block-loader
v3.1.2
What's Changed
- fix: clear cache for owner of related elements by @daltonrooney in #17
Full Changelog: v3.1.1...v3.1.2
v3.1.1
What's Changed
- fix: cache clear related entries by @daltonrooney in #15
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- feat: add console command to clear cache for related expired entries by @daltonrooney in #14
Full Changelog: v3.0.1...v3.1.0
v3.0.1
Nested Entry Support
3.0.0 - 2024-09-23
Added
- Breaking change: Replaces context hooks with
entry.blocksFromField
method to load block content - Breaking change: Replaces
onInit
method in block class definitions with optionalsetSettings
method - Adds support for CKEditor nested entries fields
- Adds utility and console command to clear block cache
- Adds block cache config option
- Adds autoloading config option
Improvements
- Better block class autoloading
Craft 5 Compatibility
What's Changed
- Craft 5.0 compatibility by @daltonrooney in #3
- Update composer and plugin handle by @daltonrooney in #5
Update plugin handle and improve docs
Full Changelog: v1.0.0...v1.0.2