ChangeLog.txt 13 KB

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