chore: bump version to 3.1.0 and update release notes
This commit is contained in:
@@ -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><FIELDS></code>, <code><LAYOUT></code>, and <code><TITLES></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>
|
||||
|
||||
@@ -34,6 +34,20 @@
|
||||
]]></description>
|
||||
|
||||
<change-notes><![CDATA[
|
||||
<h2>[3.1.0]</h2>
|
||||
<ul>
|
||||
<li><strong>Advanced Navigation:</strong> Implemented bidirectional field referencing between <code><FIELDS></code>, <code><LAYOUT></code>, and <code><TITLES></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 beyond code generation.</li>
|
||||
|
||||
Reference in New Issue
Block a user