Skip to content

Releases: gaelj/BlazorCodeMirror6

Release 0.10.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 15:17
602d348

Added

  • GetCssCompletions parameter to inject additional variable and class name completins to CSS

What's Changed

  • Added GetCssCompletions parameter to inject additional completions by @tocsi-hun in #215
  • 🔖 Bump version to 0.10.0 by @gaelj in #216

New Contributors

Full Changelog: 0.9.2...0.10.0

Release 0.9.2

Choose a tag to compare

@github-actions github-actions released this 26 Feb 15:34
af89827

⬆️ Upgrade dependencies

  • Update nuget packages

🐛 Fix a bug

  • Fix logs not in color

🗑️ Deprecate code that needs to be cleaned up

  • Explicitly loading BlazorCodeMirror6.bundle.scp.css is unneeded and broken (#210)

What's Changed

Full Changelog: 0.9.1...0.9.2

Release 0.9.1

Choose a tag to compare

@github-actions github-actions released this 11 Dec 16:59
5b7ed62

🐛 Fix a bug

  • Fix CI with dotnet 9

What's Changed

Full Changelog: 0.9.0...0.9.1

Release 0.9.0

Choose a tag to compare

@github-actions github-actions released this 11 Dec 16:55
3f9140b

No change - new release to run the CI again after disabling CodeQL which fails with net9.0

What's Changed

Full Changelog: 0.8.14...0.9.0

Release 0.8.14

Choose a tag to compare

@github-actions github-actions released this 14 Nov 21:08
1cc3a71

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

Choose a tag to compare

@github-actions github-actions released this 14 Nov 07:12
6a1a25e

✨ 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

Choose a tag to compare

@github-actions github-actions released this 06 Nov 09:02
ac82a12

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

Choose a tag to compare

@github-actions github-actions released this 22 Oct 12:07
4d0f6ed

⏪ 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

Choose a tag to compare

@github-actions github-actions released this 04 Oct 08:17
e45ee65

✨ 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

Choose a tag to compare

@github-actions github-actions released this 13 Jul 10:47

⬆️ Upgrade dependencies

  • Update nuget packages

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