Skip to content
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

Remove ie support #1

Open
wants to merge 10,000 commits into
base: master
Choose a base branch
from
Open

Remove ie support #1

wants to merge 10,000 commits into from

Conversation

shumih
Copy link
Owner

@shumih shumih commented Jul 17, 2021

Suggested merge commit message (convention)

Type: Message. Closes #000.


Additional information

For example – encountered issues, assumptions you had to make, other affected tickets, etc.

oleq and others added 28 commits October 22, 2024 10:37
Other (ui): Disabled dragging support for modal windows in the `Dialog` plugin. Closes #17290.

Other (ui): Disabled positioning restrictions for modal windows caused by `config.ui.viewportOffset`. Closes #17290.
Fix (ui): The dropdown menu component should not cause an editor blur if used in a `BalloonToolbar` while the user hovers a nested menu. Closes #17277.

Feature (utils): Made `FocusTracker` extendable with other `FocusTracker` instances to allow logical focus tracking across separate DOM sub-trees (see #17277)
Tests: Introduced automated manual test sample for performance testing and data sets to test on.
Docs: Updated CKEditor 5 docs regarding translations in the project.
Internal (ui): Moved the document scroll lock for modal windows from `<body>` to `<html>` to make it bulletproof. Closes #17298.
Internal: Introduced `translations:synchronize` script to synchronize translations with language context files. Missing translations will be added, unused translations will be deleted, and missing translation files will be created.

Internal: Introduced `translations:validate` script to check the language context files against the translations. No files will be modified.

Internal: Introduced `translations:move` script to move requested translations between packages. It removes contexts and translated messages from language files ("*.po" files) from the source package and adds (or overwrites) them in the destination package.

Internal: Aligned to changes in `ckeditor5-dev-*`.

Internal: Fixed missing language contexts validation errors by moving "Paragraph" message from `ckeditor5-heading` to `ckeditor5-core` and "Color picker" from `ckeditor5-table` to `ckeditor5-core`.
Internal: Introduced `translations:synchronize` script to synchronize translations with language context files. Missing translations will be added, unused translations will be deleted, and missing translation files will be created.

Internal: Introduced `translations:validate` script to check the language context files against the translations. No files will be modified.

Internal: Introduced `translations:move` script to move requested translations between packages. It removes contexts and translated messages from language files ("*.po" files) from the source package and adds (or overwrites) them in the destination package.

Internal: Aligned to changes in `ckeditor5-dev-*`.

Internal: Fixed missing language contexts validation errors by moving "Paragraph" message from `ckeditor5-heading` to `ckeditor5-core` and "Color picker" from `ckeditor5-table` to `ckeditor5-core`.
Feature (engine): Introduced `getChildAtOffset()` method for `model.Element` and `model.DocumentFragment`.

Feature (engine): Introduced `Position#isValid()` to check whether the position exists in current model tree.

Other (engine): Node index and offset related values are now cached in model `Node` and `NodeList` to improve performance.

Internal (engine): Used `Position#isValid()` to better validate selection ranges.

Tests (engine): Changed error messages expected in some tests. Now different errors may be thrown than earlier because internal execution logic changed a bit. New error codes are more precise.
Other (link): Exported link and unlink icons from ckeditor5-link package. Closes #17304
Mati365 and others added 30 commits November 14, 2024 15:52
…different-oses

Tests: OS and Browser agnostic mocking of env in editor usage data helper tests.
Internal: Adjust team label names (s/devops/platform). [skip ci]
Internal: Add licenseKey to CDN index page. Closes cksource/ckeditor5-commercial#6792
…k-cdn

Add Vue 3.x / React TS docs section.
Fix(ui): Badges should now scale dynamically based on value of `--ck-font-size-base` CSS variable. Closes #17416.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.