Skip to content

data-table v0.6.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 22:38
bfdf7ab

Minor Changes

  • BREAKING CHANGE: Dotted string values passed to eq(), ne(), gt(), gte(), lt(), and lte() are now treated as scalar values. Use table column references, such as eq(accounts.id, projects.account_id), for column-to-column comparisons.

  • Add compileOrderByDirection() to @remix-run/data-table/sql-helpers for adapters that need to validate and compile case-insensitive asc and desc values.

Patch Changes

  • Reject update and delete operations when a supplied where clause is structurally unconditional, including empty object filters and empty notIn predicates.