v.1.2.150.0
·
800 commits
to master
since this release
What's new
Widgets
- Document link widget (documentation)
- Documents list widget (documentation)
- List widget (documentation)
Other enhancements
- Ability to use localizable resources in client components. The templates of the existing client components are now localized (documentation)
What's fixed
- Login form: exception when you try to log in (reproducible in cassini)
- Layouts: statistics script is outside of HTML body when using Layout
Breaking changes
- For the purpose of localization, extension of some client components templates is changed from .html to .sf-cshtml. If you have customized a client component javascript and you receive "404 (Not Found)" exception you need to change the extension in template URL. For example:
ctrl.dialogTemplateUrl = 'client-components/selectors/dynamic-modules/sf-dynamic-items-selector.sf-cshtml';