File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to ` nova-dependency-container ` will be documented in this file.
44
5+ ## [ 1.0.10] - 2025-11-25
6+
7+ ### Fixed
8+ - Fixed FieldServiceProvider not correctly registering JavaScript assets with Nova
9+ - The previous ` $app->resolving() ` pattern was not working; switched to standard ` Nova::serving() ` pattern
10+
11+ ### Changed
12+ - Refactored FieldServiceProvider to use the standard Nova asset registration pattern
13+ - Now properly imports ` Laravel\Nova\Events\ServingNova ` and ` Laravel\Nova\Nova `
14+
15+ ### Technical
16+ - This was the root cause of the Flexible field issue - the Vue components were never being loaded
17+
518## [ 1.0.9] - 2025-11-25
619
720### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " iamgerwin/nova-dependency-container" ,
3- "version" : " 1.0.9 " ,
3+ "version" : " 1.0.10 " ,
44 "description" : " A Laravel Nova 4 and 5 field container allowing to depend on other fields values" ,
55 "keywords" : [
66 " laravel" ,
Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ This ensures that changing a field in Overlay Item #1 doesn't affect the depende
168168
169169## Version History
170170
171+ - ** 1.0.10** : Fixed FieldServiceProvider not registering assets with Nova
171172- ** 1.0.9** : Added debug logging to diagnose Flexible field issues
172173- ** 1.0.8** : Fixed missing compiled assets in package distribution
173174- ** 1.0.7** : Fixed multi-group context contamination with 4-method detection approach
You can’t perform that action at this time.
0 commit comments