Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ajaxorg/ace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.1
Choose a base ref
...
head repository: ajaxorg/ace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.0
Choose a head ref
  • 17 commits
  • 24 files changed
  • 11 contributors

Commits on Nov 16, 2022

  1. added ES6 default parameters states

    tmpmachine authored and mkslanc committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    ecf56b0 View commit details
    Browse the repository at this point in the history
  2. add support of arrow functions, built-in methods, default parameters,…

    … promises, maps/sets and other es6 features
    mkslanc committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    7abbd0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0634049 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into es6-support-js-mode

    # Conflicts:
    #	src/ext/static_highlight_test.js
    mkslanc committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    ae27525 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53427d1 View commit details
    Browse the repository at this point in the history
  6. fix: Better ES6 support for JavaScript Mode

    Better ES6 support for JavaScript Mode
    andrewnester authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    6fb39e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    743190e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09505f3 View commit details
    Browse the repository at this point in the history
  3. fix: Fix vim keybindings scroll to the selected line (#4980)

    * Fix vim keybindings scroll to the selected line
    
    * Test added for vim gotoline
    
    * Fix vim keybindings scroll to the selected line
    anijanyan authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    8562f94 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Update marker.js

    rezass authored Nov 20, 2022
    Configuration menu
    Copy the full SHA
    11448fd View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Merge pull request #5002 from salkhordeh/fix-bidi-selection

    Fix bidi selection
    nightwing authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    fa64f84 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    451b63f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. release v1.13.2

    andredcoliveira committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    5016e90 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. feat: Autocomplete accessibility features (#5008)

    * Accessible autocomplete
    
    * remove ace_line_id and fix autocompletion tests
    aoyku authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    3b7bb5e View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. fix: added GREATEST|LEAST logical functions added in SQL Server 2022 (#…

    …5009)
    
    * added GREATEST|LEAST logical functions added in SQL Server 2022
    
    * functions added in SQL Server 2022
    rozhnev authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    e3f3e7a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. fix: Update ace.d.ts typings for navigate (#5011)

    * Update ace.d.ts
    
    * make times argument optional
    sadnub authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    a302709 View commit details
    Browse the repository at this point in the history
  2. release v1.14.0

    andrewnester committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    1abd491 View commit details
    Browse the repository at this point in the history
Loading