-
-
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
112
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
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
… input, as it won't have any validation
Co-authored-by: Kuba Niegowski <[email protected]> Co-authored-by: Piotr Szczęśniak <[email protected]>
…230-link-toolbar # Conflicts: # packages/ckeditor5-link/src/linkui.ts
Feature (link): Add the Bookmarks panel to the link UI. See #17230.
Other (link): Rename the `cancel` event to `back` in `LinkAdvancedView`. See #17230.
Other (link): The Link feature now uses the ToolbarView instead of a custom LinkActionsView to display the link toolbar in the contextual balloon. The new toolbar uses components registered in the ComponentFactory. Other (bookmark): The Bookmark feature now uses the WidgetToolbarRepository instead of a custom ActionsView to display the bookmark toolbar in the contextual balloon. The new toolbar uses components registered in the ComponentFactory. 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 the LinkUI#toolbarView (an instance of the ToolbarView class) instead of the custom LinkActionsView. BREAKING CHANGE (bookmark): The BookmarkUI#actionsView is no longer available. The Bookmark feature is now using the WidgetToolbarRepository instead. MINOR BREAKING CHANGE (link): The createBookmarkCallbacks() helper is now replaced by the isScrollableToTarget() and scrollToTarget() helpers.
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.Additional information
For example – encountered issues, assumptions you had to make, other affected tickets, etc.