Skip to content

Commit 485cd35

Browse files
committed
release v1.2.9
1 parent 3d74d41 commit 485cd35

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

ChangeLog.txt

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2017.10.17 Version 1.2.9
2+
3+
* added support for bidirectional text, with monospace font (Alex Shensis)
4+
* added support for emoji 😊
5+
6+
* new language modes
7+
- Red (Toomas Vooglaid)
8+
- CSound (Nathan Whetsell)
9+
- JSSM (John Haugeland)
10+
11+
* New Themes
12+
- Dracula (Austin Schwartz)
13+
114
2017.07.02 Version 1.2.8
215
* Fixed small bugs in searchbox and autocompleter
316

build

Submodule build updated 545 files

lib/ace/ace.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ exports.createEditSession = function(text, mode) {
128128
};
129129
exports.EditSession = EditSession;
130130
exports.UndoManager = UndoManager;
131-
exports.version = "1.2.8";
131+
exports.version = "1.2.9";
132132
});

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ace",
33
"description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE",
4-
"version": "1.2.8",
4+
"version": "1.2.9",
55
"homepage": "http://github.com/ajaxorg/ace",
66
"engines": {"node": ">= 0.6.0"},
77
"author": "Fabian Jakobs <[email protected]>",

0 commit comments

Comments
 (0)