Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Avoid unnecessary DOM structure updates in renderer #1424

Merged
merged 23 commits into from
Jun 18, 2018
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
c457a1b
Avoid unnecessary structure updates in renderer with smarter diffing.
f1ames May 28, 2018
37f7452
Rendering flow adjustments.
f1ames May 28, 2018
450e1ee
Tests: optimal rendering unit tests.
f1ames May 28, 2018
7cbfc8a
Tests: complex DOM modifications rendering unit tests added.
f1ames May 29, 2018
9e36530
Handle Safari 'br' edge case.
f1ames May 30, 2018
d050901
Docs adjustments.
f1ames Jun 1, 2018
ebfacb0
Fix for skipped actions in 'actions replace diff'.
f1ames Jun 7, 2018
0cee0a1
Tests: skipped actions unit test added.
f1ames Jun 8, 2018
8147685
Fixed attributes rendering for replaced elements.
f1ames Jun 11, 2018
37017e8
Tests: attributes rendering unit tests.
f1ames Jun 11, 2018
86423cb
Removed marked elements sorting as it is no longer needed.
f1ames Jun 11, 2018
c974fbb
Fix for 'uiElements' rendering.
f1ames Jun 11, 2018
3a4ffd4
Tests: 'uiElement' rerendering unit test added.
f1ames Jun 11, 2018
907e2ca
Merge branch 'master' into t/1417
f1ames Jun 11, 2018
4d6a100
Improved API docs and code style.
Reinmar Jun 12, 2018
dd11e72
Wording.
Reinmar Jun 12, 2018
3a8085f
Wording.
Reinmar Jun 12, 2018
e097246
Wording.
Reinmar Jun 12, 2018
8d3a0d1
Renderer refactoring.
f1ames Jun 13, 2018
4beb226
Make 'renderer._diffChildren()' method follow single responsibility p…
f1ames Jun 13, 2018
140633f
Merge branch 'master' into t/1417
Reinmar Jun 18, 2018
34a1788
Bind new DOM elements before diffing.
f1ames Jun 18, 2018
7e1e963
Tests: unit test covering 'linking styled content' case.
f1ames Jun 18, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading