1.0.0-alpha.3
Pre-release
      Pre-release
    
        
          ·
          
            70 commits
          
          to development
          since this release
        
        
        
This is the third (of many) alpha and is NOT ready for production yet.
ADD-ONS should now be WORKING again
This alpha also fixes a few bugs like the annoying Invalid type, expected array error when an array content is invalid.
Changes
Fixed
- Arrays update validity more consistently, removed Angular version specific code
 - Add-ons will now correctly display by the added type being passed to the core correctly
 - #750 Unstoppable "Invalid type, expected array" when form initialised with incorrect array content.
 - #633 #602 custom validator errors.
 - #558 Add check for schema property to prevent form generation failures when a checkbox is explicitly defined by a developer (and therefore does not have a schema property) by @vinceis1337 in #663