This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
Releases: tesler-platform/tesler-schema
Releases · tesler-platform/tesler-schema
0.6.0 (September 3, 2022)
Features
filterDateByRange
parameter is added for options description in widget meta (tesler-ui/core #743)
0.5.0 (September 30, 2021)
Features
filterBy
parameter is added for field description in widget meta (tesler-ui/core #711)
0.4.0 (September 7, 2021)
Features
ViewNavigation
andNavigationTabs
widget types are added
0.3.4 (Jule 6, 2021)
Fixes
- Revert "Duplications of const enums are added for compatibility with
isolatedModules
flag"
0.3.3 (Jule 3, 2021)
Fixes
- Duplications of const enums are added for compatibility with
isolatedModules
flag
0.3.2 (Jule 2, 2021)
Fixes
json-stable-stringify
erroneously considered non-browser in 0.3.1
0.3.1 (Jule 2, 2021)
Fixes
const enum
replaced withenum
for compatibility with CRA and other environments configured withisolatedModules: true
ts param- Runtime dependencies were not marked as non-browser in package.json
- Erroneously applied
declare
modifiers of exported types
0.3.0 (Febraury 15, 2021)
Features
- Actions in
actionGroups
widget option can now be set separately for each business component
0.2.0 (January 28, 2021)
Features
- Source types for JSON schemas are now exported and can be extended in your application to customize generated schemas.
0.3.0 is scheduled to export a function that will take customized types as arguments and will generate schemas based on provided customization.
import { ScreenMetaJson } from '@tesler-ui/schema'
export interface CustomScreenMetaJson extends ScreenMeta {
customField: number // add or modify fields if your *.screen.json file format is different
}
- Some types that previously were declared in Tesler-UI are moved here as they in fact affect both backend and frontend applications; Tesler UI will reexport those types so nothing should break if you referenced them from your application directly.
0.1.3 (January 26, 2021)
Fixes
typescript-json-schema
should be runtime dependency