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
end
What's Changed
- Refactor by @joeldrapper in #488
- Add
paggio
to "Prior Art" section by @marcoroth in #491 - Omit
false
andnil
and 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