diff --git a/README.md b/README.md index dbc4885..731c227 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ Dialog component as a service for [Blazor](https://blazor.net)! ## Features * Call a dialog procedurally as a service and `await` for the result ! +* Open any component as a dialog. * Can use dialogs as normal components (if you don't want to use as a service). * Build-in modal dialog with optional helper components (`Header`, `Body`, `Footer`). * Option to use completely custom markup/css (without using the build-in opinionated css and html). - ## Samples / Demo You can find code samples and demos [here](https://blazor-dialog-demo.azurewebsites.net/). @@ -76,7 +76,13 @@ Make sure that there is a call to `app.UseStaticFiles();` in your server project ## Release Notes -
1.6 +
2.0 + +>- New feature: ShowComponentAsDialog. Check demo app for examples. +>- Changed target framework to 7.0 +
+ +
1.6 >- Added a new size option: ExtraExtraLarge.