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
52b25e95
Commit
52b25e95
authored
3 years ago
by
rhenck
Browse files
Options
Downloads
Patches
Plain Diff
Update editor to 1.18.0
parent
335864f6
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
+32
-0
32 additions, 0 deletions
docs/release-notes-editor.txt
package.json
+1
-1
1 addition, 1 deletion
package.json
with
33 additions
and
1 deletion
docs/release-notes-editor.txt
+
32
−
0
View file @
52b25e95
Editor
Editor
======
======
1.18.0
- Change/Fix radio button and checkbox color to dark green
Affects all elements using radio buttons (likert, images...).
- Improve item duplication
There are still some issues with duplication (and multiselect).
Will be fixed soon™.
- Add flex orientation for dropList
This new setting makes child items space around in a row with line
break.
- Images in vertical alignment now always reserve the whole row and don't
appear next to each other.
- Fix radio button without label
Options still had a margin-top, when there is no label above.
(Which produced the all-time favorite bug of unwanted scrollbars))
- Rework color inputs
Use a suffix button to activate color picker instead of having an extra
form field. This makes for a cleaner layout and also has the additional
benefit of saving vertical space, reducing the need for scrolling.
Also add direct input for likert line coloring color.
- Add new position property fixedSize ('Feste Abmessungen')
This allows elements in dynamic sections to have fixed dimensions.
(Some modifications to property panel logic, to show dimension fields and
proper labels.)
Only implemented for dropList and button elements!
- Add image feature to TextEditor
Images are always inline and scaled down to the font size (of the text
element as a whole).
- Add blockquote feature to TextEditor
This creates a special quote text, which is indented and has quote marks
x2.5 the font size.
- Allow negative values for z-index and margins
1.17.0
1.17.0
- Rework text field and text area styling
- Rework text field and text area styling
The other variants are basically the same as filled. The only
The other variants are basically the same as filled. The only
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
52b25e95
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
"name"
:
"verona-modules-aspect"
,
"name"
:
"verona-modules-aspect"
,
"config"
:
{
"config"
:
{
"player_version"
:
"1.11.0"
,
"player_version"
:
"1.11.0"
,
"editor_version"
:
"1.1
7
.0"
"editor_version"
:
"1.1
8
.0"
},
},
"scripts"
:
{
"scripts"
:
{
"ng"
:
"ng"
,
"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