@kusto/monaco-kusto 12.0.0 → 12.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -85,6 +85,16 @@ Every PR should come with a test that checks it.
85
85
 
86
86
  ## Changelog
87
87
 
88
+ ### 12.0.2
89
+
90
+ - fix: Revert the refactor as it caused build issues
91
+
92
+ ### 12.0.1
93
+
94
+ - fix: Resolved a race condition to ensure the semantic tokens provider is registered after setting the language server schema.
95
+ - fix: Fixed an issue where semantic highlighting didn't work on schema change by properly handling provider registration.
96
+ - fix: Disposed of the existing provider whenever a new one is registered to prevent memory leaks.
97
+
88
98
  ### 12.0.0
89
99
 
90
100
  ### Breaking Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kusto/monaco-kusto",
3
- "version": "12.0.0",
3
+ "version": "12.0.2",
4
4
  "description": "CSL, KQL plugin for the Monaco Editor",
5
5
  "author": {
6
6
  "name": "Microsoft"