@sap/ux-specification
Advanced tools
Comparing version 1.71.35 to 1.71.36
@@ -7,2 +7,29 @@ # Change Log | ||
## [1.71.36] - 2021-06-30 | ||
### Added | ||
### Changed | ||
- In the annotationPath information of the generated JSON schemas all alias definitions are now replaced by the full vocabulary name. | ||
- Descriptions in the schema now follow the following paradigm: | ||
- For facets we need use title and description, the export logic takes the title and extracts the facet key from it for concatenating the stable ID. The text that shall be shown in the Page Editor shall be the description. | ||
- Thus we now generalise: all view nodes (isViewNode = true) have a description (but do not necessarily need a title). | ||
- Properties (no isViewNode tag) are not listed in the outline, but in the properties panel. Here, the title shall be used as a label, and the description shall be shown on hover (old UI) or rendered directly (new UI). | ||
### Deprecated | ||
### Fixed | ||
- The deletion of a custom section from the config file was not reflected in manifest.json. | ||
- New page export fails if parent page does not have navigation property defined. | ||
- Navigation is not cleared if we remove last associated page. | ||
- The import of unknow flex change properties into the config is now avoided. | ||
- The export of flex changes sometimes generated multiple flex changes into the dev workspace. | ||
- The script for extracting documentation had neglected patternProperties of the schemas. | ||
- An exception occurred in case of invalid annotation references, the schemas and config files were not generated in this case. | ||
- Too many actions had been listed as table columns: now it is restricted to the inline actions. | ||
### Quality | ||
## [1.71.35] - 2021-06-17 | ||
@@ -19,6 +46,2 @@ | ||
### Deprecated | ||
### Removed | ||
### Fixed | ||
@@ -36,4 +59,2 @@ | ||
### Quality | ||
## [1.71.34] - 2021-06-03 | ||
@@ -40,0 +61,0 @@ |
@@ -18,2 +18,3 @@ { | ||
"keyPerformanceIndicators": { | ||
"description": "Key Performance Indicators", | ||
"isViewNode": true, | ||
@@ -32,2 +33,3 @@ "type": "object", | ||
"TableALP": { | ||
"description": "Table", | ||
"isViewNode": true, | ||
@@ -228,3 +230,2 @@ "controlProperty": "type", | ||
"GenericColumns": { | ||
"isViewNode": true, | ||
"type": "object", | ||
@@ -237,2 +238,3 @@ "additionalProperties": { | ||
{ | ||
"description": "Custom Columns", | ||
"isViewNode": true, | ||
@@ -248,2 +250,3 @@ "type": "array", | ||
"TableColumn": { | ||
"description": "Column", | ||
"isViewNode": true, | ||
@@ -275,2 +278,3 @@ "type": "object", | ||
"TableCustomColumn": { | ||
"description": "Custom Column", | ||
"isViewNode": true, | ||
@@ -342,2 +346,3 @@ "type": "object", | ||
"AnalyticalListPageFilterBar": { | ||
"description": "Filter Bar", | ||
"isViewNode": true, | ||
@@ -370,2 +375,3 @@ "type": "object", | ||
"ChartSettings": { | ||
"description": "Chart Settings", | ||
"isViewNode": true, | ||
@@ -429,2 +435,3 @@ "type": "object", | ||
"KPISettings": { | ||
"description": "KPI Settings", | ||
"isViewNode": true, | ||
@@ -431,0 +438,0 @@ "type": "object", |
@@ -226,3 +226,2 @@ { | ||
"GenericColumns": { | ||
"isViewNode": true, | ||
"type": "object", | ||
@@ -235,2 +234,3 @@ "additionalProperties": { | ||
{ | ||
"description": "Custom Columns", | ||
"isViewNode": true, | ||
@@ -246,2 +246,3 @@ "type": "array", | ||
"TableColumn": { | ||
"description": "Column", | ||
"isViewNode": true, | ||
@@ -273,2 +274,3 @@ "type": "object", | ||
"TableCustomColumn": { | ||
"description": "Custom Column", | ||
"isViewNode": true, | ||
@@ -340,2 +342,3 @@ "type": "object", | ||
"TreeTable": { | ||
"description": "Table", | ||
"isViewNode": true, | ||
@@ -407,2 +410,3 @@ "controlProperty": "type", | ||
"AnalyticalTable": { | ||
"description": "Table", | ||
"isViewNode": true, | ||
@@ -514,2 +518,3 @@ "controlProperty": "type", | ||
"GridTable": { | ||
"description": "Table", | ||
"isViewNode": true, | ||
@@ -585,2 +590,3 @@ "controlProperty": "type", | ||
"FilterBar": { | ||
"description": "Filter Bar", | ||
"isViewNode": true, | ||
@@ -587,0 +593,0 @@ "type": "object", |
@@ -43,2 +43,3 @@ { | ||
"ObjectPageHeader<GenericActions>": { | ||
"description": "Header", | ||
"isViewNode": true, | ||
@@ -78,3 +79,2 @@ "type": "object", | ||
"GenericActions": { | ||
"isViewNode": true, | ||
"type": "object", | ||
@@ -86,2 +86,3 @@ "additionalProperties": { | ||
"HeaderAction": { | ||
"description": "Header Action", | ||
"isViewNode": true, | ||
@@ -102,2 +103,3 @@ "type": "object", | ||
"ObjectPageLayout": { | ||
"description": "Page Layout", | ||
"isViewNode": true, | ||
@@ -126,3 +128,2 @@ "type": "object", | ||
"GenericSections": { | ||
"isViewNode": true, | ||
"type": "object", | ||
@@ -134,2 +135,3 @@ "additionalProperties": { | ||
"ObjectPageSectionTableV2": { | ||
"description": "Table", | ||
"isViewNode": true, | ||
@@ -158,3 +160,2 @@ "type": "object", | ||
"ObjectPageResponsiveTable": { | ||
"isViewNode": true, | ||
"controlProperty": "type", | ||
@@ -269,3 +270,2 @@ "type": "object", | ||
"GenericColumns": { | ||
"isViewNode": true, | ||
"type": "object", | ||
@@ -278,2 +278,3 @@ "additionalProperties": { | ||
{ | ||
"description": "Custom Columns", | ||
"isViewNode": true, | ||
@@ -289,2 +290,3 @@ "type": "array", | ||
"TableColumn": { | ||
"description": "Column", | ||
"isViewNode": true, | ||
@@ -316,2 +318,3 @@ "type": "object", | ||
"TableCustomColumn": { | ||
"description": "Custom Column", | ||
"isViewNode": true, | ||
@@ -383,2 +386,3 @@ "type": "object", | ||
"ObjectPageAnalyticalTable": { | ||
"description": "Table", | ||
"isViewNode": true, | ||
@@ -441,2 +445,3 @@ "controlProperty": "type", | ||
"ObjectPageGridTable": { | ||
"description": "Table", | ||
"isViewNode": true, | ||
@@ -499,2 +504,3 @@ "controlProperty": "type", | ||
"ObjectPageTreeTable": { | ||
"description": "Table", | ||
"isViewNode": true, | ||
@@ -557,2 +563,3 @@ "controlProperty": "type", | ||
"CustomSections": { | ||
"description": "Custom Sections", | ||
"isViewNode": true, | ||
@@ -562,3 +569,2 @@ "type": "object", | ||
"custom": { | ||
"isViewNode": true, | ||
"type": "array", | ||
@@ -580,2 +586,3 @@ "items": { | ||
"ObjectPageCustomSectionView": { | ||
"description": "View", | ||
"isViewNode": true, | ||
@@ -636,2 +643,3 @@ "type": "object", | ||
"ObjectPageCustomSectionFragment": { | ||
"description": "Fragment", | ||
"isViewNode": true, | ||
@@ -638,0 +646,0 @@ "type": "object", |
@@ -61,3 +61,4 @@ { | ||
"cards": { | ||
"description": "Represents the card attributes.", | ||
"description": "Cards", | ||
"isViewNode": true, | ||
"type": "object", | ||
@@ -101,2 +102,3 @@ "additionalProperties": { | ||
"CustomCard": { | ||
"description": "Custom Card", | ||
"isViewNode": true, | ||
@@ -392,2 +394,3 @@ "type": "object", | ||
"ListCard": { | ||
"description": "List Card", | ||
"isViewNode": true, | ||
@@ -647,2 +650,3 @@ "controlProperty": "template", | ||
"StackCard": { | ||
"description": "Stack Card", | ||
"isViewNode": true, | ||
@@ -798,2 +802,3 @@ "controlProperty": "template", | ||
"LinklistCard": { | ||
"description": "Link List Card", | ||
"isViewNode": true, | ||
@@ -986,2 +991,3 @@ "controlProperty": "template", | ||
"TableCard": { | ||
"description": "Table Card", | ||
"isViewNode": true, | ||
@@ -1163,2 +1169,3 @@ "controlProperty": "template", | ||
"AnalyticalCard": { | ||
"description": "Analytical Card", | ||
"isViewNode": true, | ||
@@ -1165,0 +1172,0 @@ "controlProperty": "template", |
{ | ||
"name": "@sap/ux-specification", | ||
"version": "1.71.35", | ||
"version": "1.71.36", | ||
"displayName": "SAP Fiori tools - Specification", | ||
@@ -10,2 +10,3 @@ "description": "SAP Fiori tools - Specification", | ||
"main": "dist/index-min.js", | ||
"types": "dist/src/index.d.ts", | ||
"specificationVersions": { | ||
@@ -21,3 +22,3 @@ "v2": "dist/specification/v2/index-min.js", | ||
"clean": "rimraf ./dist ./schemas", | ||
"build": "yarn run clean && tsc --project ./tsconfig.build.json && yarn run create-json-schemas && yarn copy-json-schemas && webpack --color --config webpack.prod.js && rimraf dist/scripts dist/src && yarn copy-templates", | ||
"build": "yarn run clean && tsc --project ./tsconfig.build.json && yarn run create-json-schemas && yarn copy-json-schemas && webpack --color --config webpack.prod.js && rimraf dist/scripts && yarn copy-templates", | ||
"watch": "yarn run clean && tsc --project ./tsconfig.build.json && yarn run create-json-schemas && yarn copy-json-schemas && yarn copy-templates && webpack --color --config webpack.dev.js", | ||
@@ -24,0 +25,0 @@ "create-json-schemas": "node dist/scripts/to-json-schema.js", |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1365053
346
15543
10
6