All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
v1.5.1 (2026-04-27)
Bug Fixes:
- sort direction toggle broken for calculation and aggregate fields by Michael Bärtschi
v1.5.0 (2026-01-22)
Features:
- add support for order_by on a calculation and / or aggregation by Dave LI
Bug Fixes:
deps: remove unused by Michael Bärtschi
sort: and update styler by Michael Bärtschi
deps: remove unused by Michael Bärtschi
v1.4.3 (2025-05-21)
v1.4.2 (2025-03-26)
Bug Fixes:
- filter_form: handle nested groups
v1.4.1 (2025-02-21)
Bug Fixes:
- doctest: use new ash sort tuple array with atoms
v1.4.0 (2025-02-10)
Features:
- meta: add set_filter_form function to update filter_form in Meta.ash_pagify
Bug Fixes:
set_filter_form: use from Meta module
make AshPagify.set_filter_form/3 be in sync with the documentation.
deps: remove unused
v1.3.0 (2025-01-06)
Features:
- deps: update filter_form to new standard
v1.2.2 (2024-12-12)
v1.2.1 (2024-10-25)
Bug Fixes:
- lazy_load: do not enforce lazy loading load opts
v1.2.0 (2024-10-24)
Features:
table: add loading and error states
Ash.load: lazy load load_statement in opts
v1.1.1 (2024-10-21)
Bug Fixes:
- components: attribute definitionsr
v1.1.0 (2024-10-21)
Features:
- config: use ash_pagify_options function in resource
v1.0.2 (2024-08-07)
Bug Fixes:
- deps: remove ash_uuid
v1.0.1 (2024-08-07)
Bug Fixes:
- undo unstaged changes
v1.0.0 (2024-08-07)
Breaking Changes:
- Ash v3: follow ash v3 upgrade guide
v0.1.2 (2024-08-05)
v0.1.1 (2024-07-26)
Bug Fixes:
cicd: exclude dialyzer from mix check
tests: add tests/reports directory
workflows: use ubuntu-latest as runner for now