Skip to content

Latest commit

 

History

History
72 lines (40 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

72 lines (40 loc) · 2.42 KB

Unreleased

2.11.0 (2024-10-30)

2.10.0 (2024-10-16)

Enhancements

  • Improvements to the experimental full-page navigation (#64067):
    • Remove the src attributes from prefetched script tags.
    • Use .textContent instead of .innerText to set <script> contents.
    • Use populateServerData() with state from the server.
    • Wait for the load event of the script element before evaluating it.
    • Make renderRegions() an async function.
    • Only prefetch module scripts, never prefetch regular scripts. That's because regular scripts (without async or defer attributes) found in the head are blocking and must be executed in order. When prefetching there is no guarantee that the scripts will execute in the order they are prefetched. Module scripts can be executed in any order.

2.9.0 (2024-10-03)

2.8.0 (2024-09-19)

2.7.0 (2024-09-05)

2.6.0 (2024-08-21)

2.5.0 (2024-08-07)

2.4.0 (2024-07-24)

2.3.0 (2024-07-10)

2.2.0 (2024-06-26)

2.1.0 (2024-06-15)

2.0.0 (2024-05-31)

Breaking Changes

  • Variables like process.env.IS_GUTENBERG_PLUGIN have been replaced by globalThis.IS_GUTENBERG_PLUGIN. Build systems using process.env should be updated (#61486).
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.

1.8.0 (2024-05-16)

1.7.0 (2024-05-02)

1.6.0 (2024-04-19)

1.5.0 (2024-04-03)

1.4.0 (2024-03-21)

1.3.0 (2024-03-06)

Bug Fixes

  • Fix navigate() issues related to initial state merges. (#57134)

1.2.0 (2024-02-21)

1.1.0 (2024-02-09)

New Features

  • Add the clientNavigationDisabled option to the core/router config. (58749)

1.0.0 (2024-01-24)

Breaking Changes

  • Initial version. (57924)