Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
verona-modules-aspect
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IQB
verona-modules-aspect
Commits
75b1409f
Commit
75b1409f
authored
3 years ago
by
rhenck
Browse files
Options
Downloads
Patches
Plain Diff
Update editor package to 1.11.0
parent
d6d223dd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/release-notes-editor.txt
+34
-0
34 additions, 0 deletions
docs/release-notes-editor.txt
package.json
+1
-1
1 addition, 1 deletion
package.json
with
35 additions
and
1 deletion
docs/release-notes-editor.txt
+
34
−
0
View file @
75b1409f
Editor
======
1.11.0
- New DropList feature: highlightReceivingDropList ("Potentielle Ablagen hervorheben")
When set eligible dropLists display a highlight effect. Currently with
a colored border. The color is adjustable.
This needs to be set on the target list, NOT on the list items are being
dragged from.
- Refactor likert layout and add first column ratio property
Images now scale depending on the available space.
The new property controls the first (column) size parameter for the
grid. The others are fixed at 1. Decimal values are allowed for
fine-tuned control.
- Improve TextEditor toolbar layout and functionality
Reordered the controls to make it look nicer. The sub menu no longer exists.
Improve layouting to prevent elements from moving unexpextedly on different
window sizes.
Changed color and list inputs to split-buttons. Those combine a button
with a dropdown allowing to specify the action of the button.
For lists this does not actually toggle the list. The button needs to be used
after setting the style. For colors the color is set immediately after using
the dropdown/color picker.
Now saves the set color and it can be applied to subsequent selections as well.
- Change dropList styling
(Item margins and dropList border radius)
- Improved cursors everywhere
Notice how the cursor changes to the grabbing hand on click before
actually dragging canvas elements!
The resizing preview in dynamic mode is no longer obstructed by the
element itself. It is now hidden while resize-dragging.
Color inputs now have the pointer cursor.
- Fix TestEditor (console) error when using the bullet-lists
- Fix likert column-edit dialog to set values on save
- Move some styling properties to the styling tab
Applies to: borderRadius, itemBackgroundColor
1.10.0
- Fix reading of existing likert element row values
- Fix reading of existing dropList elements
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
75b1409f
...
...
@@ -2,7 +2,7 @@
"name"
:
"verona-modules-aspect"
,
"config"
:
{
"player_version"
:
"1.5.0"
,
"editor_version"
:
"1.1
0
.0"
"editor_version"
:
"1.1
1
.0"
},
"scripts"
:
{
"ng"
:
"ng"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment