Skip to content

Commit

Permalink
release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnester committed Jul 20, 2022
1 parent df70368 commit f7432f5
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion build
Submodule build updated 85 files
+19 −0 CHANGELOG.md
+8 −7 ace.d.ts
+24 −508 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
+1 −163 css/theme/ambiance.css
+1 −137 css/theme/chaos.css
+1 −114 css/theme/chrome.css
+1 −115 css/theme/cloud9_day.css
+1 −110 css/theme/cloud9_night.css
+1 −102 css/theme/cloud9_night_low_color.css
+1 −83 css/theme/clouds.css
+1 −86 css/theme/clouds_midnight.css
+1 −99 css/theme/cobalt.css
+1 −106 css/theme/crimson_editor.css
+1 −95 css/theme/dawn.css
+1 −114 css/theme/dracula.css
+1 −129 css/theme/dreamweaver.css
+1 −85 css/theme/eclipse.css
+1 −91 css/theme/github.css
+1 −98 css/theme/gob.css
+1 −71 css/theme/gruvbox.css
+1 −117 css/theme/gruvbox_dark_hard.css
+1 −117 css/theme/gruvbox_light_hard.css
+1 −86 css/theme/idle_fingers.css
+1 −109 css/theme/iplastic.css
+1 −109 css/theme/katzenmilch.css
+1 −92 css/theme/kr_theme.css
+1 −52 css/theme/kuroir.css
+1 −85 css/theme/merbivore.css
+1 −86 css/theme/merbivore_soft.css
+1 −97 css/theme/mono_industrial.css
+1 −93 css/theme/monokai.css
+1 −81 css/theme/nord_dark.css
+1 −118 css/theme/one_dark.css
+1 −98 css/theme/pastel_on_dark.css
+1 −78 css/theme/solarized_dark.css
+1 −81 css/theme/solarized_light.css
+1 −124 css/theme/sqlserver.css
+1 −101 css/theme/terminal.css
+1 −115 css/theme/textmate.css
+1 −96 css/theme/tomorrow.css
+1 −98 css/theme/tomorrow_night.css
+1 −96 css/theme/tomorrow_night_blue.css
+1 −111 css/theme/tomorrow_night_bright.css
+1 −98 css/theme/tomorrow_night_eighties.css
+1 −96 css/theme/twilight.css
+1 −84 css/theme/vibrant_ink.css
+1 −78 css/theme/xcode.css
+10 −6 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/mode-nsis.js
+1 −1 src-min-noconflict/mode-php.js
+1 −1 src-min-noconflict/mode-php_laravel_blade.js
+1 −1 src-min-noconflict/theme-nord_dark.js
+1 −1 src-min/ace.js
+1 −1 src-min/mode-nsis.js
+1 −1 src-min/mode-php.js
+1 −1 src-min/mode-php_laravel_blade.js
+1 −1 src-min/theme-nord_dark.js
+3,094 −3,075 src-noconflict/ace.js
+3 −3 src-noconflict/mode-nsis.js
+6 −3 src-noconflict/mode-php.js
+6 −3 src-noconflict/mode-php_laravel_blade.js
+1 −1 src-noconflict/theme-nord_dark.js
+3,094 −3,075 src/ace.js
+3 −3 src/mode-nsis.js
+6 −3 src/mode-php.js
+6 −3 src/mode-php_laravel_blade.js
+1 −1 src/theme-nord_dark.js
2 changes: 1 addition & 1 deletion lib/ace/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,6 @@ var reportErrorIfPathIsNotConfigured = function() {
}
};

exports.version = "1.7.1";
exports.version = "1.8.0";

});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f7432f5

Please sign in to comment.