-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace literal string type into enum for performance optimization (#34)
* refactor lerp on Constraints * refactor tightFor oon Constraints * refactor throw error phrase on render object * optimize normalize on Constraints by return itself when aleady normalized * optimize translated by avoid unneccessary new instance on not changed * remove unneccessary comment on matrix4 * caching frequent called Matrix.identity on matrix4.js * add pretest:dev script * fix matrix identity() created whenever called again * fix indexedstack * optimize paint by mutate dom only neccessary * minimize create new matrix on render object by using Matrix.Constants * optimize hitTest by replacing boud object into primitiv variables * remove inline callback on visitChildren in RenderObject * optimize get renderObject * replace string into enum on Element.type * refactor name on Container * constraints.constraint accept plain object instead of Size instance on RenderAlign * version up flitter-chart * avoid unneccessary creating instance on enforce in Constraits * replace string into enum on Flex * track performance * replace string into enum on text baseline * fix spell on inline-span * repalce string into enum on stack-fit * replace string into enum on text * publish 1.0.1
- Loading branch information
1 parent
3392387
commit 44fb145
Showing
40 changed files
with
392 additions
and
413 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.