github remix-run/remix data-table@0.5.0
data-table v0.5.0

3 hours ago

Minor Changes

  • Add a rollback command to runRemixDb().

    Reverts applied migrations newest first, bounded by step (default 1) or to (inclusive), with optional dryRun. This is what backs remix db rollback, and it gives hosts embedding the data-table CLI the same command (see #11723).

Patch Changes

  • Allow and() and or() to compose object shorthand filters, matching the documented where: or({ status: 'pending' }, { status: 'processing' }) usage.

Don't miss a new remix release

NewReleases is sending notifications on new releases.