Skip to content

Commit d39528b

Browse files
committed
v14.8.0
1 parent ee07992 commit d39528b

File tree

17 files changed

+104
-16
lines changed

17 files changed

+104
-16
lines changed

build/browser/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/browser/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/cjs/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/cjs/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/esm/index.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build/esm/index.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,7 @@
160160

161161
<div style="padding: 20px 25px 25px 30px">
162162
<gleap-checklist
163-
floating="true"
164-
sharedKey="project_X4"
165-
checklistid="67f0ccc770eef2e4332c5237"
163+
checklistid="68872462bfc42d80c3838e3d"
166164
></gleap-checklist>
167165
</div>
168166
</aside>
@@ -171,8 +169,7 @@
171169
<main class="main-placeholder" id="main1">
172170
<div style="max-width: 600px; margin: auto">
173171
<gleap-checklist
174-
sharedKey="project_X4"
175-
checklistid="67f0ccc770eef2e4332c5237"
172+
checklistid="68872462bfc42d80c3838e3d"
176173
></gleap-checklist>
177174
</div>
178175
</main>

demo/main.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,21 @@ Gleap.initialize("SWDRYt539LLdlWtMLGYVos7oIAbWQPbX");
2525
// test: "dataaa",
2626
// })
2727
// Gleap.startBot("6789110e41e9869af7a2b6b8")
28+
29+
// Get checklist data
30+
/*Gleap.getChecklistData("68872462bfc42d80c3838e3d", "project_X4").then((data) => {
31+
console.log(data);
32+
});
33+
34+
// Listen for checklist events
35+
Gleap.on('checklist-loaded', (data) => {
36+
console.log('Checklist loaded:', data);
37+
});
38+
39+
Gleap.on('checklist-step-completed', (data) => {
40+
console.log('Step completed:', data.stepId);
41+
});
42+
43+
Gleap.on('checklist-completed', (data) => {
44+
console.log('Checklist completed!');
45+
});*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gleap",
3-
"version": "14.7.7",
3+
"version": "14.8.0",
44
"main": "build/cjs/index.js",
55
"module": "build/esm/index.mjs",
66
"exports": {

published/14.7.7/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)