You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The <spacer> tag no longer includes extra attributes and they are entirely dropped:
Example:
<spacer class="some classes" foo="bar" size="42"/>
# 1.3.8 converts to:
<table foo="bar" class="classes some spacer">[...]
# 1.4.2 converts to:
<table class="classes some spacer">[...]
Note that other tags do include extra attributes.
(Noticed when running the inky-rb test suite)
The text was updated successfully, but these errors were encountered:
marcandre
changed the title
Regression: <spacer> no longer including extra attributes
Regression: <spacer> and <button> no longer including extra attributes
Dec 6, 2021
marcandre
changed the title
Regression: <spacer> and <button> no longer including extra attributes
Regression: <spacer> no longer including extra attributes
Dec 6, 2021
marcandre
added a commit
to foundation/inky-rb
that referenced
this issue
Dec 6, 2021
The
<spacer>
tag no longer includes extra attributes and they are entirely dropped:Example:
Note that other tags do include extra attributes.
(Noticed when running the
inky-rb
test suite)The text was updated successfully, but these errors were encountered: