next
Name already in use
Commits on Mar 14, 2023
-
build(publish): optimise npm package size (#2301)
* build: optimize npm package size * fix: excluded regexes * chore: update CHANGELOG.md * fix: changelog information Co-authored-by: Peter Savchenko <[email protected]> --------- Co-authored-by: Peter Savchenko <[email protected]>
Commits on Mar 13, 2023
-
fix(move-up-tune): scroll up offset for blocks above viewport (#2298)
* fix: scroll up offset for blocks above viewport * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Peter Savchenko <[email protected]>
Commits on Feb 20, 2023
-
fix(types): compiler error from importing type BlockToolData (#2264)
Co-authored-by: Peter Savchenko <[email protected]>
-
Co-authored-by: github-actions <[email protected]>
Commits on Feb 19, 2023
-
fix(tests): fire mutation event on tune activation (#2281)
* fix(onchange): fire mutation event if there are other changes along with mutation-free nodes * update header dependency * use node 16 for windows * fix onChange firing by manual dispatchChange() call * eslint * use node 16 for ci tests * Update CHANGELOG.md
Commits on Feb 17, 2023
Commits on Feb 15, 2023
-
* Update a readme * Update changelog link * Update browsers table * Update logo * Fix image path * Remove credits and references * Upd * Add features section * added the about section * update the installation guide * Update community section * Upd * Upd * Upd * Fix linebreaks * Fix * Upd roadmap image indentation * Add link to landing * Upd * Upd * Fix --------- Co-authored-by: Peter Savchenko <[email protected]>
Commits on Feb 10, 2023
-
Chore/popover refactoring (#2249)
* Add new popover class * Add flipper * confirmation * confirmation * Add confirmation support * Add search * Add toggle group support and update popover tests * Add custom content support * Fix scroll issue * Add mobile version * Integration * Fix animation * Cleanup * Fix popover position for narrow mode * Fix tests * Update version and changelog * Rename css classes * Move files * Stop using PopoverItem from outside of popover context * Fix jsdoc * Move error animation to popover item * Update css variables * Update docs/CHANGELOG.md Co-authored-by: Ilya Maroz <[email protected]> * Update src/components/block-tunes/block-tune-move-down.ts Co-authored-by: Peter Savchenko <[email protected]> * Update src/components/block-tunes/block-tune-move-up.ts Co-authored-by: Peter Savchenko <[email protected]> * Fixes * Fix imports * Fix toolbox close event * Move search-input file * Fix comment * Rename method * Cleanup * Remove onFlip callback from popover item * Rename * Fix removing event listener * Move popover animations to popover.css file * Cleanup styles * Fix jsdoc * Fix confirmation chains * Close toolbox oly when it's open * Change activation error animation * Update version and changelog * Fix overlay * Update icon border-radius on mobile * Disable item text select * Update changelog * Update yarn.lock * Add rc postfix to version --------- Co-authored-by: Ilya Maroz <[email protected]> Co-authored-by: Peter Savchenko <[email protected]>
Commits on Jan 31, 2023
-
-
Remove incorrect import for typings (#2252)
* Remove incorrect import for typings Removes incorrect `'cypress/types/bluebird'` import; fixes #2251 * Update changelog and version * Update CHANGELOG.md --------- Co-authored-by: Tanya Fomina <[email protected]>
Commits on Jan 30, 2023
-
fix(issue templates) Made changes in issue templates (#2257)
* fix(issue templates) Made changes in issue templates * Deleted issue--discussion * Deleted feature_request * Deleted link to the contributors chat in tg * Changed bug_report title * Renamed discussion to general_issue * fix(issue templates) Made changes in issue templates * Changed description for General Issue template * Added link to the disscussions tab * Revert "fix(issue templates) Made changes in issue templates" This reverts commit 377d8a7. * fix(issue templates) Made changes in issue templates * Added link to discussions * Changed "general issue" template description
Commits on Jan 25, 2023
-
fix(issue templates) Made changes in issue templates (#2254)
* Deleted issue--discussion * Deleted feature_request * Deleted link to the contributors chat in tg * Changed bug_report title * Renamed discussion to general_issue
Commits on Dec 14, 2022
-
fix(tunes): Make label an alias for title in tunes menu item (#2198)
* Make label an alias for title in tunes item * Cleanup * Update version and changelog * Update changelog * Move resolveAlias to utils * Add fallback for popover item title * Lint * Lint * Add fallback icon and title to popover * Update version * Lint * Fix changelog * Fallback to empty string This reverts commit ae9d643. * Fix changelog again * Cleanup * Add deprecated
-
fix(paste): handle pasteConfig with tag names specified in upper case (…
…#2217) * toLower case added * regression test case added * change log update * version updated * Apply suggestions from code review Co-authored-by: Peter Savchenko <[email protected]> * Update docs/CHANGELOG.md Co-authored-by: Peter Savchenko <[email protected]> Co-authored-by: Peter Savchenko <[email protected]>
Commits on Dec 6, 2022
-
fix(tunes): make installed tunes render above default tunes (#2204)
* Fix tunes order * Update version and changelog * Fix tests
Commits on Dec 2, 2022
Commits on Dec 1, 2022
-
feat: Add toggle group support (#2195)
* Add toggle group support * Update version and changelog * Fix * Simplify * Update test/cypress/tests/utils/popover.spec.ts Co-authored-by: Peter Savchenko <[email protected]> Co-authored-by: Peter Savchenko <[email protected]>
Commits on Nov 29, 2022
-
* Bump version * Update package.json Co-authored-by: github-actions <[email protected]> Co-authored-by: Peter Savchenko <[email protected]>
-
chore(submodule): paragraph submodule updated with the new icons (#2191)
* do not show tooltip on mobile * paragraph submodule updated with the new icon
-
chore(icons): icons size increased for mobile devices (#2190)
* popover icons size increased on mobile devices * update icon size on mobile * some mobile styles improvements * inline tools click on mobile devices improved
Commits on Nov 28, 2022
-
fix(toolbox): shortcuts appearance fixed, icons became optional (#2188)
* fix(toolbox): shortcuts appearing fixed, icons became optional * rm only from test * Update tools.spec.ts * rm useless tests * Update CHANGELOG.md
-
Co-authored-by: github-actions <[email protected]>
-
fix(block-events): split block with removing of selected text fragment (
#2186) * fix(block-events): split block with removing of selected text fragment * Update BlockEvents.spec.ts
Commits on Nov 26, 2022
-
Co-authored-by: github-actions <[email protected]>
-
Co-authored-by: github-actions <[email protected]>
-
build(deps): bump moment from 2.29.2 to 2.29.4 (#2104)
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.29.2...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Savchenko <[email protected]>
Commits on Nov 25, 2022
-
-
Co-authored-by: github-actions <[email protected]> Co-authored-by: Peter Savchenko <[email protected]>
-
Fix: check for Files substitutions before handling files paste (#1928)
* FIX: Paste text from MS Word instead of image * changelog added * Update CHANGELOG.md * rm submodule change Co-authored-by: Peter Savchenko <[email protected]>
-
chore(submodules): submodules updated, changelog fixed (#2179)
* submodules updated * changelog updated
-
feat(blocks-api): the insert() method now has the optional
id
param* refactor: added id to the insert method to allow user pass and existing id to the method When working with multiple editor at the same and need to link all blocks to each editor and keeping the same ids in all. * moved the position of the block_id params to the end to aaviod breaking cha * doc: updated the documentation on insert method params * refactor : formatted the code to add/remove space * refactor: moved the position of the `id` and its description to the respective position * refactor: rollback to previous commit * added back the removed default value * fix error, remove garbage * test added, changelog added Co-authored-by: Umang G. Patel <[email protected]> Co-authored-by: Peter Savchenko <[email protected]>
-
Co-authored-by: github-actions <[email protected]>
-
feat(icons): codex icons package is used instead of svg sprite (#2173)
* chore(icons): migrating to the coded icon pack * conversion toolbar * inline toolbar, part 1 * inline-link tool has the new icons * added a test for creating a link by Enter keydown in link input * rm last icons, svg sprite, loaders * rollback .ce-settings styles * Update CHANGELOG.md * Update settings.json
-
Co-authored-by: github-actions <[email protected]>