0.7.0
What's Changed
- Ensure read only values don't get lost on submit by @dontub in #96
- Ensure the correct default value is used for disabled radios elements by @dontub in #98
- Ensure calculated values are set on initial load by @dontub in #97
- Don't use hidden fields to trigger event for initial calculation. Perform initial calculation on rebuild. by @dontub in #99
- Ensure value callbacks get correct input on array item remove by @dontub in #100
- Allow other modules to have AJAX callbacks with recalculation by @dontub in #101
- Prevent initial calculation on file fields by @dontub in #102
- Execute pre schema validation callbacks only if schema validation is performed by @dontub in #103
Full Changelog: 0.6.0...0.7.0