Releases: jamesallardice/Placeholders.js
Releases · jamesallardice/Placeholders.js
v3.0.2
Stable version 3.0.2. Fixes include:
- Ensure the
maxlength
attribute is handled correctly in Firefox 3.6 (#56) - Ensure Internet Explorer doesn't throw when there are no elements (#57)
- Ensure Internet Explorer doesn't throw when using a
form
attribute on an element (#55) - Various bits of source code tidyup
Download v3.0.2 at http://jamesallardice.github.io/Placeholders.js.
v3.0.1
Stable version 3.0.1. Fixes include:
- Ensure placeholders are not hidden incorrectly after form submissions in IE9 (#52)
- Ensure placeholder styles are not lost on page reload in <= IE8 (#50)
- Avoid the "IE9 active element of death" (#48)
New stuff includes:
- A link to the gem in the readme (#47)
- A .editorconfig file to help improve consistency from contributors
v3.0.0
Stable version 3.0.0. Fixes include:
- Placeholders no longer stay visible when the attribute is removed from the element
- Placeholders are no longer shown if an element with a placeholder is added to the DOM with focus
New features:
- Adapters for jQuery, Prototype and YUI3 to patch DOM property accessors and return empty strings instead of the placeholder text where appropriate
v2.1.1
Stable version 2.1.1. Fixes some minor issues:
- The API methods no longer throw errors when used on platforms with native
placeholder
support - The wrong class name can no longer be removed from elements by mistake
- Improved IE9 keyboard experience
New features:
- Version banner comment added to built files