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 hidden (Show)

bootstrap-email - Version 1 Alpha 3

Published by stuyam over 3 years ago

Two big PRs merged.
One is general style and utility tweaks: #111
The other is more configuration to better support integrations: #112

bootstrap-email - Allow rails mail method no-op

Published by stuyam over 3 years ago

#96

bootstrap-email - Version 1 Alpha 2

Published by stuyam over 3 years ago

  • Fixed rails integration #89
  • Added default destination folder from output to compiled for CLI #89
  • Accessibility add role="presentation" to tables #91
  • Make a new element or .to-table class to generate a table #91 and #94
  • Force encoding for iOS Mail encoding bug #91
  • Add rounded-full for border radius #91
  • Fix custom config file #91
  • Add "Stacks" similar to flexbox #94
  • Add .gap size classes for row gutters and stack spacing #94
  • Add .valign-{position} classes for vertical alignment #94 (replaces #42)
bootstrap-email - Fix CLI path issue

Published by stuyam over 3 years ago

#86 to fix the working directory being double added to the path. Thanks to @ComtelJeremy for providing so much feedback for the alpha!

bootstrap-email - Bug fix load error

Published by stuyam over 3 years ago

#85 Fix loading error of BootstrapEmail::Component::Base class.

bootstrap-email - Version 1 Alpha 1

Published by stuyam over 3 years ago

PR #83
Changes listed here on new docs: https://v1.bootstrapemail.com/docs/whats-new

  • New support for command line and vanilla ruby implementation in addition to the existing rails integration.
  • Lots of new class utilities, a much larger color palette, ability to customize colors easier and use them. Added new features from Bootstrap 5 as well as inspiration with some utility classes from Tailwind and Bootstrap.
  • Added tests so we can start to get the project in a more stable state.
  • This pull request is a fairly major rewrite and in the future will hopefully not have such large pull requests all at once.

There is still a lot of polish to do before the final cut but wanted to get this first alpha out so it can start to be tested.

bootstrap-email - Bugfix: Rails less than 6 fix

Published by stuyam almost 4 years ago

Fix for #82

bootstrap-email - Ruby 3 and Rails 6.1 support

Published by stuyam almost 4 years ago

#80 and #79

bootstrap-email - Fix negative argument error

Published by stuyam over 4 years ago

Fixes #24 with PR #67 when the text was too long.

bootstrap-email - Bug fix: missing semi colon

Published by stuyam almost 5 years ago

Thanks @AlexZaytsav for the PR #53 fix.

bootstrap-email - Better Variable Customization Support

Published by stuyam almost 5 years ago

Thanks to @swrobel for the two pull requests that went into this release.

#43 and #40 👍

bootstrap-email - Add rails 6 support

Published by stuyam about 5 years ago

#36 support for rails 6

bootstrap-email - Adds SassC support

Published by stuyam over 5 years ago

Fixes #23

bootstrap-email - Added support to override default font size

Published by stuyam about 6 years ago

bootstrap-email - Fix Missing Files

Published by stuyam over 6 years ago

This version takes a better approach to including files and includes the directories that are needed in the gemspec. This should fix #14 thank for @cpence for finding this.

bootstrap-email - Add VERSION file to spec

Published by stuyam over 6 years ago

bootstrap-email - Still figuring out the workflow here.

Published by stuyam over 6 years ago

See release 0.2.0 for more information on this release.

bootstrap-email - Bug fixes and improvements

Published by stuyam over 6 years ago

#8 #11 #13 #12 all fixed in this release and more.