Skip to content

Commit

Permalink
release v1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akoreman committed Apr 12, 2024
1 parent e59ae67 commit 7da82a4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,18 @@

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.33.0](https://github.com/ajaxorg/ace/compare/v1.32.9...v1.33.0) (2024-04-12)


### Features

* Make translation system key based and add annotation type to gutter icon aria labels ([#5524](https://github.com/ajaxorg/ace/issues/5524)) ([bb8256d](https://github.com/ajaxorg/ace/commit/bb8256d5a5b5e989e3fb1bb80f326b8564fbbc20))


### Bug Fixes

* Contrast is too low for searched items ([#5523](https://github.com/ajaxorg/ace/issues/5523)) ([507ae2f](https://github.com/ajaxorg/ace/commit/507ae2f872a2b2f1a14fdffbf6530f4046df44c0))

### [1.32.9](https://github.com/ajaxorg/ace/compare/v1.32.8...v1.32.9) (2024-03-29)


Expand Down
2 changes: 1 addition & 1 deletion build
Submodule build updated 48 files
+12 −0 CHANGELOG.md
+2 −2 css/theme/cloud_editor_dark.css
+4 −4 demo/kitchen-sink/demo.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-prompt.js
+1 −1 src-min-noconflict/ext-searchbox.js
+1 −1 src-min-noconflict/mode-ejs.js
+1 −1 src-min-noconflict/mode-haml.js
+1 −1 src-min-noconflict/mode-html_ruby.js
+1 −1 src-min-noconflict/mode-ruby.js
+1 −1 src-min-noconflict/mode-slim.js
+1 −1 src-min-noconflict/theme-cloud_editor_dark.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-prompt.js
+1 −1 src-min/ext-searchbox.js
+1 −1 src-min/mode-ejs.js
+1 −1 src-min/mode-haml.js
+1 −1 src-min/mode-html_ruby.js
+1 −1 src-min/mode-ruby.js
+1 −1 src-min/mode-slim.js
+1 −1 src-min/theme-cloud_editor_dark.js
+105 −24 src-noconflict/ace.js
+4 −4 src-noconflict/ext-inline_autocomplete.js
+4 −4 src-noconflict/ext-language_tools.js
+7 −7 src-noconflict/ext-prompt.js
+11 −11 src-noconflict/ext-searchbox.js
+1 −1 src-noconflict/mode-ejs.js
+1 −1 src-noconflict/mode-haml.js
+1 −1 src-noconflict/mode-html_ruby.js
+1 −1 src-noconflict/mode-ruby.js
+1 −1 src-noconflict/mode-slim.js
+1 −1 src-noconflict/theme-cloud_editor_dark.js
+105 −24 src/ace.js
+4 −4 src/ext-inline_autocomplete.js
+4 −4 src/ext-language_tools.js
+7 −7 src/ext-prompt.js
+11 −11 src/ext-searchbox.js
+1 −1 src/mode-ejs.js
+1 −1 src/mode-haml.js
+1 −1 src/mode-html_ruby.js
+1 −1 src/mode-ruby.js
+1 −1 src/mode-slim.js
+1 −1 src/theme-cloud_editor_dark.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.32.9",
"version": "1.33.0",
"homepage": "http://github.com/ajaxorg/ace",
"engines": {
"node": ">= 0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Expand Up @@ -194,6 +194,6 @@ var reportErrorIfPathIsNotConfigured = function() {
}
};

exports.version = "1.32.9";
exports.version = "1.33.0";


0 comments on commit 7da82a4

Please sign in to comment.