# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines. ## [v0.2.10](https://github.com/ash-project/ash_admin/compare/v0.2.9...v0.2.10) (2021-04-17) ### Bug Fixes: * update to ash_phoenix, fix relationship embeds ## [v0.2.9](https://github.com/ash-project/ash_admin/compare/v0.2.8...v0.2.9) (2021-04-16) ### Improvements: * support array attribute/arguments properly ## [v0.2.8](https://github.com/ash-project/ash_admin/compare/v0.2.7...v0.2.8) (2021-04-15) ### Bug Fixes: * properly track embedded attribute targets ## [v0.2.7](https://github.com/ash-project/ash_admin/compare/v0.2.6...v0.2.7) (2021-04-09) ### Bug Fixes: * set actor in datatable ## [v0.2.6](https://github.com/ash-project/ash_admin/compare/v0.2.5...v0.2.6) (2021-04-09) ### Bug Fixes: * support binary data (by not showing it) ## [v0.2.5](https://github.com/ash-project/ash_admin/compare/v0.2.4...v0.2.5) (2021-03-30) ### Bug Fixes: * don't send empty params on save ### Improvements: * update to latest ash_phoenix ## [v0.2.4](https://github.com/ash-project/ash_admin/compare/v0.2.3...v0.2.4) (2021-03-30) ### Bug Fixes: * show add button on array input relationships ## [v0.2.3](https://github.com/ash-project/ash_admin/compare/v0.2.2...v0.2.3) (2021-03-29) ### Bug Fixes: * remove path dependency on ash ## [v0.2.2](https://github.com/ash-project/ash_admin/compare/v0.2.1...v0.2.2) (2021-03-29) ### Bug Fixes: * allow removing to_one relationships on creates ### Improvements: * support lookup forms *or* create forms ## [v0.2.1](https://github.com/ash-project/ash_admin/compare/v0.2.0...v0.2.1) (2021-03-28) ### Bug Fixes: * update ash_admin dependency ## [v0.2.0](https://github.com/ash-project/ash_admin/compare/v0.1.6...v0.2.0) (2021-03-28) ### Features: * more testing resources + relationship argument forms! ## [v0.1.6](https://github.com/ash-project/ash_admin/compare/v0.1.5...v0.1.6) (2021-03-25) ### Improvements: * use new relationship management logic ## [v0.1.5](https://github.com/ash-project/ash_admin/compare/v0.1.4...v0.1.5) (2021-03-24) ### Bug Fixes: * remove IO.inspect * properly only provide changing fields to actions ## [v0.1.4](https://github.com/ash-project/ash_admin/compare/v0.1.3...v0.1.4) (2021-03-24) ### Bug Fixes: * support tenant on read actions * remove IO.inspect ### Improvements: * only send changing fields * don't show `destination_field` on related tables ## [v0.1.3](https://github.com/ash-project/ash_admin/compare/v0.1.2...v0.1.3) (2021-03-23) ### Bug Fixes: * use version properly ## [v0.1.2](https://github.com/ash-project/ash_admin/compare/v0.1.1...v0.1.2) (2021-03-22) ### Bug Fixes: * fix build ## [v0.1.1](https://github.com/ash-project/ash_admin/compare/v0.1.0...v0.1.1) (2021-03-22) ### Bug Fixes: * use static routes ## [v0.1.0](https://github.com/ash-project/ash_admin/compare/v0.1.0...v0.1.0) (2021-03-22) ### Features: * draw the rest of the owl * support fully managed relationships * set actor from show page * support destroy actions * lots of new features, including related id updates ### Bug Fixes: * various fixes * various fixes/improvements * various bug fixes * update dep versions * fix action changing ### Improvements: * general fixes, configurable action lists * add pagination support * support read actions with arguments * add "log in" button