Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TahaSh committed Jun 9, 2024
1 parent a8ddcdf commit 047a5f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/veloxi.js
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,7 @@ class pe {
a(this, "_elementReader");
a(this, "_temporaryView");
a(this, "_inverseEffect");
this.id = pt(), this.name = e, this.element = t, this._elementReader = $(t), this._previousRect = this._elementReader.rect, this._viewProps = new ge(this), this._skipFirstRenderFrame = !0, this._layoutId = t.dataset.velLayoutId, this._layoutTransition = !!this._layoutId, this._registry = i, this.element.dataset.velViewId = this.id, this._temporaryView = !1, this._inverseEffect = !1;
this.id = pt(), this.name = e, this.element = t, this._elementReader = $(t), this._previousRect = this._elementReader.rect, this._viewProps = new ge(this), this._skipFirstRenderFrame = !0, this._layoutId = t.dataset.velLayoutId, this._layoutTransition = !1, this._registry = i, this.element.dataset.velViewId = this.id, this._temporaryView = !1, this._inverseEffect = !1;
}
destroy() {
this.element.removeAttribute("data-vel-view-id"), this.element.removeAttribute("data-vel-plugin-id");
Expand Down
4 changes: 2 additions & 2 deletions dist/veloxi.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "veloxi",
"author": "Taha Shashtari (taha@tahazsh.com)",
"version": "0.4.1",
"version": "0.4.2",
"private": false,
"type": "module",
"main": "./dist/veloxi.min.js",
Expand Down

0 comments on commit 047a5f8

Please sign in to comment.