chore: bump version to 3.1.0 and update release notes

This commit is contained in:
2026-04-10 14:42:31 +07:00
parent f705cd11b9
commit c76ca9a293
2 changed files with 29 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ plugins {
}
group = "com.sdk.dynform.tools"
version = "3.0.1"
version = "3.1.0"
repositories {
mavenCentral()
@@ -39,6 +39,20 @@ intellijPlatform {
}
changeNotes = """
<h2>[3.1.0]</h2>
<ul>
<li><strong>Advanced Navigation:</strong> Implemented bidirectional field referencing between <code>&lt;FIELDS&gt;</code>, <code>&lt;LAYOUT&gt;</code>, and <code>&lt;TITLES&gt;</code> tags in <code>.frml</code> files.</li>
<li><strong>Cross-Module Support:</strong> Added support for cross-module file inclusion and referencing using <code>/module/path</code> and module-relative <code>#path</code> syntax.</li>
<li><strong>AJAX-OPTION Enhancements:</strong>
<ul>
<li>Reference and completion support for datasets defined in <code>defs/ajax.xml</code>.</li>
<li>Smart mapping for <code>SRC</code> (AJAX datasets) and <code>TARGET</code> (local form fields) attributes.</li>
</ul>
</li>
<li><strong>Robust Field Resolution:</strong> Enhanced deep recursive search for fields/sections within nested layouts (Sections, Rows, and Multi-field lists).</li>
<li><strong>Path Auto-Correction:</strong> Added handling for common keyboard typos (e.g., Thai 'ิ' instead of '/') in file paths.</li>
<li><strong>Global Resource Scanning:</strong> <code>GRID-ID</code> now intelligently searches across all recursively included <code>.frml</code> files.</li>
</ul>
<h2>[3.0.1]</h2>
<ul>
<li><strong>Rebranding:</strong> Renamed plugin to "Dynamic Form Helper" (DynamicFormTools) to better reflect its expanding capabilities.</li>