Revision code

Changes Version 3.7.3
Released on January 18, 2024 with 4 commits

Changes

  • Fix a bug where, when rendering multiple fragments from a cached response, the new fragments would not be revalidated. This also affected render passes with [up-hungry] fragments.
  • Targeting sibling elements now supports union selectors like .parent .foo, .parent .bar.

Upgrading

If you're upgrading from an older Unpoly version you should load unpoly-migrate.js to polyfill deprecated APIs. Changes handled by unpoly-migrate.js are not considered breaking changes.

See our upgrading guide for details.