ash_phoenix/CHANGELOG.md

50 lines
1.2 KiB
Markdown
Raw Normal View History

2020-10-21 07:38:50 +13:00
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
2022-05-10 07:54:11 +12:00
2024-05-23 01:45:51 +12:00
## [v2.0.2](https://github.com/ash-project/ash_phoenix/compare/v2.0.1...v2.0.2) (2024-05-22)
### Bug Fixes:
* don't assume all embeds have a create/update action
2024-05-18 11:08:47 +12:00
## [v2.0.1](https://github.com/ash-project/ash_phoenix/compare/v2.0.0...v2.0.1) (2024-05-17)
### Bug Fixes:
* improve union handling
* Convert entered action names into atoms for lookup in the resource (#187)
* various fixes around union forms
### Improvements:
* support adding a form by inserting to an index
2024-05-09 10:45:39 +12:00
## [v2.0.0](https://github.com/ash-project/ash_phoenix/compare/v2.0.0...v1.3.4) (2024-04-30)
2024-04-30 12:23:15 +12:00
2024-05-09 10:45:39 +12:00
The changelog is being restarted. See `/documentation/1.0-CHANGELOG.md` in GitHub for the old changelog.
2021-01-23 11:34:13 +13:00
### Improvements:
2024-05-09 10:45:39 +12:00
- [AshPhoenix.Form] better error message with hints for accepted/non accepted missing forms
2020-12-29 07:09:16 +13:00
### Bug Fixes:
2024-05-09 10:45:39 +12:00
- [AshPhoenix.Form] don't use `public_attributes?`, check for all accepted attributes. In Ash 3.0, private attributes can be accepted
- [AshPhoenix.Form]
2020-10-21 14:56:15 +13:00
2024-05-09 10:45:39 +12:00
- Pass the tenant to `Ash.can/3` and `Ash.can?/3`. (#165)
2020-10-21 07:38:50 +13:00
2024-05-09 10:45:39 +12:00
- Pass the tenant to `Ash.can/3` and `Ash.can?/3`.