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: glenn2223/vscode-live-sass-compiler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.1
Choose a base ref
...
head repository: glenn2223/vscode-live-sass-compiler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.2
Choose a head ref
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 22, 2023

  1. fix for #322

    ### Fixed
    
    -   File resolution in network drives on windows is working again; after break in v6.1.1. Closes [#323](#323)
    
    ### Updated
    
    -   `fdir` to `6.1.1` [Changelog][cl:fd]
    -   `picomatch` to `3.0.1` [Changelog][cl:pm]
    
    [cl:fd]: https://github.com/thecodrr/fdir/releases
    [cl:pm]: https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md
    glenn2223 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    6b62d47 View commit details
    Browse the repository at this point in the history
  2. Wording and issue number correction

    Corrected the wording and issue link in the last changelog update
    glenn2223 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    7d4c3c1 View commit details
    Browse the repository at this point in the history
  3. Fix network file-resolution bug - PR#339 from glenn2223

    ### Fixed
    
    -   Fix for a network file-resolution bug introduced in v6.1.1. Closes [#323](#323)
    
    ### Updated
    
    -   `fdir` to `6.1.1` [Changelog][cl:fd]
    -   `picomatch` to `3.0.1` [Changelog][cl:pm]
    
    [cl:fd]: https://github.com/thecodrr/fdir/releases
    [cl:pm]: https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md
    glenn2223 authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    a15ddeb View commit details
    Browse the repository at this point in the history
  4. v6.1.2

    # 6.1.2 - 2023-11-22
    
    <small>[Compare to previous release][comp:6.1.2]</small>
    
    ### Fixed
    
    -   Fix for a network file-resolution bug introduced in v6.1.1. Closes [#322](#322)
    
    ### Updated
    
    -   `sass` to `1.69.5` [Changelog][cl:sa]
    -   `fdir` to `6.1.1` [Changelog][cl:fd]
    -   `picomatch` to `3.0.1` [Changelog][cl:pm]
    -   `postcss` to `8.4.31` [Changelog][cl:pc]
    -   `autoprefixer` to `10.4.16` [Changelog][cl:ap]
    -   Various dev dependency updates _(nothing user facing)_
    
    [comp:6.1.2]: v6.1.1...v6.1.2
    [cl:ap]: https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md
    [cl:fd]: https://github.com/thecodrr/fdir/releases
    [cl:pc]: https://github.com/postcss/postcss/blob/main/CHANGELOG.md
    [cl:pm]: https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md
    [cl:sa]: https://github.com/sass/dart-sass/blob/main/CHANGELOG.md
    glenn2223 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    17a1ac6 View commit details
    Browse the repository at this point in the history
  5. v6.1.2 - PR #340 from glenn2223

    # 6.1.2 - 2023-11-22
    
    <small>[Compare to previous release][comp:6.1.2]</small>
    
    ### Fixed
    
    -   Fix for a network file-resolution bug introduced in v6.1.1. Closes [#322](#322)
    
    ### Updated
    
    -   `sass` to `1.69.5` [Changelog][cl:sa]
    -   `fdir` to `6.1.1` [Changelog][cl:fd]
    -   `picomatch` to `3.0.1` [Changelog][cl:pm]
    -   `postcss` to `8.4.31` [Changelog][cl:pc]
    -   `autoprefixer` to `10.4.16` [Changelog][cl:ap]
    -   Various dev dependency updates _(nothing user facing)_
    
    [comp:6.1.2]: v6.1.1...v6.1.2
    [cl:ap]: https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md
    [cl:fd]: https://github.com/thecodrr/fdir/releases
    [cl:pc]: https://github.com/postcss/postcss/blob/main/CHANGELOG.md
    [cl:pm]: https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md
    [cl:sa]: https://github.com/sass/dart-sass/blob/main/CHANGELOG.md
    glenn2223 authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    a44ef47 View commit details
    Browse the repository at this point in the history
Loading