-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodingintrojs.json
More file actions
70 lines (70 loc) · 1.9 KB
/
codingintrojs.json
File metadata and controls
70 lines (70 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"product": {
"name": "CodingIntroJS",
"description": "CodingIntroJS is a lightweight library for creating interactive guided tours with a stylish spotlight effect. Enhance your website's user experience with customizable, step-by-step tutorials.",
"keywords": [
"CodingIntroJS",
"Guided Tour",
"Interactive Tour",
"Spotlight",
"JavaScript",
"Zenith Edition",
"v7.2"
],
"images": [
{
"src": "https://i.imgur.com/YtdMwBN.png",
"type": "image/png"
}
],
"type": "library",
"version": "7.2.0",
"changelogs": [
{
"type": "added",
"changes": [
"✨ Added welcome screens via `isWelcome: true` step option.",
"🧭 Support for global tour control using `window.CodingIntroJS`.",
"🎨 Brand new animated spotlight with improved contrast and visibility.",
"🪟 Auto-scroll support to bring spotlighted elements into view.",
"🧩 Plugin-ready architecture for future extensions."
]
},
{
"type": "fixed",
"changes": [
"🎯 Fixed tooltip positioning on mobile screens.",
"🔧 Resolved issue where some tooltips overlapped viewport edges.",
"📏 Improved resizing logic when window size changes mid-tour."
]
},
{
"type": "deprecated",
"changes": [
"🚫 Removed the outdated `border`-based spotlight style in favor of `box-shadow`."
]
}
],
"date": "2025-03-08",
"versions": [
{
"version": "1.0.0",
"date": "2025-03-08"
},
{
"version": "7.2.0",
"date": "2025-07-25"
}
]
},
"organization": {
"name": "Coding Team",
"website": "https://codingteam.fr",
"developers": [
{
"name": "@zexus-dev",
"uri": "https://t.me/A_liou"
}
]
}
}