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.23.2
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.23.3
Choose a head ref
  • 4 commits
  • 9 files changed
  • 3 contributors

Commits on Jul 9, 2023

  1. Fix tmTheme tool (#5238)

    Update tmTheme tool to use non-deprecated plist.js methods
    NotLazy authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    133345f View commit details
    Browse the repository at this point in the history
  2. fix: update jshint version to 2.13.6; change esversion to target ECMA…

    …Script 11 (#5243)
    
    - Update JSHint version to current latest
    - Change default option to target ECMAScript 11
    - Replace deprecated property esnext with esversion
    mkslanc authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    301aee9 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. fix: android bug when deleting multiple lines (#5248)

    Reverts part of #5087 since it caused a regression when deleting multiple lines on android.
    akoreman authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    bd066ff View commit details
    Browse the repository at this point in the history
  2. release v1.23.3

    akoreman committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0e36379 View commit details
    Browse the repository at this point in the history
Loading