Steve Sanderson
|
34d3eb5b72
|
Unit tests for Renderer
|
2018-01-09 17:21:50 +00:00 |
Steve Sanderson
|
07e31c6318
|
Unit tests relating to Renderer GC behavior
|
2018-01-09 15:08:27 +00:00 |
Steve Sanderson
|
6585667ce6
|
Refactor most of the rendering logic into Microsoft.Blazor, keeping only browser-specific parts in Microsoft.Blazor.Browser
|
2018-01-09 13:33:49 +00:00 |
Steve Sanderson
|
674024ed61
|
Rename UITree -> RenderTree, UIEventInfo -> UIEventArgs
|
2018-01-09 09:55:14 +00:00 |
Steve Sanderson
|
5793bf700a
|
Add ability to render child components
|
2018-01-08 14:21:48 +00:00 |
Steve Sanderson
|
04c582647a
|
Add support for passing parameters to UI event handlers (e.g., which key was pressed)
|
2018-01-08 11:31:10 +00:00 |
Steve Sanderson
|
23f7120b75
|
Basic parameterless events support (e.g., button click)
|
2018-01-05 22:16:29 +00:00 |
Steve Sanderson
|
0db6f5cc5d
|
Add concept of "attributes" to UITree. So far the values are only allowed to be strings, but this will have to change later.
|
2018-01-05 17:28:26 +00:00 |
Steve Sanderson
|
5e25ab16a2
|
Add unit tests for UITreeBuilder
|
2018-01-04 15:25:14 +00:00 |