Releases: rails-inspire-django/django-turbo-helper
Releases · rails-inspire-django/django-turbo-helper
2.1.4
2.1.3
- Work with
Turbo 8 morph-refreshes
- Add decorator
after_create_commit, after_update_commit, after_destroy_commit
. - Add
broadcast_action_to
,broadcast_refresh_to
to broadcast action to the channels.
2.1.2
- Update to work with django-actioncable>=1.0.4
- Support part of turbo_power turbo stream actions.
- Update multi-format response solution.
2.1.0
Breaking Change
- Refactored the whole project and the way to render Turbo Frame and Turbo Stream.
- Please check the documentation to see how to use the new API.
2.0.1
- Update doc config
- Update
pyproject.toml
2.0.0
- Rename from
turbo_response
toturbo_helper
- Make
dom_id
respectto_key
method just like Rails - Add
response_format
so developer can return different response format in clean way.
1.0.3
- Add
turbo_stream_from
tag and make it work with django-actioncable
1.0.2
- Import
dom_id
,turbo_frame
,turbo_stream
template tags.
0.0.52
Inheritance bugfixes
0.0.51 Update setup.py