Skip to content

Commit 9029da0

Browse files
authored
feat: Add debug logging for Flexible field diagnosis (#4) (#8)
* feat: add debug logging to FormField for Flexible field diagnosis Added console.log statements to key methods: - mounted(): logs field and dependencies - detectFlexibleContextOnMount(): logs context detection - watchDependentFields(): logs event watching - handleFieldChanged(): logs received events and processing - checkDependencies(): logs dependency evaluation and visibility * docs: update changelog and version for v1.0.9
1 parent fd40a5a commit 9029da0

5 files changed

Lines changed: 37 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to `nova-dependency-container` will be documented in this file.
44

5+
## [1.0.9] - 2025-11-25
6+
7+
### Added
8+
- Added comprehensive debug logging to diagnose Flexible field issues
9+
- Added console logs for: mount, context detection, event handling, dependency checking
10+
11+
### Technical
12+
- Debug logging helps identify where the dependency container is failing in Flexible layouts
13+
- Logs are prefixed with `[NovaDependencyContainer]` for easy filtering in browser console
14+
515
## [1.0.8] - 2025-11-25
616

717
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iamgerwin/nova-dependency-container",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "A Laravel Nova 4 and 5 field container allowing to depend on other fields values",
55
"keywords": [
66
"laravel",

0 commit comments

Comments
 (0)