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
124c885e
Commit
124c885e
authored
3 years ago
by
rhenck
Browse files
Options
Downloads
Patches
Plain Diff
Update editor package to 1.7.0
parent
effd91fc
No related branches found
No related tags found
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 @
124c885e
Editor
======
1.7.0:
- [bug] Fix resize (drag and drop) in dynamic sections
- Replace element selection indicator from border to outline
This makes element contents not move when selected.
- Allow deselection of elements
Clicking anywhere (but the side panels) will deselect elements. This makes
it easier to get an impression of how it will look like.
- Add 'line-height' property to all elements which have a font
- Add 'rows' property to text areas
- Change text property input to textarea
This allows to properly enter longer default texts in text areas. (This is
also active for text-field elements, where it makes little sense but makes
it technically simpler to not differentiate).
- Fix lables on text fields
Now correctly uses a proper label instead of a placeholder.
- Change text field appearance depending on label existence
When the label text is empty the field will be rendered a lot smaller (and
without any label obviously)
- Change font-size property to number field
- Improve radio-button-group styling
Add 10px margin between label and options.
- Fix likert elements sizing
This should make the selected background color cover the whole element instead
of just the upper 100 pixels.
- Improve bold text style to be less bold and have letter spacing
- Add read-only property to all input elements and likert
- Allow changing the line-coloring color for likert elements
(not to be mistaken for background color)
- Add 'underlinable' property to text elements
This is to allow different purpose markers on text. Does NOT work in the
aspect-player yet.
1.6.1:
- Allow styling of "Likert" element
- Set Roboto as app-wide font
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
124c885e
{
"name"
:
"verona-modules-aspect"
,
"config"
:
{
"editor_version"
:
"1.
6.1
"
,
"editor_version"
:
"1.
7.0
"
,
"player_version"
:
"1.2.2"
},
"scripts"
:
{
...
...
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