-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
port Registry I/O #8507
port Registry I/O #8507
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated, resolved conflicts successfully I hope
@asturur what about this?? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated from master and resolved conflicts
Motivation
Description
ports what remains from #8282 to #8500
Changes
setClass
tosetJSONClass
,getClass
togetJSONClass
setClass
: register class to both JSON and SVG registeriesgetXXXClass
accepting astrict
param indicating if it should throw or notenlivenObjectEnlivenables
getJSONClass
signature to accept an object, needed to resolve Gradient inenlivenObjectEnlivenables
enlivenObjectEnlivenables
to return an object only with enlived stuff, previously was returning everythingenlivenObjectEnlivables
not inset
(I don't think it is breaking but devs can addtype: shadow
to data in case they fall into an edge case)fromObject
regression 3fd0660Gist
closes #8282
In Action