Skip to content

Releases: gaelj/BlazorCodeMirror6

Release 0.7.3

27 Feb 22:05
684ac13
Compare
Choose a tag to compare

🐛 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

25 Feb 22:50
658f56b
Compare
Choose a tag to compare

✨ 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

24 Feb 22:16
0bd8fcc
Compare
Choose a tag to compare

✨ 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

20 Feb 22:23
f671c30
Compare
Choose a tag to compare

✨ 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

What's Changed

Full Changelog: 0.6.5...0.7.0

Release 0.6.5

15 Feb 10:56
6e201d9
Compare
Choose a tag to compare

🐛 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

14 Feb 18:16
31b5547
Compare
Choose a tag to compare

✨ 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

14 Feb 12:49
8e30a6f
Compare
Choose a tag to compare

✨ 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

14 Feb 10:59
2a7a300
Compare
Choose a tag to compare

⬆️ 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

14 Feb 10:40
a05e355
Compare
Choose a tag to compare

⬆️ 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

Release 0.6.0

14 Feb 10:24
14c9b42
Compare
Choose a tag to compare

💥 Introduce breaking changes

  • Drop IFormFile upload (not supported in WASM). IBrowserFile is still available (#118)

What's Changed

Full Changelog: 0.5.1...0.6.0