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.0.2
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.0.3
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Feb 24, 2023

  1. Correct source maps on new compiler

    Source maps (from the new compiler) are now working correctly - closes #276
    glenn2223 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    f3a821d View commit details
    Browse the repository at this point in the history
  2. v6.0.3

    # 6.0.3 - 2023-02-24
    
    <small>[Compare to previous release][comp:6.0.3]</small>
    
    ### Fixed
    
    -   Using the new compiler (`liveSassCompile.settings.useNewCompiler`) outputs source maps correctly - Closes [#276](#276)
    
    ### Updated
    
    -   `sass` to `1.58.3` [Changelog][cl:sa]
    -   Various dev dependency updates _(nothing user facing)_
    
    [comp:6.0.3]: v6.0.2...v6.0.3
    [cl:sa]: https://github.com/sass/dart-sass/blob/main/CHANGELOG.md
    glenn2223 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    a08ae6b View commit details
    Browse the repository at this point in the history
  3. v6.0.3

    # 6.0.3 - 2023-02-24
    
    <small>[Compare to previous release][comp:6.0.3]</small>
    
    ### Fixed
    
    -   Using the new compiler (`liveSassCompile.settings.useNewCompiler`) outputs source maps correctly - Closes [#276](#276)
    
    ### Updated
    
    -   `sass` to `1.58.3` [Changelog][cl:sa]
    -   Various dev dependency updates _(nothing user facing)_
    
    
    [comp:6.0.3]: v6.0.2...v6.0.3
    [cl:sa]: https://github.com/sass/dart-sass/blob/main/CHANGELOG.md
    glenn2223 authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    9bd70a8 View commit details
    Browse the repository at this point in the history
Loading