Skip to content

Commit c64ab8b

Browse files
committed
1.0.11
1 parent 7d9dc07 commit c64ab8b

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v1.0.11
2+
3+
> `2022-12-14`
4+
5+
### 🎉 Feature
6+
- Tree view is here 🎉🎉🎉
7+
- Move elements between tabs / steps.
8+
9+
### 🐞 Bug Fixes
10+
- Checkbox / Toggle True value didn't got saved if False value was updated immediately after.
11+
- Select elements in correct order with keyboard when has tabs / steps.
12+
- If form level sizes are disabled theme sizes will be hidden as well.
13+
- Load saved theme fix.
14+
- Export Download threw error.
15+
- Condition list failed to load if the form had a list without prototype.
16+
- Item source JSON got replaced with list when switched to list and switched back to JSON.
17+
- DataKey & queryParam options were not respected in endpoint items.
18+
- Date restrictions dates were not readable in dark theme.
19+
- Date config calendars were out of bounds.
20+
- Textaera's autogrow got saved as `true` when changing Rows.
21+
122
## v1.0.10
223

324
> `2022-11-24`

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export default {
228228
save: true,
229229
undo: true,
230230
modelPreview: true,
231-
leftPanel: ['elements'],
231+
leftPanel: ['elements', 'tree'],
232232
rightPanel: ['form', 'theme', 'export', 'element-settings', 'model'],
233233
}
234234
```

0 commit comments

Comments
 (0)