Skip to content

Commit

Permalink
changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonferens committed Dec 18, 2019
1 parent 245c9af commit 03ede3a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 03ede3a

Please sign in to comment.