v0.100 π¨π’ (2024-09-11)
BREAKING CHANGES
django_components.safer_staticfilesapp was removed. It is no longer needed.Installation changes:
- Instead of defining component directories in
STATICFILES_DIRS, set them toCOMPONENTS.dirs. You now must define
STATICFILES_FINDERS
- Instead of defining component directories in
Feat
- Beside the top-level
/componentsdirectory, you can now define also app-level components dirs, e.g.[app]/components(SeeCOMPONENTS.app_dirs).
Refactor
- When you call
as_view()on a component instance, that instance will be passed toView.as_view()