ChangeLog.txt 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  1. 2020.07.06 Version 1.4.12
  2. * removed unused es5-shim
  3. * imporved ruby and vbscript highlighting and folding
  4. * workaround for double space being converted to dot on mobile keyboards
  5. 2020.04.15 Version 1.4.10
  6. * added workaround for chrome bug causing memory leak after calling editor.destroy
  7. * added code folding support for vbscript mode
  8. 2020.04.01 Version 1.4.9
  9. * added option to disable autoindent
  10. * added new language modes
  11. * fixed backspace not working with some mobile keyboards
  12. 2020.01.14 Version 1.4.8
  13. * highlight both matched braces, and highlight unmatched brace in red
  14. * improve snippet manager
  15. * compatibility with webpack file-loader v5
  16. * improve vim mode
  17. 2019.10.17 Version 1.4.7
  18. * add placeholder option
  19. 2019.09.08 Version 1.4.6
  20. * restore native behavior of ctrl-p on mac (jumptomatching command is moved to cmd-\)
  21. * improve snippet manager
  22. * fix backspace handling on mobile
  23. 2019.06.17 Version 1.4.5
  24. * improve scrolling and selection on mobile
  25. * improve type definitions
  26. 2019.04.24 Version 1.4.4
  27. * add experimental command prompt
  28. * add chrystal, nim and nginx highlight rules
  29. * fix regression in vim mode on ios
  30. 2019.02.21 Version 1.4.3
  31. * add sublime keybindings
  32. * add rtl option
  33. * implement ` and < textobjects in vim mode
  34. 2018.11.21 Version 1.4.2
  35. * fix regression in vim mode
  36. * improve keyboard input handling on ipad and IE
  37. * add new syntax highlighters
  38. 2018.08.07 Version 1.4.1
  39. * fix regression in autocomplete
  40. 2018.08.06 Version 1.4.0
  41. * remove usage of innerHTML
  42. * improved handling of textinput for IME and mobile
  43. * add support for relative line numbers
  44. * improve autocompletion popup
  45. 2018.03.26 Version 1.3.3
  46. * fix regession in static-highlight extension
  47. * use css animation for cursor blinking
  48. 2018.03.21 Version 1.3.2
  49. * add experimental support for using ace-builds with webpack
  50. 2018.02.11 Version 1.3.1
  51. * fixed regression with selectionChange event not firing some times
  52. * improved handling of non-ascii characters in vim normal mode
  53. 2018.01.31 Version 1.3.0
  54. * added copy copyWithEmptySelection option
  55. * improved undoManager
  56. * improved settings_menu plugin
  57. * improved handling of files with very long lines
  58. * fixed bug with scrolling editor out of view in transformed elements
  59. 2017.10.17 Version 1.2.9
  60. * added support for bidirectional text, with monospace font (Alex Shensis)
  61. * added support for emoji 😊
  62. * new language modes
  63. - Red (Toomas Vooglaid)
  64. - CSound (Nathan Whetsell)
  65. - JSSM (John Haugeland)
  66. * New Themes
  67. - Dracula (Austin Schwartz)
  68. 2017.07.02 Version 1.2.8
  69. * Fixed small bugs in searchbox and autocompleter
  70. 2017.06.18 Version 1.2.7
  71. * Added Support for arrow keys on external IPad keyboard (Emanuele Tamponi)
  72. * added match counter to searchbox extension
  73. - implemented higlighting of multiline strings in yaml mode (Maxim Trushin)
  74. - improved haml syntax highlighter (Andrés Álvarez)
  75. 2016.12.03 Version 1.2.6
  76. * Fixed IME handling on new Chrome
  77. * Support for php 7 in the syntax checker
  78. 2016.08.16 Version 1.2.5
  79. * Fixed regression in noconflict mode
  80. 2016.07.27 Version 1.2.4
  81. * Maintenance release with several new modes and small bugfixes
  82. 2016.01.17 Version 1.2.3
  83. * Bugfixes
  84. - fix memory leak in setSession (Tyler Stalder)
  85. - double click not working on linux/mac
  86. * new language modes
  87. - reStructuredText (Robin Jarry)
  88. - NSIS (Jan T. Sott)
  89. 2015.10.28 Version 1.2.1
  90. * new language modes
  91. - Swift
  92. - JSX
  93. 2015.07.11 Version 1.2.0
  94. * New Features
  95. - Indented soft wrap (danyaPostfactum)
  96. - Rounded borders on selections
  97. * API Changes
  98. - unified delta types `{start, end, action, lines}` (Alden Daniels https://github.com/ajaxorg/ace/pull/1745)
  99. - "change" event listeners on session and editor get delta objects directly
  100. * new language modes
  101. - SQLServer (Morgan Yarbrough)
  102. 2015.04.03 Version 1.1.9
  103. - Small Enhancements and Bugfixes
  104. 2014.11.08 Version 1.1.8
  105. * API Changes
  106. - `editor.commands.commandKeyBinding` now contains direct map from keys to commands instead of grouping them by hashid
  107. * New Features
  108. - Improved autoindent for html and php modes (Adam Jimenez)
  109. - Find All from searchbox (Colton Voege)
  110. * new language modes
  111. - Elixir, Elm
  112. 2014.09.21 Version 1.1.7
  113. * Bugfixes
  114. - fix several bugs in autocompletion
  115. - workaround for inaccurate getBoundingClientRect on chrome 37
  116. 2014.08.17 Version 1.1.6
  117. * Bugfixes
  118. - fix regression in double tap to highlight
  119. - Improved Latex Mode (Daniel Felder)
  120. * API Changes
  121. - editor.destroy destroys editor.session too (call editor.setSession(null) to prevent that)
  122. * new language modes
  123. - Praat (José Joaquín Atria)
  124. - Eiffel (Victorien Elvinger)
  125. - G-code (Adam Joseph Cook)
  126. 2014.07.09 Version 1.1.5
  127. * Bugfixes
  128. - fix regression in autocomplete popup
  129. * new language modes
  130. - gitignore (Devon Carew)
  131. 2014.07.01 Version 1.1.4
  132. * New Features
  133. - Highlight matching tags (Adam Jimenez)
  134. - Improved jump to matching command (Adam Jimenez)
  135. * new language modes
  136. - AppleScript (Yaogang Lian)
  137. - Vala
  138. 2014.03.08 Version 1.1.3
  139. * New Features
  140. - Allow syntax checkers to be loaded from CDN (Derk-Jan Hartman)
  141. - Add ColdFusion behavior (Abram Adams)
  142. - add showLineNumbers option
  143. - Add html syntax checker (danyaPostfactum)
  144. * new language modes
  145. - Gherkin (Patrick Nevels)
  146. - Smarty
  147. 2013.12.02 Version 1.1.2
  148. * New Features
  149. - Accessibility Theme for Ace (Peter Xiao)
  150. - use snipetManager for expanding emmet snippets
  151. - update jshint to 2.1.4
  152. - improve php syntax checker (jdalegonzalez)
  153. - add option for autoresizing
  154. - add option for autohiding vertical scrollbar
  155. - improvements to highlighting of xml like languages (danyaPostfactum)
  156. - add support for autocompletion and snippets (gjtorikyan danyaPostfactum and others)
  157. - add option to merge similar changes in undo history
  158. - add scrollPastEnd option
  159. - use html5 dragndrop for text dragging (danyaPostfactum)
  160. * API Changes
  161. - fixed typo in HashHandler commmandManager
  162. * new language modes
  163. - Nix (Zef Hemel)
  164. - Protobuf (Zef Hemel)
  165. - Soy
  166. - Handlebars
  167. 2013.06.04 Version 1.1.1
  168. - Improved emacs keybindings (Robert Krahn)
  169. - Added markClean, isClean methods to UndoManager (Joonsoo Jeon)
  170. - Do not allow `Toggle comments` command to remove spaces from indentation
  171. - Softer colors for indent guides in dark themes
  172. * new language modes
  173. - Ada
  174. - Assembly_x86
  175. - Cobol
  176. - D
  177. - ejs
  178. - MATLAB
  179. - MySQL
  180. - Twig
  181. - Verilog
  182. 2013.05.01, Version 1.1.0
  183. * API Changes
  184. - Default position of the editor container is changed to relative. Add `.ace_editor {position: absolute}` css rule to restore old behavior
  185. - Changed default line-height to `normal` to not conflict with bootstrap. Use `line-height: inherit` for old behavior.
  186. - Changed marker types accepted by session.addMarker. It now accepts "text"|"line"|"fullLine"|"screenLine"
  187. - Internal classnames used by editor were made more consistent
  188. - Introduced `editor.setOption/getOption/setOptions/getOptions` methods
  189. - Introduced positionToIndex, indexToPosition methods
  190. * New Features
  191. - Improved emacs mode (chetstone)
  192. with Incremental search and Occur modes (Robert Krahn)
  193. - Improved ime handling
  194. - Searchbox (Vlad Zinculescu)
  195. - Added elastic tabstops lite extension (Garen Torikian)
  196. - Added extension for whitespace manipulation
  197. - Added extension for enabling spellchecking from contextmenu
  198. - Added extension for displaying available keyboard shortcuts (Matthew Christopher Kastor-Inare III)
  199. - Added extension for displaying options panel (Matthew Christopher Kastor-Inare III)
  200. - Added modelist extension (Matthew Christopher Kastor-Inare III)
  201. - Improved toggleCommentLines and added ToggleCommentBlock command
  202. - `:;` pairing in CSS mode (danyaPostfactum)
  203. - Added suppoert for Delete and SelectAll from context menu (danyaPostfactum)
  204. - Make wrapping behavior optional
  205. - Selective bracket insertion/skipping
  206. - Added commands for increase/decrease numbers, sort lines (Vlad Zinculescu)
  207. - Folding for Markdown, Lua, LaTeX
  208. - Selective bracket insertion/skipping for C-like languages
  209. * Many new languages
  210. - Scheme (Mu Lei)
  211. - Dot (edwardsp)
  212. - FreeMarker (nguillaumin)
  213. - Tiny Mushcode (h3rb)
  214. - Velocity (Ryan Griffith)
  215. - TOML (Garen Torikian)
  216. - LSL (Nemurimasu Neiro, Builders Brewery)
  217. - Curly (Libo Cannici)
  218. - vbScript (Jan Jongboom)
  219. - R (RStudio)
  220. - ABAP
  221. - Lucene (Graham Scott)
  222. - Haml (Garen Torikian)
  223. - Objective-C (Garen Torikian)
  224. - Makefile (Garen Torikian)
  225. - TypeScript (Garen Torikian)
  226. - Lisp (Garen Torikian)
  227. - Stylus (Garen Torikian)
  228. - Dart (Garen Torikian)
  229. * Live syntax checks
  230. - PHP (danyaPostfactum)
  231. - Lua
  232. * New Themes
  233. - Chaos
  234. - Terminal
  235. 2012.09.17, Version 1.0.0
  236. * New Features
  237. - Multiple cursors and selections (https://c9.io/site/blog/2012/08/be-an-armenian-warrior-with-block-selection-on-steroids/)
  238. - Fold buttons displayed in the gutter
  239. - Indent Guides
  240. - Completely reworked vim mode (Sergi Mansilla)
  241. - Improved emacs keybindings
  242. - Autoclosing of html tags (danyaPostfactum)
  243. * 20 New language modes
  244. - Coldfusion (Russ)
  245. - Diff
  246. - GLSL (Ed Mackey)
  247. - Go (Davide Saurino)
  248. - Haxe (Jason O'Neil)
  249. - Jade (Garen Torikian)
  250. - jsx (Syu Kato)
  251. - LaTeX (James Allen)
  252. - Less (John Roepke)
  253. - Liquid (Bernie Telles)
  254. - Lua (Lee Gao)
  255. - LuaPage (Choonster)
  256. - Markdown (Chris Spencer)
  257. - PostgreSQL (John DeSoi)
  258. - Powershell (John Kane)
  259. - Sh (Richo Healey)
  260. - SQL (Jonathan Camile)
  261. - Tcl (Cristoph Hochreiner)
  262. - XQuery (William Candillion)
  263. - Yaml (Meg Sharkey)
  264. * Live syntax checks
  265. - for XQuery and JSON
  266. * New Themes
  267. - Ambiance (Irakli Gozalishvili)
  268. - Dreamweaver (Adam Jimenez)
  269. - Github (bootstraponline)
  270. - Tommorrow themes (https://github.com/chriskempson/tomorrow-theme)
  271. - XCode
  272. * Many Small Enhancements and Bugfixes
  273. 2011.08.02, Version 0.2.0
  274. * Split view (Julian Viereck)
  275. - split editor area horizontally or vertivally to show two files at the same
  276. time
  277. * Code Folding (Julian Viereck)
  278. - Unstructured code folding
  279. - Will be the basis for language aware folding
  280. * Mode behaviours (Chris Spencer)
  281. - Adds mode specific hooks which allow transformations of entered text
  282. - Autoclosing of braces, paranthesis and quotation marks in C style modes
  283. - Autoclosing of angular brackets in XML style modes
  284. * New language modes
  285. - Clojure (Carin Meier)
  286. - C# (Rob Conery)
  287. - Groovy (Ben Tilford)
  288. - Scala (Ben Tilford)
  289. - JSON
  290. - OCaml (Sergi Mansilla)
  291. - Perl (Panagiotis Astithas)
  292. - SCSS/SASS (Andreas Madsen)
  293. - SVG
  294. - Textile (Kelley van Evert)
  295. - SCAD (Jacob Hansson)
  296. * Live syntax checks
  297. - Lint for CSS using CSS Lint <http://csslint.net/>
  298. - CoffeeScript
  299. * New Themes
  300. - Crimson Editor (iebuggy)
  301. - Merbivore (Michael Schwartz)
  302. - Merbivore soft (Michael Schwartz)
  303. - Solarized dark/light <http://ethanschoonover.com/solarized> (David Alan Hjelle)
  304. - Vibrant Ink (Michael Schwartz)
  305. * Small Features/Enhancements
  306. - Lots of render performance optimizations (Harutyun Amirjanyan)
  307. - Improved Ruby highlighting (Chris Wanstrath, Trent Ogren)
  308. - Improved PHP highlighting (Thomas Hruska)
  309. - Improved CSS highlighting (Sean Kellogg)
  310. - Clicks which cause the editor to be focused don't reset the selection
  311. - Make padding text layer specific so that print margin and active line
  312. highlight are not affected (Irakli Gozalishvili)
  313. - Added setFontSize method
  314. - Improved vi keybindings (Trent Ogren)
  315. - When unfocused make cursor transparent instead of removing it (Harutyun Amirjanyan)
  316. - Support for matching groups in tokenizer with arrays of tokens (Chris Spencer)
  317. * Bug fixes
  318. - Add support for the new OSX scroll bars
  319. - Properly highlight JavaScript regexp literals
  320. - Proper handling of unicode characters in JavaScript identifiers
  321. - Fix remove lines command on last line (Harutyun Amirjanyan)
  322. - Fix scroll wheel sluggishness in Safari
  323. - Make keyboard infrastructure route keys like []^$ the right way (Julian Viereck)
  324. 2011.02.14, Version 0.1.6
  325. * Floating Anchors
  326. - An Anchor is a floating pointer in the document.
  327. - Whenever text is inserted or deleted before the cursor, the position of
  328. the cursor is updated
  329. - Usesd for the cursor and selection
  330. - Basis for bookmarks, multiple cursors and snippets in the future
  331. * Extensive support for Cocoa style keybindings on the Mac <https://github.com/ajaxorg/ace/issues/closed#issue/116/comment/767803>
  332. * New commands:
  333. - center selection in viewport
  334. - remove to end/start of line
  335. - split line
  336. - transpose letters
  337. * Refator markers
  338. - Custom code can be used to render markers
  339. - Markers can be in front or behind the text
  340. - Markers are now stored in the session (was in the renderer)
  341. * Lots of IE8 fixes including copy, cut and selections
  342. * Unit tests can also be run in the browser
  343. <https://github.com/ajaxorg/ace/blob/master/lib/ace/test/tests.html>
  344. * Soft wrap can adapt to the width of the editor (Mike Ratcliffe, Joe Cheng)
  345. * Add minimal node server server.js to run the Ace demo in Chrome
  346. * The top level editor.html demo has been renamed to index.html
  347. * Bug fixes
  348. - Fixed gotoLine to consider wrapped lines when calculating where to scroll to (James Allen)
  349. - Fixed isues when the editor was scrolled in the web page (Eric Allam)
  350. - Highlighting of Python string literals
  351. - Syntax rule for PHP comments
  352. 2011.02.08, Version 0.1.5
  353. * Add Coffeescript Mode (Satoshi Murakami)
  354. * Fix word wrap bug (Julian Viereck)
  355. * Fix packaged version of the Eclipse mode
  356. * Loading of workers is more robust
  357. * Fix "click selection"
  358. * Allow tokizing empty lines (Daniel Krech)
  359. * Make PageUp/Down behavior more consistent with native OS (Joe Cheng)
  360. 2011.02.04, Version 0.1.4
  361. * Add C/C++ mode contributed by Gastón Kleiman
  362. * Fix exception in key input
  363. 2011.02.04, Version 0.1.3
  364. * Let the packaged version play nice with requireJS
  365. * Add Ruby mode contributed by Shlomo Zalman Heigh
  366. * Add Java mode contributed by Tom Tasche
  367. * Fix annotation bug
  368. * Changing a document added a new empty line at the end