Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 202f408

Browse files
authoredApr 9, 2025··
v3.1.0 (#32)
* Chrome min version: 135.0 - support `Float16Array` in object clone
1 parent 05a56fe commit 202f408

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1731
-2949
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If applicable, add screenshots to help explain your problem.
2525
**Desktop (please complete the following information):**
2626

2727
- OS: [e.g. iOS]
28-
- Browser version [e.g. chrome 100]
28+
- Browser version [e.g. Chrome 100]
2929
- Version [e.g. 3.0.2]
3030

3131
**Additional context**

‎.gitignore

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
1-
2-
# Dependency directories
1+
# autogenerated
32
node_modules/
4-
5-
# ide
6-
.idea
7-
8-
# os
9-
.DS_Store
10-
11-
# application autogenerated files not for git
3+
public/build/
124
*.js.map
135
*.zip
146
*.crx
157
manifest.json
16-
bundle/js
17-
*.log
188

9+
# miscellaneous
10+
.DS_Store
11+
tmp/

0 commit comments

Comments
 (0)
Please sign in to comment.