File tree Expand file tree Collapse file tree
OrchardCore.Transformalize Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 0.20.2 <small >2026-05-05</small >
2+
3+ ## 🐛 Bug Fixes
4+ - Change numeric input ` step ` from ` 0.0000001 ` to ` any ` to prevent spurious Parsley validation errors on decimal values.
5+
6+ <!-- CHANGELOG_BOUNDARY -->
7+
18# 0.20.1 <small >2026-04-30</small >
29
310## 💅 Improvements
Original file line number Diff line number Diff line change 33 <TargetFramework >net10.0</TargetFramework >
44 <AddRazorSupportForMvc >true</AddRazorSupportForMvc >
55 <RootNamespace >TransformalizeModule</RootNamespace >
6- <Version >0.20.1 </Version >
7- <FileVersion >0.20.1 </FileVersion >
8- <AssemblyVersion >0.20.1 </AssemblyVersion >
6+ <Version >0.20.2 </Version >
7+ <FileVersion >0.20.2 </FileVersion >
8+ <AssemblyVersion >0.20.2 </AssemblyVersion >
99 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1010 <Authors >Dale Newman</Authors >
1111 <Copyright >Copyright © 2013-2026</Copyright >
Original file line number Diff line number Diff line change 656656 id="id_@parameter.Name"
657657 placeholder="@parameter.Label"
658658 value="@mapParamValue"
659- step="0.0000001 "
659+ step="any "
660660 data-tfl-post-back="@(parameter.PostBack)"
661661 @Html.Raw(parameter.ToParsley()) />
662662 @* if you change location you must update parsley error container *@
Original file line number Diff line number Diff line change 77 <DockerDefaultTargetOS >Linux</DockerDefaultTargetOS >
88 <DockerfileContext >..\..</DockerfileContext >
99 <DockerfileTag >transformalize.orchard</DockerfileTag >
10- <Version >0.20.1 </Version >
11- <FileVersion >0.20.1 </FileVersion >
12- <AssemblyVersion >0.20.1 </AssemblyVersion >
13- <ReleaseVersion >0.20.1 </ReleaseVersion >
10+ <Version >0.20.2 </Version >
11+ <FileVersion >0.20.2 </FileVersion >
12+ <AssemblyVersion >0.20.2 </AssemblyVersion >
13+ <ReleaseVersion >0.20.2 </ReleaseVersion >
1414 <RazorRuntimeCompilation >true</RazorRuntimeCompilation >
1515 <CopyRefAssembliesToPublishDirectory >true</CopyRefAssembliesToPublishDirectory >
1616 <Nullable >enable</Nullable >
You can’t perform that action at this time.
0 commit comments