Skip to content

Commit

Permalink
1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
adamberecz committed Dec 14, 2022
1 parent 7d9dc07 commit c64ab8b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v1.0.11

> `2022-12-14`
### πŸŽ‰ Feature
- Tree view is here πŸŽ‰πŸŽ‰πŸŽ‰
- Move elements between tabs / steps.

### 🐞 Bug Fixes
- Checkbox / Toggle True value didn't got saved if False value was updated immediately after.
- Select elements in correct order with keyboard when has tabs / steps.
- If form level sizes are disabled theme sizes will be hidden as well.
- Load saved theme fix.
- Export Download threw error.
- Condition list failed to load if the form had a list without prototype.
- Item source JSON got replaced with list when switched to list and switched back to JSON.
- DataKey & queryParam options were not respected in endpoint items.
- Date restrictions dates were not readable in dark theme.
- Date config calendars were out of bounds.
- Textaera's autogrow got saved as `true` when changing Rows.

## v1.0.10

> `2022-11-24`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export default {
save: true,
undo: true,
modelPreview: true,
leftPanel: ['elements'],
leftPanel: ['elements', 'tree'],
rightPanel: ['form', 'theme', 'export', 'element-settings', 'model'],
}
```
Expand Down

0 comments on commit c64ab8b

Please sign in to comment.