Skip to content

Commit

Permalink
docs: clarify end of support for node-sass (#21244)
Browse files Browse the repository at this point in the history
We deprecated support for node-sass in v10 with the intent of removing it
in v11, but we did not make this clear in the v11 changelog. This PR
clarifies that node-sass support is ended.
  • Loading branch information
jelbourn committed Dec 8, 2020
1 parent ede509a commit 62a5837
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -99,6 +99,12 @@

### material

Note: Support for the node-sass npm package, based on libsass, was deprecated in version 10. This
support officially ends with version 11. Ending support for node-sass allows us to switch to the
new Sass module system (the `@use` syntax), simplifying our Sass and keeping up with ecosystem
best practices. The `sass` npm package is an API compatible replacement maintained by the official
Sass team at Google.

_Breaking changes:_

* **snack-bar:** matSnackBarHarness.getRole() replaced with .getAriaLive() due to using aria-live
Expand Down

0 comments on commit 62a5837

Please sign in to comment.