New features
Visual editor:
- function preview with PhantomJS
- auto detecting of page placeholder's width based on actual template
- simplified function call editor
- different width ratio for content/"placeholder selector" areas
C1HtmlHelper: adding overloads for accepting data references as parameters
Changes
Adding a "RenderingReason" property to C1 functions, so it is possible to detect, in which context the page was rendered: page visit, console browser, previewing unsaved pages or screenshot generation.
Turning off parallel execution of C1 functions as it isn't supported by Razor funcitons and not safe when HttpContext.Item collection is used.
Pop up visual XHTML editor is much wider now
Merging "Static Datatypes" with "Global data types" folders into one folder.
Bug fixes
Tree weren't refreshed on certain conditions.
Tree defenition - preventing custom actions from being shown on foreign items (reported by Ronald van Eggelen) [15051](by Dmitry Dzygin)
↧