Skip to content

Commit

Permalink
release v1.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akoreman committed Sep 8, 2023
1 parent 625ad66 commit 6c18338
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,15 @@

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.24.2](https://github.com/ajaxorg/ace/compare/v1.24.1...v1.24.2) (2023-09-08)


### Bug Fixes

* Added project details in index.html file ([#5300](https://github.com/ajaxorg/ace/issues/5300)) ([6e83505](https://github.com/ajaxorg/ace/commit/6e835059dd13e95178b15ce9b06a2f2444c2e731))
* autocompletion threshold doesn't apply to trigger characters ([84bbc88](https://github.com/ajaxorg/ace/commit/84bbc888e1c0304c0160bb19fc46cf5539d079cf))
* Update php_highlight_rules.js ([#5288](https://github.com/ajaxorg/ace/issues/5288)) ([caedd0c](https://github.com/ajaxorg/ace/commit/caedd0cf22d5a7644ceb418562ebcab801011c88))

### [1.24.1](https://github.com/ajaxorg/ace/compare/v1.24.0...v1.24.1) (2023-08-15)

## [1.24.0](https://github.com/ajaxorg/ace/compare/v1.23.4...v1.24.0) (2023-08-09)
Expand Down
2 changes: 1 addition & 1 deletion build
Submodule build updated 42 files
+9 −0 CHANGELOG.md
+3 −3 ace-modules.d.ts
+2 −2 demo/kitchen-sink/demo.js
+3 −3 esm-resolver.js
+1 −1 package.json
+1 −1 src-min-noconflict/ace.js
+1 −1 src-min-noconflict/ext-inline_autocomplete.js
+1 −1 src-min-noconflict/ext-language_tools.js
+1 −1 src-min-noconflict/ext-modelist.js
+1 −1 src-min-noconflict/ext-options.js
+1 −1 src-min-noconflict/ext-prompt.js
+1 −1 src-min-noconflict/ext-settings_menu.js
+1 −1 src-min-noconflict/mode-php.js
+1 −1 src-min-noconflict/mode-php_laravel_blade.js
+1 −1 src-min/ace.js
+1 −1 src-min/ext-inline_autocomplete.js
+1 −1 src-min/ext-language_tools.js
+1 −1 src-min/ext-modelist.js
+1 −1 src-min/ext-options.js
+1 −1 src-min/ext-prompt.js
+1 −1 src-min/ext-settings_menu.js
+1 −1 src-min/mode-php.js
+1 −1 src-min/mode-php_laravel_blade.js
+94 −93 src-noconflict/ace.js
+1 −1 src-noconflict/ext-inline_autocomplete.js
+1 −1 src-noconflict/ext-language_tools.js
+1 −1 src-noconflict/ext-modelist.js
+1 −1 src-noconflict/ext-options.js
+1 −1 src-noconflict/ext-prompt.js
+1 −1 src-noconflict/ext-settings_menu.js
+1 −1 src-noconflict/mode-php.js
+1 −1 src-noconflict/mode-php_laravel_blade.js
+94 −93 src/ace.js
+1 −1 src/ext-inline_autocomplete.js
+1 −1 src/ext-language_tools.js
+1 −1 src/ext-modelist.js
+1 −1 src/ext-options.js
+1 −1 src/ext-prompt.js
+1 −1 src/ext-settings_menu.js
+1 −1 src/mode-php.js
+1 −1 src/mode-php_laravel_blade.js
+3 −3 webpack-resolver.js
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "ace-code",
"description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE",
"version": "1.24.1",
"version": "1.24.2",
"homepage": "http://github.com/ajaxorg/ace",
"engines": {
"node": ">= 0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Expand Up @@ -168,6 +168,6 @@ var reportErrorIfPathIsNotConfigured = function() {
}
};

exports.version = "1.24.1";
exports.version = "1.24.2";


0 comments on commit 6c18338

Please sign in to comment.