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

feat!: release version 11.0.0 with breaking changes #2338

Merged
merged 99 commits into from
Nov 9, 2024
Merged

Commits on Oct 17, 2024

  1. fix: remove super_clipboard from flutter_quill_extensions and move it…

    … to quill_super_clipboard (#2322)
    EchoEllet authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5f2058d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b66c331 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. chore: remove controller from configuration class, remove the quill t…

    …oolbar and editor provider widgets, other minor breaking changes
    EchoEllet committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    fd6fa50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76eced4 View commit details
    Browse the repository at this point in the history
  3. chore: remove experimental support for spell checking, remove the dep…

    …recated support for YouTube in flutter_quill_extensions and other minor breaking changes
    EchoEllet committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b437e84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af5a173 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0ae142 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc6b6b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa75407 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6149dc1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a05f02 View commit details
    Browse the repository at this point in the history
  10. chore: always call setState() in _markNeedsBuild() in QuillRawEditorS…

    …tate even if dirty is already true (revert to old behavior)
    EchoEllet committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a127628 View commit details
    Browse the repository at this point in the history
  11. chore: extract code from _requestKeyboard() and add docs comment for …

    …_requireEditorCurrentState
    EchoEllet committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ec24661 View commit details
    Browse the repository at this point in the history
  12. chore: remove classes related to editor element options, minor docs u…

    …pdates in editor config, rename isOnTapOutsideEnabled to onTapOutsideEnabled
    EchoEllet committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1c10cd0 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    5621671 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c6d1dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bff8f70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf6380c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    419703c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86254dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ec8c88 View commit details
    Browse the repository at this point in the history
  8. chore: remove deprecated class SuperClipboardService, rename the dire…

    …ctory models to config in flutter_quill_extensions
    EchoEllet committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5a97bd3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1799693 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    78f614f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4efb996 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0616ce0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1e4a77a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    69f3235 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    7514119 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f183ff0 View commit details
    Browse the repository at this point in the history
  3. chore: rename the file quill_controller_configurations.dart to quill_…

    …controller_config.dart
    EchoEllet committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    eed5629 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    13563b5 View commit details
    Browse the repository at this point in the history
  2. chore: restore search within embed objects feature (revert removal of…

    … editor config inside the QuillController)
    EchoEllet committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    3525ffc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c34646c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d12e028 View commit details
    Browse the repository at this point in the history
  5. chore: removes quill controller web files, updates QuillControllerCon…

    …fig.onClipboardPaste to allow overriding the default paste handling
    EchoEllet committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    d9b572b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4287bca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8e5bbc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a3afaf1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9ada73e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    403a450 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46c890d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e1dcab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79a771a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1a7e57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b739b70 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c18d90c View commit details
    Browse the repository at this point in the history
  8. chore: fix dart analysis

    EchoEllet committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    5e33aa9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fab53e5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    56a49a6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e67ccb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ff1c98a View commit details
    Browse the repository at this point in the history
  13. chore: restore previous publish workflow (revert), update min version…

    … of flutter_quill in test and extensions packages, removes pubspec_overrides.yaml
    EchoEllet committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    5690bfc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f8257ed View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    95a31af View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1bad89c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    f14dbe6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    176e36e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ee4ae6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fcfaee View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. feat(toolbar): add the base button options feature back, supports flu…

    …tter_quill_extensions's buttons too.
    EchoEllet committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    1f51935 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e22268c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c87e127 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d39c82 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

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

Commits on Nov 4, 2024

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

Commits on Nov 5, 2024

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

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    fe9dfd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    837adf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1d06e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    76b5564 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47ac56f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d62211a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1144018 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39ca2d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7de1d88 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c204de7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55b9d34 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    02b30e0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1fb1937 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2ae5bef View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8750e64 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1cc4c4b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    25a45ed View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8a8abbd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    49e0d98 View commit details
    Browse the repository at this point in the history
  17. docs(readme): update sample page link, remove 'breaking changes' from…

    … table of contents only
    EchoEllet committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    79ccfe8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7ccd692 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2c33a55 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c01525c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0d4ecbc View commit details
    Browse the repository at this point in the history
  22. chore: ignore deprecations

    EchoEllet committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    5d561d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    20f3a60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e2a730 View commit details
    Browse the repository at this point in the history
  3. ci(publish): first attemp to automate the CHANGELOG.md change while c…

    …omplying to Keep A Changelog
    EchoEllet committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    09a4aa9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df5352f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5c4d45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30a88bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ac4611 View commit details
    Browse the repository at this point in the history