github remix-run/remix data-table@0.6.0
data-table v0.6.0

latest releases: remix@3.0.0-rc.3, tar-parser@0.8.0, static-middleware@0.4.16...
4 hours ago

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.

Don't miss a new remix release

NewReleases is sending notifications on new releases.