Steve Sanderson
|
a0b354e0eb
|
Add concept of 'sequence' to RenderTreeNode. This is in preparation for diffing.
|
2018-01-21 11:51:26 +00:00 |
Steve Sanderson
|
d1f96153d3
|
Implement basics of @onclick()-type shorthand syntax
|
2018-01-16 18:01:06 +00:00 |
Steve Sanderson
|
946e25462e
|
In RazorCompiler, support @using statements
|
2018-01-16 17:17:22 +00:00 |
Steve Sanderson
|
7cd5228b7f
|
In RazorCompiler, support attributes whose values are C# code blocks (treated as event handlers)
|
2018-01-16 16:58:47 +00:00 |
Steve Sanderson
|
5949045319
|
In RazorCompiler, support expressions with non-string or null values
|
2018-01-16 16:30:29 +00:00 |
Steve Sanderson
|
8c2a32b87c
|
Remove a .csproj.user file that shouldn't be tracked in source control
|
2018-01-16 16:16:48 +00:00 |
Steve Sanderson
|
7bbb2b6660
|
In RazorCompiler, support attribute values of type UIEventHandler
|
2018-01-16 16:15:46 +00:00 |
Steve Sanderson
|
5aa6ccaff7
|
Convert TextOnlyComponent to Razor format
|
2018-01-16 12:36:10 +00:00 |
Steve Sanderson
|
80b371c647
|
In RazorCompiler, support string-valued attributes
|
2018-01-16 12:23:12 +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
|
f7cb54121b
|
Add DOM rendering capability for attributes
|
2018-01-05 17:50:03 +00:00 |
Steve Sanderson
|
f0a78d13bf
|
Begin tracking association between components and DOM elements so that components can be refresh their own display
|
2018-01-05 14:31:06 +00:00 |
Steve Sanderson
|
dfd6c4a1c2
|
Begin E2E testing for BasicTestApp and component rendering in browser
|
2018-01-04 17:35:58 +00:00 |
Steve Sanderson
|
ce04fde7bd
|
Begin adding BasicTestApp for more E2E tests
|
2018-01-04 15:37:32 +00:00 |