v0.1.0
=== - Fix issues with template compilation and introduce template fragments. - Add a template compilation cache to optimize performance. - Introduce FragmentElement.php for enhanced template functionality. - Refactor template compilation and rendering logic: - Move logic from AbstractComponent.php to Manager.php. - Integrate the new caching mechanism. - Implement a CacheWarmer for flow components to pre-warm the cache and improve initial load times.