Skip to content

1.17.3

Compare
Choose a tag to compare
@NSeydoux NSeydoux released this 10 Oct 21:16
· 502 commits to main since this release
ef10e83

Bugfixes

browser

  • Mismatching redirect URI on refresh: the root cause of the bug was a race
    condition because of the asynchronous nature of updating the browser URL. The appropriate event is now awaited for, which should prevent
    the issue from manifesting.

browser and node

  • JSDoc comments are preserved in emitted files, which gives a better developer experience in IDEs supporting them.