From 678364be687fc637be5df6a43b20d6a7926500e9 Mon Sep 17 00:00:00 2001 From: Alice Koreman Date: Fri, 22 Sep 2023 15:09:11 +0200 Subject: [PATCH] release v1.28.0 --- CHANGELOG.md | 7 +++++++ build | 2 +- package.json | 2 +- src/config.js | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5aebae2ef8..f24b6dcb625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.28.0](https://github.com/ajaxorg/ace/compare/v1.27.0...v1.28.0) (2023-09-22) + + +### Features + +* Keep focus on same item in completion popup when slow completer delivers results. ([#5322](https://github.com/ajaxorg/ace/issues/5322)) ([0983134](https://github.com/ajaxorg/ace/commit/09831343ccd450326cffb4b0f26ce3a8b830c7fb)) + ## [1.27.0](https://github.com/ajaxorg/ace/compare/v1.26.0...v1.27.0) (2023-09-19) diff --git a/build b/build index 480d8ed11f9..7872c8a41ee 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 480d8ed11f92390190cff8093c376dc5514b3db0 +Subproject commit 7872c8a41ee4410f1b892a9e0c7228411633808f diff --git a/package.json b/package.json index bfa5f727e5e..78bd118313f 100644 --- a/package.json +++ b/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.27.0", + "version": "1.28.0", "homepage": "http://github.com/ajaxorg/ace", "engines": { "node": ">= 0.6.0" diff --git a/src/config.js b/src/config.js index 125accff6dc..3b91e17e45c 100644 --- a/src/config.js +++ b/src/config.js @@ -168,6 +168,6 @@ var reportErrorIfPathIsNotConfigured = function() { } }; -exports.version = "1.27.0"; +exports.version = "1.28.0";