-
-
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
New linking experience. #17368
Draft
pszczesniak
wants to merge
284
commits into
master
Choose a base branch
from
ck/epic/17230-linking-experience
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
New linking experience. #17368
+7,698
−3,744
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Piotr Szczęśniak <[email protected]>
# Conflicts: # packages/ckeditor5-bookmark/package.json # packages/ckeditor5-build-balloon-block/build/ckeditor.js.map # packages/ckeditor5-build-balloon/build/ckeditor.js.map # packages/ckeditor5-build-classic/build/ckeditor.js.map # packages/ckeditor5-build-decoupled-document/build/ckeditor.js.map # packages/ckeditor5-build-inline/build/ckeditor.js.map # packages/ckeditor5-build-multi-root/build/ckeditor.js.map # packages/ckeditor5-link/package.json
…bute changes with inserts and removes.
…nce-partial-text-update Feature (link): Formatting is no longer lost after changing a URL or a displayed-text of the selected link.
Other (bookmark): Form styles and structure is now unified with use of `ck-form` and `ck-form__row`. Other (image): Image custom resize form styles and structure now unified with use of `ck-form` and `ck-form__row`. Other (link): Form styles and structure is now unified with use of `ck-form` and `ck-form__row`. Other (table): Extracted the `form.css` to `theme-lark` package. Other (table): Extracted the `FormRowView` to a separate package. Feature (theme-lark): Introduced the `form.css` component . Feature (ui): Introduced the `FormRowView` class. MINOR BREAKING CHANGE (table): The `FormRowView` class was moved to the `ui` package. MINOR BREAKING CHANGE (table): The `form.css` component was moved to the `theme-lark` package.
Fix (link): Should show scroll on link list providers when it contains more than 4 items.
This issue needs to be double checked on this branch: #17685. I tested it locally, and it looks like problem no longer occurs. |
…nce-wrong-tooltips Remove tooltip from `insert` / `update` link form save button.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Suggested merge commit message (convention)
Type: !!TODO!! describe changes in the link form. Closes #000.
Other (link): The Link feature now uses the
ToolbarView
instead of a customLinkActionsView
to display the link toolbar in the contextual balloon. The new toolbar uses components registered in theComponentFactory
.Other (bookmark): The Bookmark feature now uses the
WidgetToolbarRepository
instead of a customActionsView
to display the bookmark toolbar in the contextual balloon. The new toolbar uses components registered in theComponentFactory
.Fix (ui): The
ButtonView#icon
property can now be set/reset after the button's first render.Other (ui): The
IconView
now throws a meaningful error if the provided icon content is not a valid SVG.Other (widget): The
WidgetToolbarRepository#register()
now accepts a customized list of desired balloon positions.BREAKING CHANGE (link): The
LinkUI#actionsView
is no longer available. The bookmark feature now uses theLinkUI#toolbarView
(an instance of theToolbarView
class) instead of the customLinkActionsView
.BREAKING CHANGE (bookmark): The
BookmarkUI#actionsView
is no longer available. The Bookmark feature is now using theWidgetToolbarRepository
instead.MINOR BREAKING CHANGE (link): The
createBookmarkCallbacks()
helper is now replaced by theisScrollableToTarget()
andscrollToTarget()
helpers....
...
...
...
Other (bookmark): Form styles and structure is now unified with use of ck-form and ck-form__row.
Other (image): Image custom resize form styles and structure now unified with use of ck-form and ck-form__row.
Other (link): Form styles and structure is now unified with use of ck-form and ck-form__row.
Other (table): Extracted the form.css to theme-lark package.
Other (table): Extracted the FormRowView to a separate package.
Feature (theme-lark): Introduced the form.css component .
Feature (ui): Introduced the FormRowView class.
MINOR BREAKING CHANGE (table): The FormRowView class was moved to the ui package.
MINOR BREAKING CHANGE (table): The form.css component was moved to the theme-lark package.
Additional information
For example – encountered issues, assumptions you had to make, other affected tickets, etc.