ITADN

版本发布 8

v1.43.4
? · 2025-10-30

## What's Changed * updated index.html to add Chartbrew to the list of users by @razvanilin in https://github.com/ajaxorg/ace/pull/5870 * sync wrap option at start to keep diff alignment by @nightwing in https://github.com/ajaxorg/ace/pull/5868 * fix gutter click on wrapped line moving cursor to the next line by @nightwing in https://github.com/ajaxorg/ace/pull/5867 * Fix: Update for compliance with typescript 5.9.2 by @mkslanc in https://github.com/ajaxorg/ace/pull/5855 * fix gutter custom widget modifying wrong rows by @nightwing in https://github.com/ajaxorg/ace/pull/5869 * add internal gutter cursor marker feature for cloud-editor themes by @nightwing in https://github.com/ajaxorg/ace/pull/5873 * allow changing diff view wrap option from editor too by @nightwing in https://github.com/ajaxorg/ace/pull/5875 * fixes for cloudEditor by @nightwing in https://github.com/ajaxorg/ace/pull/5879 * Gutter Hover tooltip by @mkslanc in https://github.com/ajaxorg/ace/pull/5872 ## New Contributors * @razvanilin made their first contribution in https://github.com/ajaxorg/ace/pull/5870 **Full Changelog**: https://github.com/ajaxorg/ace/compare/v1.43.3...v1.43.4

v1.43.2
? · 2025-07-15

## What's Changed * Add project Aisofto by @aisoftoofficial in https://github.com/ajaxorg/ace/pull/5818 * add editor.destroyed property by @nightwing in https://github.com/ajaxorg/ace/pull/5785 * include diff view css in build by @nightwing in https://github.com/ajaxorg/ace/pull/5842 * Update php_highlight_rules.js by @AgentSmith0 in https://github.com/ajaxorg/ace/pull/5819 * Feat: Implement text markers by @mkslanc in https://github.com/ajaxorg/ace/pull/5835 ## New Contributors * @aisoftoofficial made their first contribution in https://github.com/ajaxorg/ace/pull/5818 * @AgentSmith0 made their first contribution in https://github.com/ajaxorg/ace/pull/5819 **Full Changelog**: https://github.com/ajaxorg/ace/compare/v1.43.1...v1.43.2

v1.42.0
? · 2025-06-20

## What's Changed * fix: missing type aliases and MarkerGroup in `ace-builds` by @mkslanc in https://github.com/ajaxorg/ace/pull/5782 * Expose Autocomplete on enableBasicAutocompletion by @mkslanc in https://github.com/ajaxorg/ace/pull/5756 * feat: update mouse selection at user's refresh rate by @thennothinghappened in https://github.com/ajaxorg/ace/pull/5717 * Improve diffview by @nightwing in https://github.com/ajaxorg/ace/pull/5806 * do not use border-top for styling gutter active line by @nightwing in https://github.com/ajaxorg/ace/pull/5812 * Diff view papercuts by @nightwing in https://github.com/ajaxorg/ace/pull/5815 ## New Contributors * @thennothinghappened made their first contribution in https://github.com/ajaxorg/ace/pull/5717 **Full Changelog**: https://github.com/ajaxorg/ace/compare/v1.41.0...v1.42.0

v1.41.0
? · 2025-05-02

## What's Changed * Improve JSDoc annotations for code lens by @xyos in https://github.com/ajaxorg/ace/pull/5800 * Expose `keyCodeToString` in `lib/keys` by @mkslanc in https://github.com/ajaxorg/ace/pull/5783 * import diff viewer by @nightwing in https://github.com/ajaxorg/ace/pull/5798 **Full Changelog**: https://github.com/ajaxorg/ace/compare/v1.40.1...v1.41.0

v1.40.0
? · 2025-04-15

## What's Changed ### Features * **gutter:** add experimental ability to replace fold icon with custom icon for a specific row ([#5787](https://github.com/ajaxorg/ace/pull/5787)) ([6fde745](https://github.com/ajaxorg/ace/commit/6fde745691d91a8f1ccfa8032bf69f8105fa6349)) ## New Contributors * @h11sam made their first contribution in https://github.com/ajaxorg/ace/pull/5775 **Full Changelog**: https://github.com/ajaxorg/ace/compare/v1.39.1...v1.40.0

v1.39.1
? · 2025-03-20

## What's Changed * Fix `is` check in xml FoldMode by @mkslanc in https://github.com/ajaxorg/ace/pull/5752 * Add Winter CMS to list of projects on homepage by @LukeTowers in https://github.com/ajaxorg/ace/pull/5757 * Fix: updateDocTooltip with undefined this.completions by @mkslanc in https://github.com/ajaxorg/ace/pull/5754 * workaround for broken ligatures in source code pro font on fedora by @nightwing in https://github.com/ajaxorg/ace/pull/5761 * fix: replace NodeList.foreach with for loop by @InspiredGuy in https://github.com/ajaxorg/ace/pull/5769 * fix popups being covered by page scrollbar by @nightwing in https://github.com/ajaxorg/ace/pull/5763 * Feat: Editing is disabled tooltip in readonly mode by @mkslanc in https://github.com/ajaxorg/ace/pull/5771 * fix readonly warning tooltip being shown after non-readonly commands by @nightwing in https://github.com/ajaxorg/ace/pull/5772 * fix searchbar not working on mobile by @nightwing in https://github.com/ajaxorg/ace/pull/5773 * Fix: wrong java keywords by @mkslanc in https://github.com/ajaxorg/ace/pull/5759 ## New Contributors * @LukeTowers made their first contribution in https://github.com/ajaxorg/ace/pull/5757 **Full Changelog**: https://github.com/ajaxorg/ace/compare/v1.39.0...v1.39.1

v1.39.0
? · 2025-02-24

## What's Changed * Fix wrong event types and missing ace.require for ace-builds by @mkslanc in https://github.com/ajaxorg/ace/pull/5744 * fix: gutter hover tooltip a11y improvements by @babalaui in https://github.com/ajaxorg/ace/pull/5747 * fix: set score completion item when skipfilter true by @akoreman in https://github.com/ajaxorg/ace/pull/5749 * fix: check if row is present when setting aria label of popup element by @babalaui in https://github.com/ajaxorg/ace/pull/5750 * fix: narrowing platform to be either win or mac by @marinsokol5 in https://github.com/ajaxorg/ace/pull/5707 * csv mode by @nightwing in https://github.com/ajaxorg/ace/pull/5748 * feat: Multiline Search Support: line breaks `\n` by @sekedus in https://github.com/ajaxorg/ace/pull/5675 * chore: add backwards multiline search test by @akoreman in https://github.com/ajaxorg/ace/pull/5751 ## New Contributors * @sekedus made their first contribution in https://github.com/ajaxorg/ace/pull/5675 **Full Changelog**: https://github.com/ajaxorg/ace/compare/v1.38.0...v1.39.0

v1.38.0
? · 2025-02-12

## What's Changed ### Features * **popup:** add supporting skipFilter flag for popup item ([#5740](https://github.com/ajaxorg/ace/issues/5740)) ([0db7585](https://github.com/ajaxorg/ace/commit/0db7585ae0ccbd353091426f60ac3d9e53e182c4)) ### Bug Fixes * **AcePopup:** fix aria-posinset issue on google chrome ([#5719](https://github.com/ajaxorg/ace/issues/5719)) ([09a0c5a](https://github.com/ajaxorg/ace/commit/09a0c5a11106754916a4fc324a35e8daf84055ba)) * fix calling setMode just before destroy causes error reading getLength ([#5727](https://github.com/ajaxorg/ace/issues/5727)) ([62b973e](https://github.com/ajaxorg/ace/commit/62b973ef2247debdd51cf6a41a3b24b97277efdb)) * highlight indent guides with wrapped lines ([#5621](https://github.com/ajaxorg/ace/issues/5621)) ([77b9fe1](https://github.com/ajaxorg/ace/commit/77b9fe1bc0b10b4c3fb2780d65f9d256d60634ce)) * improve aria attributes of popup elements ([#5739](https://github.com/ajaxorg/ace/issues/5739)) ([09fba2e](https://github.com/ajaxorg/ace/commit/09fba2e7347cd499c979e53ec7a8d8ee1fd48918)) * types for setTimeout/setInterval calls ([#5726](https://github.com/ajaxorg/ace/issues/5726)) ([9a76656](https://github.com/ajaxorg/ace/commit/9a76656acc9528a4a2e92a3b72c4d6598d3a0a8c)) * **VirtualRenderer:** fix scrollbar overlap on autocompletion ([#5713](https://github.com/ajaxorg/ace/issues/5713)) ([5acea6d](https://github.com/ajaxorg/ace/commit/5acea6d9200f4ca0c8495350cda6e41e8351913f)) * wrong type of paste event and missing types for themelist extension ([#5725](https://github.com/ajaxorg/ace/issues/5725)) ([a4b9d2d](https://github.com/ajaxorg/ace/commit/a4b9d2d91a2be841320030d93afde46ae723c8c3)) ## New Contributors * @xyos made their first contribution in https://github.com/ajaxorg/ace/pull/5719 * @phil-hands made their first contribution in https://github.com/ajaxorg/ace/pull/5721 **Full Changelog**: https://github.com/ajaxorg/ace/compare/v1.37.5...v1.38.0