Steve Sanderson
41fcf65c05
Run E2E tests for server execution as well as WebAssembly. Fixes several
...
server-execution bugs uncovered by the E2E tests.
2018-07-19 18:57:17 +01:00
Steve Sanderson
5bccac05fc
Refactoring to prepare for remote rendering.
...
- Prepare for building multiple entrypoint variants of the .js library
- Use async interop more consistently for rendering and event handling
- Add binary serializer for RenderBatch with tests
2018-07-09 11:04:14 +01:00
Steve Sanderson
b275055835
JavaScript interop v3 ( #1033 )
...
* JavaScript interop via new IJSRuntime abstraction
* CR feedback
2018-06-25 15:14:42 +01:00
Javier Calvarro Nelson
5cb544ece8
Improved interoperability
...
* Add support for invoking async JavaScript functions from .NET.
* Add support for invoking .NET methods from JavaScript.
* Add support for invoking async .NET methods from JavaScript.
2018-06-05 16:09:59 -07:00
Steve Sanderson
281d5a8751
Enable same-origin credentials by default. Add E2E test to show they can be sent to different-origin domains too.
2018-04-09 12:54:13 +01:00
Steve Sanderson
e37e22aa27
Further renderer refactoring
2018-02-10 10:55:44 +00:00
Steve Sanderson
0aa164073d
Rename Microsoft.Blazor.* -> Microsoft.AspNetCore.Blazor.* everywhere
2018-01-24 15:48:38 -08: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
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