Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps AvalonEdit from 5.0.4 to 6.1.0.

Release notes

Sourced from AvalonEdit's releases.

AvalonEdit 6.1.0

icsharpcode/AvalonEdit@v6.0.1...v6.1.0

AvalonEdit 6.1 Preview

icsharpcode/AvalonEdit@v6.0.1...v6.1-preview1

AvalonEdit 6.0.1

Minor bug fix release

AvalonEdit 6.0

For change details please see CHANGELOG.md. Most notable is the support of .NET Core 3.0.

AvalonEdit 6.0 Preview 1

Built with dotnet-sdk-3.0.100-preview7-012821-win-x64.exe and msbuild version 16.1.76.45076.

Target frameworks: netcoreapp3.0 net40 net45

Changelog

Sourced from AvalonEdit's changelog.

Note: this changelog only lists major changes and fixes for major bugs. For a complete list of changes, see the git log.

tbd: AvalonEdit 6.2-preview1

  • tbd

2021/03/08: AvalonEdit 6.1.0

2020/09/07: AvalonEdit 6.1 Preview 1

2019/12/30: AvalonEdit 6.0.1

  • Minor bug fixes

2019/09/24: AvalonEdit 6.0

  • Add support for .NET Core 3.0
  • Remove support for .NET 3.5
  • Add proper .editorconfig and fix formatting
  • Remove DOTNET4 and NREFACTORY symbols
  • Create snukpg and use SourceLink

Note: Versions 5.0.2, ..3 and ..4 are not contained in this change log

2014/06/28: AvalonEdit 5.0.1-pre

  • License changed from LGPL to MIT
  • New Feature: Hide mouse cursor while typing (enabled by default)
  • New Feature: Highlight current line (disabled by default)
  • New Feature: Overstrike mode (disabled by default)
  • AvalonEdit now raises the WPF DataObject attached events on clipboard and drag'n'drop operations.
  • Encoding detection now distinguishes between UTF-8 with BOM and UTF-8 without BOM. This prevents AvalonEdit from adding the BOM to existing UTF-8 files.
  • Improved handling of grapheme clusters. A base character followed by a combining mark is now treated as a single character by the caret movement logic.
  • Added RichText, RichTextModel and RichTextColorizer.
  • Renamed the VB highlighting mode from "VBNET" to "VB"
  • Changed IHighlighter API in order to support SharpDevelop's semantic C# highlighter
  • The regex-based highlighting engine was moved into its own class (HighlightingEngine) to be separated from the state-tracking logic in DocumentHighlighter.
  • Add FileName property to TextDocument class.
  • DocumentChangeEventArgs.RemovedText/InsertedText are now of type ITextSource instead of string.
  • Removed the error-tolerant XML parser ("AvalonEdit.Xml"). An improved version of this parser is available as part of NRefactory 5.
  • Removed some obsolete APIs.

2014/05/01: AvalonEdit 4.4.2.9744

  • Fixed crash-on-launch in .NET 3.5 version of AvalonEdit.
  • Fixed bug that caused deleted document lines to return IsDeleted=false after the whole document document content was replaced.

2014/04/30: AvalonEdit 4.4.1.9739

  • Fix crash when using AvalonEdit on multiple UI threads.

... (truncated)

Commits
  • 664b6f5 Build for 6.1 final
  • c828838 Remove publishing NuGet to feed
  • a8d86c1 Merge pull request #255 from batzen/patch-1
  • 15e564f Merge pull request #263 from jairbubbles/catch-exception-when-pasting-with-in...
  • f583497 Try with backslash in dotnet nuget push
  • 48bf3dc Remove AppVeyor and Azure DevOps build definitions
  • 4e5639e Basic CI structure with GitHub Actions (#265)
  • f85ab9a Catch exception when pasting with invalid data in the clipboard
  • a046e2d Prevent null reference exception when rendering
  • 106b31e Publish v6.1-preview1
  • 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [AvalonEdit](https://github.com/icsharpcode/AvalonEdit) from 5.0.4 to 6.1.0.
- [Release notes](https://github.com/icsharpcode/AvalonEdit/releases)
- [Changelog](https://github.com/icsharpcode/AvalonEdit/blob/master/ChangeLog.md)
- [Commits](icsharpcode/AvalonEdit@5.0.4...v6.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Mar 15, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #120.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/AvalonEdit-6.1.0 branch March 22, 2021 10:45
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 .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant