Releases: gaelj/BlazorCodeMirror6
Releases · gaelj/BlazorCodeMirror6
Release 0.8.14
⚡️ Improve performance
- Persist style tag created by CM6 after reloads, without needing any HeadOutlet in Blazor Server interactive (#187), as described in https://learn.microsoft.com/en-us/aspnet/core/blazor/javascript-interoperability/static-server-rendering?view=aspnetcore-8.0
- Dispose the JS object if the parent div does not exist ; robustify dispose method
🐛 Fix a bug
- Fix example 3 in server interactive mode
- Fix null refs
💥 Introduce breaking changes
- Make parameter IsWASM obsolete: it can be automatically inferred from
OperatingSystem.IsBrowser()
📝 Add or update documentation
- Add missing example3 page
What's Changed
- Improve js interop by @gaelj in #200
- Improve js interop by @gaelj in #201
- 🔖 Release 0.8.14 by @gaelj in #202
Full Changelog: 0.8.13...0.8.14
Release 0.8.13
✨ Introduce new features
- Add new parameter
InsertDroppedFileContents
. If true, text files will have their content extracted and inserted in the editor. If false, all file types dropped into the editor will be passed to the upload callback. In case of multiple mixed-type files, they will all be uploaded
What's Changed
- Fix uploads issue #196 by @gaelj in #197
- fix: use raw string literals by @davhdavh in #199
- 🔖 Bump version to 0.8.13 by @gaelj in #198
New Contributors
Full Changelog: 0.8.12...0.8.13
Release 0.8.12
⚡️ Improve performance
- Add attribute
data-permanent
to container div
📝 Add or update documentation
- Add FAQ about blazor server interactive
- Include JS source maps in release
🙈 Add or update a .gitignore file
- git ignore map files
What's Changed
- Add attribute
data-permanent
to container div by @gaelj in #194 - 🔖 Bump version to 0.8.12 by @gaelj in #195
Full Changelog: 0.8.11...0.8.12
Release 0.8.11
⏪ Revert changes
- Remove code comments
✨ Introduce new features
- Add InitializeAsync method to allow forced re-init if needed (Issue rendering after the first time #187)
🐛 Fix a bug
- Fix versioning
📝 Add or update documentation
- Update changelog for 0.8.11
What's Changed
- Add InitializeAsync method by @gaelj in #188
- Release 0.8.11 by @gaelj in #189
- 🐛 Fix versioning script by @gaelj in #190
- 🔖 Release 0.8.11 by @gaelj in #191
Full Changelog: 0.8.10...0.8.11
Release 0.8.10
✨ Introduce new features
- Make scrolling the editor into view optional with new ScrollToStart setup parameter (#184)
⬆️ Upgrade dependencies
- Update nuget packages
🔨 Add or update development scripts
- Fix semver usage
What's Changed
Full Changelog: 0.8.9...0.8.10
Release 0.8.9-alpha.3
Release 0.8.9-alpha.2
Release 0.8.9-alpha.1
Release 0.8.9
🔇 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