|
@@ -1,4 +1,4 @@
|
|
-# Monaco Editor Change log
|
|
|
|
|
|
+# Monaco Editor Changelog
|
|
|
|
|
|
## [0.14.3] (17.08.2018)
|
|
## [0.14.3] (17.08.2018)
|
|
* Fixes TypeScript/JavaScript coloring of regular expressions https://github.com/Microsoft/monaco-editor/issues/1009
|
|
* Fixes TypeScript/JavaScript coloring of regular expressions https://github.com/Microsoft/monaco-editor/issues/1009
|
|
@@ -165,7 +165,7 @@ Contributions to `monaco-languages`:
|
|
### Notable Fixes
|
|
### Notable Fixes
|
|
* No longer use CSS class `.row` for command palette to avoid CSS conflicts with Bootstrap.
|
|
* No longer use CSS class `.row` for command palette to avoid CSS conflicts with Bootstrap.
|
|
* Fix Accessibility Help Dialog accessible issue on IE/Edge.
|
|
* Fix Accessibility Help Dialog accessible issue on IE/Edge.
|
|
-* Fix Find Widget CSS compability issues with IE11.
|
|
|
|
|
|
+* Fix Find Widget CSS compatibility issues with IE11.
|
|
* Toggle Block Comment can remove extra whitespaces.
|
|
* Toggle Block Comment can remove extra whitespaces.
|
|
|
|
|
|
### Thank you
|
|
### Thank you
|
|
@@ -195,7 +195,7 @@ Contributions to `monaco-languages`:
|
|
* Support for the internal snippet syntax **has been discontinued** and snippet must now use the official, TextMate-like syntax. Find its grammar and samples [here](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax).
|
|
* Support for the internal snippet syntax **has been discontinued** and snippet must now use the official, TextMate-like syntax. Find its grammar and samples [here](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax).
|
|
* Changed `IModel.findMatches` to accept a list of word separators.
|
|
* Changed `IModel.findMatches` to accept a list of word separators.
|
|
* Changed the shape of the `IModelContentChangedEvent` emitted via `IModel.onDidChangeContent` to **now contain a batch** of all the changes that the model had.
|
|
* Changed the shape of the `IModelContentChangedEvent` emitted via `IModel.onDidChangeContent` to **now contain a batch** of all the changes that the model had.
|
|
-* No longer using `transform: translate3d`, now using `will-change: transform` for browser layer hinting. Use the `disableLayerHinting` option if you have any trouble with browser layers (bluriness or high GPU memory usage).
|
|
|
|
|
|
+* No longer using `transform: translate3d`, now using `will-change: transform` for browser layer hinting. Use the `disableLayerHinting` option if you have any trouble with browser layers (blurriness or high GPU memory usage).
|
|
* Simplified wrapping settings: `wordWrap`, `wordWrapColumn` and `wordWrapMinified`.
|
|
* Simplified wrapping settings: `wordWrap`, `wordWrapColumn` and `wordWrapMinified`.
|
|
|
|
|
|
### API changes
|
|
### API changes
|
|
@@ -340,10 +340,10 @@ Contributions to `monaco-languages`:
|
|
- removed `model.setMode()`, as `IMode` will soon disappear from the API.
|
|
- removed `model.setMode()`, as `IMode` will soon disappear from the API.
|
|
|
|
|
|
### Debt work
|
|
### Debt work
|
|
- - Removed html, razor, php and handlebars from `monaco-editor-core`:
|
|
|
|
|
|
+ - Removed HTML, razor, PHP and handlebars from `monaco-editor-core`:
|
|
- the `monaco-editor-core` is now finally language agnostic.
|
|
- the `monaco-editor-core` is now finally language agnostic.
|
|
- - coloring for html, razor, php and handlebars is now coming in from `monaco-languages`.
|
|
|
|
- - language smarts for html, razor and handlebars now comes from `monaco-html`.
|
|
|
|
|
|
+ - coloring for HTML, razor, PHP and handlebars is now coming in from `monaco-languages`.
|
|
|
|
+ - language smarts for HTML, razor and handlebars now comes from `monaco-html`.
|
|
- Packaging improvements:
|
|
- Packaging improvements:
|
|
- thanks to the removal of the old languages from `monaco-editor-core`, we could improve the bundling and reduce the number of .js files we ship.
|
|
- thanks to the removal of the old languages from `monaco-editor-core`, we could improve the bundling and reduce the number of .js files we ship.
|
|
- we are thinking about simplifying this further in the upcoming releases.
|
|
- we are thinking about simplifying this further in the upcoming releases.
|
|
@@ -418,7 +418,7 @@ Contributions to `monaco-languages`:
|
|
- Broken configurations (loading from `file://` or misconfigured cross-domain loading) now load the web worker code in the UI thread. This caused a **breaking change** in the behaviour of `monaco.editor.createWebWorker`
|
|
- Broken configurations (loading from `file://` or misconfigured cross-domain loading) now load the web worker code in the UI thread. This caused a **breaking change** in the behaviour of `monaco.editor.createWebWorker`
|
|
- The right-pointing mouse pointer is oversized in high DPI - [issue](https://github.com/Microsoft/monaco-editor/issues/5)
|
|
- The right-pointing mouse pointer is oversized in high DPI - [issue](https://github.com/Microsoft/monaco-editor/issues/5)
|
|
- The editor functions now correctly when hosted inside a `position:fixed` element.
|
|
- The editor functions now correctly when hosted inside a `position:fixed` element.
|
|
-- Cross origin configuration is now picked up (as advertised in documentation from MonacoEnvironment)
|
|
|
|
|
|
+- Cross-origin configuration is now picked up (as advertised in documentation from MonacoEnvironment)
|
|
|
|
|
|
[0.14.3]: https://github.com/Microsoft/monaco-editor/compare/v0.14.2...v0.14.3
|
|
[0.14.3]: https://github.com/Microsoft/monaco-editor/compare/v0.14.2...v0.14.3
|
|
[0.14.2]: https://github.com/Microsoft/monaco-editor/compare/v0.14.1...v0.14.2
|
|
[0.14.2]: https://github.com/Microsoft/monaco-editor/compare/v0.14.1...v0.14.2
|