v3.2.0
Notable changes
-
Support statement objects may no longer use
false
ornull
values forversion_removed
. Values forversion_removed
are now required to be real version numbers ortrue
(removed in some unknown version). This change to the schema codifies a widely-followed practice within existing compatability data. (#9015) -
The following features were renamed:
api.SVGFECompositeElement.in
is nowapi.SVGFECompositeElement.in1
, fixing a misidentified attribute (again). (#9074, #9343)api.SVGTests.hasextension
is nowapi.SVGTests.hasExtension
, fixing incorrect capitalization. (#9387)api.SVGViewElement.viewtarget
is nowapi.SVGViewElement.viewTarget
, fixing incorrect capitalization. (#9387)
-
The following features were removed because they duplicated data under historic names:
api.AuthenticationAssertion
, duplicatingapi.AuthenticatorAssertionResponse
(#9398)api.ConstrainLong
, duplicatingapi.ConstrainULong
(#9418)api.LongRange
, duplicatingapi.ULongRange
(#9418)api.ScopedCredential
, duplicatingapi.PublicKeyCredential
(#9398)api.ScopedCredentialInfo
, duplicatingapi.AuthenticatorResponse
(#9398)api.Window.OverconstrainedError
, duplicatingapi.OverconstrainedError
(#9401)
-
The following no-longer supported features were removed as irrelevant:
-
The following never-implemented features were removed:
Statistics
- 11 contributors have changed 163 files with 1,288 additions and 1,323 deletions in 27 commits (
v3.1.3...v3.2.0
) - 13,031 total features
- 769 total contributors
- 3,266 total stargazers