-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Release 2.19.2 #1597
Merged
Release 2.19.2 #1597
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
* Resolve editor.destroy() Problem * Resolve this.flipper undefined in inline.ts in readonly mode * fix destroy methods * destroy conversion toolbar on toggling read-only Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
* static getter added to mergable method * build production bundle * Changelog added
* Fix problem with entering to Editor.js by Tab key * Optimize current block setting Co-authored-by: t.hata <hata@impact-blue.co.jp>
* fix(caret): last non-default block navigation won't craete a new block untill reaching the end * reuse variable
* Replace typeofs * save eslint fixes * fix * update * remove sourcemap * update * update changelog * fix typo
* Initial commit * Fixed test.html file * Create editor instance in the test * Assert paragraph data in editor instance * Moving cypress folder to test folder * Minor Fixes * Removed config test for now * Fixed example.html * Fixed editor.js dist path * Minor Fixes * Stored Host in a const * Add nodemon and Fix commands * Add and configure cypress eslint plugin * Updated Tests according to best practices * Minor FIxes * Minor FIxes * adjust eslint and ts * Update .eslintrc * improve config * debug tests * fix tests * Fix declarations * descrease debounce * rm timeout * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Peter Savchenko <specc.dev@gmail.com> Co-authored-by: George Berezhnoy <gohabereg@gmail.com>
* Change shortcut listener binding * Update CHANGELOG.md Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
* Remove dist directory * Ignore dist directory * Remove local file usage * Add error banner for missing bundle * Update CHANGELOG.md * Fix missed code * Add mkdir dist command
…us() (#1525) Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
Co-authored-by: Umang G. Patel <23169768+robonetphy@users.noreply.github.com>
* Add a generic type to ToolSettings * Update tool-settings.d.ts Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](npm/ini@v1.3.5...v1.3.8) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: sanitizer config type definition * update func parram in sanitizer config * update type * Update CHANGELOG.md Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
* Scroll Window with block selection * Update CHANGELOG.md Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
* Fix unstable block cut process * Update CHANGELOG Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
* ToolBar Api Added * Change Log added * change Toggletoolbar to toggleBlockSetting * Update docs/CHANGELOG.md * Update editor.js * Update toggleBlockSetting to toggleBlockSettings * Apply suggestions from code review Co-authored-by: Peter Savchenko <specc.dev@gmail.com> * Apply suggestions from code review Co-authored-by: Peter Savchenko <specc.dev@gmail.com> * Changes requested by hata added Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
* Add url length validation to Link at inline-tool. fix * simplify, add chengelog Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
* Update build commands * Update package.json
* Update .npmignore * Create a Publish package to NPM action * Branches, versions and releases — complete guideline * Update docs/releases.md Co-authored-by: Peter Savchenko <specc.dev@gmail.com> * Update docs/releases.md Co-authored-by: Peter Savchenko <specc.dev@gmail.com> * Update releases.md Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
* Rename workflow file * Create create-a-release-draft.yml * Update releases.md
* Update create-a-release-draft.yml * Create bump-version-on-merge-next.yml * Update releases.md
Co-authored-by: GitHub <noreply@github.com>
* Don't except the first selected block * yarn fix Co-authored-by: Peter Savchenko <specc.dev@gmail.com> Co-authored-by: Taly <vitalik7tv@yandex.ru>
* Update bump-version-on-merge-next.yml Error: `The process '/usr/bin/git' failed with exit code 128` Report and fix: peter-evans/create-pull-request#690 * Rename job
Co-authored-by: github-actions <action@github.com>
* Update releases.md If the next update is planned to raise the minor version (`2.19.1` -> `2.20.0`), then change it before version update merge. * Update docs/releases.md Co-authored-by: Peter Savchenko <specc.dev@gmail.com> Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
* Make passed config immutable * Update docs/CHANGELOG.md Co-authored-by: Peter Savchenko <specc.dev@gmail.com> * Separate this.config initialization Co-authored-by: Peter Savchenko <specc.dev@gmail.com> Co-authored-by: Taly <vitalik7tv@yandex.ru>
* Add generics to OutputBlockData * Fix typo * Update CHANGELOG.md * Add @template description Co-authored-by: Peter Savchenko <specc.dev@gmail.com> Co-authored-by: George Berezhnoy <gohabereg@users.noreply.github.com>
* listeners module goes util * fix listeners 'off' bug * improve garbage collecting
* Fix SanitizerConfig type definition * Update docs/CHANGELOG.md Co-authored-by: Peter Savchenko <specc.dev@gmail.com> * Fix CHANGELOG * Add JSDoc to TagConfig * yarn lint:fix Co-authored-by: Peter Savchenko <specc.dev@gmail.com> Co-authored-by: George Berezhnoy <gohabereg@users.noreply.github.com>
Co-authored-by: github-actions <action@github.com> Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
* (refactoring)shortcuts module is util now * Fix eslint Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
* prevent bubbling * update CHANGELOG
* refactoring(modules): events module is util now * Update changelog * remove redundant line * refactor * Update editor-modules.d.ts Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
* Bump version * Bump version * Update package.json Co-authored-by: github-actions <action@github.com> Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
talyguryn
approved these changes
Mar 15, 2021
gohabereg
approved these changes
Mar 15, 2021
gohabereg
added a commit
that referenced
this pull request
Apr 8, 2021
* Release 2.19.2 (#1597) Save 2.19.2 changes * 1317 The selection node sometimes ends up being the ShadowRoot which does not have the closest method. In case it is the shadowroot - I believe we can assume the selection is not at the editor zone Co-authored-by: Peter Savchenko <specc.dev@gmail.com> Co-authored-by: George Berezhnoy <gohabereg@users.noreply.github.com>
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.
New
-toolbar.toggleBlockSettings()
API method added #1442.Improvements
- A generic type for Tool config added #1516Improvements
- Remove unusedforce
option inCaret.navigateNext()
andCaret.navigatePrevious()
#857.Improvements
- Remove bundles from the repo #1541.Improvements
- Document will be scrolled when blocks are selected withSHIFT+UP
orSHIFT+DOWN
#1447Improvements
- The caret will be set on editor copy/paste #1470Improvements
- Added generic types to OutputBlockData #1551.Fix
- Fix BlockManager.setCurrentBlockByChildNode() with multiple Editor.js instances #1503.Fix
- Fix an unstable block cut process #1489.Fix
- Type definition of the Sanitizer config: the sanitize function now contains param definition #1491.Fix
- Fix unexpected behavior on an empty link pasting #1348.Fix
- Fix SanitizerConfig type definition #1513Refactoring
- The Listeners module now is a util.Refactoring
- The Events module now is a util.Fix
- Editor Config now immutable #1552.Refactoring
- Shortcuts module is util now.Fix
- Fix bubbling on BlockManagers' listener #1433.