bootstrap-email

Bootstrap stylesheet, compiler, and inliner for responsive and consistent emails with the Bootstrap syntax you know and love.

MIT License

Stars
1.2K

Bot releases are visible (Hide)

bootstrap-email - Loosen sass-embedded gem requirements

Published by stuyam 6 months ago

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

bootstrap-email - Removed Deprecated Sassc gem in favor of Sass-embedded

Published by stuyam 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/bootstrap-email/bootstrap-email/compare/1.4.1...1.5.0

bootstrap-email - Bug fixes: Brackets and transparency Latest Release

Published by stuyam about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/bootstrap-email/bootstrap-email/compare/1.4.0...1.4.1

bootstrap-email - Customize Buttons & Font: 1.4.0

Published by stuyam almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/bootstrap-email/bootstrap-email/compare/1.3.1...1.4.0

bootstrap-email - Bug Fix: Rails multipart email support

Published by stuyam over 2 years ago

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

What's Changed

Full Changelog: https://github.com/bootstrap-email/bootstrap-email/compare/1.3.0...1.3.1

bootstrap-email - Plain Text Support

Published by stuyam over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/bootstrap-email/bootstrap-email/compare/1.2.0...1.3.0

bootstrap-email - 1.2.0

Published by stuyam over 2 years ago

What's Changed

Full Changelog: https://github.com/bootstrap-email/bootstrap-email/compare/1.1.7...1.2.0

bootstrap-email - Better handlerbar support in URLS

Published by stuyam over 2 years ago

What's Changed

Full Changelog: https://github.com/bootstrap-email/bootstrap-email/compare/1.1.6...1.1.7

bootstrap-email - Better sass cache invalidation

Published by stuyam over 2 years ago

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

bootstrap-email - Rubocop

Published by stuyam over 2 years ago

  • Added rubocop and tweaked small things
bootstrap-email - Better handlebar token support

Published by stuyam over 2 years ago

What's Changed

Before you could do something like this <img src="{{ some_code_here }}"> but not like this <img src="https://example.com/{{ some_code_here }}">. This fixes that and allows text before and after handlebar style tokens in urls.

Thanks to @psociety for opening this issue #160

Full Changelog: https://github.com/bootstrap-email/bootstrap-email/compare/1.1.2...1.1.3

bootstrap-email - Make <a> tags block elements in buttons

Published by stuyam almost 3 years ago

Small tweak to css to make <a> tags in buttons display block so when the outer button stretches and adjusts the inner contents will follow.

bootstrap-email - Return #mail response from rails

Published by stuyam almost 3 years ago

Returns the response from the mail method in rails so the bootstrap_mail method will perform the same as the mail method with inputs and outputs.

Thanks to @daniellytle for the contribution on #148!

bootstrap-email - Pretty print HTML and add missing meta tags

Published by stuyam about 3 years ago

bootstrap-email - Handlebar token support in anchor tag hrefs and img tag srcs

Published by stuyam about 3 years ago

Fix support for using {{ handlerbar_style }} tokens in urls such as an href and a src property without them encoding the string. See #134 for more details.

Thanks to @ComtelJeremy in #131 discussion for sparking some ideas of how to fix this.

bootstrap-email - Responsive grid margin bug

Published by stuyam about 3 years ago

Responsive grid fix in PR #128.

bootstrap-email - Version 1.0.0 🎉

Published by stuyam about 3 years ago

Version 1.0 is here! After many years, and lots of time working on this throughout the pandemic, I'm happy to announce the 1.0 is finally here. Thanks to all the contributions and support from everyone. Lot's more to come! Check out What's New to see what has changed and how to upgrade.

bootstrap-email - Version 1 Alpha 4

Published by stuyam over 3 years ago

PR #120
Some renames of how stack and align work

  • stack-x -> stack-row
  • stack-y -> stack-col
  • align-center -> ax-center
  • valign-top -> ay-top
    Also now changes emails to compile in ascii but format as utf-8 for metatag so hopefully fix the endless encoding issues.
    Also fixes a bug where if you used grid it would include all of the responsive col- classes in the even if you didn't use them all.
bootstrap-email - Version 1 Alpha 3.1

Published by stuyam over 3 years ago

PR: #115
Changes include:

  • Force Outlook to use san serif font
  • Responsive gap support
  • Fix responsive sizing support for width and height
  • Better grid support uses outer div with negative margin for more exact grids in clients that support it
  • Improved margin and padding regex and class lookups
  • Strip more leading and trailings spaces from class output
  • Reorder converters for better execution of tasks