CodeMirror.Erideon
5.65.7
See the version list below for details.
dotnet add package CodeMirror.Erideon --version 5.65.7
NuGet\Install-Package CodeMirror.Erideon -Version 5.65.7
<PackageReference Include="CodeMirror.Erideon" Version="5.65.7" />
<PackageVersion Include="CodeMirror.Erideon" Version="5.65.7" />
<PackageReference Include="CodeMirror.Erideon" />
paket add CodeMirror.Erideon --version 5.65.7
#r "nuget: CodeMirror.Erideon, 5.65.7"
#:package CodeMirror.Erideon@5.65.7
#addin nuget:?package=CodeMirror.Erideon&version=5.65.7
#tool nuget:?package=CodeMirror.Erideon&version=5.65.7
ORIGINAL RELEASES of CodeMirror (NuGet package maintained by Erideon).
CodeMirror is a versatile text editor implemented in JavaScript for the browser.
www.codemirror.net
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.65.18 | 598 | 9/28/2024 |
| 5.65.17 | 485 | 7/27/2024 |
| 5.65.16 | 783 | 11/21/2023 |
| 5.65.15 | 681 | 8/31/2023 |
| 5.65.14 | 512 | 7/18/2023 |
| 5.65.13 | 565 | 4/27/2023 |
| 5.65.12 | 646 | 2/21/2023 |
| 5.65.11 | 755 | 12/24/2022 |
| 5.65.10 | 727 | 11/22/2022 |
| 5.65.9 | 791 | 9/21/2022 |
| 5.65.8 | 854 | 8/22/2022 |
| 5.65.7 | 829 | 7/21/2022 |
| 5.65.6 | 844 | 6/21/2022 |
| 5.65.5 | 881 | 5/31/2022 |
| 5.65.4 | 808 | 5/20/2022 |
| 5.65.3 | 819 | 4/20/2022 |
| 5.65.2 | 1,842 | 2/22/2022 |
| 5.65.1 | 868 | 1/21/2022 |
| 5.65.0 | 731 | 1/5/2022 |
| 5.64.0 | 917 | 11/21/2021 |
- Fix several references to the global document/window, improving support for creating an editor in another frame.
- vim bindings: Use upstream code instead of keeping our own copy.
- tern addon: Properly HTML escape variable names in rename dialog.