@lvce-editor/virtual-dom 8.0.0 → 8.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +3 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -561,8 +561,11 @@ const setProp = ($Element, key, value, eventMap, newEventMap) => {
561
561
  case 'onFocusIn':
562
562
  case 'onFocusOut':
563
563
  case 'onInput':
564
+ case 'onKeydown':
564
565
  case 'onKeyDown':
566
+ case 'onKeyUp':
565
567
  case 'onMouseDown':
568
+ case 'onMouseMove':
566
569
  case 'onMouseOut':
567
570
  case 'onMouseOver':
568
571
  case 'onPointerDown':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/virtual-dom",
3
- "version": "8.0.0",
3
+ "version": "8.2.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/lvce-editor/virtual-dom.git"