Changelog
Patch Changes
Section titled “Patch Changes”-
161db63Thanks @petyosi! - Use changeset publish for proper git tagging and GitHub release creation -
Updated dependencies [
161db63]:- @virtuoso.dev/gurx@1.2.2
Patch Changes
Section titled “Patch Changes”-
#1361
7b38166Thanks @petyosi! - Replace ESLint and Prettier with oxlint and oxfmt for faster linting and formatting. Modernize TypeScript configuration withverbatimModuleSyntaxand 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.LogLevelin 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
Minor Changes
Section titled “Minor Changes”Patch Changes
Section titled “Patch Changes”- Updated dependencies [
8d47a4d]:- @virtuoso.dev/gurx@1.2.0
Patch Changes
Section titled “Patch Changes”- c2c7dc7: Remove bogus engines field
Patch Changes
Section titled “Patch Changes”- 57a05da: Fix edge case for initial empty data. Fixes #1262.
Patch Changes
Section titled “Patch Changes”- 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
Patches
Section titled “Patches”- Switch to @virtuoso.dev/gurx