Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 11 #3052

Closed
wants to merge 28 commits into from
Closed

Version 11 #3052

wants to merge 28 commits into from

Commits on Mar 21, 2021

  1. Configuration menu
    Copy the full SHA
    7ecfaa6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a17d29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa7b4e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c30c867 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    616292f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca72477 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de3a8ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a57dea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    59cad8c View commit details
    Browse the repository at this point in the history
  10. (chore) move CSS_NUMBER_MODE -> css-shared

    It's too specific to CSS to be a general rule.
    joshgoebel committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    90990db View commit details
    Browse the repository at this point in the history
  11. (chore) goodbye sql_more

    joshgoebel committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    e11fa2d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8b6779b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7264353 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0dbc9b0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b5ebed6 View commit details
    Browse the repository at this point in the history
  16. (chore) freepascal, lazarus, lpr, lpm aliases removed.

    - Use `delphi` instead or add your own aliases
    joshgoebel committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    028bd61 View commit details
    Browse the repository at this point in the history
  17. (chore) bump deps

    joshgoebel committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    0868bb1 View commit details
    Browse the repository at this point in the history
  18. (chore) build a true monolith, not concat

    Builds the browser and CDN `highlight.js` as a single unit, as in
    Rollup sees the entire dependency tree and can optimize it most
    effectively.
    
    Previously we compiled core separately and each languages separately.
    The final distributable was then a concatenation of all these
    separate builds - meaning that often it could include repeated
    code from grammars pulling in the same dependencies (regex libs,
    etc.)
    
    The common build (minified) is now 20kb smaller which results
    in a 4-5kb reduction in the gzip size.
    joshgoebel committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    d5a8591 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    50f5c24 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    98e65a9 View commit details
    Browse the repository at this point in the history
  21. fixup: build monolith

    joshgoebel committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    56ef081 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    56af93a View commit details
    Browse the repository at this point in the history
  23. (chore) docs for v11

    joshgoebel committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    416dad3 View commit details
    Browse the repository at this point in the history
  24. (chore) changelog

    joshgoebel committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    24f9c70 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    25d5e59 View commit details
    Browse the repository at this point in the history
  26. fixup: tweak changelog

    joshgoebel committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    bfa6600 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

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

Commits on Mar 23, 2021

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