mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 13:01:03 +00:00

* Add hx-history="false" to prevent sensitive or session data entering the localStorage cache * Correctly get value of hx-history attribute. * Add test for hx-history attribute. * Allow history cache to be disabled when multiple `hx-history` attributes are present in a document, and any one of them is set to false. * Add documentation for `hx-history` attribute. * Add `hx-history` attribute to reference doc * Correct the order of the `hx-history` attr in the reference doc.