-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
I found that what is in the repo at tag 1.3.1 matches what is 1.3.4 on npmjs.
Compared to the tag 1.3.1 (that is, npmjs 1.3.4), npmjs 1.3.5 has the following diff:
3,4c3,4
< * Generated: 2025-12-18
< * Version: 1.2.8
---
> * Generated: 2024-12-18
> * Version: 1.3.5
6a7,8
> import { h } from 'vue';
>
1013a1016,1020
>
> function removeGrabListeners () {
> var touchstart = grabEvents[1];
> window.document.removeEventListener(touchstart, onMouseDown, { passive: false });
> }
1247,1249d1253
< grabEvents.forEach(function (e) { return window.document.addEventListener(e, onMove); }, {
< passive: false,
< });
1262,1264d1265
< grabEvents.forEach(function (e) { return window.document.removeEventListener(e, onMove); }, {
< passive: false,
< });
1356c1357
< if (event.cancelable) { event.preventDefault(); }
---
> event.preventDefault();
1403a1405
> removeGrabListeners();
2842c2844
< var props = Object.assign({}, context.$props, context.$listeners);
---
> var props = Object.assign({}, context.$props, context.$attrs);
2902c2904
< render: function (createElement) {
---
> render: function () {
2904c2906
< return createElement(
---
> return h(
2907c2909
< this.$slots.default
---
> this.$slots.default()
2919c2921
< ctx.$slots.default
---
> ctx.$slots.default()
2935,2937c2937,2939
< render: function (createElement) {
< return wrapChild(createElement, this);
< },
---
> render: function () {
> return wrapChild(h, this);
> }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels