Skip to content

Releases: gaelj/BlazorCodeMirror6

Release 0.8.9

13 Jul 11:10
8cd1569
Compare
Choose a tag to compare

🔇 Remove logs

  • Remove the loggings

🐛 Fix bugs

  • Better manage to the lifecycle cancellation token source
  • Prevent a null reference on CmJsInterop: don't nullify it on component disposal

What's Changed

Full Changelog: 0.8.8...0.8.9

Release 0.8.8

16 Jun 21:52
068098b
Compare
Choose a tag to compare

⬆️ Upgrade dependencies

  • Update nuget packages

What's Changed

Full Changelog: 0.8.7...0.8.8

Release 0.8.7

09 Apr 21:14
ccf9da1
Compare
Choose a tag to compare

🐛 Fix a bug

  • Fix initial setting of base link URLs for images, once more

What's Changed

  • 🐛 Fix initial setting of base link URLs for images, once more by @gaelj in #177
  • Release 0.8.7 by @gaelj in #178

Full Changelog: 0.8.6...0.8.7

Release 0.8.6

09 Apr 10:28
2bbaed6
Compare
Choose a tag to compare

🐛 Fix a bug

  • Don't apply base link url to full links
  • Fix full link detection
  • Fix initial setting of base link URLs again

What's Changed

Full Changelog: 0.8.5...0.8.6

Release 0.8.5

08 Apr 22:05
5084da5
Compare
Choose a tag to compare

✨ Introduce new features

  • Allow opening markdown links by passing them as query parameter value to a viewer URL + query parameter name + '='

🐛 Fix a bug

  • Update images when bath path for links is initially set
  • Update links when bath path for links is initially set

What's Changed

  • Allow opening markdown links by passing them as query parameter value to a viewer URL + query parameter name + '=' by @gaelj in #173
  • Release 0.8.5 by @gaelj in #174

Full Changelog: 0.8.4...0.8.5

Release 0.8.4

08 Apr 21:11
a383716
Compare
Choose a tag to compare

🐛 Fix a bug

  • Ensure base path for images is read dynamically

What's Changed

  • 🐛 Ensure base path for images is read dynamically by @gaelj in #171
  • Release 0.8.4 by @gaelj in #172

Full Changelog: 0.8.3...0.8.4

Release 0.8.3

08 Apr 20:31
e826e6d
Compare
Choose a tag to compare

✨ Introduce new features

  • Add IndentWithTab to Setup for accessibility
  • Allow optional setting of base path for links and images
  • Fold diagram codeblocks instead of hiding them

⬆️ Upgrade dependencies

  • Update dependencies

🎨 Improve structure / format of the code

  • Ignore spaces when searching mentions

🐛 Fix a bug

  • Completions: search info field & make all field searches case invariant
  • Fix usage of cached completions list

What's Changed

  • Allow optional setting of base path for links and images / Fold diagram codeblocks instead of hiding them by @gaelj in #168
  • Missing commits by @gaelj in #169
  • Release 0.8.3 by @gaelj in #170

Full Changelog: 0.8.2...0.8.3

Release 0.8.2

04 Mar 15:50
454ea8e
Compare
Choose a tag to compare

✨ Introduce new features

  • Add setup property FocusOnCreation

🐛 Fix a bug

  • Force scroll to start of document if not scrolling to end, on creation

What's Changed

  • Add setup property FocusOnCreation & Force scroll to start of document if not scrolling to end, on creation by @gaelj in #166
  • Release 0.8.2 by @gaelj in #167

Full Changelog: 0.8.1...0.8.2

Release 0.8.1

04 Mar 15:33
2eaacab
Compare
Choose a tag to compare

⚡️ Improve performance

  • Add a cancellation token to help remove errors in Blazor Server with pre-rendering

🚚 Move or rename resources (e.g., files, paths)

  • Move code blocks for consistency

What's Changed

Full Changelog: 0.8.0...0.8.1

Release 0.8.0

03 Mar 21:36
f1a252e
Compare
Choose a tag to compare

✨ Introduce new features

  • Add a command to force linter update (#121)

What's Changed

Full Changelog: 0.7.5...0.8.0