diff --git a/CHANGELOG.md b/CHANGELOG.md index 2185d83..ff4c117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/README.md b/README.md index 2feb8d7..33b4d58 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ export default { save: true, undo: true, modelPreview: true, - leftPanel: ['elements'], + leftPanel: ['elements', 'tree'], rightPanel: ['form', 'theme', 'export', 'element-settings', 'model'], } ```