Packages [expand] [collapse]
Released in version
4.1.0
4.0.0
3.7.0
3.6.0
3.5.0
3.4.0
3.3.2
3.3.1
3.3.0
3.2.0
3.1.0
3.0.0
2.1.0.2
1.0.2.9000
1.0.0.9000

Release notes for Optimizely CMS and Commerce updates

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.

  • Bug. Display bug fixes.
  • Critical bug. Display only critical bug fixes.
  • Feature. Display only new features (all features).
  • UI Feature. Display only end-user (user interface) features.

Note: NuGet packages listed here may not be immediately available in the Optimizely NuGet feed.

Latest changes

Item type
Filter on date
Items/Page
Area ID Type Description Released
AFORM-3210
  Add HcaptchaBlock for Forms.Samples

Added HCaptcha implementation for EpiServer.Forms.Samples. Go to https://dashboard.hcaptcha.com/overview for keys.

Note: HCaptcha does not work with localhost.

EPiServer.Forms.Samples 4.1.0;
Feb 14, 2023
AFORM-3236
  Dependencies is not applied for 'Date time', 'Date time range' conditions field.

Fixed an issue that did not show a text field with dependencies after a form was published.

EPiServer.Forms.Samples 4.1.0;
Feb 14, 2023
AFORM-3266
  Use minify jquery-ui file instead of non-minify one

Un-compressed JavaScript files had a large size, so Forms is using minified files instead to save space and increase performance.

EPiServer.Forms.Samples 4.1.0;
Feb 14, 2023
AFORM-3209
  Change GetProgressiveSubmitInfo function to fit with change in Forms 5.3.1

Changed GetProgressiveSubmitInfo to include language so this function was also changed in Forms.Sample.

EPiServer.Forms.Samples 4.1.0;
Feb 14, 2023
AFORM-2968
  Convert Episerver.Form.Samples to .net 6

Forms is supported on .NET 6.

EPiServer.Forms.Samples 4.0.0;
Aug 19, 2022
AFORM-3053
  Revamp Address Block

The client and server keys are now separated. You can enter the separate keys in  appsettings.json in the EpiServer section:

"FormSamples": {        
   "FormSamplesApiKeyOptions": 
   {                
     "AddressKey": 
     {                    
          "ClientApiKey": "YOUR_KEY",  
          "ServerApiKey": "YOUR_KEY"      
     },               
      "RecapchaKey": {                   
          "SiteKey": "YOUR_KEY",       
          "SecretKey": "YOUR_KEY"             
     }            
   }      
}

 

EPiServer.Forms.Samples 4.0.0;
Aug 18, 2022
AFORM-2564
  Image not found error when opening Datetime or Datetime range element

Steps to reproduce:

1. Create a form with a Datetime or Datetime range element, and a Submit element.
2. Add the form to a page, and then publish the page.
3. View the form.
4. Click on the date picker.

Expected:

The date picker is displayed.

Actual:

The date picker is displayed but there is an 404 error in the console.

EPiServer.Forms.Samples 3.7.0;
Feb 02, 2021
AFORM-2591
  ReCaptcha upgraded from v2 to v3

ReCaptcha has been upgraded from v2 to v3.

EPiServer.Forms.Samples 3.7.0;
Feb 02, 2021
AFORM-2459
  Episerver Forms Date Picker in "date only" mode submits wrong date

Steps to reproduce

1. Install Forms.Samples.
2. Set up a site in Azure, for instance, North Europe.
3. Use a Date time picker and set picker type to date picker.
4. Set date to 2020-02-20 and check the Form submission.
5. Set date to 2020-06-20 and check the Form submission.

Expected:
Should set date to the selected date.

Actual:
Dates are set to the date before.

EPiServer.Forms.Samples 3.6.0;
Apr 20, 2020
AFORM-2497
  Improve Form Sample elements to fulfill the WCAG 2.0 level AA compliance

Improve Form Sample elements to fulfill the WCAG 2.0 level AA compliance.

Recapcha control is implementing Google Recapcha v2. We need to verify that screen reader can read error content in the case of a validation failure.

This story is similar to AFORM-2469 but for dynamic content.

EPiServer.Forms.Samples 3.6.0;
Apr 20, 2020
1 2 3 Next