You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,41 @@
1
+
## v1.0.10
2
+
3
+
> `2022-11-24`
4
+
5
+
### π Bug Fixes
6
+
- Adding tabs & steps only worked with double click.
7
+
8
+
## v1.0.9
9
+
10
+
> `2022-11-21`
11
+
12
+
### π Feature
13
+
-**BREAKING**: if `rightPanel` and `leftPanel` are defined they must also contain `settings` and `model`, which are the settings panel for elements & tabs/steps the model preview.
14
+
- Form steps & tabs have arrived. πππ
15
+
- New `tab` & `step` configuration similarly to `form`, `theme` or `export`.
16
+
- Added columns counter to resizer.
17
+
- Added toaster.
18
+
- Notify user about adding element when the element is out of window.
19
+
- A11y improvements.
20
+
21
+
### π Bug Fixes
22
+
-**BREAKING**: CSS class names are refactored - if you have overrides please check.
23
+
- Don't display element border on hover when moving another element.
24
+
- Optimized z-indexes for better performance.
25
+
- Don't warn in model preview about static elements.
26
+
- Save size when element is selected and using default columns.
27
+
- Custom mimes & extensions could've been saved but were not loaded.
28
+
- Pressing enter in certain elements caused removing or adding list elements.
29
+
- Date range element was not configured for range.
30
+
- In_array rule can only choose from lists.
31
+
- Thrown error when clicking from select to slider.
32
+
- Slider format decimals could be higher than 7 which thrown error.
33
+
- Load the default Vueform theme if theme tab is disabled.
34
+
- Do not remove other CSS vars when loading a single theme variable.
35
+
- If renaming thrown error did not disappear when directly clicking to a new element.
36
+
- Renaming an element with integer/numeric validators thrown error.
37
+
- Removed expand / collapse all option from themes because opening all options at once is a too heavy load for a single click.
0 commit comments