Skip to content

Changelog

  • 161db63 Thanks @petyosi! - Use changeset publish for proper git tagging and GitHub release creation

  • Updated dependencies [161db63]:

    • @virtuoso.dev/gurx@1.2.2
  • #1361 7b38166 Thanks @petyosi! - Replace ESLint and Prettier with oxlint and oxfmt for faster linting and formatting. Modernize TypeScript configuration with verbatimModuleSyntax and ES2022 build targets.

    Source code changes are non-behavioral: stricter equality checks (===/!== instead of truthiness), ?? instead of || for defaults, early returns instead of else blocks, self-closing JSX tags, and removal of unnecessary JSX fragments. LogLevel in react-virtuoso is changed from a TypeScript enum to a const object — the named exports (LogLevel.DEBUG, etc.) work identically, but enum reverse-mapping (LogLevel[0]) is no longer supported.

  • Updated dependencies [7b38166]:

    • @virtuoso.dev/gurx@1.2.1
  • Updated dependencies [8d47a4d]:
    • @virtuoso.dev/gurx@1.2.0
  • c2c7dc7: Remove bogus engines field
  • 57a05da: Fix edge case for initial empty data. Fixes #1262.
  • 7e85d9e: Support react portal to an iframe rendering

This log was last generated on Fri, 10 Jan 2025 08:23:07 GMT and should not be manually modified.

Fri, 10 Jan 2025 08:23:07 GMT

  • Switch to @virtuoso.dev/gurx