@kusto/monaco-kusto 7.7.2 → 7.8.0

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
@@ -72,6 +72,10 @@ There are 2 APIs to set a Kusto schema:
72
72
 
73
73
  ## Changelog
74
74
 
75
+ ### 7.8.0
76
+
77
+ - feat: `plotly` is now supported in intellisense as a render command
78
+
75
79
  ### 7.7.2
76
80
 
77
81
  - fix: `KustoWorker#setParameters` will now apply changes immediately
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kusto/monaco-kusto",
3
- "version": "7.7.2",
3
+ "version": "7.8.0",
4
4
  "description": "CSL, KQL plugin for the Monaco Editor",
5
5
  "author": {
6
6
  "name": "Microsoft"
@@ -61,8 +61,8 @@
61
61
  "vscode-languageserver-textdocument": "1.0.4"
62
62
  },
63
63
  "dependencies": {
64
- "@kusto/language-service": "0.0.98",
65
- "@kusto/language-service-next": "0.0.121",
64
+ "@kusto/language-service": "0.0.128",
65
+ "@kusto/language-service-next": "0.0.151",
66
66
  "lodash-es": "^4.17.21",
67
67
  "vscode-languageserver-types": "3.16.0",
68
68
  "xregexp": "^5.1.1"