Skip to content

Releases: gaelj/BlazorCodeMirror6

Release 0.8.14

14 Nov 21:08
1cc3a71
Compare
Choose a tag to compare

⚡️ Improve performance

🐛 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

Full Changelog: 0.8.13...0.8.14

Release 0.8.13

14 Nov 07:12
6a1a25e
Compare
Choose a tag to compare

✨ 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

New Contributors

Full Changelog: 0.8.12...0.8.13

Release 0.8.12

06 Nov 09:02
ac82a12
Compare
Choose a tag to compare

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

22 Oct 12:07
4d0f6ed
Compare
Choose a tag to compare

⏪ 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

Full Changelog: 0.8.10...0.8.11

Release 0.8.10

04 Oct 08:17
e45ee65
Compare
Choose a tag to compare

✨ 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

13 Jul 10:47
Compare
Choose a tag to compare

⬆️ Upgrade dependencies

  • Update nuget packages

Full Changelog: 0.8.9-alpha.2...0.8.9-alpha.3

Release 0.8.9-alpha.2

13 Jul 10:34
Compare
Choose a tag to compare

⬆️ Upgrade dependencies

  • Update nuget packages

Full Changelog: 0.8.9-alpha.1...0.8.9-alpha.2

Release 0.8.9-alpha.1

13 Jul 09:50
Compare
Choose a tag to compare

⬆️ Upgrade dependencies

  • Update nuget packages

Full Changelog: 0.8.6...0.8.9-alpha.1

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