Commit graph

  • 11bab80149
    build(deps-dev): bump vite from 4.2.1 to 4.5.2 dependabot[bot] 2024-03-10 12:03:39 +0000
  • 87e1bfac2c
    Merge branch 'next' into himself65/improve-css Ilya Maroz 2024-03-10 11:58:06 +0000
  • df12ae1699
    add changelog Peter Savchenko 2024-03-09 18:54:50 +0300
  • f9dfae9759
    Update search-input.ts Peter Savchenko 2024-03-09 17:33:09 +0300
  • 745aca31bc
    fix enter keydown problems + tests addedd Peter Savchenko 2024-03-09 17:02:26 +0300
  • 29dffe029a Build for not moving plus toolbar Vishal Pradhan 2024-03-06 10:32:48 +0530
  • 0c3c988048
    fix sync set caret Peter Savchenko 2024-03-04 23:25:39 +0300
  • 75bc38069f
    debug enter press Peter Savchenko 2024-03-04 22:38:26 +0300
  • 9ed922beb0 added test verifying that we're not opening toolbars on '/' if user clicked outside of the editor #2644 Kanstantsin_Vikhor 2024-03-01 16:43:27 +0400
  • 63189a371d commented isTrusted check because this might break tests - isTrusted is always 'false' for Cypress-generated clicks Kanstantsin_Vikhor 2024-03-01 16:42:09 +0400
  • 1701bcb356 Clear highlights and pointer on BlockManager even if selection was inside of the editor before clicking outside Kanstantsin_Vikhor 2024-02-29 15:18:04 +0400
  • e9b4c30407
    Bump version up to 2.30.0-rc.0 (#2640) v2.30.0-rc.0 github-actions[bot] 2024-02-28 20:17:42 +0300
  • 7cfd9c9b47
    Update package.json #2640 Peter Savchenko 2024-02-28 20:11:45 +0300
  • 1ffc1dbd3b Bump version github-actions 2024-02-28 17:08:44 +0000
  • 8138ce95b2
    fix issue #2523 (#2639) VikhorKonstantin 2024-02-28 21:08:08 +0400
  • 27fd0130ed
    Merge branch 'next' into fix/issue2523_isMutationBelongsToElement #2639 Peter Savchenko 2024-02-28 15:34:44 +0300
  • 7ff5faa46f
    Change workflows trigger (#2595) Yaroslav Gusev 2024-02-28 19:33:50 +0700
  • 6557e510c4 added record to the changelog Kanstantsin_Vikhor 2024-02-28 15:51:49 +0400
  • 3434e6cba6 added some more explanation Kanstantsin_Vikhor 2024-02-28 15:22:29 +0400
  • 398b0118a4 fix formatting Kanstantsin_Vikhor 2024-02-28 15:14:40 +0400
  • 7cd05fe6eb add comment explaining isMutationBelongsToElement behaviour in case of adding/removing the passed element itself Kanstantsin_Vikhor 2024-02-28 13:46:41 +0400
  • df7fdcbf56 replace introduced dependency with ToolMock Kanstantsin_Vikhor 2024-02-28 13:40:59 +0400
  • bea6dea6cc add test case verifying that 'onChange' is fired when the whole text inside some nested descendant of the block is removed Kanstantsin_Vikhor 2024-02-28 11:09:01 +0400
  • 439adcd410 isMutationBelongsToElement function shouldn't return true if some of the ancestors of the passed element were added or deleted, only if the element itself Kanstantsin_Vikhor 2024-02-28 11:02:47 +0400
  • 040760c6b3 fix isMutationBelongsToElement function: make it return true if the whole text node is deleted inside of some descendant of the passed element Kanstantsin_Vikhor 2024-02-27 19:35:02 +0400
  • e42785e0ce
    Merge branch 'next' into fix/run-workflow-from-forks #2595 Yaroslav Gusev 2024-02-26 23:25:32 +0700
  • 438491c1c5 Build Folder Vishal Pradhan 2024-02-26 11:33:53 +0530
  • 624f2b2ee5 fix [Bug] Can not copy and paste with multiple line on Quote section #1427 #2635 Pavlo Palii 2024-02-23 22:14:37 +0200
  • f440c541bb fix [Bug] Can not copy and paste with multiple line on Quote section #1427 Pavlo Palii 2024-02-23 13:02:55 +0200
  • cec62257fe feat: rename to beforeSelectedDestroy #2633 kelin.zrh 2024-02-23 07:21:24 +0800
  • 54df65951b fix: issue #2632 kelin.zrh 2024-02-22 19:40:07 +0800
  • 07d2fc0db4 fix: Cross block selection gets wrong when pointer leaves the window area #2627 Danilo da Silveira Figueira 2024-02-21 00:14:50 -0300
  • 5b04f2be68 [Bug] Cross block selection selected state gets wrong when pointer moves out edit area #2625 Danilo da Silveira Figueira 2024-02-20 02:10:52 -0300
  • 9e27aeb288 Add events section #2621 Kamil Górecki 2024-02-16 17:59:06 +0100
  • 0d1d53abf4
    Fix unwanted text duplication with sortableJS #2605 Raphaël Riehl 2024-02-06 16:05:15 +0100
  • 5572331088 fix: issue 2602 #2603 kelin.zrh 2024-02-02 15:53:04 +0800
  • f320cf2485
    Merge branch 'next' into feature/merge-block-of-different-types Guillaume Leon 2024-02-01 15:05:57 +0100
  • d374101df8 Patch for erro handling Vishal Pradhan 2024-01-29 15:05:35 +0530
  • c5f579e714 changes for error handling Vishal Pradhan 2024-01-29 15:02:46 +0530
  • 19d98f59a7 Merge branch 'next' into popover-children #2600 popover-children Tanya Fomina 2024-01-28 21:13:43 +0300
  • cdc0e21591 tmp Tanya Fomina 2024-01-28 21:01:03 +0300
  • 3cba6b7f2c
    Merge fb1302df06 into b619946e8f #2388 trevrdspcdev 2024-01-28 08:12:06 -0800
  • b619946e8f
    fix(slash): do not handle / + shift/alt, support for ascii keyboard (#2599) v2.29.1 Peter Savchenko 2024-01-28 13:45:01 +0300
  • b8f4cb6bc9
    support keyboards without physical '/' #2599 Peter Savchenko 2024-01-28 01:04:22 +0300
  • 9759294e96
    fix(slash): do not handle / + shift/alt, support for ascii keyboard Peter Savchenko 2024-01-27 15:14:33 +0300
  • bb006cd2aa Patch for the Editor.js Vishal Pradhan 2024-01-25 18:17:51 +0530
  • 0a42123ba8 Changes for toggleBlockById Vishal Pradhan 2024-01-25 17:14:08 +0530
  • 9542551d84
    chore(release): increment package version to 2.29 (#2593) v2.29.0 Peter Savchenko 2024-01-24 18:01:49 +0300
  • ccd4def728 Change workflows trigger GoldenJaden 2024-01-23 17:24:41 +0700
  • 6d0ac5ce72
    Merge branch 'next' into himself65/improve-css Peter Savchenko 2024-01-22 22:26:02 +0300
  • b706c590c9
    chore(release): increment package version to 2.29 #2593 Peter Savchenko 2024-01-22 22:00:07 +0300
  • d4afe8cca6
    Merge branch 'next' into feature/merge-block-of-different-types Guillaume Leon 2024-01-21 20:46:38 +0100
  • 94a3b7449b
    Merge branch 'next' into next #2581 lucas lelievre 2024-01-15 09:23:48 +0100
  • 4bdf7a12b7
    chore(on-change): check data-mutation-free of parent nodes (#2548) Betty Steger 2024-01-10 20:27:19 +0100
  • ae0e9ed939
    Update onchange.cy.ts #2548 Peter Savchenko 2024-01-10 19:34:33 +0300
  • 06ea4d2cdb
    add support for characterData mutations Peter Savchenko 2024-01-10 19:25:58 +0300
  • 513c7bf4c7
    Merge branch 'next' into pr/2548 Peter Savchenko 2024-01-10 18:45:12 +0300
  • 310cadfe86 Add prepare lucas lelievre 2024-01-09 10:03:47 +0100
  • 3c335f826d Add a check that allows inline toolboxes to work with nested editorsjs lucas lelievre 2024-01-04 17:49:43 +0100
  • 2e4c20f321 changelog #2579 Shravan Kumar Karnati 2024-01-02 09:07:22 -0800
  • 545247d561 formatting Shravan Kumar Karnati 2024-01-02 08:54:05 -0800
  • d29cfce4e3 Issue #2575 add await for clear() method execution in renderFromHTML #2577 nerozya_i 2023-12-27 17:13:40 +0200
  • a23568d744 fix: strict css type Alex Yang 2023-12-26 15:02:40 -0600
  • 292d9f86f0 Merge branch 'next' of https://github.com/OnepilotHQ/editor.js into next GuillaumeOnepilot 2023-12-25 19:06:05 +0100
  • 63703a93d6 fix: remove unused import GuillaumeOnepilot 2023-12-24 17:37:35 +0100
  • 809503ab06 test: add testing for different blocks types merging GuillaumeOnepilot 2023-12-24 17:30:11 +0100
  • 909a8fbfef Merge branch 'feature/merge-block-of-different-types' of https://github.com/OnepilotHQ/editor.js into feature/merge-block-of-different-types GuillaumeOnepilot 2023-12-23 16:03:16 +0100
  • 2074dd1292 chore: remove styling added by mistakes GuillaumeOnepilot 2023-12-23 16:03:02 +0100
  • 2a32d3e5f5
    Merge branch 'next' into feature/merge-block-of-different-types Guillaume Leon 2023-12-23 15:56:55 +0100
  • f8460a2bcc fix: remove console.log GuillaumeOnepilot 2023-12-23 15:56:12 +0100
  • 5daba9890b chore:: use built-in function for type check GuillaumeOnepilot 2023-12-23 15:37:31 +0100
  • 810935b609 feat: use convert config instead of defined property GuillaumeOnepilot 2023-12-23 15:14:59 +0100
  • e612cba1a6 update Shravan Kumar Karnati 2023-12-22 16:00:25 -0800
  • 6ff8e77c9d
    Update docs/CHANGELOG.md Betty Steger 2023-12-23 00:00:54 +0100
  • c5ddf91189
    Bump version (#2557) v2.29.0-rc.8 github-actions[bot] 2023-12-22 23:49:00 +0300
  • c333aa6301 Bump version #2557 github-actions 2023-12-22 20:32:14 +0000
  • 11925ca980
    fix(caret): caret loosing on mobile devices (#2570) Peter Savchenko 2023-12-22 23:31:46 +0300
  • 378470015a
    Merge branch 'next' into fix/caret-mobile #2570 Peter Savchenko 2023-12-22 23:28:15 +0300
  • cd29c52e51
    feat(ui): native-like tab behaviour, slash for toolbox (#2569) Peter Savchenko 2023-12-22 23:15:35 +0300
  • 05cfca344a
    review fixes #2569 Peter Savchenko 2023-12-22 23:11:35 +0300
  • 3fc964f344
    rm unused import Peter Savchenko 2023-12-22 22:53:17 +0300
  • fdffc5cbfc
    fix(caret): caret loosing on mobile devices Peter Savchenko 2023-12-22 22:33:46 +0300
  • 51d37c751f
    tests fixed Peter Savchenko 2023-12-21 22:12:43 +0300
  • 75625d7d07
    test for tabbing out of editor Peter Savchenko 2023-12-20 23:59:15 +0300
  • 788b4fbd95
    tab tests Peter Savchenko 2023-12-20 23:38:48 +0300
  • 9bb0b0c111
    tests for Slash Peter Savchenko 2023-12-20 22:38:22 +0300
  • 9051ca7483
    fix tests Peter Savchenko 2023-12-20 04:31:34 +0300
  • 25d52b0d46
    tab, focus improvements Peter Savchenko 2023-12-20 04:05:55 +0300
  • 3c58c65733 add try catch SamiOP75 2023-12-18 17:50:14 +0100
  • 39bb96fa3e 2.29.2 #2565 cloudy95 2023-12-17 20:03:13 -0400
  • c28a63754a fix cloudy95 2023-12-17 20:02:44 -0400
  • 8ae0ac483c modificacndo version cloudy95 2023-12-17 19:52:21 -0400
  • b16d2513c1 cambiando nombre en package cloudy95 2023-12-17 19:34:20 -0400
  • ac9aeec129 v1.0 cloudy95 2023-12-17 19:23:32 -0400
  • 0cf122f630 name @editorjs/editor-builder cloudy95 2023-12-17 19:22:56 -0400
  • a8e913ce29 hotfix cloudy95 2023-12-17 19:05:01 -0400
  • aa25ec40e4 Merge branch 'feature/luis-remove-enter-svg-path' of https://github.com/cloudy95/editor.js into feature/luis-remove-enter-svg-path cloudy95 2023-12-17 19:04:13 -0400
  • ca6688b10e fix cloudy95 2023-12-17 19:03:50 -0400
  • 5b3cafb127
    Merge branch 'next' into feature/luis-remove-enter-svg-path Luis Sanguino 2023-12-17 18:54:57 -0400
  • d278827e75 remve enter new blocks and remove css path svg cloudy95 2023-12-17 18:43:29 -0400