Skip to content

Commit b8f7b90

Browse files
committed
release v1.43.6
1 parent 33440ff commit b8f7b90

6 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.43.6](https://github.com/ajaxorg/ace/compare/v1.43.5...v1.43.6) (2026-01-23)
6+
7+
8+
### Bug Fixes
9+
10+
* the text completer didn't export its id ([#5847](https://github.com/ajaxorg/ace/issues/5847)) ([b256c10](https://github.com/ajaxorg/ace/commit/b256c10691e6ba9296d18dcdea15441189971d1e))
11+
512
### [1.43.5](https://github.com/ajaxorg/ace/compare/v1.43.4...v1.43.5) (2025-12-02)
613

714
### [1.43.4](https://github.com/ajaxorg/ace/compare/v1.43.3...v1.43.4) (2025-10-17)

ace.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,6 +1065,6 @@ declare module "ace-code" {
10651065
import { Range } from "ace-code/src/range";
10661066
import { UndoManager } from "ace-code/src/undomanager";
10671067
import { VirtualRenderer as Renderer } from "ace-code/src/virtual_renderer";
1068-
export var version: "1.43.5";
1068+
export var version: "1.43.6";
10691069
export { Range, Editor, EditSession, UndoManager, Renderer as VirtualRenderer };
10701070
}

build

Submodule build updated 66 files

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ace-code",
33
"description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE",
4-
"version": "1.43.5",
4+
"version": "1.43.6",
55
"homepage": "https://github.com/ajaxorg/ace",
66
"engines": {
77
"node": ">= 0.6.0"

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,6 @@ var reportErrorIfPathIsNotConfigured = function() {
197197
}
198198
};
199199

200-
exports.version = "1.43.5";
200+
exports.version = "1.43.6";
201201

202202

types/ace-modules.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ declare module "ace-code/src/config" {
375375
string
376376
], onLoad: (module: any) => void) => void;
377377
setModuleLoader: (moduleName: any, onLoad: any) => void;
378-
version: "1.43.5";
378+
version: "1.43.6";
379379
};
380380
export = _exports;
381381
}

0 commit comments

Comments
 (0)