New Features
Added the new hook to extend block functionality while switching to other block or inner block to extend block functionality.
Improvements
Improved the editor loading assets based on suitable version and dependencies.
Improved loading of the admin page assets suitable version and dependencies.
Improved the assets provider to be more flexible and easier to use and extend.
Flex → Children Wrapoption change to be shown by default.The
Purge Cachebutton for style regeneration will remain active after purging the cache.Improved cache validation and configuration updates for blockera extensions when options are modified.
Cleaned up cache data and improved cache functionality in block extensions for a better and easier user experience.
Enhanced URL utilities with more robust domain extraction and parameter parsing capabilities.
Improved the assets loader to be more flexible and easier to use of packages versions and dependencies.
Bug Fixes
Fix
Redis Object Cacheplugin conflict error reported by Robert 🙏🏼Fixed unnecessary re-rendering of components when updates were not needed.
Fixed an issue where block settings did not properly show when selecting an unsupported block.
Fixed an issue where
linkinner block color not reset. Thanks to Davor 🙏🏼Fixed an issue where setting
flexdisplay onColumnsblock has styling issue. Thanks to Napat and Davor 🙏🏼Fixed an issue where setting
Opacityto100%not works on block states. Thanks to Davor 🙏🏼Fixed an issue where the extensions cache data not correctly updated.
Fixed an issue where the
Flex Childblock sectionOrder,Grow,Shrink, andBasisfeatures not working properly. Thanks to Davor 🙏🏼Fixed an issue where the pseudo elements not deleted. Thanks to Davor 🙏🏻
Fixed an issue where the
Activeblock pseudo element was not working properly.Fixed an issue where the
Restricts Blocks by Post Typesoption was not working properly. Thanks Hoang 🙏🏻Fixed a bug in the panel admin React components to improve user experience.
Fixed design overflow issue on the Blockera admin pages.
Automated Tests
Added E2E tests to check
Flexdisplay onColumnsblock.