The Wayback Machine - https://web.archive.org/web/20230315071801/https://github.com/codex-team/editor.js/commits/next
Skip to content
Permalink
next
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Mar 14, 2023

  1. 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]>
    ilyamore88 and neSpecc committed Mar 14, 2023

Commits on Mar 13, 2023

  1. 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]>
    kiorq and neSpecc committed Mar 13, 2023

Commits on Feb 20, 2023

  1. Bump version (#2197)

    Co-authored-by: github-actions <[email protected]>
    github-actions[bot] and actions-user committed Feb 20, 2023

Commits on Feb 19, 2023

  1. 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
    neSpecc committed Feb 19, 2023

Commits on Feb 17, 2023

  1. chore: update submodules

    neSpecc committed Feb 17, 2023

Commits on Feb 15, 2023

  1. Update a readme (#2267)

    * 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]>
    TatianaFomina and neSpecc committed Feb 15, 2023

Commits on Feb 10, 2023

  1. 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]>
    3 people committed Feb 10, 2023

Commits on Jan 31, 2023

  1. 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]>
    DenysVuika and TatianaFomina committed Jan 31, 2023

Commits on Jan 30, 2023

  1. 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
    Can4ly committed Jan 30, 2023

Commits on Jan 25, 2023

  1. 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
    Can4ly committed Jan 25, 2023

Commits on Dec 14, 2022

  1. 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
    TatianaFomina committed Dec 14, 2022
  2. 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]>
    robonetphy and neSpecc committed Dec 14, 2022

Commits on Dec 6, 2022

  1. fix(tunes): make installed tunes render above default tunes (#2204)

    * Fix tunes order
    
    * Update version and changelog
    
    * Fix tests
    TatianaFomina committed Dec 6, 2022

Commits on Dec 2, 2022

Commits on Dec 1, 2022

  1. 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]>
    TatianaFomina and neSpecc committed Dec 1, 2022

Commits on Nov 29, 2022

  1. bump: 2.26.0 is ready (#2189)

    * Bump version
    
    * Update package.json
    
    Co-authored-by: github-actions <[email protected]>
    Co-authored-by: Peter Savchenko <[email protected]>
    3 people committed Nov 29, 2022
  2. chore(submodule): paragraph submodule updated with the new icons (#2191)

    * do not show tooltip on mobile
    
    * paragraph submodule updated with the new icon
    neSpecc committed Nov 29, 2022
  3. 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
    neSpecc committed Nov 29, 2022

Commits on Nov 28, 2022

  1. 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
    neSpecc committed Nov 28, 2022
  2. bump: 2.26.0-rc.7

    Co-authored-by: github-actions <[email protected]>
    github-actions[bot] and actions-user committed Nov 28, 2022
  3. 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
    neSpecc committed Nov 28, 2022

Commits on Nov 26, 2022

  1. Bump version (#2183)

    Co-authored-by: github-actions <[email protected]>
    github-actions[bot] and actions-user committed Nov 26, 2022
  2. fix ci (#2182)

    neSpecc committed Nov 26, 2022
  3. bump: 2.26.0-rc.5

    Co-authored-by: github-actions <[email protected]>
    github-actions[bot] and actions-user committed Nov 26, 2022
  4. 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]>
    dependabot[bot] and neSpecc committed Nov 26, 2022

Commits on Nov 25, 2022

  1. fix release drafter

    neSpecc committed Nov 25, 2022
  2. bump: 2.26.0-rc.4

    Co-authored-by: github-actions <[email protected]>
    Co-authored-by: Peter Savchenko <[email protected]>
    3 people committed Nov 25, 2022
  3. 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]>
    swapster and neSpecc committed Nov 25, 2022
  4. chore(submodules): submodules updated, changelog fixed (#2179)

    * submodules updated
    
    * changelog updated
    neSpecc committed Nov 25, 2022
  5. 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]>
    3 people committed Nov 25, 2022
  6. Bump version (#2178)

    Co-authored-by: github-actions <[email protected]>
    github-actions[bot] and actions-user committed Nov 25, 2022
  7. 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
    neSpecc committed Nov 25, 2022
  8. Bump version (#2177)

    Co-authored-by: github-actions <[email protected]>
    github-actions[bot] and actions-user committed Nov 25, 2022
Older