Skip to content
This repository was archived by the owner on Jan 22, 2021. It is now read-only.

Commit 78d9635

Browse files
committed
Version 0.5.0
1 parent a61c55f commit 78d9635

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ Why not try [`meteor-logger`](https://github.com/lookback/meteor-logger)? :)
419419

420420
## Version history
421421

422+
- `0.5.0` - Remove `node-sass` as hard dependency. SCSS support is now opt-in, by adding `chrisbutler:node-sass` to your app.
422423
- `0.4.6` - Fix paths on Windows in development mode.
423424
- `0.4.5`
424425
- CSS and SCSS is now compiled and inlined at runtime, in order to inline CSS for the rendered content. If CSS only was inlined at compile time, the dynamic content wouldn't get any styling.

Diff for: example/.meteor/versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ [email protected]
3333
3434
3535
36-
lookback:emails@0.4.6
36+
lookback:emails@0.5.0
3737
3838
3939
meteorhacks:[email protected]

Diff for: package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var where = 'server';
33
Package.describe({
44
name: 'lookback:emails',
55
summary: 'Send HTML emails with server side Blaze templates. Preview and debug in the browser.',
6-
version: '0.4.6',
6+
version: '0.5.0',
77
git: 'https://github.com/lookback/meteor-emails.git'
88
});
99

0 commit comments

Comments
 (0)