Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Latest commit

 

History

History
77 lines (46 loc) · 2.74 KB

CHANGELOG.md

File metadata and controls

77 lines (46 loc) · 2.74 KB

CHANGELOG

All notable changes to npm module monaco-editor-workers are documented in this file.

[0.45.0] - 2024-01-03

[0.44.0] - 2023-09-16

[0.43.0] - 2023-09-14

[0.41.0] - 2023-08-09

[0.40.0] - 2023-07-27

[0.39.1] - 2023-06-14

  • Bugfix: MonacoEnvironment.baseUrl was overridden by fixed value.

[0.39.0] - 2023-06-14

  • Updated to 0.39.0 release of monaco-editor.
  • Important: monaco-editor-workers now depends on the correct monaco-editor version: This removes the duplication of types. Previously, this was only a devDependency.

[0.38.0] - 2023-06-05

[0.37.0] - 2023-04-13

[0.36.0] - 2023-02-27

[0.35.0] - 2023-02-27

[0.34.2] - 2022-09-07

  • Fix: Removed direct dependency to monaco editor in buildWorkerDefinition.

[0.34.1] - 2022-24-08

  • Fix: Use correct re-exports #9

[0.34.0] - 2022-08-15

  • Updated to 0.34.0 release of monaco-editor
  • All workers are now exported in package.json:
    • ./workers/module/editor
    • ./workers/module/ts
    • ./workers/module/html
    • ./workers/module/css
    • ./workers/module/json
    • ./workers/classic/editor
    • ./workers/classic/ts
    • ./workers/classic/html
    • ./workers/classic/css
    • ./workers/classic/json

[0.33.0] - 2022-05-20