The Mastering SVG eBook is $10 at PACKT. Buy two!
H5BP’s main.css Released as a Standalone Project
I just published the 1.0.0 release of main.css, a standalone version of the H5BP CSS file. The project serves as a repository for development of the file as well as a distribution channel for the component files as separate CSS files. The dist folder contains:
This setup allows people (including HTML5 Boilerplate itself) to consume main.css as a whole, but also allows the component styles to be used individually in different, and hopefully interesting, ways.
Mastering SVG released
Mastering SVG was released today. It’s $10 at Packt right now.
That’s a crazy great price.
It’ll be on Amazon next week.
Wherever you buy it, you should buy it. It’s really great. I’ve been working at it for longer than I’d planned, but the end result is, I think, very good. SVG is a broad subject and I’ve delivered a 350+ page book that covers it from first principles all the way to intermediate/advanced topics (like the D3 visualization below.) If you’re looking to go from zero to SVG hero, this is the book for you.
HTML5 Boilerplate 6.1.0 Released
The news is coming fast and furious these days. Last week I offered up a big update on my SVG book (which I’m still in the process of finishing) and now I’m pleased to announce that we just released HTML5 Boilerplate 6.1.
In addition to the regular updates to dependencies, etc. the biggest change was moving to eslint for JavaScript linting. That was a lingering change we were unable to get into 6.0 and that change ended up being my biggest personal contribution to this release.
Speaking of contributions, Christian Oliff was instrumental in getting 6.1 out the door. I often woke up to a flurry of PRs as he threw together updates while I was busy sleeping, so he definitely kept this release on track. So, in addition to our ever-expanding cast of contributors, he definitely deserves big-time kudos for this release ????????✌️
Here’s the full release notes:
6.1.0 (May 1, 2018)
- Update Apache Server Configs to
v3.0.0
. - Migrate to eslint (#2037)
- Update to jQuery 3.3.1 (#2018)
- Update to Modernizr v3.6 and Normalize v8 (#2028)
- Update Dev Dependencies (#2032) (#2017) (#2010) (#2009)
- Replace ‘node-sri’ with ‘ssri’ (#2031)
- Add .babelrc and .prettierrc to .gitattributes (#2030)
- Update .htaccess (#2003)
- Fixed JSHint errors (#1994)
- Add CODE_OF_CONDUCT.md (#2011)
- Update Documentation (#2029) (#2015) (#2007) (#2006) (#1996)