Changes for page Release Notes for XWiki 8.0 Milestone 1
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -85,6 +85,10 @@ 85 85 86 86 See the [[JavaScript API documentation>>platform:DevGuide.JavaScriptAPI]] for more information. 87 87 88 +== New SVG Rasterizing API == 89 + 90 +New [[API>>extensions:Extension.SVG Rasterizing API]] to convert a vector-based SVG content into some binary format that can be displayed in browser (i.e. rasterizing). 91 + 88 88 == Deprecated and Retired projects == 89 89 90 90 * Colibri skin moved to https://github.com/xwiki-contrib/skin-colibri ... ... @@ -108,7 +108,6 @@ 108 108 109 109 == Miscellaneous == 110 110 111 -* Replaced a few String based APIs by Locale based equivalent 112 112 * Generated URLs for document-based skin extensions (SSX and JSX) now contain the version of the document, so when a change is made to the extension the browser don't use an outdated version from its cache. 113 113 * Support for chaining uberspectors, first introduced in XWiki as an enhancement of Velocity 1.5, has been part of the official library since Velocity 1.6. As such, we're deprecating our custom classes that provide this functionality. If you have custom uberspectors that implement ##org.xwiki.velocity.introspection.ChainableUberspector## or extend ##org.xwiki.velocity.introspection.AbstractChainableUberspector##, update them to ##org.apache.velocity.util.introspection.ChainableUberspector## and ##org.apache.velocity.util.introspection.AbstractChainableUberspector##. If you have a custom list of uberspectors specified under ##runtime.introspector.uberspect.chainClasses##, just use the ##runtime.introspector.uberspect## property for defining the list. 114 114 * the [[XWiki Select Widget>>platform:DevGuide.XWikiSelect]] now offers a javascript API in the form of a jQuery plugin, to get the current value or clear the selection. ... ... @@ -116,6 +116,8 @@ 116 116 {{code language="none"}}<textarea class="wysiwyg">$escapetool.xml($services.wysiwyg.render('Some.Content.Template'))</textarea>{{/code}} 117 117 The main difference between this API and the existing ##$doc.getRenderedContent()## is that it replaces [[the skin extension hooks>>extensions:Extension.Skin Extension Plugin]] with the corresponding resource includes (e.g. style sheets includes), allowing us to define a WYSIWYG editor content template in a wiki page. 118 118 ))) 122 +* Replaced a few String-based APIs by Locale-based equivalents 123 +* All Document Events are now Cancelable and it's now possible for an ##EventListener## implementation to cancel saving a Document. 119 119 120 120 = Translations = 121 121