Skip to content

Commit

Permalink
Doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danjac committed Apr 15, 2021
1 parent ef3b7b2 commit b50a414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This package provides helpers for server-side rendering of [Hotwired/Turbo](https://turbo.hotwire.dev/) streams and frames.

**Disclaimer**: the Hotwired/Turbo client libraries are, at time of writing, still in Beta. We expect there will be breaking changes until the first stable release. This package, and the Turbo client, should therefore be used with caution in a production environment. The version used in testing is *@hotwired/turbo==7.0.0-beta.4*.
**Disclaimer**: the Hotwired/Turbo client libraries are, at time of writing, still in Beta. We expect there will be breaking changes until the first stable release. This package, and the Turbo client, should therefore be used with caution in a production environment. The version used in testing is *@hotwired/turbo==7.0.0-beta.5*.


## Requirements
Expand Down
4 changes: 1 addition & 3 deletions doc/source/main.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This package provides helpers for server-side rendering of `Hotwired/Turbo <https://turbo.hotwire.dev/>`_ streams and frames.

**Disclaimer**: the Hotwired/Turbo client libraries are, at time of writing, still in Beta. We expect there will be breaking changes both to the client library and this package until the first stable release. This package, and the Turbo client, should therefore be used with caution in a production environment. The version used in testing is *@hotwired/turbo==7.0.0-beta.4*.
**Disclaimer**: the Hotwired/Turbo client libraries are, at time of writing, still in Beta. We expect there will be breaking changes both to the client library and this package until the first stable release. This package, and the Turbo client, should therefore be used with caution in a production environment. The version used in testing is *@hotwired/turbo==7.0.0-beta.5*.

============
Requirements
Expand Down Expand Up @@ -71,8 +71,6 @@ If the request originates from a turbo-frame it will also set the *frame* proper
if request.turbo.frame == "my-playlist":
return TurboFrame(request.turbo.frame).response("OK")
**Note**: there is an open bug https://github.com/hotwired/turbo/issues/86 (still open as of turbo beta.4) where the turbo frame header is not added when posting from a form. Until this is fixed, *request.turbo.frame* will only work with links, not forms.

===========================
TurboFrame and TurboStream
===========================
Expand Down

0 comments on commit b50a414

Please sign in to comment.