You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,14 @@
2
2
This document is meant for tracking notable changes to `nova-chartjs`
3
3
4
4
## 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