Releases: wix-incubator/autoviews
Releases · wix-incubator/autoviews
@autoviews/core-v3.0.0
@autoviews/core-v3.0.0 (2022-06-01)
Bug Fixes
- correct error message (ef442b5)
Features
- added AutoHeaders component (0f0ed05), closes #57
- objectschemaasarray utility: converts object schema to array with map function and rules (85b0dc8), closes #57
- schema: added
prefixItems
support as tuple (eb41410), closes #90
BREAKING CHANGES
- schema:
CoreSchemaMetaSchema['items']
now just hasCoreSchemaMetaSchema
type,
nextSchema function now consider this field - objectschemaasarray utility: orderFields and filter functions are deleted from the export
@autoviews/core-v2.0.0
@autoviews/core-v2.0.0 (2022-05-26)
Features
BREAKING CHANGES
- schema:
CoreSchemaMetaSchema['items']
now just hasCoreSchemaMetaSchema
type,
nextSchema function now consider this field