@bfwk/di-editor
Advanced tools
Comparing version 0.6.33 to 0.6.34
@@ -6,13 +6,10 @@ # Change Log | ||
## [0.6.33](https://github.com/salesforce/builder-framework/compare/v0.6.32...v0.6.33) (2021-06-24) | ||
## [0.6.34](https://github.com/salesforce/builder-framework/compare/v0.6.33...v0.6.34) (2021-06-25) | ||
**Note:** Version bump only for package @bfwk/di-editor | ||
### Features | ||
* slot editor @W-5976245 ([#96](https://github.com/salesforce/builder-framework/issues/96)) ([32120a0](https://github.com/salesforce/builder-framework/commit/32120a0c3aace6abe8924354293ca1ed8a4c7080)) | ||
## [0.6.7](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.6.6...v0.6.7) (2021-04-05) | ||
@@ -19,0 +16,0 @@ |
@@ -221,3 +221,3 @@ import { ObservableCreator, clone, isEqual, WireValueChangeObservers, generateGuid, generateAdapterId, createWireAdapterFactory, configureObservers } from '@bfwk/utils'; | ||
const contextMap = this.convertContextsToMap(); | ||
if (!this.contexts) { | ||
if (!this.contexts || !(this.contexts.length > 0)) { | ||
const eventContext = await this.getSourceEventContext(sourceEvent); | ||
@@ -224,0 +224,0 @@ if (eventContext) { |
{ | ||
"name": "@bfwk/di-editor", | ||
"version": "0.6.33", | ||
"version": "0.6.34", | ||
"description": "DI Editor", | ||
@@ -31,10 +31,10 @@ "type": "module", | ||
"dependencies": { | ||
"@bfwk/command": "0.6.33", | ||
"@bfwk/data-service": "0.6.33", | ||
"@bfwk/document-model": "0.6.33", | ||
"@bfwk/error-handler": "0.6.33", | ||
"@bfwk/instrumentation": "0.6.33", | ||
"@bfwk/property-editor": "0.6.33", | ||
"@bfwk/pub-sub": "0.6.33", | ||
"@bfwk/utils": "0.6.33", | ||
"@bfwk/command": "0.6.34", | ||
"@bfwk/data-service": "0.6.34", | ||
"@bfwk/document-model": "0.6.34", | ||
"@bfwk/error-handler": "0.6.34", | ||
"@bfwk/instrumentation": "0.6.34", | ||
"@bfwk/property-editor": "0.6.34", | ||
"@bfwk/pub-sub": "0.6.34", | ||
"@bfwk/utils": "0.6.34", | ||
"@lcem/declarative-type-validator": "0.6.13" | ||
@@ -41,0 +41,0 @@ }, |
37959
+ Added@bfwk/command@0.6.34(transitive)
+ Added@bfwk/data-service@0.6.34(transitive)
+ Added@bfwk/document-model@0.6.34(transitive)
+ Added@bfwk/error-handler@0.6.34(transitive)
+ Added@bfwk/expression-completion@0.6.34(transitive)
+ Added@bfwk/instrumentation@0.6.34(transitive)
+ Added@bfwk/property-editor@0.6.34(transitive)
+ Added@bfwk/pub-sub@0.6.34(transitive)
+ Added@bfwk/sf-selector@0.6.34(transitive)
+ Added@bfwk/store@0.6.34(transitive)
+ Added@bfwk/undo-redo@0.6.34(transitive)
+ Added@bfwk/utils@0.6.34(transitive)
- Removed@bfwk/command@0.6.33(transitive)
- Removed@bfwk/data-service@0.6.33(transitive)
- Removed@bfwk/document-model@0.6.33(transitive)
- Removed@bfwk/error-handler@0.6.33(transitive)
- Removed@bfwk/expression-completion@0.6.33(transitive)
- Removed@bfwk/instrumentation@0.6.33(transitive)
- Removed@bfwk/property-editor@0.6.33(transitive)
- Removed@bfwk/pub-sub@0.6.33(transitive)
- Removed@bfwk/sf-selector@0.6.33(transitive)
- Removed@bfwk/store@0.6.33(transitive)
- Removed@bfwk/undo-redo@0.6.33(transitive)
- Removed@bfwk/utils@0.6.33(transitive)
Updated@bfwk/command@0.6.34
Updated@bfwk/data-service@0.6.34
Updated@bfwk/document-model@0.6.34
Updated@bfwk/error-handler@0.6.34
Updated@bfwk/instrumentation@0.6.34
Updated@bfwk/property-editor@0.6.34
Updated@bfwk/pub-sub@0.6.34
Updated@bfwk/utils@0.6.34