Skip to content

Commit 55921f8

Browse files
Remove deprecated BirdLoader (#172)
* Remove deprecated BirdLoader * update changelog
1 parent ed96eda commit 55921f8

File tree

3 files changed

+3
-36
lines changed

3 files changed

+3
-36
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,16 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
1818

1919
## [Unreleased]
2020

21+
🚨 This release contains some breaking changes. See the Removed section for more information. 🚨
22+
2123
### Added
2224

2325
- Added the `{% bird:var %}` templatetag for managing local context variables within components, including support for appending, overwriting, and resetting values. Variables are scoped to components and automatically are cleaned up when the component finishes rendering, with optional explicit cleanup via `{% endbird:var %}`.
2426

2527
### Removed
2628

2729
- Removed the deprecated asset serving view (`asset_view`) and its URL configuration. Use `BirdAssetFinder` with Django's staticfiles app instead.
30+
- Removed the deprecated `BirdLoader` template loader class.
2831

2932
## [0.13.2]
3033

src/django_bird/loader.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

tests/test_loader.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)