- Remove jQuery UI dependencies (the only additional required library for the plugin is jQuery) vedmack#14
- Bug fix clear input fields upon sending feedback, vedmack#15
- Fixed jquery version check for using on instead of delegate (IE specific issue)
- Using CSS3 Transition for sliding out the feedback widget - jquery UI ased as a fallback for older browsers (since this version jquery UI is not a must to include).
- Added "iframe_url" option to allow the use of any html file that you want, html file will be embeded inside feedback_me widget.
- Bug fix Prevent form submit when there is no use in required inputs, vedmack#8
- Added "custom_params" option to send additional data to the server (can be used for sending: csrf token / logged in user_name / etc`)
- Added option to set the position of the feedback widget (4 possible locations) : left-top / left-bottom / right-top / right-bottom
- Email input is now using HTML5 type + added simple email validation
- Fixed IE8 style issues
- Added optional radio button list input (5 radio buttons), can be used to rank something or any other purpose, all labels of the radios are customizable (string array) and it can be set to required too + its title is also customizable
- Fixed several IE8 js issues
- Added optional required attribute (HTML5) for all input fields with homegrown validation
- Added optional asterisk next to label of required input fields
- Added customizable placeholder (HTML5) for all input fields
- Better font and appearance
- Changed close_on_click_outisde option to be true by default
- Bug fix
- Added close_on_click_outisde option (default is false)
- Several code enhancements