Skip to content

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

2.1.5

Choose a tag to compare

@michael-yin michael-yin released this 05 Jan 10:23
  1. Drop Python version below 3.10
  2. Drop Django version below 5.2

2.1.4

Choose a tag to compare

@michael-yin michael-yin released this 16 Aug 08:24
bf71d1e
  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

Choose a tag to compare

@michael-yin michael-yin released this 26 Jan 13:18
  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

Choose a tag to compare

@michael-yin michael-yin released this 18 Jan 09:03
  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

Choose a tag to compare

@michael-yin michael-yin released this 15 Jan 08:17

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

Choose a tag to compare

@michael-yin michael-yin released this 12 Jan 03:47
  1. Update doc config
  2. Update pyproject.toml

2.0.0

Choose a tag to compare

@michael-yin michael-yin released this 11 Jan 02:29
  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

Choose a tag to compare

@michael-yin michael-yin released this 14 Nov 07:55
  1. Add turbo_stream_from tag and make it work with django-actioncable

1.0.2

Choose a tag to compare

@michael-yin michael-yin released this 07 Nov 04:59
  1. Import dom_id, turbo_frame, turbo_stream template tags.

0.0.52

Choose a tag to compare

@danjac danjac released this 06 Sep 18:27
Update docs