Skip to content

Releases: json-schema-form/json-schema-form-core

1.0.0-alpha.4

17 Apr 11:28
Compare
Choose a tag to compare
1.0.0-alpha.4 Pre-release
Pre-release

This is the fourth (of many) alpha and is NOT ready for production yet.

This alpha fixes a bunch of array and destroyStrategy bugs.

Changes

Fixed

  • #689 DestroyStrategy does not trigger when field no longer meets condition
  • #750 Removing an invalid array item doesn't work properly
  • #769 Model inside Array is not cleaned when Condition fails
  • #857 Regression boolean values only saving true to model
  • Fixes angular-schema-form-bootstrap#41 Place holder does not disappear even after a valid field is selected. Thanks to @ramakrij

1.0.0-alpha.3

02 Apr 10:11
Compare
Choose a tag to compare
1.0.0-alpha.3 Pre-release
Pre-release

This is the third (of many) alpha and is NOT ready for production yet.

ADD-ONS should now be WORKING again

This alpha 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

1.0.0-alpha.2

19 Feb 13:09
Compare
Choose a tag to compare
1.0.0-alpha.2 Pre-release
Pre-release

This is the second (of many) alpha and is NOT ready for production yet.

There is only one change in this alpha that needs user testing and feedback, the long awaited and much desired support for $ref.

Changes

Added

1.0.0-alpha.1

24 Jan 13:32
Compare
Choose a tag to compare
1.0.0-alpha.1 Pre-release
Pre-release

This is an early preview of the json-schema-form-core
Thanks to @davidlgj for starting the separation, tests and the initial Webpack build
Completed by @Anthropic with the additional tests and upgraded Webpack 2 build process

This is the first alpha and is NOT ready for production

An API will be developed to making working with the library easier while maintaining backwards compatibility where reasonable to do so.

The addition of highly requested items like $ref will become available in subsequent alpha releases.

Special thanks to all the following people for their help in the last year preparing for the move to this version:
@blackmiaool @CatherineH @cepauskas @chargrove @donalmurtagh @edclements @elbunuelo @ErichBSchulz @jozefizso @illiano @kyse @LeonardoGentile @mathroc @plong0 @pvgnd @stanimoto @tisto @tomsowerby @zackbloom

Extra special thanks to @handrews @joelwkent @nicklasb for insight, ideas and support as we head toward version 1.0.0!

...really really hope I haven't missed anyone (let me know if you feel I have!)