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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
27
27
### Changed
28
28
29
29
-**Internal**: Renamed `TemplateConfigurator` to `AutoConfigurator` and consolidated configuration logic.
30
+
-**Internal**: Refactored component and asset loading strategy to track relationships between templates and components, affecting `ComponentRegistry.discover_components` and the `{% bird:asset %}` templatetag.
30
31
31
32
### Deprecated
32
33
@@ -35,6 +36,12 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
35
36
### Removed
36
37
37
38
- Removed the deprecated `ENABLE_BIRD_ID_ATTR` setting.
39
+
- Removed automatically discovering templates in `BASE_DIR/templates`. Templates must now be in directories configured in Django's template engine settings or app template directories.
40
+
- Removed component scanning functionality from `BirdLoader`.
41
+
42
+
### Fixed
43
+
44
+
- Fixed asset loading in `{% bird:asset %}` templatetags to only render assets from components actually used in the current template by tracking template-component relationships during component discovery.
0 commit comments