You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -174,4 +186,4 @@ Blazor Bootstrap's documentation, which is included in this repository's root di
174
186
175
187
## Copyright and license
176
188
177
-
Code and documentation copyright 2023[Blazor Bootstrap](https://docs.blazorbootstrap.com/) Code released under the [Apache-2.0 License](https://github.com/vikramlearning/blazorbootstrap/blob/master/LICENSE.txt).
189
+
Code and documentation copyright 2024[Blazor Bootstrap](https://docs.blazorbootstrap.com/) Code released under the [Apache-2.0 License](https://github.com/vikramlearning/blazorbootstrap/blob/master/LICENSE.txt).
We are excited to release version 1.11.0, featuring new PDF Viewer, Range Input, and Script Loader components, along with updates to Auto Complete, Badge, Grid, and Tabs.
12
+
13
+

14
+
15
+
<!--truncate-->
16
+
17
+
## What's New
18
+
19
+
- 'PDF Viewer' component
20
+
- Allows users to view PDF files directly in the browser, eliminating the need for third-party browser tools or extensions.
21
+
- Supports two callback events: OnDocumentLoaded and OnPageChanged
22
+
- 'Range Input' component
23
+
- Disabled
24
+
- Min and Max
25
+
- Step
26
+
- Tick marks
27
+
- 'Script Loader' component
28
+
- Allows users to load JS sctipt files dynamically on the fly.
0 commit comments