ash_admin/CHANGELOG.md
2021-03-25 13:15:13 -04:00

109 lines
1.7 KiB
Markdown

# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
## [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