Releases: gaelj/BlazorCodeMirror6
Releases · gaelj/BlazorCodeMirror6
Release 0.3.0
✨ Introduce new features
- Add commands to insert markdown table and horizontal rule
- Implement csv and tsv with padded column widths (Does not support multiline cells)
- Add Tab and Shift-Tab keymaps to csv mode, to navigate columns
🎨 Improve structure / format of the code
- Improve eq() of emojiWidget
What's Changed
Full Changelog: 0.2.2...0.3.0
Release 0.2.2
⚡️ Improve performance
- Call js module dispose on blazor component dispose
⬆️ Upgrade dependencies
- Update @codemirror/lint
🐛 Fix a bug
- Ensure the js init of an editor is done only once
What's Changed
Full Changelog: 0.2.1...0.2.2
Release 0.2.1
✨ Introduce new features
- Add DisplayName() extension to CodeMirrorLanguage enum
- Allow scrolling past the end of the document
- Implement white space & trailing white space highlighting
🐛 Fix a bug
- Fix dragging text was highjacked by the file drag overlay
- Fix empty language definitions in example
✏️ Fix typos
- Display Plain Text language name with space
What's Changed
Full Changelog: 0.2.0...0.2.1
Release 0.2.0
✨ Introduce new features
- Implement configurable Unified Merge View
- Support and dynamically load 145 languages
- Allow specifying FileNameOrExtension to detect language automatically (instead of specifying Language parameter)
⚡️ Improve performance
- Use record instead of class for interop DTOs: CodeMirrorCompletion/Section, CodeMirrorDiagnostic
⬆️ Upgrade dependencies
- Update dependencies: Sentry in examples projects ; languages, merge, babel in js
📝 Add or update documentation
- Add csv mode in README.md todo
🚚 Move or rename resources (e.g., files, paths)
- Move GetMentionCompletions in example, to dedicated file
What's Changed
Full Changelog: 0.1.3...0.2.0
Release 0.1.3
✨ Introduce new features
- Diagrams & images: ensure they always fit the width of the editor, scroll into view when clicked, click image to edit its URI
🐛 Fix a bug
- Try to fix jumping issue with smaller images
- Add missing IsWASM property
📝 Add or update documentation
- Add 2nd example page to test behavior on navigation
- Add Blazor Server Interactive rendering mode example
🚚 Move or rename resources (e.g., files, paths)
- Move layout and menu to shared example project
⬆️ Upgrade dependencies
- Npm update: @codemirror/lang-markdown 6.2.4
- Nugets update: Microsoft.AspNetCore.Components.Web 6.0.26
- Update all dependencies
- Update Microsoft nugets to 8.0.1
- Update rollup to 4.9.6
🔨 Add or update development scripts
- Add update_nugets script
- Cleanup make-changelog.sh
What's Changed
- Improve images, add examples, update dependencies by @gaelj in #82
- 🔖 Release version 0.1.3 by @gaelj in #83
Full Changelog: 0.1.2...0.1.3
Release 0.1.2
0.1.2 - 2024-01-16
🐛 Fix a bug
- Fix create github release when not using a tag ref
0.1.1 - 2024-01-16
👷 Add or update CI build system
- Improvement to make automatic releases
🔨 Add or update development scripts
- Add message in make release script
- Include make changelog in make release script
0.1.0 - 2024-01-15
👷 Add or update CI build system
- Replace github actions with: create tag on merge to main & deploy on tag created
🔖 Release / Version tags
- Bump version to 0.1.0
- Adding support for targeting .NET 6
What's Changed
Full Changelog: 0.1.1...0.1.2
Release 0.0.3
👷 Add or update CI build system
- Github release: fix tag name, replace Release.txt with NEW_CHANGELOG.md
📝 Add or update documentation
- Update changelog for 0.0.3
🔖 Release / Version tags
- Bump version to 0.0.3
🔧 Add or update configuration files
- Add changelog reference in csproj, include documentation and images in release
- Add date in changelog release titles
- Cleanup csprojs
🔨 Add or update development scripts
- Add make-release.sh script
- Improve changelog format
🥅 Catch errors
- Improve exception catching on JSInterop Disposal
Full Changelog: 0.0.1...0.0.3