Changelog
=========

1.1.1 (2012/10/11)
------------------

* Update SelectField to be compatible with ``zeam.form.base`` 1.3.

1.1 (2012/09/24)
----------------

* Add support to provide item specific identifiers for lines checkbox.

* Update API to use ``zeam.form.base`` 1.2.3.

1.0.1 (2012/04/27)
------------------

* Update to use ``grokcore.chameleon`` instead of ``megrok.chameleon``.

* Fix some action type when used with ``postOnly``.

* Fix template, add missing fields in it.

1.0 (2011/11/07)
----------------

* Add different strategies to apply actions to table lines. You can by
  choice have one action that takes all selected and all not selected
  lines, one actions on lines that have been selected or deselected or
  lastly an action that execute only on select lines.

* Add support for batching on table forms.

* You can now customize the selection field.

* Update to work with zeam.form.base 1.2.

* Update tests.

1.0b1 (2010/10/27)
------------------

* Initial *proof of concept* release.
