Closed renovate[bot] closed 1 year ago
This issue has been automatically marked as stale because it has not had ant activity in the past 100 days. If no activity occurs, it will be closed in 14 days. Post a comment or open a pull-request associated to this issue to remove the stale state. Thank you for your contributions.
Closed due to 14 days innactivity since being marked as stale.
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x
releases. But if you manually upgrade to 3.x
then Renovate will re-enable minor
and patch
updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
1.6.1
->3.0.0
Release Notes
serdarciplak/BlazorMonaco
### [`v3.0.0`](https://togithub.com/serdarciplak/BlazorMonaco/blob/HEAD/CHANGELOG.md#300) - Updated to Monaco Editor v0.34.1 - Added support for net6.0 and net7.0 - Aligned with Monaco Editor's original namespace and class names. - Cleaner integration. - Improvements and several bug fixes. - Breaking Changes: - Please follow the migration guide [here](./MIGRATE.md). ### [`v2.1.0`](https://togithub.com/serdarciplak/BlazorMonaco/blob/HEAD/CHANGELOG.md#210) - Added ExecuteEdits method. - Added missing properties to DiffEditorConstructionOptions. - Added LineNumbersLambda property to editor construction options to set line numbers via a lambda. - Changed the type of the payload parameter from JsomElement to Object in Editor.Trigger method for convenience. - Fixed the return type of GetAllDecorations method. - Fixed a null pointer exception that occurs when TextModels are null. ### [`v2.0.0`](https://togithub.com/serdarciplak/BlazorMonaco/blob/HEAD/CHANGELOG.md#200) - Updated to Monaco Editor v0.22.3 - Added TextModel methods. - Breaking Changes: - Merged 'BlazorMonaco.Bridge' namespace into 'BlazorMonaco' namespace - Renamed 'CommentOptions' class to 'EditorCommentsOptions' - Renamed 'FindOptions' class to 'EditorFindOptions' - Renamed 'HoverOptions' class to 'EditorHoverOptions' - Renamed 'LightbulbOptions' class to 'EditorLightbulbOptions' - Renamed 'MinimapOptions' class to 'EditorMinimapOptions' - Renamed 'ParameterHintOptions' class to 'EditorParameterHintOptions' - Renamed 'ScrollbarOptions' class to 'EditorScrollbarOptions' - Restructured 'EditorLayoutInfo' - Removed some options and properties that are removed by Monaco Editor itselfConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.