Releases: adamghill/django-unicorn
Releases · adamghill/django-unicorn
0.19.0
0.18.1
0.18.0
- Only send updated data back in the response to reduce network latency
- Experimental support for queuing up requests to alleviate race conditions when functions take a long time to process
- Use type hints on component view attributes if needed
- Bug fix: use the correct component name to call a component method from "outside" the component (4edfc6)
0.17.2
- Don't send the parent context in the response for child components that specify a partial update.
- Add support for element models to specify a partial update.
- Add support for polls to specify a partial update.
- Handle
date
,time
,timespan
when passed as arguments from JavaScript. - Render child component template's JavaScript initialization with the parent's as opposed to inserting a new script tag after the child component is rendered.
- Bug fix: prevent an error when rendering a Django model with a date-related field, but a string value.
0.17.1
0.17.0
0.16.1
0.16.0
- Dirty states for when there is a change that hasn't been synced yet.
- Attempt to handle when the component gets out of sync with an invalid checksum error.
- Performance tweaks when there isn't a change to a
model
ordbModel
with lazy or defer modifiers. - Add support for setting multiple classes for loading states.