inertia start

Releases

Browse the Inertia Table changelog and install any version released during your access period.

v1.0.0

v1.0.0

First stable release of Inertia Table ๐ŸŽ‰

v0.9.0

v0.9.0

Added

  • Added an only prop for Inertia partial reloads during pagination, filtering, sorting, and search navigation.

v0.8.0

v0.8.0

Changed

  • Upgraded Inertia Table to TanStack Table 9.
  • Adopted TanStack's feature-based table API with dedicated, strongly typed column, row, header, and table helpers.

v0.7.0

v0.7.0

Added

  • Added optional multi-column sorting.
  • Added direct header-click sorting, a context menu for explicit sort direction, and an action to remove sorting.

Changed

  • Refactored the Vue component family and refreshed its registry metadata and generated artifact.

v0.6.0

v0.6.0

Changed

  • Upgraded the registry to Inertia.js 3 and the current Lucide Vue package.
  • Made URL and query-string handling safe during server-side rendering.
  • Refreshed the shadcn-vue registry toolchain and component dependencies.

v0.5.0

v0.5.0

Changed

  • Replaced Axios with Inertia's built-in useHttp client for API-mode requests.

v0.4.0

v0.4.0

Changed

  • Switched registry installation to the official shadcn-vue UI dependencies instead of shipping duplicate UI components.
  • Reused the application's shared cn() utility and refreshed the generated registry component set.
  • Consolidated placeholder replacement and pluralization in the table text-rendering helpers.

v0.3.0

v0.3.0

Added

  • Added support for Laravel API Resource pagination responses alongside standard Laravel paginator data.
  • Added pagination adapters for resource metadata and links.

Fixed

  • Kept API-mode query parameters and pagination state synchronized across requests.
  • Improved API-mode types and component behavior.

v0.2.0

v0.2.0

Added

  • Added API mode with URL-based loading and custom fetch callbacks.
  • Added debounced search and support for combining search with faceted filters, including multiple searchable columns.
  • Added responsive pagination controls and configurable page sizes.

Fixed

  • Fixed registry import paths, filtering behavior, component sizing, and pagination edge cases.

v0.1.0

v0.1.0

Added

  • First installable Vue shadcn registry build of Inertia Table.
  • Added server-driven pagination, sorting, filtering, column visibility, and row selection.
  • Added the initial reusable column header, column toggle, faceted filter, pagination, type, and utility modules.