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.1 #2

Conversation

dependabot[bot]
Copy link

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

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

Release notes

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

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

Language Tree-sitter

  • fix access violation to tree-sitter native objects and thread-safety issues (#497 )

Language Java

  • add detection for links

Sample App

  • open links in code editor by double-click on it

Breaking Changes and Migration

Editor Selection API

The legacy moveSelectionUp, moveSelectionDown and other methods for moving/extending selection are removed. Now selection moving and extending are seperated.

  • moveSelection method: de-select any text and move the cursor based on given movement type
  • extendSelection method: update selected range, based on the movement type passed and anchor for current text selecting
  • selection anchor is updated as selection changes and text updates

For selection movement types, please see SelectionMovement enum.

Span API (for custom languages)

Span is now interface class. To migrate to new API, note:

  • replace your field access with setters and getters
  • do not use builder-like calls to set properties of Span
  • you can not directly get underlineColor because it is resolved when the span is rendered

Release Notes for 0.23.1

... (truncated)

Commits
  • 329c7c7 chore: bump version to 0.23.1
  • e88467d feat: add Content#isValidPosition
  • 2173fa9 fix: selection anchor is not updated when new text is set
  • 2436ee5 chore: bump version to 0.23.0
  • e34ce5d chore: set default max line count for sticky scroll to 3
  • b079c8b refact: rename page start/end to top/bottom
  • 633d680 docs: add description for new keybindings
  • be6393f feat: add more selection movement support for editor; use unified entry for m...
  • d271cec fix: position can be invisible after setting selection, due to sticky lines
  • ad2b518 feat: add option to set selection position after cut line action (close #508)
  • 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.1.
- [Release notes](https://github.com/Rosemoe/sora-editor/releases)
- [Commits](Rosemoe/sora-editor@0.22.2...0.23.1)

---
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 8, 2024
Copy link
Author

dependabot bot commented on behalf of github Feb 12, 2024

Superseded by #3.

@dependabot dependabot bot closed this Feb 12, 2024
@dependabot dependabot bot deleted the dependabot/gradle/io.github.Rosemoe.sora-editor-bom-0.23.1 branch February 12, 2024 09:15
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