You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New: The cached data for license checks is now set to autoload to help reduce calls to the database, and an option check for a request lock has been moved so it only happens when the option data has expired. These changes should help with performance.
New: SVG icon updates have been made to avoid use of the deprecated xlink:href attribute.
Fix: Field step settings were changed to only accept numbers in last release, causing issues with "any" as a value.
Fix: Bootstrap dropdowns would not properly initialize for fields loaded with AJAX in long forms, preventing access to the more options dropdown, hiding the option to delete a field.
Breaking: Old logic that would trigger blur events for inputs with no value set with the onblur attribute has been removed.