|
1 | | -Unreleased |
2 | | -========== |
| 1 | +Next release |
| 2 | +============ |
3 | 3 |
|
4 | 4 | Features |
5 | 5 | -------- |
6 | 6 |
|
7 | 7 | - The ``authz``, ``identity``, and ``notification`` modules are now |
8 | 8 | exposed as public API on the ``annotator`` page global. |
9 | 9 |
|
| 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 | + |
10 | 54 | 2.0.0-alpha.2 (2015-04-24) |
11 | 55 | ========================== |
12 | 56 |
|
|
0 commit comments