Skip to content

Commit

Permalink
build: v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyfrc committed Dec 22, 2023
1 parent feea4b8 commit cdea4b2
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

⚠️ Expect API changes until v1.0.0 ⚠️

Current version: 0.3.6.
Current version: 0.3.7.

Bundle Size: 14kb minified & gzipped.

Expand Down
2 changes: 1 addition & 1 deletion build/cami.cdn.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/cami.cdn.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/cami.module.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/cami.module.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/javascripts/cami.cdn.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/javascripts/cami.cdn.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion examples/019_popover.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ <h1>Popover</h1>
placement = null

onConnect() {
this.render(); // early render because we need the referenceElement to be set
this.referenceElement = document.querySelector(".referenceElement");
this.placement = 'top';
}
Expand Down
1 change: 0 additions & 1 deletion examples/020_anchoredPopover.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ <h1>Anchored Popover</h1>
}

onConnect() {
this.render(); // early render because we need the dialog to be in the DOM
this.referenceElement = null;
this.placement = 'top';

Expand Down
1 change: 0 additions & 1 deletion examples/partials/_019_popover.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ <h1>Popover</h1>
placement = null

onConnect() {
this.render(); // early render because we need the referenceElement to be set
this.referenceElement = document.querySelector(".referenceElement");
this.placement = 'top';
}
Expand Down
1 change: 0 additions & 1 deletion examples/partials/_020_anchoredPopover.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ <h1>Anchored Popover</h1>
}

onConnect() {
this.render(); // early render because we need the dialog to be in the DOM
this.referenceElement = null;
this.placement = 'top';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cami",
"version": "0.3.6",
"version": "0.3.7",
"description": "A minimalist & flexible toolkit for interactive islands & state management in hypermedia-driven web applications.",
"files": [
"build"
Expand Down

0 comments on commit cdea4b2

Please sign in to comment.