Skip to content

Files

Latest commit

dcc96ff · Feb 24, 2025

History

History
74 lines (41 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

74 lines (41 loc) · 1.81 KB

@vtbag/turn-signal

1.3.1 - 2025-02-24

Patch Changes

  • 65fa486: Makes code more defensiv facing optional values.

1.3.0 - 2024-12-30

Minor Changes

  • 1594efb: This release adds the link-types script that let's you annotate view transition types at <a> elements by adding the data-vtbag-link-types attributes.

    <a href="..." data-vtbag-link-types="backward types/forward types"></a>

    For details on how to use the scripts see the documentation.

    This release also adds support for browsers that have native cross-document view transitions support but don't support the Navigation API. Looking at you, Safari!

1.2.2 - 2024-12-12

Patch Changes

  • 9591c7e: makes code a bit more robust

1.2.1 - 2024-12-11

Patch Changes

  • 34d6a93: Removes log statements

1.2.0 - 2024-12-11

Minor Changes

  • 5feccc0: link-types: assign view transition types directly to the links that trigger navigation!

1.1.0 - 2024-10-22

Minor Changes

  • 58b6a3a: Transition types and direction attributes are now also determined on the old page! And the additional old and new types tell you, where you are. One use case is to exclude elements from view transitions depending on the direction. With this change you can not only exclude or add the new images but also the old images!

1.0.3 - 2024-10-17

Patch Changes

  • 3de8989: Dependency updates
  • 961b31e: Adds .d.ts declarations

1.0.2 - 2024-09-25

Patch Changes

  • 214b570: Fixes an issue where the scripts where not reexecuted when fetched from the bfcache.

1.0.1 - 2024-09-25

Patch Changes

  • 60db4dd: Fixes a bug where backward animations didn't work as advertised
  • 83e2556: Removes debug logging

1.0.0 - 2024-09-25

Major Changes

  • 57b6b2f: First public version