Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tilgovi committed Jul 3, 2015
1 parent a78afaf commit 3d6e533
Showing 1 changed file with 46 additions and 2 deletions.
48 changes: 46 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,56 @@
Unreleased
==========
Next release
============

Features
--------

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

- The ``notifier``, ``identityPolicy`` and ``authorizationPolicy`` are now
retrieved from component registry. It should now be possible to register
alternative implementations.

- Performance of the highlighter should be slightly improved.

- Showing the viewer with a mouse hover should be much faster when there are
many overlapping highlights. (#520)

- The ``getGlobal()`` function of the ``util`` module has been removed and
Annotator should now work with Content Security Policy rules that prevent
``eval`` of code.

- The ``markdown`` extension has been upgraded to require and support version
1.0 or greater of the Showdown library.

Bug Fixes
---------

- Fix a bug in the ``ui.filter`` extension so that the ``filters`` option
now works as specified.

- Make the highlighter work even when the global ``document`` symbol is not
``window.document``.

- Fix an issue with the editor where adding custom fields could result in
fields appearing more than once. (#533)

- With the ``autoViewHighlights`` options of the ``viewer``, don't show the
viewer while the primary mouse button is pressed. Before, this prevention
applied to every button except the primary button, which was not the intended
behavior.

Documentation
-------------

- Fix some broken links.

- Fix some example syntax.

- Add example markup in the documentation for the ``document`` extension.



2.0.0-alpha.2 (2015-04-24)
==========================

Expand Down

0 comments on commit 3d6e533

Please sign in to comment.