Skip to content

v1.2.0

Compare
Choose a tag to compare
@patrickjames242 patrickjames242 released this 03 Apr 11:34
· 37 commits to main since this release

This release adds more features to the library.

  • You can now set a global merge function using the MergeFunctionProvider at the top of your react tree.
  • You can now add child components to your components that users automatically have the ability to customize.
  • The default way users will use the library will be an extend function, and they have the ability to create their own customized extend function if they so desire.
  • Add ability to specify a custom merge function for a single additional component when creating a custom extend function.