-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial vdom rewrite * refactor * vdom * Additional vdom changes * More changes to vdom to support merges correctly * Refactors * More refactors * Fix dom vnode logic and refactor property/attribute/event updates * more refactors * Use original properties passed to the widget when creating the instruction for an invalidation * Do not try to merge for custom elements * Move dom application to after the invalidation queue has been processed * Run deferred properties in WidgetBase * README * Clean up and tests for ProjectorMixin * Move invalidate back to instanceData * Uncomment tests * Move from class to function for vdom * vdom reorg and tweaking * README * Add back remaining vdom unit tests * refactor and fixes to ensure the latest wrapper is used * Run filtering before clearing the node handler to allow meta usage in deferred props * Move registry resolution to WidgetBase from vdom * Create attach application for operations on a widget after it has been appended * Fix insert before calculation to ensure results of widgets added to the correct position * Falsy dnodes are now filtered by widgetbase, so deal with this in asserting render * more tidying
- Loading branch information
Showing
30 changed files
with
2,880 additions
and
3,372 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
Oops, something went wrong.