=======
CHANGES
=======

0.5.4 (2013-07-26)
------------------

- Nothing changed yet.


0.5.3 (2013-07-26)
------------------

- feature: implemented ``ExplicitRequiredMixin``. You can set there any widget
  to required only on the given form with the tuple ``requiredWidgets``


0.5.2 (2013-07-18)
------------------

- feature: implemented enhanced buttonAndHandler method. This method allows to
  use a button instance and not only a title. This should get backported to
  the z3c.form implementation.

- bugfix: fix CHeckBoxWidget value handling, allow to set value after widget
  setup. This should get backported to the z3c.form implementation.


0.5.1 (2013-01-28)
------------------

- implemented CSSButton which allows to define a css property. This is usefull
  for UI frameworks like twitter bootstrap which requires different css classes
  applied to the button.


0.5.0 (2012-11-16)
------------------

- initial release
