inertia@0.11.0

Published on January 7, 2022

Added

Changed

  • Types: Use a ProgressEvent instead of a generic object (#877)

Fixed

  • <Link> Component automatically added http://localhost as a prefix when it contains 'http' in it's path (#964)
  • "rememberedState of undefined" occurred on visits where useRemember was used (#949)
  • Forms with remember keys were giving ReferenceError: window is not defined during SSR (#1036)
  • Certain events always required 'bool' return types, while 'void' (falsy) should be possible too (#1037)