Skip to content

Commit

Permalink
release v1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Oyku Yilmaz committed May 3, 2023
1 parent b640e3d commit 3c4a81d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.18.1](https://github.com/ajaxorg/ace/compare/v1.18.0...v1.18.1) (2023-05-03)


### Bug Fixes

* add mode types, improve type definitions ([e22bd5c](https://github.com/ajaxorg/ace/commit/e22bd5c860451c000187941991c0047db4e701a2))
* hide `$getindent` from the SyntaxMode ([2b1c65b](https://github.com/ajaxorg/ace/commit/2b1c65bceb290db74f26a5c59158f93830bc6111))
* remove '$' fields for types that don't require exposing them ([2db9d4e](https://github.com/ajaxorg/ace/commit/2db9d4e88441f2932ce6c6f91e7f5ed36c590d2f))
* remove or update badly formatted declarations ([1e7b022](https://github.com/ajaxorg/ace/commit/1e7b022908cdf6fef0a28419c464874ce6433e6e))
* replaceRange could now be implemented as an instance of the Range interface, rather than being an instance of the Range class ([e1bdccc](https://github.com/ajaxorg/ace/commit/e1bdcccb4ed3179734aa534b37a9dade2e207f07))
* wrong next state in regex state ([c5ed709](https://github.com/ajaxorg/ace/commit/c5ed7092f0151d4aa00c7060ecf0111fc37bfebb))

## [1.18.0](https://github.com/ajaxorg/ace/compare/v1.17.0...v1.18.0) (2023-04-21)


Expand Down
2 changes: 1 addition & 1 deletion build
Submodule build updated 79 files
+12 −0 CHANGELOG.md
+66 −11 ace.d.ts
+2 −0 demo/kitchen-sink/demo.js
+17 −0 demo/kitchen-sink/docs/haxe.hx
+247 −0 demo/kitchen-sink/docs/jack.jack
+57 −0 demo/kitchen-sink/docs/nix.nix
+1 −1 package.json
+1 −1 src-min-noconflict/ace.js
+1 −1 src-min-noconflict/ext-emmet.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/mode-lucene.js
+1 −1 src-min-noconflict/mode-sqlserver.js
+1 −1 src-min-noconflict/worker-base.js
+1 −1 src-min-noconflict/worker-coffee.js
+1 −1 src-min-noconflict/worker-css.js
+1 −1 src-min-noconflict/worker-html.js
+1 −1 src-min-noconflict/worker-javascript.js
+1 −1 src-min-noconflict/worker-json.js
+1 −1 src-min-noconflict/worker-lua.js
+1 −1 src-min-noconflict/worker-php.js
+1 −1 src-min-noconflict/worker-xml.js
+1 −1 src-min-noconflict/worker-xquery.js
+1 −1 src-min-noconflict/worker-yaml.js
+1 −1 src-min/ace.js
+1 −1 src-min/ext-emmet.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/mode-lucene.js
+1 −1 src-min/mode-sqlserver.js
+1 −1 src-min/worker-base.js
+1 −1 src-min/worker-coffee.js
+1 −1 src-min/worker-css.js
+1 −1 src-min/worker-html.js
+1 −1 src-min/worker-javascript.js
+1 −1 src-min/worker-json.js
+1 −1 src-min/worker-lua.js
+1 −1 src-min/worker-php.js
+1 −1 src-min/worker-xml.js
+1 −1 src-min/worker-xquery.js
+1 −1 src-min/worker-yaml.js
+8 −12 src-noconflict/ace.js
+2 −0 src-noconflict/ext-emmet.js
+2 −0 src-noconflict/ext-inline_autocomplete.js
+2 −0 src-noconflict/ext-language_tools.js
+2 −0 src-noconflict/ext-prompt.js
+4 −4 src-noconflict/mode-lucene.js
+1 −1 src-noconflict/mode-sqlserver.js
+3 −5 src-noconflict/worker-base.js
+3 −5 src-noconflict/worker-coffee.js
+3 −5 src-noconflict/worker-css.js
+3 −5 src-noconflict/worker-html.js
+3 −5 src-noconflict/worker-javascript.js
+3 −5 src-noconflict/worker-json.js
+3 −5 src-noconflict/worker-lua.js
+3 −5 src-noconflict/worker-php.js
+3 −5 src-noconflict/worker-xml.js
+3 −5 src-noconflict/worker-xquery.js
+3 −5 src-noconflict/worker-yaml.js
+8 −12 src/ace.js
+2 −0 src/ext-emmet.js
+2 −0 src/ext-inline_autocomplete.js
+2 −0 src/ext-language_tools.js
+2 −0 src/ext-prompt.js
+4 −4 src/mode-lucene.js
+1 −1 src/mode-sqlserver.js
+3 −5 src/worker-base.js
+3 −5 src/worker-coffee.js
+3 −5 src/worker-css.js
+3 −5 src/worker-html.js
+3 −5 src/worker-javascript.js
+3 −5 src/worker-json.js
+3 −5 src/worker-lua.js
+3 −5 src/worker-php.js
+3 −5 src/worker-xml.js
+3 −5 src/worker-xquery.js
+3 −5 src/worker-yaml.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.18.0",
"version": "1.18.1",
"homepage": "http://github.com/ajaxorg/ace",
"engines": {
"node": ">= 0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ var reportErrorIfPathIsNotConfigured = function() {
}
};

exports.version = "1.18.0";
exports.version = "1.18.1";


0 comments on commit 3c4a81d

Please sign in to comment.