Skip to content

Releases: gaelj/BlazorCodeMirror6

Release 0.5.1

12 Feb 21:23
6700174
Compare
Choose a tag to compare

✨ Introduce new features

  • Implement foldMarkdownCodeBlocks
  • Show styles at selection in example

🔊 Add or update logs

  • Clarify log message
  • Log config and setup at initialization

🥅 Catch errors

  • Check for existence of the parent div and error out immediately if not found

What's Changed

Full Changelog: 0.5.0...0.5.1

Release 0.5.0

12 Feb 15:53
865734a
Compare
Choose a tag to compare

💥 Introduce breaking changes

  • Move lineNumbers, highlightActiveLineGutter, drawSelection, dropCursor, previewImages, scrollPastEnd and highlightActiveLine from Setup to Parameters (allow dynamically changing their values)

⬆️ Upgrade dependencies

  • Update dependencies
  • Update package-lock.json

What's Changed

Full Changelog: 0.4.6...0.5.0

Release 0.4.6

12 Feb 12:51
d7e5d00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.4...0.4.6

Release 0.4.4

11 Feb 20:27
f849952
Compare
Choose a tag to compare

✨ Introduce new features

  • Add an optional linter for Maximum document length

🐛 Fix a bug

  • Don't try to upload files if no callback was defined
  • Fix any text was pasted as markdown table
  • Fix hitting backspace on line before horizontal rule would delete it
  • Fix html rendering of markdown tables skipped empty cells
  • Focus the editor when full screen is toggled
  • Prevent second scroll bar from appearing depending on the width in fullscreen

📝 Add or update documentation

  • Add ReadOnly checkbox to example

🔇 Remove logs

  • Don't log full editor text, only length and only if changed

What's Changed

Full Changelog: 0.4.3...0.4.4

Release 0.4.3

10 Feb 22:05
8e7afa8
Compare
Choose a tag to compare

🐛 Fix a bug

  • Fix crash in logging

What's Changed

Full Changelog: 0.4.2...0.4.3

Release 0.4.2

10 Feb 21:29
44d5f0b
Compare
Choose a tag to compare

🐛 Fix a bug

  • Prevent null ref crashes
  • Prevent setting any configs until the editor is initialized

What's Changed

Full Changelog: 0.4.1...0.4.2

Release 0.4.1

10 Feb 21:14
64c7815
Compare
Choose a tag to compare

✨ Introduce new features

  • Add full screen state to configuration

🐛 Fix a bug

  • Fix 404 in example project in github pages, when reloading with a suburl
  • Fix editor height regressions
  • Fix resize parameter changes were ignored
  • Fix visibility toggle broken in example
  • Use Mod instead of Ctrl for shortcuts (Mac compatibility)

What's Changed

Full Changelog: 0.4.0...0.4.1

Release 0.4.0

10 Feb 13:49
39ffa3f
Compare
Choose a tag to compare

✨ Introduce new features

  • Add Height, Width, MaxHeight & MaxWidth parameters
  • Implement full screen mode (#109)

⚡️ Improve performance

  • If multiple instances exist on the same page, load the inline css only once

📝 Add or update documentation

  • Add document persistence to LocalStorage to demo

What's Changed

Full Changelog: 0.3.9...0.4.0

Release 0.3.9

09 Feb 16:53
b217439
Compare
Choose a tag to compare

✏️ Fix typos

  • Fix paste button tooltip in example

🎨 Improve structure / format of the code

  • Simplify configuration setting interop

🐛 Fix a bug

  • Silence a possible crash on startup

What's Changed

Full Changelog: 0.3.8...0.3.9

Release 0.3.8

08 Feb 22:28
06f7518
Compare
Choose a tag to compare

✨ Introduce new features

  • Add ClearLocalStorage command
  • Paste data copied from Excel formatted as Markdown table

🐛 Fix a bug

  • Fix cursor location on paste was before the pasted text

What's Changed

  • Paste data copied from Excel formatted as Markdown table by @gaelj in #107
  • Release 0.3.8 by @gaelj in #108

Full Changelog: 0.3.7...0.3.8