From f7432f5264102b40e48dab1e948f47e195fc1459 Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Wed, 20 Jul 2022 13:26:41 +0200 Subject: [PATCH] release v1.8.0 --- CHANGELOG.md | 19 +++++++++++++++++++ build | 2 +- lib/ace/config.js | 2 +- package.json | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f9fa04cd9..2e5f36ad37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ 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.8.0](https://github.com/ajaxorg/ace/compare/v1.7.1...v1.8.0) (2022-07-20) + + +### Features + +* Use mini require ([#4845](https://github.com/ajaxorg/ace/issues/4845)) ([b9fabd4](https://github.com/ajaxorg/ace/commit/b9fabd47c0765d40117809cd3978b95d593370fb)) + + +### Bug Fixes + +* add undocumented Target command ([62e8e9e](https://github.com/ajaxorg/ace/commit/62e8e9e4d3b21552dd83d454b7fd55d4981d096a)), closes [#4839](https://github.com/ajaxorg/ace/issues/4839) +* added NSIS 3.08 commands ([acad68c](https://github.com/ajaxorg/ace/commit/acad68cf92f5372257b061e300e31f71df9c62e9)), closes [#4838](https://github.com/ajaxorg/ace/issues/4838) +* **bidihandler:** check for undefined before access length property on `splits` variable ([457b657](https://github.com/ajaxorg/ace/commit/457b65748f331740ded529fd7bbd06b86819fa4e)) +* correct highlight of php heredoc strings with one word on line ([ae4564c](https://github.com/ajaxorg/ace/commit/ae4564c2961b006ca849625a0dee1093061eba5a)) +* Fixed typo in Nord Dark theme. ([#4843](https://github.com/ajaxorg/ace/issues/4843)) ([38bf666](https://github.com/ajaxorg/ace/commit/38bf6663f43be1c45bfba3dc68c4a4820fb2661d)) +* Move session.onChange and placeholder.onChange handlers to be first in the change event handler queue ([bcb51f2](https://github.com/ajaxorg/ace/commit/bcb51f2b2a2ba2e1f30ebf543d97e7450574763f)) +* reuse `getTargetDir` function ([b89c4db](https://github.com/ajaxorg/ace/commit/b89c4db3424687856ff9c9e732435c35438b0cb9)) +* type declarations ([a8830fc](https://github.com/ajaxorg/ace/commit/a8830fc83708a7e51053038f1c6d7fde23e82e9d)) + ### [1.7.1](https://github.com/ajaxorg/ace/compare/v1.7.0...v1.7.1) (2022-06-29) diff --git a/build b/build index a531bf4294..cb23d1616b 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit a531bf4294857155fd17796a4a51b94611b30149 +Subproject commit cb23d1616b6e20d875e1011f90b14f6c6df7bbb5 diff --git a/lib/ace/config.js b/lib/ace/config.js index be175c9ae1..9dcf20fa50 100644 --- a/lib/ace/config.js +++ b/lib/ace/config.js @@ -172,6 +172,6 @@ var reportErrorIfPathIsNotConfigured = function() { } }; -exports.version = "1.7.1"; +exports.version = "1.8.0"; }); diff --git a/package.json b/package.json index 437b6518cd..1836a654bb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ace", "description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE", - "version": "1.7.1", + "version": "1.8.0", "homepage": "http://github.com/ajaxorg/ace", "engines": { "node": ">= 0.6.0"