Skip to content

Releases: rails-inspire-django/django-turbo-helper

2.1.4

16 Aug 08:24
bf71d1e
Compare
Choose a tag to compare
  1. Automatically change the status code in the middleware to 422 for failed form submissions requested by Turbo.
  2. Add doc about django-lifecycle package.
  3. Add doc about morph method in Turbo Stream.

2.1.3

26 Jan 13:18
Compare
Choose a tag to compare
  1. Work with Turbo 8 morph-refreshes
  2. Add decorator after_create_commit, after_update_commit, after_destroy_commit.
  3. Add broadcast_action_to, broadcast_refresh_to to broadcast action to the channels.

2.1.2

18 Jan 09:03
Compare
Choose a tag to compare
  1. Update to work with django-actioncable>=1.0.4
  2. Support part of turbo_power turbo stream actions.
  3. Update multi-format response solution.

2.1.0

15 Jan 08:17
Compare
Choose a tag to compare

Breaking Change

  1. Refactored the whole project and the way to render Turbo Frame and Turbo Stream.
  2. Please check the documentation to see how to use the new API.

2.0.1

12 Jan 03:47
Compare
Choose a tag to compare
  1. Update doc config
  2. Update pyproject.toml

2.0.0

11 Jan 02:29
Compare
Choose a tag to compare
  1. Rename from turbo_response to turbo_helper
  2. Make dom_id respect to_key method just like Rails
  3. Add response_format so developer can return different response format in clean way.

1.0.3

14 Nov 07:55
Compare
Choose a tag to compare
  1. Add turbo_stream_from tag and make it work with django-actioncable

1.0.2

07 Nov 04:59
Compare
Choose a tag to compare
  1. Import dom_id, turbo_frame, turbo_stream template tags.

0.0.52

06 Sep 18:27
Compare
Choose a tag to compare
Update docs

Inheritance bugfixes

20 Aug 05:30
4b4c6d2
Compare
Choose a tag to compare
0.0.51

Update setup.py