Releases: gaelj/BlazorCodeMirror6
Releases · gaelj/BlazorCodeMirror6
Release 0.5.1
✨ 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
💥 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
Release 0.4.4
✨ 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
Release 0.4.2
🐛 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
✨ 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
✨ 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
✏️ 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
✨ 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