v1.2.0
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 customizedextend
function if they so desire. - Add ability to specify a custom merge function for a single additional component when creating a custom extend function.