v0.128ยค
Featยค
-
Configurable cache - Set
COMPONENTS.cache
to change where and how django-components caches JS and CSS files. (#946)Read more on Caching.
-
Highlight coponents and slots in the UI - We've added two boolean settings
COMPONENTS.debug_highlight_components
andCOMPONENTS.debug_highlight_slots
, which can be independently set toTrue
. First will wrap components in a blue border, the second will wrap slots in a red border. (#942)Read more on Troubleshooting.
Refactorยค
- Removed use of eval for node validation (#944)