Closed el-qq closed 6 months ago
I'd call this a bug, not a feature request. Affected code uses the wrong operator, causing slower performance on initial composition.
:tada: This issue has been resolved in version 4.4.3 :tada:
The release is available on:
v4.4.3
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 5.0.0 :tada:
The release is available on:
v5.0.0
Your semantic-release bot :package::rocket:
Is your feature request related to a problem? Please describe. For map objects (e.g.,
Circle()
), parameters are created both infactory
and in theupdate
blockIn addition,
update()
is recommended. From the description:For example, use [update} when value is passed into the class constructor parameters.
Describe the solution you'd like