@bfwk/dp-editor
Advanced tools
Comparing version 0.7.5 to 0.7.6
@@ -6,4 +6,7 @@ # Change Log | ||
## [0.7.5](https://github.com/salesforce/builder-framework/compare/v0.7.4...v0.7.5) (2021-08-06) | ||
## [0.7.6](https://github.com/salesforce/builder-framework/compare/v0.7.5...v0.7.6) (2021-08-20) | ||
**Note:** Version bump only for package @bfwk/dp-editor | ||
### Bug Fixes | ||
* recover schema if possible for array drill down @W-9727716 ([#218](https://github.com/salesforce/builder-framework/issues/218)) ([aa2c864](https://github.com/salesforce/builder-framework/commit/aa2c8649d109f206900b0041b6335d19ef92c6f1)) |
@@ -164,3 +164,3 @@ import { UPDATE_DP, ADD_DP } from '@bfwk/document-model'; | ||
const customEditorsWithExpressionEditor = customEditorsByPropertyType; | ||
for (let [key, value] of customEditorsWithExpressionEditor) { | ||
for (const [key, value] of customEditorsWithExpressionEditor) { | ||
propertySheetFactoryBuilder.setCustomEditorByPropertyType(key, value); | ||
@@ -167,0 +167,0 @@ } |
{ | ||
"name": "@bfwk/dp-editor", | ||
"version": "0.7.5", | ||
"version": "0.7.6", | ||
"description": "DataProvider Editor", | ||
@@ -31,10 +31,10 @@ "type": "module", | ||
"dependencies": { | ||
"@bfwk/command": "0.7.5", | ||
"@bfwk/data-service": "0.7.5", | ||
"@bfwk/document-model": "0.7.5", | ||
"@bfwk/error-handler": "0.7.5", | ||
"@bfwk/instrumentation": "0.7.5", | ||
"@bfwk/property-editor": "0.7.5", | ||
"@bfwk/pub-sub": "0.7.5", | ||
"@bfwk/utils": "0.7.5", | ||
"@bfwk/command": "0.7.6", | ||
"@bfwk/data-service": "0.7.6", | ||
"@bfwk/document-model": "0.7.6", | ||
"@bfwk/error-handler": "0.7.6", | ||
"@bfwk/instrumentation": "0.7.6", | ||
"@bfwk/property-editor": "0.7.6", | ||
"@bfwk/pub-sub": "0.7.6", | ||
"@bfwk/utils": "0.7.6", | ||
"@lcem/declarative-type": "0.6.23", | ||
@@ -41,0 +41,0 @@ "@lcem/unified-view-model": "0.6.23" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21941
+ Added@bfwk/command@0.7.6(transitive)
+ Added@bfwk/data-service@0.7.6(transitive)
+ Added@bfwk/document-model@0.7.6(transitive)
+ Added@bfwk/error-handler@0.7.6(transitive)
+ Added@bfwk/expression-completion@0.7.6(transitive)
+ Added@bfwk/instrumentation@0.7.6(transitive)
+ Added@bfwk/property-editor@0.7.6(transitive)
+ Added@bfwk/pub-sub@0.7.6(transitive)
+ Added@bfwk/sf-selector@0.7.6(transitive)
+ Added@bfwk/store@0.7.6(transitive)
+ Added@bfwk/undo-redo@0.7.6(transitive)
+ Added@bfwk/utils@0.7.6(transitive)
- Removed@bfwk/command@0.7.5(transitive)
- Removed@bfwk/data-service@0.7.5(transitive)
- Removed@bfwk/document-model@0.7.5(transitive)
- Removed@bfwk/error-handler@0.7.5(transitive)
- Removed@bfwk/expression-completion@0.7.5(transitive)
- Removed@bfwk/instrumentation@0.7.5(transitive)
- Removed@bfwk/property-editor@0.7.5(transitive)
- Removed@bfwk/pub-sub@0.7.5(transitive)
- Removed@bfwk/sf-selector@0.7.5(transitive)
- Removed@bfwk/store@0.7.5(transitive)
- Removed@bfwk/undo-redo@0.7.5(transitive)
- Removed@bfwk/utils@0.7.5(transitive)
Updated@bfwk/command@0.7.6
Updated@bfwk/data-service@0.7.6
Updated@bfwk/document-model@0.7.6
Updated@bfwk/error-handler@0.7.6
Updated@bfwk/instrumentation@0.7.6
Updated@bfwk/property-editor@0.7.6
Updated@bfwk/pub-sub@0.7.6
Updated@bfwk/utils@0.7.6