XmlDataProvider changes - detaching physical IO from Save. Changes are committed do disk by another thread. Will greatly improve write performance on systems with slow disks (I’m looking at you Azure Websites!)
New fancy loading throbber – now animates on Chrome also. Animated SVG which IE don’t do.
Master pages handle C1 Functions returning IEnumerable<XNode> correctly now.
Fixing 4335 - <ling /> tags were not filtered by ID
TreeDefinition: Added support for ${C1:EntityToken} in custom URL action paths (so your aspx can get the entity token of any item from the tree, also folders)
Unsupported page how takes into account some IE9/10 users may have Compatibility View' on.
Optimizations in ReleaseBuild.web.config. Adding static content caching and content gzipping for IIS7.
Making our f: namespace declaration show up in more new documents.
Preventing users from changing their password to something shorter than 6 characters (since that will prevent them from logging in later).
IDragAndDropElementProvider marked as public
Making AttachingPoint class part of public API (way to get your hands on core EntiryTokens - nice for building ElementProvider security)
Fix: Image resize for Non-IE
Fix: Double-clicking function green boxes won't launch the Properties window
Fix: Can't use filter functions in some tree defs
Fix: New TinyMCE update, BlockSelector config
Fix: UserControl functions can be called from razor based page templates
Fix: List of template-types should be dynamic
Fix: Media urls compatibility issue with C1 3.0 and older
Fix: MetaDescriptionValue would fall back to SiteMap node's title, should be description.
Fix: <link /> elements with common ID is filtered again as expected
Bunch of other fixes. Enjoy!
[13361](by Marcus Wendt)
↧