diff --git a/CHANGELOG.md b/CHANGELOG.md index 474607e..43994ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,14 @@ This document is meant for tracking notable changes to `nova-chartjs` ## 0.1.0 -1. Initial Release +- Initial Release + +## 0.2.0 +- Fixed title underscore issue +- Using proper title based on plurality +- Github actions for PHPUnit and PHPCS Fixer +- Visibility and can methods working +- Added `requireChild()` method to force the creation of a child relationship +- Ensure parent model updates properly in `BelongsTo` relationship. Thanks to [@mahentoo](https://github.com/mahentoo) [#29](https://github.com/kirschbaum-development/nova-inline-select/pull/29). +- Inline relationships within `Panel` now works. Thanks to [@timvanuum](https://github.com/timvanuum) [#24](https://github.com/kirschbaum-development/nova-inline-select/pull/24). +- Check if value is instance of model or collection with proper model key. Thanks to [@gabrielkoerich](https://github.com/gabrielkoerich) [#18](https://github.com/kirschbaum-development/nova-inline-select/pull/18).