Skip to content

Commit 03ede3a

Browse files
committed
changelog updates
1 parent 245c9af commit 03ede3a

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,14 @@
22
This document is meant for tracking notable changes to `nova-chartjs`
33

44
## 0.1.0
5-
1. Initial Release
5+
- Initial Release
6+
7+
## 0.2.0
8+
- Fixed title underscore issue
9+
- Using proper title based on plurality
10+
- Github actions for PHPUnit and PHPCS Fixer
11+
- Visibility and can methods working
12+
- Added `requireChild()` method to force the creation of a child relationship
13+
- 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).
14+
- Inline relationships within `Panel` now works. Thanks to [@timvanuum](https://github.com/timvanuum) [#24](https://github.com/kirschbaum-development/nova-inline-select/pull/24).
15+
- 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 commit comments

Comments
 (0)