1.4.0
Highlights
The path and g tags have been removed from Phlex::HTML, but you can now use them from Phlex::SVG objects. You can also use Phlex::SVG directly from a Phlex::HTML template with the svg tag.
svg do |s|
s.path
endWhat's Changed
- Refactor by @joeldrapper in #488
- Add
paggioto "Prior Art" section by @marcoroth in #491 - Omit
falseandniland empty strings when joining tokens by @joeldrapper in #495 - Phlex::SVG by @davekaro in #493
- Add SVG tag tests by @davekaro in #496
New Contributors
Full Changelog: 1.3.2...1.4.0