Tomáš Herceg
Tomáš Herceg
I've added an option to specify aliases for controls in markup. We'll need this in the AutoUI package where we want the control in markup would be named `auto:Editor`, but...
I am not sure if it is a good idea to provide this extensibility point in the public API, but the attacker can replace `window.fetch` anyway so it's probably not...
Currently, it was not possible to extend the `AggregateMarkupFileLoader` to support special pages (similar to `embedded://...` format and so on). I've created `AggregateMarkupFileOptions` which specifies the types and the order...
Consider this piece of code: ``` cell with invalid end tag ``` DotVVM reports error that the `` doesn't have its open tag. It is not a high priority issue...
As requested in #425, it'd be nice to introduce a throttling postback handler - it could be useful in search or auto-complete scenarios.
Currently, MiniProfiler is registered on all environments and it is not easily possible to register it only for Dev or Staging. However, control itself should be registered always since the...
During the execution of a postback or static command, another postback/static command can be invoked (either by a postback handler or from a JS function...). There are several combinations that...