You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Changelog
2
2
3
+
## Unreleased
4
+
5
+
- Enable support for Node.js version 12/13 by upgrading to [node-sass v4.13.0](https://github.com/sass/node-sass/releases/tag/v4.13.0) - thanks [@nickcolley](https://github.com/nickcolley).
- Updated to [node-sass v3.0](https://github.com/sass/node-sass/releases/tag/v3.0.0):tada:
46
-
- Added support for [source maps](https://github.com/stevenschobert/metalsmith-sass/blob/b162dd7c6ae6e5c6ee858e4db7bfc2a5c6393a85/README.md#source-maps).
50
+
- Added support for [source maps](https://github.com/stevenschobert/metalsmith-sass/blob/b162dd7c6ae6e5c6ee858e4db7bfc2a5c6393a85/README.md#source-maps).
47
51
- All options now get passed through to node-sass (no more manual updates for new options!)
This release updates [libsass](https://github.com/sass/libsass/) (the underlying sass library) to [v3.0](https://github.com/sass/libsass/releases/tag/3.0), which includes **tons** of major fixes and improvements.
80
84
81
-
##### Check out the [Libsass v3.0 release notes](https://github.com/sass/libsass/releases/tag/3.0) for a detailed list of updates.
85
+
##### Check out the [Libsass v3.0 release notes](https://github.com/sass/libsass/releases/tag/3.0) for a detailed list of updates.
82
86
83
87
---
84
88
@@ -109,4 +113,3 @@ _06/09/2014_
109
113
110
114
- Partials are now properly ignored (thanks [@dpisklov](https://github.com/dpisklov)!). Addresses #1 and #2.
111
115
- Added an `outputDir` option. Can be used in combination with `Metalsmith.destination()` to control output paths for stylesheets.
0 commit comments