This page is no longer maintained. To see a list with all new user interface features, go to the release notes feed and use the filters to filter out UI features for a specific product and for a specific time period.
Are you on an earlier version Episerver CMS and don't know if you should upgrade or not? Have a look at the below content and see all the nice features you're missing if you don't.
(Hover over a feature to see in which version it was released.)
Part of another project notification When you have a project (for example 'Project 1') enabled and open a page that has another draft belonging to another project ('Project 2'), you will get a notification: Hopefully, this notification prevents you from creating multiple drafts in different projects by mistake.
Projects in the notification are clickable Projects in the notification are clickable: By clicking a project name, you switch project and the project overview opens. Thanks to this, you can quickly access projects related to the current content.
Version gadget displays project name When the content version belongs to a project, the name of the project is displayed in the Versions gadget: Especially when working with multiple projects, the Versions gadget is very useful to get a good overview of the different versions and which projects they belong to.
In Project Overview, the Show comments icon is changed to the same one used for the Comments pane shown outside of projects.
Notifications in the user interface are now automatically marked as read when the notification window is closed. This improves the notification feature as the notification counter in the bell icon is reset after you open and close the notification window and will only display new notifications after that. Previously, the counter was cleared when you closed the window but the number was displayed again when the page was reloaded, unless you manually marked them as read.
The following improvements have been added to the date/time picker:
The image property now comes with a thumbnail that makes it easier for you to see which image is actually used. You can also drag and drop images from the assets pane or from your computer straight into the image property.
To make content collaboration and communication easier, you can now add and view comments on content items, even if they are not associated with a project. The commenting functionality is accessed via a new commenting pane in the user interface. Toggle the pane with a toolbar button.
In the Select Image dialog box, you can now upload an image (by the context menu or by drag and drop) and then insert it on your page without having to leave the dialog. In this dialog box, you can also move images between folders, copy, and rename images, etc.
Episerver World will occasionally publish RSS notifications on new Episerver features or other useful information. You will get a notification in the user interface (in the bell icon) whenever a new post has been published. Clicking on the notification will take you to an article on World.
The "beta/domUpdated" message introduced in CMS UI 11.2.0 is no longer needed. The On-Page Editing (OPE) overlays are now updated automatically. See John-Philip Johansson's blog post and Editing user interface in the Episerver CMS Developer Guide.
A newProperty Value Listthat allows the editors to input multiple primitive values has been introduced. Available types are:
The release of the TinyMce package version 2.0.0 includes an updated TinyMCE editor. From this release, it is no longer possible to configure the TinyMCE editor from the admin view; all changes are done through code. See Ben McKernan's blog post< and Configuring the TinyMCE editor (v. 2.x).
When using rich text (with placeholders) elements, the placeholders are often replaced with real form data in confirmation steps. In some cases, this can cause performance issues. Select the new option Disable placeholders replacement in the Settings tab of rich-text form elements to not replace placeholders with entered data in a following step. Instead, the default placeholder text will be displayed.
The Rich Text and Submit button elements can now be dependent on other fields in the same manner as Image choice, Number, Range, etc. See The Dependencies tab documentation in the Episerver User Guide.
This story makes forms more user-friendly and accessible, specifically level AA of WCAG compliance.
You can now control how long form submissions are stored in Episerver by setting up retention policies. The retention policy is set on the form so you can have different retention policies for different forms. You can also have different settings for finalized form submissions and for partially submitted form data. For more information, see Customizing retention policies in the Episerver Forms Developer Guide and Managing form submissions in the Episerver User Guide.
You can now hide or show a field based on input to another form field. You create rules for field elements on a new Dependencies tab in the element properties.
You can use this feature to create a customer satisfaction survey that displays additional questions depending on how a visitor answers. So, if a visitor answers "Food" to the question "What's your favorite thing about the Coffee House?", an additional question is displayed, "Which food do you like in particular?". That question is not displayed if the visitor picks any of the other options for the first question. To set up a survey like this, see Creating a customer satisfaction survey in the Episerver User Guide.
You can now search inside a select column in the form submissions.
When a form is deleted (and removed from Trash as well), a scheduled job deletes all form submissions related to the form.
A scheduled job checks for partially filled-in form data and deletes it after a specified number of days after the visitor submitted the data. The default time is 30 days.
When you deleted submitted form data, any related uploaded files are also deleted.
Previously, if the submission of form data to a marketing automation connector to create/update an entity was unsuccessful, an error was logged but a success message was still displayed in the UI. Also, the form submission was recorded in the Episerver database. Now there is an option in the admin settings to choose a different behavior, such that the error is displayed in the UI, and the form submission is not recorded in the database.
A checkbox has been added to the admin settings screen to allow for asynchronous submission of form data to Salesforce. If this option is enabled, data submission is a "fire and forget" operation. That is, the entityId is not received and not stored in the mai cookie. Therefore, auto-fill and personalization based on Salesforce fields will not work.
When a visitor submits a Salesforce/Pardot/Marketo/MS Dynamics form multiple times, you can now either update the visitor's existing information, or you can create a new entity (lead, contact, and so on).
It is now possible to create additional connector instances with different credentials and names.
The XForms functionality has been moved to a separate NuGet package with its own versioning.
The Search functionality has been moved to a separate NuGet package with its own versioning.
The Dynamic content functionality has been moved to a separate NuGet package with its own versioning.
First public release of Episerver Insight - an add-on for organizing and storing data based on visitor behavior and preferences, to provide segmented input for omnichannel marketing campaigns.
By selecting the Prevent users from approving their own changes check box, the person who made a change is not allowed to approve, even if that person is assigned as an approver.
First release of Episerver Advance.
This new feature lets editors and marketers configure strategies for Advance content recommendations directly from the Episerver CMS edit view.
Support for Episerver CMS 11.
Episerver Content Delivery API is a new headless API for collecting and updating content. With this REST-based API you can create your own integrations, and pull content from the CMS content repository, bypassing the presentation layer, and publish it to any application. See the Episerver Content Delivery API developer guide.
Episerver Content Delivery API can now retrieve Commerce catalog content in JSON format. See the developer guide topic Content Delivery API and Commerce for more information.