CHANGELOG.md in da-js-1.0.0 vs CHANGELOG.md in da-js-1.1.0

- old
+ new

@@ -1,13 +1,30 @@ -## Devel +## Version 1.1.0 +## Numeric Value +* The rules for deciding if “german” parsing rules should be used have changed: Instead of only looking at the `lang` attribute of the `<html>` element, now the first `lang` attribute found on the input element itself or any of its parent elements is considered. (This means, that the `lang` attribute of `<html>` will only be used if there are no intermediate elements with different `lang` attributes.) + +## Version 1.0.0 +### Conditional Visibility +* Breaking: Option `skipAnimations` has been removed. To force re-evaluation of visibilities without animation (e.g. after the DOM has been modified), use `$(...).trigger("setVisibilities")` instead (this is already done automatically on `pageready`.) +* New option `animate`: Use `$(...).conditionalVisibility({animate: false})` if you want conditional visibility to work completely without animations. + + +## Version 0.2.0 * Add $.fn.numericValue(). +### Conditional Visibility +* Make events triggering visibility re-calculation customizable. +* After an element is shown / hidden, a `shown.conditionalVisibility` / `hidden.conditionalVisibility` event is triggered. + + ## Version 0.1.0 * Add $.fn.conditionalVisibility(). * Now requires CoffeeScript. + ## Version 0.0.2 * Now supports forms generated by Formtastic. * Return 'this' from formChangeTracker() to make it chainable. + ## Version 0.0.1 * Initial Version \ No newline at end of file