Steve Sanderson
|
7799c36d50
|
Add E2E test to show adding and removing child components dynamically
|
2018-01-29 12:56:42 +00:00 |
Steve Sanderson
|
772e3a1a44
|
Clean up E2E tests now elements are retained via diffing
|
2018-01-29 12:56:41 +00:00 |
Steve Sanderson
|
4f496f649a
|
Add E2E test showing we can pass properties to child components and auto re-render them on change
|
2018-01-29 12:56:40 +00:00 |
Steve Sanderson
|
0aa164073d
|
Rename Microsoft.Blazor.* -> Microsoft.AspNetCore.Blazor.* everywhere
|
2018-01-24 15:48:38 -08:00 |
Steve Sanderson
|
23c2816bcd
|
Change ParentChildComponent test to use Razor. Add E2E tests showing events on child components work.
|
2018-01-24 11:04:30 -08:00 |
Steve Sanderson
|
2107a1927f
|
In RazorCompiler, support temporary <c:MyComponent /> syntax
|
2018-01-24 10:43:23 -08:00 |
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 |