-
-
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.0-beta #387
Merged
Merged
Release 2.0-beta #387
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
* Toolbox making * Add Toolbox buttons click handler * Toolbar, Toolbox, UI * Updates * update css prefix
# Conflicts: # build/codex-editor.js # build/codex-editor.js.map # src/codex.js
Renderer improvements: Editor start methods must be passed alternately
Module saver: initial
* Allow to filter inline tools. * update example * update header
* add destructured options for inline-tools * temporary disable inlineCode * remove term sources
* Fix toolbar moving after arrow navigation Resolves #361 * move before open * fix error on Enter after block removing
* add destructured options for inline-tools * temporary disable inlineCode * remove term sources * add inline code Tool as a submodule * update version of inline-code package * add Tools as submodules * update Tools and use destructured params object * Add constructor() docs * update package Paragraph Tool * update installation docs
* Quote Tool * Add icon * Upd * Initial setup * Save changes * Add scroll and fix input focus * Add comments * Rebuild bundle * fix ENTER on quote * Fix split behaviour * Fix * Navigate only to contentful blocks * add comments * Fix backspace on last block * Remove log * It works * Resolve comments * Use constants
* New readme π¦ * upd text
neSpecc
requested review from
gohabereg,
khaydarov and
talyguryn
as code owners
August 3, 2018 13:45
* Fix issue #374 * Set current block index to -1 if there is no blocks left * Insert new block if first one was removed by default
* git commit -m "Removed submodule Paragraph" * add paragraph to core + zero-config * update bundle * update comment * remove log
* Migrate to yarn * Update scripts
* Initial destroy method * Add destroy method to api docs * Export isReady promise in CodexEditor constructor
gohabereg
approved these changes
Aug 5, 2018
talyguryn
approved these changes
Aug 5, 2018
khaydarov
approved these changes
Aug 5, 2018
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.
π¨βπ
Co-authored-by: Murod Khaydarov murod.haydarov@gmail.com
Co-authored-by: George Berezhnoy gohabereg@gmail.com
Co-authored-by: Taly vitalik7tv@yandex.ru