Skip to content

Latest commit

 

History

History
51 lines (24 loc) · 1.15 KB

ChangeLog.markdown

File metadata and controls

51 lines (24 loc) · 1.15 KB

jQuery Feedback Me Plugin ChangeLog

0.3.7

  • Added "custom_params" option to send additional data to the server (can be used for sending: csrf token / logged in user_name / etc`)

0.3.4

  • Added option to set the position of the feedback widget (4 possible locations) : left-top / left-bottom / right-top / right-bottom

0.3.2

  • Email input is now using HTML5 type + added simple email validation

0.3.1

  • Fixed IE8 style issues

0.3.0

  • 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

0.2.7

  • Added optional required attribute (HTML5) for all input fields with homegrown validation
  • Added optional asterisk next to label of required input fields

0.2.5

  • Added customizable placeholder (HTML5) for all input fields
  • Better font and appearance

0.2.1

  • Changed close_on_click_outisde option to be true by default
  • Bug fix

0.2.0

  • Added close_on_click_outisde option (default is false)
  • Several code enhancements