Skip to content

Commit

Permalink
release v1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnester committed Aug 17, 2022
1 parent 710cedc commit 238b88e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.6](https://github.com/ajaxorg/ace/compare/v1.9.5...v1.9.6) (2022-08-17)


### Bug Fixes

* better way to extract css for csp environments ([1b0612b](https://github.com/ajaxorg/ace/commit/1b0612b5a5ed33a2f1931e4aa08cb2d54ec8585c))

### [1.9.5](https://github.com/ajaxorg/ace/compare/v1.9.4...v1.9.5) (2022-08-10)


Expand Down
2 changes: 1 addition & 1 deletion build
Submodule build updated 92 files
+7 −0 CHANGELOG.md
+848 −7 css/ace.css
+ css/main-1.png
+ css/main-10.png
+ css/main-11.png
+ css/main-12.png
+ css/main-13.png
+ css/main-14.png
+ css/main-15.png
+ css/main-2.png
+ css/main-3.png
+ css/main-4.png
+ css/main-5.png
+ css/main-6.png
+ css/main-7.png
+ css/main-8.png
+ css/main-9.png
+216 −0 css/theme/ambiance.css
+154 −0 css/theme/chaos.css
+154 −0 css/theme/chrome.css
+156 −0 css/theme/cloud9_day.css
+142 −0 css/theme/cloud9_night.css
+130 −0 css/theme/cloud9_night_low_color.css
+111 −0 css/theme/clouds.css
+112 −0 css/theme/clouds_midnight.css
+133 −0 css/theme/cobalt.css
+143 −0 css/theme/crimson_editor.css
+126 −0 css/theme/dawn.css
+161 −0 css/theme/dracula.css
+176 −0 css/theme/dreamweaver.css
+113 −0 css/theme/eclipse.css
+124 −0 css/theme/github.css
+130 −0 css/theme/gob.css
+95 −0 css/theme/gruvbox.css
+159 −0 css/theme/gruvbox_dark_hard.css
+159 −0 css/theme/gruvbox_light_hard.css
+112 −0 css/theme/idle_fingers.css
+140 −0 css/theme/iplastic.css
+143 −0 css/theme/katzenmilch.css
+123 −0 css/theme/kr_theme.css
+70 −0 css/theme/kuroir.css
+109 −0 css/theme/merbivore.css
+110 −0 css/theme/merbivore_soft.css
+125 −0 css/theme/mono_industrial.css
+121 −0 css/theme/monokai.css
+107 −0 css/theme/nord_dark.css
+160 −0 css/theme/one_dark.css
+128 −0 css/theme/pastel_on_dark.css
+100 −0 css/theme/solarized_dark.css
+105 −0 css/theme/solarized_light.css
+167 −0 css/theme/sqlserver.css
+131 −0 css/theme/terminal.css
+154 −0 css/theme/textmate.css
+124 −0 css/theme/tomorrow.css
+124 −0 css/theme/tomorrow_night.css
+121 −0 css/theme/tomorrow_night_blue.css
+140 −0 css/theme/tomorrow_night_bright.css
+124 −0 css/theme/tomorrow_night_eighties.css
+126 −0 css/theme/twilight.css
+109 −0 css/theme/vibrant_ink.css
+102 −0 css/theme/xcode.css
+3 −72 demo/kitchen-sink/demo.js
+1 −1 kitchen-sink.html
+1 −1 package.json
+1 −1 src-min-noconflict/ace.js
+1 −1 src-min-noconflict/ext-code_lens.js
+1 −1 src-min-noconflict/ext-emmet.js
+1 −1 src-min-noconflict/ext-language_tools.js
+1 −1 src-min-noconflict/ext-prompt.js
+1 −1 src-min-noconflict/keybinding-emacs.js
+1 −1 src-min-noconflict/keybinding-vim.js
+1 −1 src-min/ace.js
+1 −1 src-min/ext-code_lens.js
+1 −1 src-min/ext-emmet.js
+1 −1 src-min/ext-language_tools.js
+1 −1 src-min/ext-prompt.js
+1 −1 src-min/keybinding-emacs.js
+1 −1 src-min/keybinding-vim.js
+2 −35 src-noconflict/ace.js
+1 −23 src-noconflict/ext-code_lens.js
+1 −8 src-noconflict/ext-emmet.js
+2 −57 src-noconflict/ext-language_tools.js
+3 −66 src-noconflict/ext-prompt.js
+2 −41 src-noconflict/keybinding-emacs.js
+1 −34 src-noconflict/keybinding-vim.js
+2 −35 src/ace.js
+1 −23 src/ext-code_lens.js
+1 −8 src/ext-emmet.js
+2 −57 src/ext-language_tools.js
+3 −66 src/ext-prompt.js
+2 −41 src/keybinding-emacs.js
+1 −34 src/keybinding-vim.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.9.5",
"version": "1.9.6",
"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 @@ -141,6 +141,6 @@ var reportErrorIfPathIsNotConfigured = function() {
}
};

exports.version = "1.9.5";
exports.version = "1.9.6";


0 comments on commit 238b88e

Please sign in to comment.