You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Created `{% bird %}` tag for creating reusable components in Django templates.
24
+
- Created `{% bird:slot %}` tag for defining and using named slots within components.
25
+
- Included a custom template compiler for compilation and caching of Bird components. This is essentially a no-op for now and just there as a stub for future changes.
26
+
- Created a custom template loader for integration with django-bird's compiler and Django's template engine.
27
+
- Added support for nested components and dynamic slot rendering.
28
+
- Initial configuration of the library through the `settings.DJANGO_BIRD` dictionary, including these settings:
29
+
-`COMPONENT_DIRS` - List of directories to search for components
30
+
-`ENABLE_AUTO_CONFIG` - Boolean to enable/disable auto-configuration
0 commit comments