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.0
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.1
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 17, 2023

  1. Update Publich CI

    Updated `Publich CI` action to remove a warning
    glenn2223 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    5c0da03 View commit details
    Browse the repository at this point in the history
  2. Update Publish CI - PR #318 from glenn2223

    Updated `Publish CI` action to remove a warning when the action runs
    glenn2223 authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    19bf6e3 View commit details
    Browse the repository at this point in the history
  3. v6.1.1

    # 6.1.1 - 2023-08-18
    
    <small>[Compare to previous release][comp:6.1.1]</small>
    
    ### Changes
    
    -   Updated sass to v1.66.0 to revert breaking change
        "_Drop support for the additional CSS calculations defined in CSS Values
        and Units 4. Custom Sass functions whose names overlapped with these new
        CSS functions were being parsed as CSS calculations instead, causing an
        unintentional breaking change outside our normal compatibility policy
        for CSS compatibility changes_"
    
    ### Updated
    
    -   `sass` to `1.66.0` [Changelog][cl:sa]
    -   `fdir` to `6.1.0` [Changelog][cl:fd]
    -   `postcss` to `8.4.28` [Changelog][cl:pc]
    -   `autoprefixer` to `10.4.15` [Changelog][cl:ap]
    -   Various dev dependency updates _(nothing user facing)_
    
    [comp:6.1.1]: v6.1.0...v6.1.1
    [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:sa]: https://github.com/sass/dart-sass/blob/main/CHANGELOG.md
    glenn2223 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    bd14dd8 View commit details
    Browse the repository at this point in the history
  4. v6.1.1 - PR #319 from glenn2223

    # 6.1.1 - 2023-08-18
    
    <small>[Compare to previous release][comp:6.1.1]</small>
    
    ### Changes
    
    -   Updated sass to v1.66.0 to revert breaking change  
        "_Drop support for the additional CSS calculations defined in CSS Values
        and Units 4. Custom Sass functions whose names overlapped with these new
        CSS functions were being parsed as CSS calculations instead, causing an
        unintentional breaking change outside our normal compatibility policy
        for CSS compatibility changes_"
    
    ### Updated
    
    -   `sass` to `1.66.0` [Changelog][cl:sa]
    -   `fdir` to `6.1.0` [Changelog][cl:fd]
    -   `postcss` to `8.4.28` [Changelog][cl:pc]
    -   `autoprefixer` to `10.4.15` [Changelog][cl:ap]
    -   Various dev dependency updates _(nothing user facing)_
    
    [comp:6.1.1]: v6.1.0...v6.1.1
    [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:sa]: https://github.com/sass/dart-sass/blob/main/CHANGELOG.md
    glenn2223 authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4ba1cba View commit details
    Browse the repository at this point in the history
Loading