Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Releases: mdo/wtf-forms

v2.2.0

11 Jun 02:42
@mdo mdo
Compare
Choose a tag to compare
  • #27: Add custom progress element.
  • #24: Set width: 100%; on <select> elements within the custom select menu.
  • #16, #20: Add :active states to radios and checkboxes.

v2.1.0

14 May 18:23
@mdo mdo
Compare
Choose a tag to compare
  • Drop unicode characters for Open Iconic icons as embedded SVGs via base64. This gives us much more control over rendering and fixes glitches in nearly all browsers.
  • Also includes additional, optional icons. All together, four options are available—checkmark, filled circle, ×, and –.
  • Improve <select> rendering in Firefox with #11.

v2.0.1

14 May 09:10
@mdo mdo
Compare
Choose a tag to compare
  • Added bower.json.
  • Added user-select: none; to all generated controls.
  • Removed the just-added Changelog from the docs to right here in the releases.

v2.0.0

14 May 08:55
@mdo mdo
Compare
Choose a tag to compare
  • New focus styles. Fixes #3.
  • Commented out hover styles for now because iOS makes them sticky, and the hover styles weren't particularly useful.
  • File inputs now require a <span> within .file. This was added for proper focus state support as a <label> has no idea if the child <input> has focus or not.
  • Added z-index: -1; to checkboxes and radios to avoid a cursor change when hovering where the orignal input rendered. Fixes #10.
  • Added FAQs and this changelog to the project page.