Releases: VyacheslavPritykin/NFormlySchema
Releases · VyacheslavPritykin/NFormlySchema
v1.2.2
v1.2.1
- Update dependencies
v1.2.0
- Add the ability to specify the FieldTypeAttribute at the class level in order to easily implement the tabs example https://formly.dev/examples/advanced/tabs without extra property nesting
v1.1.1
fixes:
- Treat TimeSpan as a simple type
v1.1.0
- Add a new method overload:
FormlySchema.FromType(Type type)
- Make the
DefaultInputTypeResolver
method public in the new dedicatedFormlySchemaDefaults
class and initialize theFormlyGenerationSettings.InputTypeResolver
with the default resolver.
v1.0.0
Initial release