- 1.0 initial release
- 1.1 added support for multiline placeholders in textareas
- 1.2 Allow label to wrap the input element by noah ginader#1
- 1.3 New option to read placeholder to Screenreaders. Turned on by default
- 1.4 made placeholder more rubust to allow labels being offscreen + added minified version of the 3rd party libs
- 1.5 emptying the native placeholder to prevent double rendering in Browsers with partial support
- 1.6 optional reformat when a textarea is being resized - requires http://benalman.com/projects/jquery-resize-plugin/
- 1.7 feature detection is now included in the polyfill so you can simply include it without the need for Modernizr
- 1.8 replacing the HTML5 Boilerplate .visuallyhidden technique with one that still allows the placeholder to be rendered
- 1.8.1 bugfix for implicit labels
- 1.9 New option "hideOnFocus" which, if set to false will mimic the behavior of mobile safari and chrome (remove label when typed instead of onfocus)
- 1.9.1 added reformat event on window resize
- 1.9.2 more flexible way to "fix" labels that are hidden using clip() thanks to grahambates: ginader#12
- 2.0 new easier configuration technique and new options forceApply and AutoInit and support for setters and getters
- 2.0.1 changed check for empty field so a space character is no longer ignored
- 2.0.2 allow rerun of the placeholder() to cover generated elements - existing polyfilled placeholder will be repositioned. Fixing: ginader#15
- 2.0.3 turn debugging of for production. fix ginader#18
- 2.0.4 moved to grunt as build tool and restructured the project
- 2.0.5 added markdown conversion
- 2.0.6 fix for issue ginader#23 - thanks to christiangeek
- 2.0.7 fix for issue ginader#44 - thanks to randallb for the report
- 2.0.8 added Bower config
- 2.0.9 fix for issue ginader#58 - thanks to samuelcole for the commit
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.