Skip to content
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

Fix for input and textarea bug #1214

Merged
merged 32 commits into from
Aug 27, 2020

Commits on Apr 11, 2020

  1. [Improvements] ESLint action (codex-team#1099)

    * TSLint -> ESLint, GitHub Action
    
    * Update eslint.yml
    
    * Autofix
    
    * more autofix
    
    * fix
    
    * manually fix some issues
    
    * Update CHANGELOG.md
    neSpecc committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    f5e9a66 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. [Refactor] ESLint fixed (codex-team#1100)

    Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
    gohabereg and neSpecc committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    4c0d806 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. [Feature] i18n (codex-team#1106)

    * i18n first steps
    
    * i18n internal, toolbox, api for tools
    
    * namespaced api
    
    * tn, t
    
    * tn in block tunes
    
    * join toolbox and inlineTools under toolNames
    
    * translations
    
    * make enum toolTypes
    
    * Update block.ts
    
    * Update src/components/core.ts
    
    Co-Authored-By: George Berezhnoy <gohabereg@users.noreply.github.com>
    
    * add more types
    
    * rm tn
    
    * export i18n types
    
    * upd bundle
    
    * fix tabulation
    
    * Add type-safe namespaces
    
    * upd
    
    * Improve example
    
    * Update toolbox.ts
    
    * improve examplle
    
    * upd
    
    * fix typo
    
    * Add comments for complex types
    
    Co-authored-by: George Berezhnoy <gohabereg@users.noreply.github.com>
    Co-authored-by: Georgy Berezhnoy <gohabereg@gmail.com>
    3 people committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    21cac86 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Remove unused submodule

    tasuku-s committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    775ccbc View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Configuration menu
    Copy the full SHA
    f4c4051 View commit details
    Browse the repository at this point in the history
  2. Do not load styles twice (codex-team#1112)

    * Do not load styles twice
    
    * Add changelog
    
    * Fix issue link
    
    Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
    gohabereg and neSpecc committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    2997ed0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a81699 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7eb642d View commit details
    Browse the repository at this point in the history
  5. fix $.isEmpty performance (codex-team#1096)

    * fix $.isEmpty performance
    
    * add changelog
    
    * upd bundle
    
    Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
    tasuku-s and neSpecc committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    72213f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f876e8 View commit details
    Browse the repository at this point in the history
  7. Update issue templates (codex-team#1121)

    * Update issue templates
    
    * Apply suggestions from code review
    
    Co-Authored-By: George Berezhnoy <gohabereg@users.noreply.github.com>
    
    * upd texts
    
    * Update feature_request.md
    
    * Update .github/ISSUE_TEMPLATE/discussion.md
    
    Co-Authored-By: George Berezhnoy <gohabereg@users.noreply.github.com>
    
    Co-authored-by: George Berezhnoy <gohabereg@users.noreply.github.com>
    neSpecc and gohabereg committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    66e70fa View commit details
    Browse the repository at this point in the history
  8. Allowing deleting block by block id (codex-team#1108)

    * Allowing deleting block by block id
    
    * Fixed no argument error
    
    * Making index value optional for delete operation
    
    * Added to changelog
    
    * Making index value optional for delete operation
    
    * Added parameter description
    
    * Update docs/CHANGELOG.md
    
    * Update types/api/blocks.d.ts
    
    * Update editor.js
    
    Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
    athul7744 and neSpecc committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    5218a6a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae8591c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Create CODE_OF_CONDUCT.md (codex-team#1171)

    * Create CODE_OF_CONDUCT.md
    
    * Update changelog file
    talyguryn committed May 27, 2020
    Configuration menu
    Copy the full SHA
    f6b7b2e View commit details
    Browse the repository at this point in the history
  2. Update dependencies (codex-team#1122)

    * Update dependencies
    
    * upd codex.tooltip
    
    * Update editor.js.LICENSE.txt
    
    Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
    gohabereg and neSpecc committed May 27, 2020
    Configuration menu
    Copy the full SHA
    e3410be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0ddb10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1eb6d81 View commit details
    Browse the repository at this point in the history
  5. Fix shortcut for external tools (codex-team#1141)

    * fix/shortcut-for-external-tools
    
    * Check inline tools property for shortcut
    
    Co-authored-by: George Berezhnoy <gohabereg@gmail.com>
    sonnn and gohabereg committed May 27, 2020
    Configuration menu
    Copy the full SHA
    5fe8b08 View commit details
    Browse the repository at this point in the history
  6. Hotfix/issue1133 selection shortcut removed on editor destroy (codex-…

    …team#1140)
    
    * Removed shortcut CMD+A on editor destroy codex-team#1133
    
    * Removed patch version and made code cleaner codex-team#1133
    
    * lint error fixes codex-team#1133
    
    Co-authored-by: Sisir <sisir@hellosivi.com>
    Co-authored-by: George Berezhnoy <gohabereg@gmail.com>
    3 people committed May 27, 2020
    Configuration menu
    Copy the full SHA
    7c3bf76 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ffe5bbc View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Fix BlockManager.insert method (codex-team#1172)

    * Fix BlockManager.insert method
    
    * upd
    
    * Explicitly check for undefined
    gohabereg committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    ff6bd2d View commit details
    Browse the repository at this point in the history
  2. Update tools master branches (codex-team#1180)

    * Update master branches
    
    * Update image
    
    * Update CHANGELOG.md
    talyguryn committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    e1500f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26b19a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8341c33 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. lint code

    neSpecc committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    239aaf6 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    neSpecc committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    4cea66f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

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

Commits on Jul 26, 2020

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

Commits on Aug 27, 2020

  1. Configuration menu
    Copy the full SHA
    274cd6c View commit details
    Browse the repository at this point in the history
  2. Upd tools

    gohabereg committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    0a4f01f View commit details
    Browse the repository at this point in the history
  3. Add changelog

    gohabereg committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    8b76f80 View commit details
    Browse the repository at this point in the history
  4. Upd submodules

    gohabereg committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    794713e View commit details
    Browse the repository at this point in the history