Skip to content

Version 2.6.0

Latest

Choose a tag to compare

@derrickreimer derrickreimer released this 16 Jan 00:02
· 4 commits to main since this release

Added

  • Add inertia_scroll/2 function to support infinite scroll pagination. Automatically configures merge behavior and extracts pagination metadata for the client-side InfiniteScroll component. Includes Inertia.ScrollMetadata protocol for extensible pagination library support (#63).
  • Add inertia_once/2 function to support once props, which are cached on the client-side and reused across page navigations. Supports fresh, until, and as options for controlling refresh behavior, expiration, and custom keys (#62).
  • Create an assets/js/pages directory in the Igniter install task and fix the documentation (#57).

Fixed

  • Properly camelize keys in deferredProps metadata when camelize_props is enabled.

Full Changelog: v2.5.1...v2.6.0