Skip to content

Releases: jamesallardice/Placeholders.js

v3.0.2

29 Nov 09:16
Compare
Choose a tag to compare

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

07 Nov 08:05
Compare
Choose a tag to compare

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

17 Oct 09:38
Compare
Choose a tag to compare

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

11 Oct 08:20
Compare
Choose a tag to compare

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