github maizzle/framework v4.4.7

latest releases: v5.0.0-beta.25, v5.0.0-beta.24, v5.0.0-beta.23...
14 months ago

Changed

Changed the default role attribute value from presentation to none - they both do the same thing and none is 8 characters shorter:

- <table cellpadding="0" cellspacing="0" role="presentation">
+ <table cellpadding="0" cellspacing="0" role="none">

So if your email has ~125 tables, this automatically saves 1kB. Doesn't sound like much, but it's an easy win and can add up.

  • refactor: prefer role none over presentation 979fe21

v4.4.6...v4.4.7

Don't miss a new framework release

NewReleases is sending notifications on new releases.