v0.100 ๐จ๐ข (2024-09-11)ยค
__
BREAKING CHANGESยค
-
django_components.safer_staticfiles
app 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
/components
directory, 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()