Skip to content

Commit

Permalink
package 16.01.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice Koreman committed Jan 16, 2025
1 parent b09d3a9 commit 9ce7fb7
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [1.37.5](https://github.com/ajaxorg/ace/compare/v1.37.4...v1.37.5) (2025-01-16)


### Bug Fixes

* update aria-roledescription gutter ([#5718](https://github.com/ajaxorg/ace/issues/5718)) ([7ae3a4c](https://github.com/ajaxorg/ace/commit/7ae3a4c5f6f6e9bd31ae491f1fcef71fc5ae62fa))

### [1.37.4](https://github.com/ajaxorg/ace/compare/v1.37.3...v1.37.4) (2025-01-09)


Expand Down
2 changes: 1 addition & 1 deletion ace.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ declare module "ace-builds" {
import { Range } from "ace-builds-internal/range";
import { UndoManager } from "ace-builds-internal/undomanager";
import { VirtualRenderer as Renderer } from "ace-builds-internal/virtual_renderer";
export var version: "1.37.4";
export var version: "1.37.5";
export { Range, Editor, EditSession, UndoManager, Renderer as VirtualRenderer };
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ace-builds",
"main": "./src-noconflict/ace.js",
"typings": "ace.d.ts",
"version": "1.37.4",
"version": "1.37.5",
"description": "Ace (Ajax.org Cloud9 Editor)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion src-min-noconflict/ace.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src-min/ace.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src-noconflict/ace.js
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ ace.define("ace/lib/default_english_messages",["require","exports","module"], fu
"autocomplete.loading": "Loading...",
"editor.scroller.aria-roledescription": "editor",
"editor.scroller.aria-label": "Editor content, press Enter to start editing, press Escape to exit",
"editor.gutter.aria-roledescription": "editor",
"editor.gutter.aria-roledescription": "editor gutter",
"editor.gutter.aria-label": "Editor gutter, press Enter to interact with controls using arrow keys, press Escape to exit",
"error-marker.good-state": "Looks good!",
"prompt.recently-used": "Recently used",
Expand Down Expand Up @@ -1322,7 +1322,7 @@ var reportErrorIfPathIsNotConfigured = function () {
reportErrorIfPathIsNotConfigured = function () { };
}
};
exports.version = "1.37.4";
exports.version = "1.37.5";

});

Expand Down Expand Up @@ -15825,7 +15825,7 @@ config.defineOptions(Editor.prototype, "editor", {
this.renderer.$gutter.setAttribute("tabindex", 0);
this.renderer.$gutter.setAttribute("aria-hidden", false);
this.renderer.$gutter.setAttribute("role", "group");
this.renderer.$gutter.setAttribute("aria-roledescription", nls("editor.gutter.aria-roledescription", "editor"));
this.renderer.$gutter.setAttribute("aria-roledescription", nls("editor.gutter.aria-roledescription", "editor gutter"));
this.renderer.$gutter.setAttribute("aria-label", nls("editor.gutter.aria-label", "Editor gutter, press Enter to interact with controls using arrow keys, press Escape to exit"));
this.renderer.$gutter.classList.add(this.renderer.keyboardFocusClassName);
this.renderer.content.setAttribute("aria-hidden", true);
Expand Down
6 changes: 3 additions & 3 deletions src/ace.js
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ define("ace/lib/default_english_messages",["require","exports","module"], functi
"autocomplete.loading": "Loading...",
"editor.scroller.aria-roledescription": "editor",
"editor.scroller.aria-label": "Editor content, press Enter to start editing, press Escape to exit",
"editor.gutter.aria-roledescription": "editor",
"editor.gutter.aria-roledescription": "editor gutter",
"editor.gutter.aria-label": "Editor gutter, press Enter to interact with controls using arrow keys, press Escape to exit",
"error-marker.good-state": "Looks good!",
"prompt.recently-used": "Recently used",
Expand Down Expand Up @@ -1322,7 +1322,7 @@ var reportErrorIfPathIsNotConfigured = function () {
reportErrorIfPathIsNotConfigured = function () { };
}
};
exports.version = "1.37.4";
exports.version = "1.37.5";

});

Expand Down Expand Up @@ -15825,7 +15825,7 @@ config.defineOptions(Editor.prototype, "editor", {
this.renderer.$gutter.setAttribute("tabindex", 0);
this.renderer.$gutter.setAttribute("aria-hidden", false);
this.renderer.$gutter.setAttribute("role", "group");
this.renderer.$gutter.setAttribute("aria-roledescription", nls("editor.gutter.aria-roledescription", "editor"));
this.renderer.$gutter.setAttribute("aria-roledescription", nls("editor.gutter.aria-roledescription", "editor gutter"));
this.renderer.$gutter.setAttribute("aria-label", nls("editor.gutter.aria-label", "Editor gutter, press Enter to interact with controls using arrow keys, press Escape to exit"));
this.renderer.$gutter.classList.add(this.renderer.keyboardFocusClassName);
this.renderer.content.setAttribute("aria-hidden", true);
Expand Down
6 changes: 3 additions & 3 deletions types/ace-modules.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ declare module "ace-builds-internal/config" {
string
], onLoad: (module: any) => void) => void;
setModuleLoader: (moduleName: any, onLoad: any) => void;
version: "1.37.4";
version: "1.37.5";
};
export = _exports;
}
Expand Down Expand Up @@ -890,7 +890,7 @@ declare module "ace-builds-internal/virtual_renderer" {
* @param {EditSession} session The session to associate with
**/
setSession(session: EditSession): void;
session: import("ace-builds").Ace.EditSession;
session: import("ace-builds-internal/edit_session").EditSession;
/**
* Triggers a partial update of the text, from the range given by the two parameters.
* @param {Number} firstRow The first row to update
Expand Down Expand Up @@ -1819,7 +1819,7 @@ declare module "ace-builds-internal/search" {
* Searches for `options.needle`. If found, this method returns the [[Range `Range`]] where the text first occurs. If `options.backwards` is `true`, the search goes backwards in the session.
* @param {EditSession} session The session to search with
**/
find(session: EditSession): Range | false;
find(session: EditSession): Range | null | false;
/**
* Searches for all occurrances `options.needle`. If found, this method returns an array of [[Range `Range`s]] where the text first occurs. If `options.backwards` is `true`, the search goes backwards in the session.
* @param {EditSession} session The session to search with
Expand Down

0 comments on commit 9ce7fb7

Please sign in to comment.