Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codex-team/editor.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: next
Choose a base ref
...
head repository: codex-team/editor.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/collaborative-editing
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 18 files changed
  • 3 contributors

Commits on May 5, 2022

  1. [Feature] Add state manager (#2018)

    * add state manager with demo file
    
    * remove initial state
    
    * move Store type to Store.ts
    
    * add new actions
    
    * change store schema
    
    * add docs
    
    * type -> interface, add deepCopy function
    
    * move types to the /types/ folder
    
    * rename types files, change state type (add blocks: key)
    
    * fix createStore.ts func
    
    * add documentation for reducer
    
    * use BlockMutationType instead of ActionType
    
    * add doc
    
    * deep copy of initial state
    
    * add doc for createStore
    
    * Apply suggestions from code review
    
    Co-authored-by: Peter Savchenko <[email protected]>
    
    * rename `reducer` to `blocksReducer`
    
    * add a listener type, pass changed state to the listener
    
    Co-authored-by: Peter Savchenko <[email protected]>
    ilyamore88 and neSpecc authored May 5, 2022
    Configuration menu
    Copy the full SHA
    e6db8d5 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Configuration menu
    Copy the full SHA
    096517b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Merge branch 'next' of github.com:codex-team/editor.js into feature/c…

    …ollaborative-editing
    
    � Conflicts:
    �	src/components/utils.ts
    ilyamore88 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    0f77b75 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. feat(collaborative): function for getting changes from string (#2101)

    * create function for getting changes from a string
    
    * remove useless variables
    
    * add more test cases
    
    * refactor: return array of operations
    
    * refactor: rename function, conditions, add docs
    
    * refactor: use interfeces, move them to separate file, add comments
    
    * refactor: rename test cases
    
    * refactor: rename test cases
    
    * refactor: change types schema
    
    * refactor: rename function
    
    * test: add the case for multiple changes
    ilyamore88 authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    a513e10 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    665d5d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    a5bea55 View commit details
    Browse the repository at this point in the history
Loading