Releases: gaelj/BlazorCodeMirror6
Releases · gaelj/BlazorCodeMirror6
Release 0.7.3
🐛 Fix a bug
- Fix possible null ref on startup
- Replace \r\n with \n when pasting, to prevent crash in windows (#153)
🗑️ Deprecate code that needs to be cleaned up
- Remove useless exports (#144)
What's Changed
Full Changelog: 0.7.2...0.7.3
Release 0.7.2
✨ Introduce new features
- Support multiple cursors for arrow / shift / ctrl / ctrl-shift + arrow keys
📝 Add or update documentation
- Add an example using ref
What's Changed
- Support multiple cursors for arrow / shift / ctrl / ctrl-shift + arrow keys by @gaelj in #151
- Release 0.7.2 by @gaelj in #152
Full Changelog: 0.7.1...0.7.2
Release 0.7.1
✨ Introduce new features
- Add DeleteTrailingWhitespace command
- Export clipboard functions (#144)
- Tab inserts a tabulation when selection is at the end of document, in csv / tsv modes
🐛 Fix a bug
- Fix backspace and delete with multiple cursors (#148)
- Fix multi cursor clipboard operations (#148)
- Fix multiple selections and tab switching in csv / tsv
⬆️ Upgrade dependencies
- Update js dependencies: (uiw)
What's Changed
Full Changelog: 0.7.0...0.7.1
Release 0.7.0
✨ Introduce new features
- Allow embedding uploads as data URLs directly in JS (#118 (comment))
- Always enable clickable links
- Apply hyperlink decoration to markdown links
- Export code mirror instances and csvToMarkdownTable (#144)
🐛 Fix a bug
- Fix broken markdown link decoration when link is bigger than visible range (#145)
⚡️ Improve performance
- Hyperlinks: only perform doc.toString() once for all regex matches
⬆️ Upgrade dependencies
- Update JS dependencies: @uiw & rollup
🔧 Add or update configuration files
- Update actions/[email protected]
What's Changed
Full Changelog: 0.6.5...0.7.0
Release 0.6.5
🐛 Fix a bug
- Fix diagrams not always initially rendered
📝 Add or update documentation
- Add example: blazor server file upload with IBrowser file
- Cleanup example
What's Changed
Full Changelog: 0.6.4...0.6.5
Release 0.6.4
✨ Introduce new features
- Add ShowMarkdownControlCharactersAroundCursor parameter
⬆️ Upgrade dependencies
- Update Microsoft to 8.0.2
🎨 Improve structure / format of the code
- Improve local storage management
💄 Add or update the UI and style files
- Ensure correct aspect ratio of svg diagrams
What's Changed
- ✨ Add ShowMarkdownControlCharactersAroundCursor parameter by @gaelj in #140
- Release 0.6.4 by @gaelj in #141
Full Changelog: 0.6.3...0.6.4
Release 0.6.3
✨ Introduce new features
- Add ScrollIntoView command
⚡️ Improve performance
- Don't dispatch empty changes in setConfiguration
⬆️ Upgrade dependencies
- Update Microsoft.AspNetCore.Components.Web to 8.0.2
🎨 Improve structure / format of the code
- Cleanup diagrams
🔊 Add or update logs
- Add loggings for local storage
🔧 Add or update configuration files
- Add github source link
🗑️ Deprecate code that needs to be cleaned up
- Remove useless localStorageKey copy
🚚 Move or rename resources (e.g., files, paths)
- Move initial logs earlier
What's Changed
- Cleanup diagrams, add loggings, add ScrollIntoView command by @gaelj in #138
- Release 0.6.3 by @gaelj in #139
Full Changelog: 0.6.2...0.6.3
Release 0.6.2
⬆️ Upgrade dependencies
- Update Microsoft.AspNetCore.Components.Web 8.0.2 in Common project / fix build again
What's Changed
- Update Microsoft.AspNetCore.Components.Web 8.0.2 in Common project / fix build again by @gaelj in #136
- Release 0.6.2 by @gaelj in #137
Full Changelog: 0.6.1...0.6.2
Release 0.6.1
⬆️ Upgrade dependencies
- Update Microsoft.AspNetCore.Components.Web to 8.0.2
🐛 Fix a bug
- Remove broken usings
🔧 Add or update configuration files
- Add github source link
What's Changed
Full Changelog: 0.6.0...0.6.1