Skip to content

v.12.1.7100.0

Compare
Choose a tag to compare
@sitefinitytooling sitefinitytooling released this 01 Aug 16:12
· 1 commit to InternalBuilds since this release

What's new

Set predefined values to widget properties

You can now configure how a specific widget behaves and looks and what content it displays by pre-filling the values for a wide range of widget properties. Such properties range from simple ones, such as configuring which news items to display, to more complex, such as a CSS class and canonical URL tags. Properties can also be defined on different levels of the widget properties hierarchy. You can set default values for properties of all Sitefinity CMS widgets, as well as of dynamic content widgets and custom widgets.

This way, you provide consistency in behavior and appearance of a specific widget and make it easier for users to work with widgets by avoiding the need to look for specific properties throughout the widget designer or having to know their exact property values.
Once the property values are set, they are not read-only and can be edited at any time. That is, you can still edit and override any of these predefined properties per widget in the widget designer. Learn more…

User-friendly routing

The out-of-the-box Sitefinity CMS MVC widgets enable you filter the displayed content or change the paging via user-friendly routing options. For example, if you have a news widget on your page, you can directly type a category name, appending it to the page URL in the browser. Sitefinity CMS filters the list of news and display only the ones marked with the specified taxonomy. Learn more...

Optimize the size of loaded client-side scripts

As of this version, by default, Sitefinity CMS serves a minified version of all built-in scripts that are referenced in the out-of-the-box widgets. To make debugging easier, a source map is included alongside each minified script. Developers can provide a minified version of the script files, referenced in their custom widgets, and Sitefinity CMS will load it automatically. Learn more...

What's fixed

  • Incorrect MVC dynamic module child widget routing (FP)
  • Thumbnail size is not persisted for images inserted in the mvc content block (FP)
  • MVC Login Status widget breaks page indexing for personalized pages (FP)
  • MVC Login Widget doesn't redirect to the Detail view of a restricted item after user authenticates (FP)
  • "Select a page" window is unusable in MVC Navigation widget with using Bootsrap4 page template (FP)
  • Page location gets trimmed inside MVC Navigation widget (FP)
  • Line breaks removed from blog posts for MVC (FP)
  • MVC Navigtation widget can't be added a custom property that can be edited in the designer (FP)
  • MVC selectors: Using sf-master="true" in multilingual site results in No applicable method 'AND' exists in type (FP)
  • Comments for MVC widgets not submitted when containing "\n" in the message
  • MVC: Cannot filter when the taxonomy starts with digit (FP)
  • MVC: Content Widgets cannot be filtered by a non-default taxonomy and paged simultaneously (FP)
  • Subscribe and Unsubscribe widgets on the same page trigger both action on clicking of either button(FP)
  • evt.Controls is empty on MVC IFormValidatingEvent (FP)