@bfwk/baas
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -6,7 +6,12 @@ # Change Log | ||
## [0.9.1](https://github.com/salesforce/builder-framework/compare/v0.9.0...v0.9.1) (2022-04-22) | ||
## [0.9.2](https://github.com/salesforce/builder-framework/compare/v0.9.1...v0.9.2) (2022-04-27) | ||
**Note:** Version bump only for package @bfwk/baas | ||
### Bug Fixes | ||
* **ruleBuilder:** Interaction issues for complex nested components @W-10874733 [@testfix](https://github.com/testfix)@ ([#442](https://github.com/salesforce/builder-framework/issues/442)) ([c05151b](https://github.com/salesforce/builder-framework/commit/c05151badfa1058eafcd50d6fa767a0ac5e6fa92)) | ||
## [0.9.2](https://github.com/salesforce/builder-framework/compare/v0.9.1...v0.9.2) (2022-04-27) | ||
**Note:** Version bump only for package @bfwk/baas |
@@ -15,2 +15,2 @@ const DEFAULT_TARGET = 'default'; | ||
export { DEFAULT_BAAS_CONFIG, DEFAULT_TARGET }; | ||
export { DEFAULT_BAAS_CONFIG }; |
@@ -1,16 +0,1 @@ | ||
import { ElementsConfiguration } from '@bfwk/elements-palette'; | ||
export interface BaasConfig { | ||
target?: string; | ||
toolbarVisible?: boolean; | ||
paletteVisible?: boolean; | ||
canvasVisible?: boolean; | ||
propertySheetVisible?: boolean; | ||
enableRegionScroll?: boolean; | ||
elementsConfig?: ElementsConfiguration; | ||
dataProvidersVisible?: boolean; | ||
pageParamsReadOnly?: boolean; | ||
lockedComponentsSet?: string[]; | ||
slotEditorComponentsSet?: string[]; | ||
} | ||
export declare const DEFAULT_TARGET = "default"; | ||
export declare const DEFAULT_BAAS_CONFIG: BaasConfig; | ||
export { BaasConfig, DEFAULT_BAAS_CONFIG } from './config'; |
{ | ||
"name": "@bfwk/baas", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "LBF Builder as a service", | ||
@@ -32,3 +32,3 @@ "type": "module", | ||
"dependencies": { | ||
"@bfwk/elements-palette": "0.9.1" | ||
"@bfwk/elements-palette": "0.9.2" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
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
7
31
2712
+ Added@bfwk/command@0.9.2(transitive)
+ Added@bfwk/data-service@0.9.2(transitive)
+ Added@bfwk/elements-palette@0.9.2(transitive)
+ Added@bfwk/error-handler@0.9.2(transitive)
+ Added@bfwk/instrumentation@0.9.2(transitive)
+ Added@bfwk/pub-sub@0.9.2(transitive)
+ Added@bfwk/store@0.9.2(transitive)
+ Added@bfwk/utils@0.9.2(transitive)
- Removed@bfwk/command@0.9.1(transitive)
- Removed@bfwk/data-service@0.9.1(transitive)
- Removed@bfwk/elements-palette@0.9.1(transitive)
- Removed@bfwk/error-handler@0.9.1(transitive)
- Removed@bfwk/instrumentation@0.9.1(transitive)
- Removed@bfwk/pub-sub@0.9.1(transitive)
- Removed@bfwk/store@0.9.1(transitive)
- Removed@bfwk/utils@0.9.1(transitive)
Updated@bfwk/elements-palette@0.9.2