Releases: SAP/open-ux-tools
@sap-ux/[email protected]
Minor Changes
- 7ecd4ec: Makes all properties of types
AlpTableConfigAnswers
andTableConfigAnswers
optional
@sap-ux/[email protected]
Patch Changes
- 6b6c64a: adds new module cf deploy config sub gen
- Updated dependencies [6b6c64a]
- @sap-ux/[email protected]
@sap-ux/[email protected]
Patch Changes
- 6b6c64a: adds new module cf deploy config sub gen
@sap-ux/[email protected]
Patch Changes
- 6b6c64a: adds new module cf deploy config sub gen
- Updated dependencies [6b6c64a]
- @sap-ux/[email protected]
- @sap-ux/[email protected]
@sap-ux/[email protected]
Patch Changes
- 6b6c64a: adds new module cf deploy config sub gen
@sap-ux/[email protected]
Patch Changes
- 6b6c64a: adds new module cf deploy config sub gen
- Updated dependencies [6b6c64a]
- @sap-ux/[email protected]
@sap-ux/[email protected]
Patch Changes
- @sap-ux/[email protected]
@sap-ux/[email protected]
Patch Changes
- 625bca8: Removed local annotation definitions from mockserver middleware in ui5-local.yaml and ui5-mock.yaml files.
- Updated dependencies [625bca8]
- @sap-ux/[email protected]
@sap-ux/[email protected]
Major Changes
-
77b0800: Adds support for entity related prompting. Update some exported types
fiori-elements-writer
,fiori-freestyle-writer
to remove problematic enum usage.
The major version updates for modules@sap-ux/fiori-elements-writer
and@sap-ux/fiori-freestyle-writer
indicates a breaking change of type definitions:@sap-ux/fiori-elements-writer
:
TemplateType
TableType
TableSelectionMode
@sap-ux/fiori-freestyle-writer
:
TemplateType
These changes are required to reduce the impact of importing these types by consumers. Previously defined as enums, requiring full dependencies and bloating
consumer code where only these types are required. The new type defintions still allow both uses (type or value) but theenums
are now defined asconst
.
This change requires updates to consuming code where the type is imported and referenced.
Example where a single enum was used as a value type:type Template = { template: TemplateType.ListReportObjectPage }
should now be defined as:
type Template = { template: typeof TemplateType.ListReportObjectPage }
@sap-ux/[email protected]
Patch Changes
- 625bca8: Removed local annotation definitions from mockserver middleware in ui5-local.yaml and ui5-mock.yaml files.