Skip to content

Releases: bootstrap-email/bootstrap-email

Loosen sass-embedded gem requirements

29 Apr 00:07
Compare
Choose a tag to compare

Loosen sass-embedded gem requirements so there is more flexibility.

Removed Deprecated Sassc gem in favor of Sass-embedded

28 Apr 23:18
Compare
Choose a tag to compare

What's Changed

  • Migrate the underlying sass compiler to Embedded Sass instead of SassC by @jhubert in #261
  • [FIXED #211] add support for badge colors by @w8tcha in #238

New Contributors

Full Changelog: 1.4.1...1.5.0

Bug fixes: Brackets and transparency

08 Oct 02:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.0...1.4.1

Customize Buttons & Font: 1.4.0

17 Jan 19:32
ab79074
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.1...1.4.0

Bug Fix: Rails multipart email support

11 Jul 20:01
Compare
Choose a tag to compare

#200 fixes rails multipart email issues brought up in #199 thank you for everyone that commented with details.

What's Changed

Full Changelog: 1.3.0...1.3.1

Plain Text Support

03 Jul 13:09
Compare
Choose a tag to compare

What's Changed

  • Preview Text Expansion/Update by @basabin54 in #192
  • Plain text support by @stuyam in #196
    The plain text support adds back multipart email support for rails that was available in pre 1.0 and adds support to return plain text for a given email via the Compiler ruby class or via the CLI.

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

18 Jun 03:09
Compare
Choose a tag to compare

What's Changed

  • Separate static and instance configuration by @stuyam in #189
  • Support passing in custom sass as a string by @stuyam in #190

Full Changelog: 1.1.7...1.2.0

Better handlerbar support in URLS

17 Jun 01:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.6...1.1.7

Better sass cache invalidation

18 May 00:33
Compare
Choose a tag to compare

Thanks to @ryantaylor and #181 for a rework of the sass cache algorithm.

Rubocop

30 Apr 13:31
Compare
Choose a tag to compare
  • Added rubocop and tweaked small things