-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use the LabeledView instead of LabeledInputView across the project #6110
Labels
Milestone
Comments
oleq
added
status:discussion
package:table
domain:ui/ux
This issue reports a problem related to UI or UX.
labels
Jan 22, 2020
This was referenced Mar 20, 2020
There are three major PRs for the issue:
|
This was referenced Mar 23, 2020
jodator
added a commit
to ckeditor/ckeditor5-ui
that referenced
this issue
Mar 26, 2020
Other: Rename `LabeledView` component to `LabeledFieldView`. See ckeditor/ckeditor5#6110. BREAKING CHANGE: `LabeledView` component was renamed to `LabeledFieldView`. Also, its instance of a labeled component's view is available through `LabeledFieldView#fieldView`. It replaced `LabeledView#view`.
jodator
added a commit
to ckeditor/ckeditor5-media-embed
that referenced
this issue
Mar 26, 2020
Other: Replaced `LabeledInputView` with `LabeledFieldView`. See ckeditor/ckeditor5#6110.
jodator
added a commit
to ckeditor/ckeditor5-link
that referenced
this issue
Mar 26, 2020
Other: Replaced `LabeledInputView` with `LabeledFieldView`. See ckeditor/ckeditor5#6110.
jodator
added a commit
to ckeditor/ckeditor5-image
that referenced
this issue
Mar 26, 2020
Other: Replaced `LabeledInputView` with `LabeledFieldView`. See ckeditor/ckeditor5#6110.
jodator
added a commit
to ckeditor/ckeditor5-table
that referenced
this issue
Mar 26, 2020
Other: Replaced `LabeledInputView` with `LabeledFieldView`. See ckeditor/ckeditor5#6110.
jodator
added a commit
to ckeditor/ckeditor5-theme-lark
that referenced
this issue
Mar 26, 2020
Other: Align code to the changes in ckeditor5-ui API. See ckeditor/ckeditor5#6110.
jodator
added a commit
to ckeditor/ckeditor5-ui
that referenced
this issue
Mar 26, 2020
Other: `LabeledInputView` component has been marked as deprecated in favour of use `LabeledFieldView` component instead. See ckeditor/ckeditor5#6110.
This was referenced Apr 6, 2020
Merged
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Provide a description of the task
A follow-up of #6049.
When we first created the latter there were limited use cases and it worked fine. As the new table form arrived I discovered we need to label other (non-input) components like drop–downs as well.
I created the
LabeledView
with some helpers to cover all possible cases (and used in in table (cell) props forms) but I'm not 100% sure about it's interface. Also if we decide to deprecateLabeledInputView
there will be lots of (simple) changes across the repos (image, link, media).Things to decide:
LabeledInputView
now?The text was updated successfully, but these errors were encountered: