Wiki source code of Release Notes for Cristal 0.19
Last modified by Manuel Leduc on 2025/06/26
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | #if ($doc.getValue('released') != 1) | ||
3 | {{warning}}This version has not yet been released.{{/warning}} | ||
4 | #end | ||
5 | {{/velocity}} | ||
6 | |||
7 | {{velocity}} | ||
8 | #set ($rnObject = $doc.getObject('ReleaseNotes.Code.ReleaseNoteClass')) | ||
9 | #set ($product = $rnObject.product) | ||
10 | #set ($version = $rnObject.version) | ||
11 | #set ($versionPrefix = $stringtool.substringBefore($version, '-')) | ||
12 | #set ($versionParts = $stringtool.split($versionPrefix, '.')) | ||
13 | #set ($isRC = $version.contains('rc')) | ||
14 | #set ($isFinal = !$isRC) | ||
15 | #set ($isFirstFinal = $isFinal && ($versionParts.size() == 2 || $versionParts[2] == 0)) | ||
16 | #set ($isBugFix = $isFinal && $versionParts.size() == 3 && $versionParts[2] > 0) | ||
17 | {{/velocity}} | ||
18 | |||
19 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
20 | {{toc/}} | ||
21 | {{/box}} | ||
22 | |||
23 | This is the release notes for [[Cristal>>http://cristal.xwiki.org]]. | ||
24 | |||
25 | The main change of this release is a rework of Blocknote internals to offer a better stability in production. This comes with a few changes in the appearance of link and images edition, closer to the look & feel of Blocknote. In addition, this release contains minor fixes and a few dependency upgrades. | ||
26 | |||
27 | {{info}} | ||
28 | **Note for translators:** While there is currently no easy way to switch languages, we started extracting translatable text info a format that can be exploited by [[Weblate>>https://weblate.org/]]. You can already **[[start translating a few translation keys>>https://l10n.xwiki.org/projects/xwiki-contrib/cristal/]]**. | ||
29 | {{/info}} | ||
30 | |||
31 | {{warning}} | ||
32 | Cristal is still under heavy development. | ||
33 | |||
34 | * All APIs are subject to be changed without notice | ||
35 | * A lot of features are subject to limitations that will be removed over time | ||
36 | * See the [[Roadmap>>design:Proposal.Cristal.Roadmap.WebHome]] page to see what we plan to work on in the next releases | ||
37 | {{/warning}} | ||
38 | |||
39 | = New and Noteworthy (since {{velocity}}$product{{/velocity}} 0.18) = | ||
40 | |||
41 | [[Full list of issues fixed and Dashboard for 0.19>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=16102]]. | ||
42 | |||
43 | {{velocity}} | ||
44 | #if ($isBugFix) | ||
45 | {{jira style="list" url="https://jira.xwiki.org" fields="type, status, key, summary" source="jql"}} | ||
46 | resolution = Fixed AND component != "Development Issues only" and component != "Development Issues only - Test" AND project in (XCOMMONS, XRENDERING, XWIKI) AND fixVersion in ($version) | ||
47 | {{/jira}} | ||
48 | #else | ||
49 | {{releasenotechanges/}} | ||
50 | #end | ||
51 | {{/velocity}} | ||
52 | |||
53 | |||
54 | === Upgrades === | ||
55 | |||
56 | (% class="upgrades" %) | ||
57 | ((( | ||
58 | {{jira url="https://jira.xwiki.org" source="jql" style="list"}} | ||
59 | project = CRISTAL AND issuetype = Task AND resolution != Duplicate AND fixVersion IN (0.19-rc-1, 0.19) AND component = " Dependency Upgrades" ORDER BY summary ASC | ||
60 | {{/jira}} | ||
61 | ))) | ||
62 | |||
63 | = API Breakages = | ||
64 | |||
65 | In BlockNote Headless [[API Docs>>cristal:Documentation.Extensions.Editors.BlocknoteHeadless]], changed the {{code}}editorProps{{/code}} property: | ||
66 | |||
67 | * Removed {{code}}pendingSyncMessage{{/code}} which was used to display synchronization loading message, as it now has its own translation inside the component | ||
68 | * Removed {{code}}prefixDefaultFormattingToolbarFor{{/code}} which was used to prefix the provided custom toolbar with the default one for specific block types, as this is now handled directly by the BlockNote component | ||
69 | * Added {{code}}lang{{/code}} to define the language to use inside the editor | ||
70 | |||
71 | = Security Issues = | ||
72 | |||
73 | Security issues are not listed in issue lists or dashboards to avoid disclosing ways to use them, but they will appear automatically in them once they're disclosed. See the [[XWiki Security Policy>>dev:Community.SecurityPolicy.WebHome]] for more details. | ||
74 | |||
75 | = Known issues = | ||
76 | |||
77 | * [[Bugs we know about>>https://jira.xwiki.org/issues/?jql=category%20%3D%2010000%20AND%20issuetype%20%3D%20Bug%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20updated%20DESC]] | ||
78 | |||
79 | = Credits = | ||
80 | |||
81 | |||
82 | (% class="col-sm-3" %) | ||
83 | ((( | ||
84 | {{display reference="cristal:Main.France2030Support.WebHome"/}} | ||
85 | ))) | ||
86 | |||
87 | (% class="col-sm-9" %) | ||
88 | ((( | ||
89 | The following people have contributed code to this release (sorted alphabetically): | ||
90 | |||
91 | * ClementEXWiki | ||
92 | * Manuel Leduc | ||
93 | * Marius Dumitru Florea | ||
94 | * Pierre Jeanjean | ||
95 | * Simpel | ||
96 | ))) |