Revision history for HTML::FormWidgets

0.10.345 2012-03-03
         - Added classes hash to PopupMenu
         - Image class has subtype icon which is a span for background CSS
         - Renamed UnorderedList to List and added odered option
         - Updated Moose / Class::MOP / MRO::Compat dependencies
         - Removed CSS border art for rounded corners from Menu

0.9.336  2011-12-30
         - Added Async widget. Adds a div whose content is loaded via Ajax

0.8.334  2011-12-12
         - Fixed input field names in Table
         - Updated pod and added more tests
         - Added globals attr to separate class wide defaults from obj defaults
         - Set separator to break to have prompt appear above input field
         - Popupmenu sorts values into label order if labels are provided
         - Fields attr contains localized text strings
         - Updated inc::Bob
         - Textarea simplified
         - If render_field return null then so does render
         - Tweaked row and col ids in Table
         - Added Unordered list subclass

0.7.312  2011-06-26
         - Stepno can be a hash ref which will get inflated

0.6.311  2011-05-22
         - Made the build class method ignore bad input data structure
         - Suppressed dcollins CPAN testing
         - Switched to using Try::Tiny
         - Added step number iterator
         - Changed default class names for Anchor and Button
         - Moved boilerplate M::B subclass code to inc/Bob.pm
         - Suppressed Konig CPAN testing again
         - Added ScrollPin
         - Added SidebarPanel
         - Added TabSwapper
         - Added clear field to date
         - Tables are now client side sortable
         - Optional JS files are now selectable by the widget
         - Tree widget now self renders via HTML parser
         - Refactored html class names
         - Added ifield class to all input fields not buttons
         - Added row numbering to Table subclass
         - Fixed missing filler top line menu subclass
         - Switched to using TryCatch
         - Fixed readonly attribte in Date and slider subclasses
         - Moved English hint text out of subclasses
         - Can provide absolute (+) class names as widget types
         - Added POD widget type
         - Added _text attribute to Tree. Adds id to container div
         - Fixed undefined warning in Tree if no data
         - No longer calls markdown from localize
         - Label now localizes text then does markdown
         - Stopped Menu from sqealing about no value to inflate

0.5.200  27/06/2009
         - Changed key used to sign distro
         - Use Class::MOP in ensure_class_loaded

0.5.184  13/06/2009
         - Added more tests

0.4.179  08/06/2009
         - Fixed widths in paragraphs and tables

0.4.177  06/06/2009
         - Fixed bug in Paragraphs _split method

0.4.176  11/05/2009
         - Added docs for paragraphs and slider

0.4.171  27/04/2009
         - Fixed paragraph rendering bug
         - Improved testing idioms
         - Fixed missing seperator in Menu subclass
         - Added paragraph splitting to Paragraphs subclass
         - Fixed bug in arg expansion in localize
         - Fixed JS bug in group membership

0.4.156  09/03/2009
         - Debugged menu widget

0.3.141  11/03/2009
         - Added menu widget

0.3.137  22/02/2009
         - Dropped use of NEXT
         - Fixed bug in event handling in Rule
         - Improved quality of embeded Javascript

0.3.130  30/12/2008
         - Fixed tree widget

0.3.126  14/12/2008
         - Editable tables can now use textareas
         - Added Image subclass
         - Added Paragraphs subclass
         - Switched from base to parent

0.3.120  04/12/2008
         - Renamed ImageButton to Button. Now generates both kinds

0.2.112  03/12/2008
         - Added the hidden widget type
         - Made the build method smarter and less gross
         - Setting skip_groups to true in the build config skips the
         call to _group_fields

0.2.110  01/12/2008
         - Image button defines button_name which defaults to _method
         not _verb

0.2.108  14/11/2008
         - New approach to CPAN testers

0.2.106  23/10/2008
         - Added an addition test to prevent Andreas Koenig from
         testing

0.2.102  16/10/2008
         - Disabled automated testing

0.2.99   03/10/2008
         - Bumped revision in POD

0.2.97   28/09/2008
         - Removed dependancy on Readonly
         - Tweaked for perlcritic
         - Extra whitespace before widgets

         2008-09-23
         - Refactored the attribute list in the base class. Now distributed
           amongst the subclasses. Bumping version to 0.2
           Now uses jscalendar for the Date subclass

         2008-09-06
         - Tweaked POD. Bumping release to fix broken CPAN Testers database.

         2008-08-31
         - Removed hidden field _verb as unecessary

         2008-08-15
         - Removed second SIGNATURE entry

         2008-07-21
         - Added support for markdown

         2008-06-02
         - Made version a build requirement

         2008-05-25
         - Fixed invalid output from anchor and chooser widgets
           Added POD test

         2008-05-19
         - Added support form HTML 4.01.
           Added Cloud subclass