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
- Add Flexible Field Support to features list in README
- Add usage example for nova-flexible-content integration
- Link to detailed flexible field documentation
- Update CHANGELOG with v1.0.5 release notes
- Document all new methods and technical changes
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,26 @@
2
2
3
3
All notable changes to `nova-dependency-container` will be documented in this file.
4
4
5
+
## [1.0.5] - 2025-11-25
6
+
7
+
### Added
8
+
- Added support for [whitecube/nova-flexible-content](https://github.com/whitecube/nova-flexible-content) Flexible field layouts ([#2](https://github.com/iamgerwin/nova-dependency-container/issues/2))
9
+
- Added context-aware dependency resolution for nested field structures
10
+
- Added automatic detection of Flexible field attribute prefixes
11
+
- Added support for multiple Flexible attribute formats (double underscore and bracket notation)
12
+
- Added comprehensive documentation for Flexible field support (`docs/flexible-field-support.md`)
13
+
14
+
### Changed
15
+
- Enhanced `findFieldByAttribute()` method to support prefix-based field lookups
16
+
- Enhanced `getFieldValue()` method to check multiple attribute formats
17
+
- Enhanced `handleFieldChanged()` to cache both full and base attribute values
18
+
19
+
### Technical
20
+
- Implemented `getFlexibleContextPrefix()` for detecting Flexible field context
21
+
- Implemented `extractBaseAttribute()` for parsing prefixed attribute names
22
+
- Implemented `getFlexibleAttributeFormats()` for generating alternative attribute patterns
23
+
- Updated both `FormField.vue` and `DetailField.vue` components
0 commit comments