diff --git a/CHANGES.rst b/CHANGES.rst index 04825f4..45284e6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,28 @@ Changelog ========= +1.1 (unreleased) +---------------- + +.. warning:: Upgrade Warning! + If you customized the batchnavigation.pt file or use specific CSS styles for it, you might have to update them to reflect the new HTML structure. + +New: + +- Refactor batchnavigation HTML layout to use nav/ul/li elements instead of div/span. + [davilima6] + +- Switches deprecated ``listingBar`` CSS class to ``pagination``. + [davilima6] + +- Make ellipses stylable and provide more CSS hooks to pagination markup. + [davilima6] + +Fixes: + +- *add item here* + + 1.0.8 (unreleased) ------------------ diff --git a/plone/batching/batchnavigation.pt b/plone/batching/batchnavigation.pt index 8b5862e..6e0d448 100644 --- a/plone/batching/batchnavigation.pt +++ b/plone/batching/batchnavigation.pt @@ -3,90 +3,91 @@ condition="batch" metal:define-macro="navigation"> - + + + + + + + diff --git a/setup.py b/setup.py index 1815e79..e346d13 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages from setuptools import setup -version = '1.0.8.dev0' +version = '1.1.dev0' setup( name='plone.batching',