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

Bump io.github.Rosemoe.sora-editor:bom from 0.22.2 to 0.23.3 #4

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 13, 2024

Bumps io.github.Rosemoe.sora-editor:bom from 0.22.2 to 0.23.3.

Release notes

Sourced from io.github.Rosemoe.sora-editor:bom's releases.

0.23.3

Fixes

  • add static APIs in Span to SpanFactory to avoid NoSuchMethodError when app minSdk < 24 Migrate to SpanFactory recommended.

Documentation

We are adding documentation for sora-editor now! Currently, you can visit here to explore the documentation, though it's incomplete.

0.23.2

Fixes and Enhancements

  • fix editor cursor animation
  • fix wrong keyboard meta states used when printing key is pressed
  • fix editor is not focused when soft keyboard is disabled
  • add context-click, hover, and context menu events
  • add mouse support for editor (#472)
    • select text
    • drag and drop text in editor
    • drag text into editor from other widgets (like TextView)
    • diagnostic tooltip on hover
    • built-in context menu
    • strengthened mouse wheel function

0.23.1

Hello, 2024! Here's the first major update of sora-editor in 2024.

Release Notes for 0.23.0

Fixes and Enhancements

Editor Core

  • add more XML attributes
  • optionally report cursor anchor position on screen to input method
  • fix failure in fetching scroll factor (#532 by @​dingyi222666 )
  • fix completion window being cut (#420 by @​dingyi222666 )
  • fix fuzzyScore sort for completion items (#538 by @​dingyi222666 )
  • fix that text styles are still used after editor is released
  • add PlainTextAnalyzeManager for plain text that requires completion
  • fix incorrect rendering order of sticky lines and pinned line numbers (#539 )
  • fix stack overflow when cutting line on last editor line
  • fix thread-safety issues in Content
  • add extended attributes objects for Span, and make Span an interface
  • add span and span range in editor's motion events (click, double-click and long-click) (#540 )
  • add more editor state events for implementing user-side features
  • fix diagnostic tooltip is not dismissed on focus lost
  • add EditorSpanInteractionHandler as base implementation for clickable spans
  • cut line forward or backward (#508)
  • fix scroll position auto-adjust
  • add Ctrl+PgUp, Ctrl+PgDn, Ctrl+Shift+PgUp, Ctrl+Shift+PgDn shortcuts

Language Textmate

  • merge TM4E update from upstream
  • enable symbol pairs by default

Language LSP

... (truncated)

Commits
  • 2d18cc1 chore: bump version to 0.23.3
  • ca7a129 fix: move static methods in Span to SpanFactory to avoid binary incompatibili...
  • cc0c4a4 docs: reorder items in README
  • eca4549 docs: update documentation site in README
  • fd0fa8e chore: simplify code in EditorContextMenuCreator
  • f18c93c chore: move activity
  • 8bf3450 chore: bump version to 0.23.2
  • 8e474f0 fix: CodeEditor#acceptsComposingText actual result is inverted
  • 15a9b2c fix: Ctrl+Scroll still scroll the content
  • 985620b fix: mouse hover/press state is not reset
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.github.Rosemoe.sora-editor:bom](https://github.com/Rosemoe/sora-editor) from 0.22.2 to 0.23.3.
- [Release notes](https://github.com/Rosemoe/sora-editor/releases)
- [Commits](Rosemoe/sora-editor@0.22.2...0.23.3)

---
updated-dependencies:
- dependency-name: io.github.Rosemoe.sora-editor:bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 13, 2024
Copy link
Author

dependabot bot commented on behalf of github Feb 19, 2024

Superseded by #9.

@dependabot dependabot bot closed this Feb 19, 2024
@dependabot dependabot bot deleted the dependabot/gradle/io.github.Rosemoe.sora-editor-bom-0.23.3 branch February 19, 2024 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants