Changelog
=========

0.6 (2010-11-11)
----------------

- Ability to style doormat columns by position.
  [malthe]

- Don't use the catalog, traverse using objectValues()
  https://dev.plone.org/plone/ticket/11265
  [khink]

0.5 (2010-10-25)
----------------

- Set global_allow=False on DoormatSection by adding tagged value in UML.
  (agx mysteriously sets it to True by default)
  [khink]

- Developer documentation (about using AGX)

- Explicitly set `external-link` class for Link type objects.

0.4 (2010-10-05)
----------------

- Allow adding text as well as links. 
  http://plone.org/products/doormat/issues/6
  [renskers]

- Re-added skins folders, as these will be generated by AGX. 
  (Make them not empty.)
  http://plone.org/products/doormat/issues/4
  [khink]

- Add class on 'doormat-container' div for number of columns. 
  Add CSS so columns are equal width.
  [khink]

0.3 (2010-07-19)
----------------

- Remove empty skins/ folders doormat_styles/ and doormat_templates/ (fixes
  http://plone.org/products/doormat/issues/4: Skin dirs missing from egg)

- Added viewlet doormat.footer.bare to display the doormat without the div.row
  and div.cell wrapping.

0.2 (2010-06-11)
----------------

- Add viewlet to browser layer (fixes
  http://plone.org/products/doormat/issues/3: Uninstall cleanly)

0.1.1 (2010-06-09)
------------------

- added locales/NOTEMPTY.txt to ensure locales/ is added to egg. This fixes #1
  (http://plone.org/products/doormat/issues/1)
- updated doc

0.1 (2010-06-08)
----------------

Initial release

