Skip to content

Commit 8dedbe2

Browse files
committed
16.2.7 release
1 parent a7ff5fd commit 8dedbe2

22 files changed

+797
-799
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
### Preflight Checklist
8+
<!-- Please ensure you've completed the following steps by replacing [ ] with [x]-->
9+
10+
* [ ] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/master/CODE_OF_CONDUCT.md) that this project adheres to.
11+
* [ ] I have searched the issue tracker for a feature request that matches the one I want to file, without success.
12+
13+
**Describe the bug**
14+
A clear and concise description of what the bug is.
15+
16+
**To Reproduce**
17+
Steps to reproduce the behavior:
18+
1. Go to '...'
19+
2. Click on '....'
20+
3. Scroll down to '....'
21+
4. See error
22+
23+
**Expected behavior**
24+
A clear and concise description of what you expected to happen.
25+
26+
**Screenshots**
27+
If applicable, add screenshots to help explain your problem.
28+
29+
**draw.io version (In the Help->About menu of the draw.io editor):**
30+
31+
- draw.io version [e.g. 12.6.7]
32+
33+
**Desktop (please complete the following information):**
34+
- OS: [e.g. iOS]
35+
- Browser [e.g. chrome, safari]
36+
- Version [e.g. 22]
37+
38+
**Smartphone (please complete the following information):**
39+
- Device: [e.g. iPhone6]
40+
- OS: [e.g. iOS8.1]
41+
- Browser [e.g. stock browser, safari]
42+
- Version [e.g. 22]
43+
44+
**Additional context**
45+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/bug_report.yaml

-61
This file was deleted.
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
* [ ] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/master/CODE_OF_CONDUCT.md) that this project adheres to.
8+
* [ ] I have searched the issue tracker for a feature request that matches the one I want to file, without success.
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/feature_request.yaml

-51
This file was deleted.

ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
14-JAN-2022: 16.2.7
2+
3+
- Adds enumerateValue property
4+
- Adds peristent scratchpad and search in sketch
5+
- Updated for modified inline CSS
6+
- Fixes realtime zoom on iPad with sketch https://github.com/jgraph/drawio/issues/2545
7+
18
12-JAN-2022: 16.2.6
29

310
- Fixes NPE

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.2.6
1+
16.2.7

0 commit comments

Comments
 (0)