Added
- Add
inertia_scroll/2function to support infinite scroll pagination. Automatically configures merge behavior and extracts pagination metadata for the client-sideInfiniteScrollcomponent. IncludesInertia.ScrollMetadataprotocol for extensible pagination library support (#63). - Add
inertia_once/2function to support once props, which are cached on the client-side and reused across page navigations. Supportsfresh,until, andasoptions for controlling refresh behavior, expiration, and custom keys (#62). - Create an
assets/js/pagesdirectory in the Igniter install task and fix the documentation (#57).
Fixed
- Properly camelize keys in
deferredPropsmetadata whencamelize_propsis enabled.
Full Changelog: v2.5.1...v2.6.0