Skip to content

Releases: snikch/jquery.dirtyforms

1.1.0

24 Jun 08:07
Compare
Choose a tag to compare

Ok, so here's the first "Official" official release. I know, confusing isn't it? But this is the first release we actually had some control over.

Change Log

  1. Bug: Fixes #55, Modified the refire function to check for the existence of an HREF before attempting to redirect to its value. Duplicate functionality of #59 - TO BE REVERTED
  2. Bug: Fixes #59, Changed selector for exit anchor tags to exclude those without HREF.
  3. Bug: Fixes #66, Added check for anchor selector to aBind function to ensure there is an HREF. Duplicate functionality of #59 - TO BE REVERTED
  4. Feature: Closes SO issue, Added ability to ignore selection controls.
  5. Bug: Fixes #49, Chrome and Safari show both the GUI dialog and the browser dialog before navigation is allowed.
  6. Bug: Fixes #70, Browser dialog not functioning when setting the dialog property to false.
  7. Enhancement: Added GULP build script to distribute Dirty Forms to NPM, Bower, NuGet, and jsDelivr CDN. Each helper is a separate module that can be downloaded/included individually, and there is support for dialog packages that we will distribute for some common dialog frameworks in an upcoming version. Added distribution submodule for each module (to support Bower/CDN distribution).
  8. Bug: Closes #76, IgnoreDirty not checked by onFocus (patch for item 4 above).
  9. Bug: Fixes #50, Closes #73, Initialize the settings with the currently focused element to support the HTML 5 autofocus attribute.
  10. Enhancement: Added support for the Universal Module Definition (see this and this for details).
  11. Enhancement: Added CONTRIBUTING.md document to explain our contribution guidelines.

1.0.0

24 Jun 06:16
Compare
Choose a tag to compare

This is the first unofficial release. Released by a contributor to Bower as version 1.0.0 on January 7, 2014, and now being re-released officially. It's about time! After 4 years in incubation, it is time that Dirty Forms sees the light of day.

We don't recommend using this version, as we discovered several bugs with it and have since patched them. But if you did happen to download it from Bower then rest assured the same version is here if you need it.