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
* live preview wip
* working, needs some touches & cypress
* removed unused code, unrelated
* fixed bugs with "add widget"
* guess the origin
* cleaned up
* experimenting with fixing flicker in video step 1
* much better video widget rendering all around, but still too flickery in preview
* changelog
* quiet
* fixed unused variable
* progress with the tests but still problems
* wip
* backed out use of placeholders for image widgets during preview, that logic is more complex tha nexpected
* eslint sigh
* better handling of invalid schemas
* fix lint
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,18 @@
2
2
3
3
## UNRELEASED
4
4
5
+
### Adds
6
+
7
+
* To display a live preview on the page as changes are made to widgets, set the `preview: true` option on any widget module. To turn it on for all widgets, you can set it on the `@apostrophecms/widget-type` module, the base class of all widget modules. This works especially well when `range` fields are used to achieve visual effects.
8
+
5
9
### Changes
6
10
7
11
* Improve the Page Manager experience when dragging and dropping pages - the updates happen in background and the UI is not blocked anymore.
8
12
* Allow scrolling while dragging a page in the Page Manager.
9
13
* Change user's email field type to `email`.
10
14
* Improve media manager experience after uploading images. No additional server requests are made, no broken UI on error.
11
15
* Change reset password form button label to `Reset Password`.
16
+
* Removed overly verbose logging of schema errors in the schema module itself. These are already logged appropriately if they become the actual result of an API call. With this change it becomes possible to catch and discard or mitigate these in some situations without excessive log output.
12
17
* Bumps eslint-config-apostrophe, fix errors and a bunch of warnings.
0 commit comments