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: sass/dart-sass
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.52.2
Choose a base ref
...
head repository: sass/dart-sass
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.54.0
Choose a head ref
  • 19 commits
  • 52 files changed
  • 3 contributors

Commits on Jun 8, 2022

  1. fix serializing loud comment crash when importing the same file twice…

    … in a row (#1713)
    
    * fix serializing loud comment crash when importing the same file twice
    Goodwine authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    ae6275e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

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

Commits on Jun 15, 2022

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

Commits on Jun 17, 2022

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

Commits on Jun 21, 2022

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

Commits on Jun 22, 2022

  1. Cut a release (#1726)

    nex3 authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    fd4a30f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26e117c View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

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

Commits on Jul 6, 2022

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

Commits on Jul 9, 2022

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

Commits on Jul 15, 2022

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

Commits on Jul 18, 2022

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

Commits on Jul 19, 2022

  1. Deprecate passing non-deg units to hwb()'s $hue argument (#1747)

    This was overlooked in #1175, because the spec said that `hwb()`
    should already be throwing an error if non-`deg` units were passed.
    However, Dart Sass didn't implement the spec correctly and these units
    were in fact not being checked at all.
    
    See #1174
    nex3 authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    1bd7744 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Drop the Git dependency on source_span (#1751)

    We don't need to narrow the version constraint because this release
    just improves formatting, it doesn't actually change the API.
    nex3 authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    cc5529b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    3e7c9dd View commit details
    Browse the repository at this point in the history
  2. Recategorize selectors as "AST" for Dartdoc (#1752)

    This more closely matches the categorization of other AST nodes, which
    aren't broken down into fine-grained categories.
    
    This also adds the "Parsing" category to selector classes that have
    `parse()` methods.
    nex3 authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    0d4c0d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eeedebc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d159d83 View commit details
    Browse the repository at this point in the history
  5. Cut a release (#1755)

    Also include some code review changes that were meant for #1749
    nex3 authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    bc8df44 View commit details
    Browse the repository at this point in the history
Loading