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

v4.1.0 #186

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open

v4.1.0 #186

wants to merge 44 commits into from

Commits on Mar 15, 2024

  1. support text_alignment completions

    fixes #180
    panoply committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    c2756cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a65f6a View commit details
    Browse the repository at this point in the history
  3. support 11ty Liquid

    panoply committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f274fcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa89c5f View commit details
    Browse the repository at this point in the history
  5. 11ty completion control

    panoply committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    5e4cc1d View commit details
    Browse the repository at this point in the history
  6. 11ty includes document links

    panoply committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    9462fd4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dcd5ee5 View commit details
    Browse the repository at this point in the history
  8. update domain name

    panoply committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    0a35df4 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. release notes

    panoply committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    b314df2 View commit details
    Browse the repository at this point in the history
  2. notes on 11ty

    panoply committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    d34b7e7 View commit details
    Browse the repository at this point in the history
  3. Update readme.md

    panoply committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    729f709 View commit details
    Browse the repository at this point in the history
  4. 11ty frontmatter completions

    panoply committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    c0028e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c152cf7 View commit details
    Browse the repository at this point in the history
  6. frontmatter parse

    panoply committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    62e8a1b View commit details
    Browse the repository at this point in the history
  7. TypeBasic

    panoply committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    63c620f View commit details
    Browse the repository at this point in the history
  8. prepare for validations

    panoply committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    2060005 View commit details
    Browse the repository at this point in the history
  9. engine is 11ty

    panoply committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    ebb91ca View commit details
    Browse the repository at this point in the history
  10. completions frontmatter store

    panoply committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    a099659 View commit details
    Browse the repository at this point in the history
  11. Create DiagnosticProvider.ts

    panoply committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    18c7dad View commit details
    Browse the repository at this point in the history
  12. Update completions.ts

    panoply committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    e37335f View commit details
    Browse the repository at this point in the history
  13. improves internal typings

    panoply committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    9ce2dc1 View commit details
    Browse the repository at this point in the history
  14. added variation to status bar

    panoply committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    fa8cdeb View commit details
    Browse the repository at this point in the history
  15. align engine names

    panoply committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    41bbe04 View commit details
    Browse the repository at this point in the history
  16. schema stores update

    panoply committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    0aa6769 View commit details
    Browse the repository at this point in the history
  17. additional grammar types

    panoply committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    51db3a4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    334301e View commit details
    Browse the repository at this point in the history
  19. 1/2 completions walks

    panoply committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    b8ac3db View commit details
    Browse the repository at this point in the history
  20. align schema and deps update

    panoply committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    86100c0 View commit details
    Browse the repository at this point in the history
  21. update extension

    panoply committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    87e3af8 View commit details
    Browse the repository at this point in the history
  22. tests and lock

    panoply committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    5507910 View commit details
    Browse the repository at this point in the history
  23. v4.1.0 nightly

    panoply committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    733e7ce View commit details
    Browse the repository at this point in the history
  24. ensure js-yaml is bundled

    panoply committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    aad4eeb View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    0c109fc View commit details
    Browse the repository at this point in the history
  2. use grammar injection for Liquid highlighting

    Regression still exists here with the javascript embedded liquid tag
    panoply committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8deafec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7055d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4c9261 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. fixes #189 and #175

    Co-Authored-By: David Warrington <9138568+davidwarrington@users.noreply.github.com>
    panoply and davidwarrington committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    0000cb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d13aa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d957483 View commit details
    Browse the repository at this point in the history
  4. Update CompletionProvider.ts

    panoply committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f22e14d View commit details
    Browse the repository at this point in the history
  5. fixes rc change detection 1/2

    panoply committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    3bbc7f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cb423c View commit details
    Browse the repository at this point in the history
  7. Release notes

    panoply committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    72e39d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. preparing for next release

    panoply committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c947410 View commit details
    Browse the repository at this point in the history