Releases: foundation/inky
v2.0.0-beta.8
Full Changelog: v2.0.0-beta.7...v2.0.0-beta.8
v2.0.0-beta.7
Full Changelog: v2.0.0-beta.6...v2.0.0-beta.7
v2.0.0-beta.6
Full Changelog: v2.0.0-beta.5...v2.0.0-beta.6
v2.0.0-beta.5
Full Changelog: v2.0.0-beta.4...v2.0.0-beta.5
v2.0.0-beta.4
Full Changelog: v2.0.0-beta.3...v2.0.0-beta.4
v2.0.0-beta.3
Full Changelog: v2.0.0-beta.2...v2.0.0-beta.3
v2.0.0-beta.2
Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2
v2.0.0-beta.1
Full Changelog: 1.5.0...v2.0.0-beta.1
v1.5.0
Inky v2.5.0
The final release of the 1.x series. Inky v2 is being rewritten in Rust with official bindings for JavaScript (WASM), PHP,
Python, Ruby, and Go — one canonical implementation across all languages.
Bug Fixes
- Fixed
<h-line>missing<tbody>— The<h-line>component now outputs<tbody>consistent with all other
table-generating components (#136) - Fixed
<raw>tags not supporting multi-line HTML — Raw blocks now correctly preserve multi-line content
(#109, #110)
Dependency Updates
- Upgraded Babel 6 → Babel 7 (
@babel/core,@babel/register,@babel/preset-env) - Upgraded Mocha 8 → 11
- Upgraded rimraf 2 → 6
- Upgraded foundation-emails 2.2 → 2.4
- Applied all pending security patches for transitive dependencies
Housekeeping
- Updated all links and URLs from zurb.com to get.foundation
- Removed Travis CI config (GitHub Actions will be set up in v2)
- Triaged and closed 22 stale issues
- Merged or closed all pending pull requests
Thank You
Thanks to the contributors who helped make this release happen:
- @SampsonCrowley — Multi-line
<raw>tag fix
(#110) - @marcandre — Reporting the
<h-line>bugs and<spacer>regression
(#135, #136,
What's Next
Inky v2 will be a ground-up rewrite in Rust, compiled to WASM for JavaScript/browser use and native shared libraries for
PHP, Python, Ruby, and Go. This eliminates the Cheerio dependency and ensures identical output across all languages. Follow progress at github.com/foundation/inky.