Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
This topic lists Optimizely updates, delivered as NuGet packages and services. You decide which updates apply to your project.
Select a product, package, or service in the left menu, and then select one of the following filters from Item type and click Filter.
Note: NuGet packages listed here may not be immediately available in the Optimizely NuGet feed.
Latest changes
Removed the autocomplete attribute from hidden input elements.
Fixed an issue where the first element of the form was focused by default. Now, the default value is false.
Fixed an issue where users had to wait for async actors to complete execution before the form submitted successfully.
Fixed an issue where email validation failed and forms submitted successfully with invalid email addresses.
Added a feature that ensures that the Form Success message renders properly after submission.
Security is enhanced when you update to this dependency package: SkiaSharp.NativeAssets.Linux.NoDependencies 2.88.6.
Fixed an issue where incorrectly filled out forms submitted successfully and saved in the database where a validation error displays now.
Issues a warning when a form editor changes the name of a form component to notify that the placeholder also needs to be changed for the form component name change to be successful.
Fixed an issue where file types displayed as undefined when you tried to download the file and exporting form submissions failed.
The file upload property used an aria-attribute that is not supported on <input type="file" aria-invalid="false">. The validator flagged aria-invalid that was incorrectly used on <input type="file>. It only accepts global ARIA attributes, and aria-invalid is not global in ARIA 1.2 because it was deprecated.