Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@bfwk/interactions

Package Overview
Dependencies
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfwk/interactions - npm Package Compare versions

Comparing version
0.10.0
to
0.10.1
dist/index.cjs

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

+2
-2

@@ -99,5 +99,5 @@ import { ProxyEnabledState, State } from './services/state-service';

dropHandler: () => void;
handleSelectKey: (state: State<any>, event: KeyboardEvent) => void;
handleMoveKeys: (state: State<any>, event: KeyboardEvent) => void;
handleSelectKey: (state: State, event: KeyboardEvent) => void;
handleMoveKeys: (state: State, event: KeyboardEvent) => void;
grabEnd: () => void;
}
{
"name": "@bfwk/interactions",
"version": "0.10.0",
"version": "0.10.1",
"description": "LBF Interactions",

@@ -11,3 +11,8 @@ "repository": {

"type": "module",
"main": "dist/index.js",
"main": "dist/index.cjs",
"browser": "dist/index.mjs",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"types": "dist/types/index.d.ts",

@@ -40,14 +45,13 @@ "files": [

"@rollup/plugin-node-resolve": "^7.1.1",
"@types/jest": "^25.2.3",
"@types/jest": "^26.0.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"deepmerge": "^3.2.0",
"express": "^4.17.1",
"jest": "^26.0.1",
"jest": "^26.1.1",
"rollup": "^1.31.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-terser": "^5.2.0",
"ts-jest": "^26.1.0",
"typescript": "3.8.2",
"ts-jest": "^26.1.1",
"watch-cli": "^0.2.3"
}
}
# Interactions
[![npm](https://img.shields.io/npm/v/@bfwk/interactions)](https://www.npmjs.com/package/@bfwk/interactions)

@@ -3,0 +4,0 @@

# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.10.0](https://github.com/salesforce/builder-framework/compare/v0.9.15...v0.10.0) (2022-08-08)
**Note:** Version bump only for package @bfwk/interactions
## [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/interactions
## [0.6.7](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.6.6...v0.6.7) (2021-04-05)
**Note:** Version bump only for package @bfwk/interactions
## [0.6.6](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.6.5...v0.6.6) (2021-04-02)
**Note:** Version bump only for package @bfwk/interactions
## [0.6.5](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.6.4...v0.6.5) (2021-04-01)
**Note:** Version bump only for package @bfwk/interactions
## [0.6.4](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.6.3...v0.6.4) (2021-03-31)
**Note:** Version bump only for package @bfwk/interactions
## [0.6.3](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.6.2...v0.6.3) (2021-03-31)
### Bug Fixes
- expose cmps left out of build script @W-9054891 ([#1024](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/1024)) ([a30e318](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/a30e318b340ac1d78c0e2c14a5520daafdcd1fd9))
## [0.6.2](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.6.1...v0.6.2) (2021-03-31)
### Bug Fixes
- dont resolve whole package when publishing @W-9054891 ([#1022](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/1022)) ([5f09264](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/5f092640d0421e6b1c117a10dfc0e3549985b9c3))
## [0.6.1](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.6.0...v0.6.1) (2021-03-30)
### Bug Fixes
- cleanup dependencies @W-9054891 ([#1018](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/1018)) ([e5854fc](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/e5854fc2f96735696c50d25925fddf4c80b49637))
# [0.6.0](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.40...v0.6.0) (2021-03-29)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.40](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.39...v0.5.40) (2021-03-29)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.39](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.38...v0.5.39) (2021-03-25)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.38](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.37...v0.5.38) (2021-03-24)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.37](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.36...v0.5.37) (2021-03-23)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.36](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.35...v0.5.36) (2021-03-23)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.35](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.34...v0.5.35) (2021-03-23)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.34](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.33...v0.5.34) (2021-03-22)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.33](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.32...v0.5.33) (2021-03-20)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.32](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.31...v0.5.32) (2021-03-17)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.31](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.30...v0.5.31) (2021-03-16)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.30](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.29...v0.5.30) (2021-03-15)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.29](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.28...v0.5.29) (2021-03-15)
### Features
- add DI localization @W-8939113 ([#985](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/985)) ([89dcb2e](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/89dcb2e00c754f0ce4db6e3e6b007af73a34437c))
## [0.5.28](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.27...v0.5.28) (2021-03-09)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.27](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.26...v0.5.27) (2021-03-08)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.26](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.25...v0.5.26) (2021-03-03)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.25](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.24...v0.5.25) (2021-03-01)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.24](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.23...v0.5.24) (2021-02-25)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.23](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.22...v0.5.23) (2021-02-23)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.22](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.21...v0.5.22) (2021-02-22)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.21](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.20...v0.5.21) (2021-02-15)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.20](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.19...v0.5.20) (2021-02-12)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.19](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.18...v0.5.19) (2021-02-08)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.18](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.17...v0.5.18) (2021-02-08)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.17](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.16...v0.5.17) (2021-02-04)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.16](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.15...v0.5.16) (2021-02-01)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.15](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.14...v0.5.15) (2021-01-28)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.14](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.13...v0.5.14) (2021-01-25)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.13](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.12...v0.5.13) (2021-01-18)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.12](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.11...v0.5.12) (2021-01-11)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.11](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.10...v0.5.11) (2021-01-06)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.10](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.9...v0.5.10) (2021-01-04)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.9](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.8...v0.5.9) (2020-12-29)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.8](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.7...v0.5.8) (2020-12-28)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.7](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.6...v0.5.7) (2020-12-21)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.6](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.5...v0.5.6) (2020-12-18)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.5](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.4...v0.5.5) (2020-12-14)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.4](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.3...v0.5.4) (2020-12-09)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.3](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.2...v0.5.3) (2020-12-08)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.2](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.1...v0.5.2) (2020-12-07)
**Note:** Version bump only for package @bfwk/interactions
## [0.5.1](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.5.0...v0.5.1) (2020-11-30)
**Note:** Version bump only for package @bfwk/interactions
# [0.5.0](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.48...v0.5.0) (2020-11-23)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.48](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.47...v0.4.48) (2020-11-23)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.47](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.46...v0.4.47) (2020-11-20)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.46](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.45...v0.4.46) (2020-11-20)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.45](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.44...v0.4.45) (2020-11-19)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.44](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.43...v0.4.44) (2020-11-19)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.43](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.42...v0.4.43) (2020-11-19)
### Bug Fixes
- **surface:** proper handling of left & right arrow @W-7627803 ([#914](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/914)) ([ae0d5dc](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/ae0d5dc367c7e18c407a4814be41825632ef1f28))
## [0.4.42](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.41...v0.4.42) (2020-11-18)
### Bug Fixes
- default error message overrides the one in the schema @W-8276993 ([#912](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/912)) ([be14e85](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/be14e85094246f95637e99a429002c4ee64bf97c))
- **design:** grabbedcomponent should scroll on move @W-7661831 ([#909](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/909)) ([3ede789](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/3ede789631d1e5d44482f84c5fb18d7e3aa558bb))
- **design:** make region height match all siblings @W-8379157 ([#904](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/904)) ([3258e04](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/3258e04558042f49007de3cd97fb71b5f9ba1e49))
- **interactions:** dont update state when no select change @W-8382071 ([#898](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/898)) ([b78ea56](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/b78ea567466489a2339f501399634e1549f9fd25))
## [0.4.41](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.40...v0.4.41) (2020-11-17)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.40](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.39...v0.4.40) (2020-11-17)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.39](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.38...v0.4.39) (2020-11-17)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.38](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.37...v0.4.38) (2020-11-17)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.37](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.36...v0.4.37) (2020-11-17)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.36](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.35...v0.4.36) (2020-11-16)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.35](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.34...v0.4.35) (2020-11-13)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.34](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.33...v0.4.34) (2020-11-13)
### Bug Fixes
- **design:** keyboard nav should scroll canvas @W-7661831 ([#889](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/889)) ([d5b70c9](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/d5b70c9f6db866afb721bf8d06fd7b0711e08ba4))
## [0.4.33](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.32...v0.4.33) (2020-11-09)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.32](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.31...v0.4.32) (2020-11-02)
### Features
- **design:** restrict drop of containers on containers @W-7954728 ([#884](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/884)) ([ed4610f](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/ed4610f2232b32e654eabde790cb9a4ae799201a))
- **palette:** set description on palette drag image @W-8096929 ([#881](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/881)) ([7811e5d](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/7811e5d620d2a85bd04a5bfe155e0010c57f45b9))
## [0.4.31](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.30...v0.4.31) (2020-10-29)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.30](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.29...v0.4.30) (2020-10-28)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.29](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.28...v0.4.29) (2020-10-27)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.28](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.27...v0.4.28) (2020-10-27)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.27](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.26...v0.4.27) (2020-10-26)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.26](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.25...v0.4.26) (2020-10-22)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.25](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.24...v0.4.25) (2020-10-21)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.24](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.23...v0.4.24) (2020-10-20)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.23](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.22...v0.4.23) (2020-10-20)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.22](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.21...v0.4.22) (2020-10-19)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.21](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.20...v0.4.21) (2020-10-17)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.20](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.19...v0.4.20) (2020-10-16)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.19](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.18...v0.4.19) (2020-10-14)
### Features
- composite types in property sheet @W-7964133 ([#860](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/860)) ([f299752](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/f29975252b4028f46610a9df19fe3dd3cb25c204))
## [0.4.18](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.17...v0.4.18) (2020-10-14)
### Features
- add hook to programmatically hover a surface component @W-7954570 ([#861](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/861)) ([8c1641c](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/8c1641cddce8f972ff6d29ec3b1f3a99227e7d25))
## [0.4.17](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.16...v0.4.17) (2020-10-12)
### Features
- enable inline editing @W-7954202 ([#859](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/859)) ([a4380c1](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/a4380c1bf695acd095984980704508c918af532d))
## [0.4.16](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.15...v0.4.16) (2020-10-05)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.15](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.14...v0.4.15) (2020-09-28)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.14](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.13...v0.4.14) (2020-09-28)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.13](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.12...v0.4.13) (2020-09-24)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.12](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.11...v0.4.12) (2020-09-24)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.11](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.10...v0.4.11) (2020-09-22)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.10](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.9...v0.4.10) (2020-09-21)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.9](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.8...v0.4.9) (2020-09-16)
### Features
- **property-sheet:** editor override @W-7964142 ([#846](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/846)) ([3e6acc3](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/3e6acc3f252d08c3b9958ac3c3bcabf6893329a5))
## [0.4.8](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.7...v0.4.8) (2020-09-14)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.7](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.6...v0.4.7) (2020-09-07)
### Bug Fixes
- add is-in-theme-region @W-7897628([#831](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/831)) ([07fbb5a](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/07fbb5af4495c5abf341f9cb96078998732abe62))
- make tab loop as per UX spec @W-8014974 ([#844](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/844)) ([b1faadb](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/b1faadb16a9f3fa178f45d17fd5e0ca92ab3f483))
## [0.4.6](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.5...v0.4.6) (2020-08-31)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.5](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.4...v0.4.5) (2020-08-28)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.4](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.3...v0.4.4) (2020-08-27)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.3](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.2...v0.4.3) (2020-08-24)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.2](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.1...v0.4.2) (2020-08-17)
**Note:** Version bump only for package @bfwk/interactions
## [0.4.1](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.4.0...v0.4.1) (2020-08-10)
**Note:** Version bump only for package @bfwk/interactions
# [0.4.0](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.3.41...v0.4.0) (2020-08-05)
**Note:** Version bump only for package @bfwk/interactions
## [0.3.41](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.3.40...v0.3.41) (2020-08-03)
**Note:** Version bump only for package @bfwk/interactions
## [0.3.40](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.3.39...v0.3.40) (2020-07-30)
**Note:** Version bump only for package @bfwk/interactions
## [0.3.39](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.3.38...v0.3.39) (2020-07-30)
### Bug Fixes
- enable drop target when moving components with arrow keys @W-7874686 ([#823](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/823)) ([52a2755](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/52a275501393087eb01006de41460e834ec8e9c4))
- **property sheet:** handle errors from aura prop editor @W-7742328 ([#805](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/805)) ([dc2ecac](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/dc2ecac63d9079a015bc3f2266e199999b8fe549))
## [0.3.38](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.3.37...v0.3.38) (2020-07-27)
### Bug Fixes
- **interactions:** prevent dropping when drop targets aren't enabled @W-7850726 ([#820](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/820)) ([00fb9bb](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/00fb9bb4d8d889a6cd43ac939bed3d531d3d8e97))
## [0.3.37](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.3.36...v0.3.37) (2020-07-25)
### Bug Fixes
- **a11y:** use tab focus for select if no proxy available @W-7706579 ([#808](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/808)) ([878fc4e](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/878fc4efdb9b949dcec052ae87f0059538be9767))
- **data-service:** handle gracefully when user loses connection during aura data service calls @W-7829797 ([#810](https://git.soma.salesforce.com/BuilderFramework/builder-framework/issues/810)) ([7e898da](https://git.soma.salesforce.com/BuilderFramework/builder-framework/commits/7e898da842449966cbd74186dd017e7385bc48f1))
## [0.3.36](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.3.35...v0.3.36) (2020-07-23)
**Note:** Version bump only for package @bfwk/interactions
## [0.3.35](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.3.34...v0.3.35) (2020-07-21)
**Note:** Version bump only for package @bfwk/interactions
## [0.3.34](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.3.33...v0.3.34) (2020-07-21)
**Note:** Version bump only for package @bfwk/interactions
## [0.3.33](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.3.32...v0.3.33) (2020-07-21)
**Note:** Version bump only for package @bfwk/interactions
## [0.3.32](https://git.soma.salesforce.com/BuilderFramework/builder-framework/compare/v0.3.31...v0.3.32) (2020-07-20)
**Note:** Version bump only for package @bfwk/interactions

Sorry, the diff of this file is too big to display