Skip to content

Commit 3d6e533

Browse files
committed
Update changelog
1 parent a78afaf commit 3d6e533

1 file changed

Lines changed: 46 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 46 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,56 @@
1-
Unreleased
2-
==========
1+
Next release
2+
============
33

44
Features
55
--------
66

77
- The ``authz``, ``identity``, and ``notification`` modules are now
88
exposed as public API on the ``annotator`` page global.
99

10+
- The ``notifier``, ``identityPolicy`` and ``authorizationPolicy`` are now
11+
retrieved from component registry. It should now be possible to register
12+
alternative implementations.
13+
14+
- Performance of the highlighter should be slightly improved.
15+
16+
- Showing the viewer with a mouse hover should be much faster when there are
17+
many overlapping highlights. (#520)
18+
19+
- The ``getGlobal()`` function of the ``util`` module has been removed and
20+
Annotator should now work with Content Security Policy rules that prevent
21+
``eval`` of code.
22+
23+
- The ``markdown`` extension has been upgraded to require and support version
24+
1.0 or greater of the Showdown library.
25+
26+
Bug Fixes
27+
---------
28+
29+
- Fix a bug in the ``ui.filter`` extension so that the ``filters`` option
30+
now works as specified.
31+
32+
- Make the highlighter work even when the global ``document`` symbol is not
33+
``window.document``.
34+
35+
- Fix an issue with the editor where adding custom fields could result in
36+
fields appearing more than once. (#533)
37+
38+
- With the ``autoViewHighlights`` options of the ``viewer``, don't show the
39+
viewer while the primary mouse button is pressed. Before, this prevention
40+
applied to every button except the primary button, which was not the intended
41+
behavior.
42+
43+
Documentation
44+
-------------
45+
46+
- Fix some broken links.
47+
48+
- Fix some example syntax.
49+
50+
- Add example markup in the documentation for the ``document`` extension.
51+
52+
53+
1054
2.0.0-alpha.2 (2015-04-24)
1155
==========================
1256

0 commit comments

Comments
 (0)