Havit.Blazor.Components.Web.Bootstrap
4.6.13-pre4
Prefix Reserved
This is a prerelease version of Havit.Blazor.Components.Web.Bootstrap.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Havit.Blazor.Components.Web.Bootstrap --version 4.6.13-pre4
NuGet\Install-Package Havit.Blazor.Components.Web.Bootstrap -Version 4.6.13-pre4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Havit.Blazor.Components.Web.Bootstrap" Version="4.6.13-pre4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Havit.Blazor.Components.Web.Bootstrap" Version="4.6.13-pre4" />
<PackageReference Include="Havit.Blazor.Components.Web.Bootstrap" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Havit.Blazor.Components.Web.Bootstrap --version 4.6.13-pre4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Havit.Blazor.Components.Web.Bootstrap, 4.6.13-pre4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Havit.Blazor.Components.Web.Bootstrap@4.6.13-pre4
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Havit.Blazor.Components.Web.Bootstrap&version=4.6.13-pre4&prerelease
#tool nuget:?package=Havit.Blazor.Components.Web.Bootstrap&version=4.6.13-pre4&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
HAVIT Blazor - Bootstrap 5 component bundle
- Free Bootstrap 5.3 components for ASP.NET Blazor
- .NET 6+ with Blazor WebAssembly or Blazor Server (other hosting models not tested yet, .NET 7 fully supported)
- Enterprise project template (optional) - layered architecture, EF Core, gRPC code-first, ...
If you enjoy using HAVIT Blazor, you can become a sponsor. Your sponsorship will allow us to devote time to features and issues requested by the community (i.e. not required by our own projects) ❤️.
See >>Interactive Documentation & Demos<<
🔥Migration to v4🔥
Components
Forms
HxAutosuggest- Component for single item selection with dynamic suggestions.HxCalendar- Basic calendar building block.HxInputDate- Date picker. Form input component for entering a date.HxInputDateRange- Date range picker. Form input component for entering start date and end date.HxInputFile[Core]- Wraps HxInputFileCore as Bootstrap form control (incl. Label etc.).HxInputFileDropZone- Ready-made UX for drag&drop file upload.HxInputNumber- Numeric input.HxInputPercent- Numeric input in percentages with value normalization (0% = 0, 100% = 1.0).HxInputRange- Range input (slider).HxInputTags- Input for entering tags.HxInputText- Text input (also password, search, etc.)HxInputTextArea- Textarea.HxCheckbox- Checkbox input.HxCheckboxList- Multiple choice by checkboxes.HxFormState- Propagates form states as a cascading parementer to child components.HxFormValue- Displays a read-only value in the form control visual.HxRadioButtonList- Select.HxSelect- Select - DropDownList - single-item picker.HxMultiSelect- Unlike a normal select, multiselect allows the user to select multiple options at once.HxSearchBox- A search input component witch automatic suggestions, initial dropdown template and free-text queries support.HxSwitch- Switch input.HxFilterForm- Edit form derived from HxModelEditForm with support for chip generators.HxValidationMessage- Displays a list of validation messages for a specified field.
Buttons & Indicators
HxButton- Bootstrap button.HxButtonGroup- Bootstrap ButtonGroups.HxButtonToolbar- Bootstrap ButtonGroups.HxCloseButton- Bootstrap close-button.HxSubmit- Submit button.HxDropdown- Bootstrap 5 Dropdown.HxBadge- Bootstrap Badge component.HxChipList- Presents a list of chips as badges.HxIcon- Displays an icon.HxSpinner- Bootstrap Spinner (usually indicates operation in progress).HxProgressIndicator- Displays the content of the component as "in progress".HxTooltip- Bootstrap Tooltip component, activates on hover.HxPopover- Bootstrap Popover component.
Data & Grid
HxGrid- Grid to display tabular data from data source.HxContextMenu- Ready-made context menu.HxPager- Pager.HxRepeater- A data-bound list component.HxTreeView- Component to display hierarchy data structure.
Layout & Typography
HxAccordion- Bootstrap accordion component.HxAlert- Bootstrap Alert.HxBadge- Bootstrap Badge component.HxCard- Bootstrap Card component.HxCarousel- A slideshow component for cycling through elements—images or slides of text—like a carousel.HxCollapse- Bootstrap 5 Collapse component.HxDropdown- Bootstrap 5 Dropdown.HxIcon- Displays an icon.HxSpinner- Bootstrap Spinner (usually indicates operation in progress).HxPlaceholder- Bootstrap 5 Placeholder component, aka Skeleton.HxProgress- Bootstrap 5 Progress component.HxProgressIndicator- Displays the content of the component as "in progress".HxTooltip- Bootstrap Tooltip component, activates on hover.HxTabPanel- Container forHxTab.HxListGroup- Bootstrap 5 List group component.HxListLayout- Page layout for data presentation (usualyHxGridwith filter inHxOffcanvas).HxFormValue- Displays a read-only value in the form control visual (as.form-control, with label, border, etc.).
Navigation
HxNavbar- Bootstrap 5 Navbar component - responsive navigation header.HxSidebar- Sidebar component - responsive navigation sidebar.HxNav- Bootstrap Nav component.HxNavLink- Bootstrap Nav component.HxScrollspy- Bootstrap Scrollspy component.HxBreadcrumb- Bootstrap 5 Breadcrumb component. Indicates the current page’s location within a navigational hierarchy.HxAnchorFragmentNavigation- Compensates Blazor deficiency in anchor-fragments (scrolling to <code>page#id</code> URLs).HxContextMenu- Ready-made context menu.HxDropdown- Bootstrap 5 Dropdown.HxTabPanel- Container forHxTabfor easier implementation of tabbed UI.HxRedirectTo- Rendering aHxRedirectTowill navigate to a new location.
Modals & Interactions
HxMessageBox- Component to display message-boxes.HxModal- Component to render modal dialog as a Bootstrap Modal.HxDialogBase- Base class to simplify custom modal dialog implementation.HxOffcanvas- Bootstrap Offcanvas component (aka Drawer).HxMessenger-HxToastContainerwrapper for displayingHxToastmessages dispatched throughIHxMessengerService.HxToast- Bootstrap Toast component. Not intented to be used in user code, useHxMessenger.
Special
HxDynamicElement- Renders an element with the specified name, attributes and child-content.HxGoogleTagManager- Support for Google Tag Manager - initialization and pushing data to data-layer.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- Havit.Blazor.Components.Web (>= 4.6.13-pre4)
- Microsoft.Extensions.Localization (>= 8.0.7)
-
net8.0
- Havit.Blazor.Components.Web (>= 4.6.13-pre4)
- Microsoft.Extensions.Localization (>= 8.0.7)
NuGet packages (17)
Showing the top 5 NuGet packages that depend on Havit.Blazor.Components.Web.Bootstrap:
| Package | Downloads |
|---|---|
|
Nowy.UI.Common
Package Description |
|
|
Nowy.UI.Bootstrap
Package Description |
|
|
Havit.Blazor.Components.Web.Bootstrap.Smart
HAVIT Blazor Library - Free Bootstrap 5 components for ASP.NET Blazor - Smart (AI) components |
|
|
Nowy.Framework.Blazor
Package Description |
|
|
LR.Framework.Blazor
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Havit.Blazor.Components.Web.Bootstrap:
| Repository | Stars |
|---|---|
|
philosowaffle/peloton-to-garmin
Convert workout data from Peloton into JSON/TCX/FIT files and automatically upload to Garmin Connect
|
| Version | Downloads | Last Updated |
|---|---|---|
| 4.20.0-net10-pre1 | 124 | 10/16/2025 |
| 4.16.0 | 519 | 10/16/2025 |
| 4.15.2-pre5 | 172 | 10/4/2025 |
| 4.15.2-pre4 | 113 | 10/3/2025 |
| 4.15.2-pre3 | 121 | 10/3/2025 |
| 4.15.2-pre2 | 124 | 10/3/2025 |
| 4.15.1 | 3,091 | 9/19/2025 |
| 4.15.0 | 723 | 9/17/2025 |
| 4.14.1 | 1,674 | 9/4/2025 |
| 4.14.0 | 688 | 9/1/2025 |
| 4.13.0 | 2,051 | 8/3/2025 |
| 4.12.3 | 3,943 | 7/15/2025 |
| 4.12.2 | 2,943 | 6/10/2025 |
| 4.12.1 | 697 | 6/6/2025 |
| 4.12.0 | 438 | 6/5/2025 |
| 4.11.0 | 2,025 | 5/28/2025 |
| 4.10.0 | 385 | 5/27/2025 |
| 4.9.0 | 342 | 5/26/2025 |
| 4.9.0-pre4 | 206 | 5/26/2025 |
| 4.9.0-pre3 | 156 | 5/23/2025 |
| 4.9.0-pre2 | 197 | 5/22/2025 |
| 4.9.0-pre1 | 194 | 5/22/2025 |
| 4.8.2 | 2,795 | 4/30/2025 |
| 4.8.1 | 2,761 | 4/23/2025 |
| 4.8.1-pre2 | 255 | 4/16/2025 |
| 4.8.1-pre1 | 231 | 4/16/2025 |
| 4.8.0 | 3,169 | 4/10/2025 |
| 4.8.0-pre2 | 213 | 4/8/2025 |
| 4.8.0-pre1 | 200 | 4/7/2025 |
| 4.7.14 | 2,829 | 3/18/2025 |
| 4.7.13 | 2,528 | 3/11/2025 |
| 4.7.12 | 1,217 | 3/3/2025 |
| 4.7.11 | 10,345 | 2/11/2025 |
| 4.7.10 | 662 | 2/6/2025 |
| 4.7.9 | 649 | 1/30/2025 |
| 4.7.8 | 2,792 | 1/21/2025 |
| 4.7.7 | 2,166 | 1/10/2025 |
| 4.7.7-pre02 | 112 | 1/8/2025 |
| 4.7.7-pre01 | 128 | 1/8/2025 |
| 4.7.6 | 23,565 | 12/20/2024 |
| 4.7.5 | 2,490 | 12/12/2024 |
| 4.7.4 | 2,765 | 12/9/2024 |
| 4.7.3 | 887 | 12/3/2024 |
| 4.7.2 | 1,869 | 11/26/2024 |
| 4.7.2-pre02 | 155 | 11/25/2024 |
| 4.7.2-pre01 | 171 | 11/21/2024 |
| 4.7.1 | 1,557 | 11/13/2024 |
| 4.7.0 | 538 | 11/12/2024 |
| 4.7.0-pre05 | 204 | 11/12/2024 |
| 4.7.0-pre04 | 211 | 11/5/2024 |
| 4.7.0-pre03 | 150 | 11/5/2024 |
| 4.7.0-pre02 | 168 | 11/4/2024 |
| 4.7.0-pre01 | 138 | 10/31/2024 |
| 4.6.20 | 12,623 | 11/4/2024 |
| 4.6.19 | 2,906 | 10/25/2024 |
| 4.6.18 | 696 | 10/23/2024 |
| 4.6.18-pre1 | 174 | 10/14/2024 |
| 4.6.17 | 1,905 | 10/11/2024 |
| 4.6.16 | 776 | 10/9/2024 |
| 4.6.16-pre1 | 179 | 10/4/2024 |
| 4.6.15 | 2,028 | 10/2/2024 |
| 4.6.15-pre2 | 170 | 9/30/2024 |
| 4.6.15-pre1 | 207 | 9/27/2024 |
| 4.6.14 | 4,915 | 9/10/2024 |
| 4.6.14-pre2 | 184 | 9/10/2024 |
| 4.6.14-pre1 | 165 | 9/10/2024 |
| 4.6.13 | 1,929 | 9/2/2024 |
| 4.6.13-pre4 | 168 | 9/2/2024 |
| 4.6.13-pre3 | 173 | 8/30/2024 |
| 4.6.13-pre2 | 134 | 8/29/2024 |
| 4.6.13-pre1 | 978 | 8/15/2024 |
| 4.6.12 | 8,158 | 8/5/2024 |
| 4.6.11 | 2,263 | 7/18/2024 |
| 4.6.11-pre2 | 145 | 7/16/2024 |
| 4.6.11-pre1 | 162 | 7/15/2024 |
| 4.6.10 | 594 | 7/12/2024 |
| 4.6.10-pre1 | 218 | 6/26/2024 |
| 4.6.9 | 627 | 7/11/2024 |
| 4.6.9-pre1 | 226 | 6/12/2024 |
| 4.6.8 | 3,430 | 6/12/2024 |
| 4.6.8-pre3 | 159 | 6/12/2024 |
| 4.6.8-pre2 | 146 | 6/11/2024 |
| 4.6.8-pre1 | 218 | 5/23/2024 |
| 4.6.7 | 7,985 | 5/6/2024 |
| 4.6.6 | 1,151 | 4/29/2024 |
| 4.6.5 | 2,166 | 4/24/2024 |
| 4.6.4 | 638 | 4/22/2024 |
| 4.6.3 | 909 | 4/17/2024 |
| 4.6.2 | 7,352 | 4/8/2024 |
| 4.6.1 | 2,943 | 3/25/2024 |
| 4.6.1-pre1 | 160 | 3/25/2024 |
| 4.6.0 | 3,429 | 3/13/2024 |
| 4.5.5 | 18,628 | 2/5/2024 |
| 4.5.4 | 232 | 2/5/2024 |
| 4.5.3 | 7,038 | 1/29/2024 |
| 4.5.2 | 576 | 1/25/2024 |
| 4.5.1 | 194 | 1/25/2024 |
| 4.5.0 | 2,382 | 1/23/2024 |
| 4.5.0-pre1 | 209 | 1/15/2024 |
| 4.4.2-pre2 | 182 | 1/5/2024 |
| 4.4.2-pre1 | 167 | 12/30/2023 |
| 4.4.1 | 3,733 | 12/22/2023 |
| 4.4.0 | 297 | 12/21/2023 |
| 4.4.0-pre2 | 158 | 12/21/2023 |
| 4.4.0-pre1 | 199 | 12/15/2023 |
| 4.3.6-pre1 | 173 | 12/13/2023 |
| 4.3.5 | 2,787 | 12/12/2023 |
| 4.3.5-pre1 | 192 | 12/7/2023 |
| 4.3.4 | 2,332 | 11/27/2023 |
| 4.3.3 | 693 | 11/27/2023 |
| 4.3.2 | 661 | 11/24/2023 |
| 4.3.2-pre1 | 159 | 11/23/2023 |
| 4.3.1 | 1,756 | 11/15/2023 |
| 4.3.0 | 394 | 11/15/2023 |
| 4.3.0-pre2 | 146 | 11/15/2023 |
| 4.3.0-pre1 | 153 | 11/14/2023 |
| 4.2.7 | 1,686 | 11/11/2023 |
| 4.2.6 | 426 | 11/7/2023 |
| 4.2.6-pre6 | 206 | 11/1/2023 |
| 4.2.6-pre5 | 134 | 11/1/2023 |
| 4.2.6-pre4 | 144 | 11/1/2023 |
| 4.2.6-pre3 | 171 | 10/30/2023 |
| 4.2.6-pre2 | 170 | 10/24/2023 |
| 4.2.6-pre1 | 220 | 10/16/2023 |
| 4.2.5 | 2,626 | 10/16/2023 |
| 4.2.4 | 2,336 | 10/13/2023 |
| 4.2.3 | 409 | 10/12/2023 |
| 4.2.3-pre1 | 181 | 10/9/2023 |
| 4.2.2 | 1,902 | 10/8/2023 |
| 4.2.1 | 3,007 | 9/24/2023 |
| 4.2.1-TimeProvider | 144 | 9/25/2023 |
| 4.2.0 | 1,529 | 9/20/2023 |
| 4.1.3 | 1,531 | 9/7/2023 |
| 4.1.2 | 309 | 9/7/2023 |
| 4.1.2-pre2 | 199 | 9/1/2023 |
| 4.1.2-pre1 | 196 | 9/1/2023 |
| 4.1.1 | 4,753 | 8/21/2023 |
| 4.1.0 | 396 | 8/18/2023 |
| 4.0.9-pre2 | 226 | 8/14/2023 |
| 4.0.9-pre1 | 256 | 8/2/2023 |
| 4.0.8 | 1,328 | 8/2/2023 |
| 4.0.7 | 260 | 8/2/2023 |
| 4.0.6 | 342 | 8/1/2023 |
| 4.0.5 | 432 | 7/30/2023 |
| 4.0.4 | 1,776 | 7/17/2023 |
| 4.0.3 | 3,095 | 6/29/2023 |
| 4.0.2 | 2,797 | 6/14/2023 |
| 4.0.1 | 1,433 | 6/6/2023 |
| 4.0.0 | 302 | 6/5/2023 |
| 4.0.0-pre4 | 195 | 6/5/2023 |
| 4.0.0-pre3 | 297 | 4/26/2023 |
| 4.0.0-pre2 | 1,127 | 2/3/2023 |
| 4.0.0-pre1 | 231 | 2/1/2023 |
| 3.3.0 | 1,442 | 6/2/2023 |
| 3.2.15 | 5,804 | 5/2/2023 |
| 3.2.14 | 8,006 | 4/18/2023 |
| 3.2.13 | 7,906 | 4/5/2023 |
| 3.2.12 | 2,091 | 3/28/2023 |
| 3.2.11 | 1,238 | 3/24/2023 |
| 3.2.11-pre2 | 222 | 3/23/2023 |
| 3.2.11-pre1 | 230 | 3/23/2023 |
| 3.2.10 | 2,900 | 3/20/2023 |
| 3.2.10-pre1 | 232 | 3/20/2023 |
| 3.2.9 | 1,388 | 3/16/2023 |
| 3.2.8 | 525 | 3/14/2023 |
| 3.2.8-pre1 | 210 | 3/6/2023 |
| 3.2.7 | 14,303 | 2/14/2023 |
| 3.2.6 | 13,673 | 1/11/2023 |
| 3.2.5 | 598 | 1/10/2023 |
| 3.2.4 | 474 | 1/10/2023 |
| 3.2.3 | 709 | 1/9/2023 |
| 3.2.3-pre1 | 250 | 12/22/2022 |
| 3.2.2 | 6,299 | 11/29/2022 |
| 3.2.1 | 1,255 | 11/21/2022 |
| 3.2.0 | 1,315 | 11/11/2022 |
| 3.2.0-pre2 | 211 | 3/13/2023 |
| 3.2.0-pre1 | 298 | 11/9/2022 |
| 3.1.3 | 2,976 | 10/27/2022 |
| 3.1.2 | 1,148 | 10/21/2022 |
| 3.1.1 | 1,323 | 10/14/2022 |
| 3.1.0 | 1,126 | 10/11/2022 |
| 3.0.3 | 923 | 10/3/2022 |
| 3.0.3-pre1 | 229 | 10/3/2022 |
| 3.0.2 | 643 | 10/2/2022 |
| 3.0.1 | 1,742 | 9/21/2022 |
| 3.0.0 | 2,445 | 9/9/2022 |
| 3.0.0-pre6 | 249 | 9/8/2022 |
| 3.0.0-pre5 | 239 | 9/8/2022 |
| 3.0.0-pre4 | 278 | 9/8/2022 |
| 3.0.0-pre3 | 243 | 9/5/2022 |
| 3.0.0-pre2 | 262 | 9/2/2022 |
| 3.0.0-pre1 | 233 | 9/1/2022 |
| 2.8.1 | 57,770 | 8/16/2022 |
| 2.8.0 | 5,654 | 7/28/2022 |
| 2.8.0-pre1 | 256 | 7/28/2022 |
| 2.7.3 | 2,796 | 7/12/2022 |
| 2.7.3-pre2 | 282 | 7/11/2022 |
| 2.7.3-pre1 | 259 | 7/10/2022 |
| 2.7.2 | 16,812 | 6/15/2022 |
| 2.7.1 | 865 | 6/13/2022 |
| 2.7.0 | 603 | 6/13/2022 |
| 2.6.6 | 1,671 | 6/7/2022 |
| 2.6.6-pre2 | 303 | 6/6/2022 |
| 2.6.6-pre1 | 259 | 6/6/2022 |
| 2.6.5 | 714 | 6/6/2022 |
| 2.6.4 | 951 | 6/2/2022 |
| 2.6.3 | 1,147 | 5/27/2022 |
| 2.6.2 | 744 | 5/24/2022 |
| 2.6.1 | 580 | 5/24/2022 |
| 2.6.0 | 710 | 5/23/2022 |
| 2.6.0-pre1 | 324 | 5/20/2022 |
| 2.5.1 | 2,468 | 5/9/2022 |
| 2.5.0 | 675 | 5/8/2022 |
| 2.5.0-pre4 | 315 | 5/6/2022 |
| 2.5.0-pre3 | 278 | 5/6/2022 |
| 2.5.0-pre2 | 267 | 5/6/2022 |
| 2.4.0 | 4,570 | 4/20/2022 |
| 2.3.2-pre2 | 304 | 4/11/2022 |
| 2.3.2-pre1 | 255 | 4/11/2022 |
| 2.3.1 | 1,182 | 4/11/2022 |
| 2.3.0 | 18,303 | 4/5/2022 |
| 2.3.0-pre4 | 389 | 3/31/2022 |
| 2.3.0-pre3 | 277 | 3/31/2022 |
| 2.3.0-pre2 | 284 | 3/31/2022 |
| 2.3.0-pre1 | 287 | 3/31/2022 |
| 2.2.8 | 1,193 | 3/28/2022 |
| 2.2.7 | 1,455 | 3/23/2022 |
| 2.2.7-pre1 | 277 | 3/17/2022 |
| 2.2.6 | 1,622 | 3/17/2022 |
| 2.2.6-pre2 | 290 | 3/16/2022 |
| 2.2.6-pre1 | 279 | 3/15/2022 |
| 2.2.5 | 1,282 | 3/11/2022 |
| 2.2.4 | 815 | 3/8/2022 |
| 2.2.3 | 1,643 | 3/1/2022 |
| 2.2.2 | 793 | 2/26/2022 |
| 2.2.2-pre1 | 281 | 2/25/2022 |
| 2.2.1 | 1,370 | 2/21/2022 |
| 2.2.0 | 1,010 | 2/15/2022 |
| 2.2.0-pre1 | 328 | 1/29/2022 |
| 2.1.2 | 1,984 | 1/24/2022 |
| 2.1.1 | 689 | 1/24/2022 |
| 2.1.0 | 675 | 1/23/2022 |
| 2.0.3 | 763 | 1/20/2022 |
| 2.0.2 | 692 | 1/18/2022 |
| 2.0.1 | 897 | 1/14/2022 |
| 2.0.0 | 849 | 1/11/2022 |
| 2.0.0-pre3 | 297 | 1/10/2022 |
| 2.0.0-pre2 | 314 | 1/10/2022 |
| 2.0.0-pre1 | 309 | 1/9/2022 |
| 1.7.0-pre8 | 419 | 1/5/2022 |
| 1.7.0-pre7 | 296 | 1/5/2022 |
| 1.7.0-pre6 | 317 | 1/4/2022 |
| 1.7.0-pre4 | 295 | 1/3/2022 |
| 1.7.0-pre3 | 391 | 12/28/2021 |
| 1.7.0-pre2 | 315 | 12/17/2021 |
| 1.7.0-pre1 | 317 | 12/15/2021 |
| 1.6.7 | 1,363 | 12/10/2021 |
| 1.6.6 | 549 | 12/9/2021 |
| 1.6.5 | 848 | 12/2/2021 |
| 1.6.4 | 579 | 11/30/2021 |
| 1.6.3 | 2,030 | 11/28/2021 |
| 1.6.2 | 674 | 11/19/2021 |
| 1.6.1 | 489 | 11/19/2021 |
| 1.6.0 | 547 | 11/16/2021 |
| 1.5.0 | 612 | 11/12/2021 |
| 1.4.12 | 658 | 11/8/2021 |
| 1.4.11 | 559 | 11/8/2021 |
| 1.4.10 | 579 | 11/5/2021 |
| 1.4.9 | 684 | 10/31/2021 |
| 1.4.8 | 681 | 10/30/2021 |
| 1.4.7 | 574 | 10/27/2021 |
| 1.4.6 | 701 | 10/24/2021 |
| 1.4.5 | 602 | 10/24/2021 |
| 1.4.4 | 915 | 10/20/2021 |
| 1.4.3 | 608 | 10/17/2021 |
| 1.4.2 | 890 | 10/8/2021 |
| 1.4.1 | 603 | 10/6/2021 |
| 1.4.0 | 570 | 10/6/2021 |
| 1.3.7 | 639 | 10/4/2021 |
| 1.3.6 | 680 | 9/28/2021 |
| 1.3.5 | 598 | 9/24/2021 |
| 1.3.4 | 518 | 9/24/2021 |
| 1.3.3 | 516 | 9/24/2021 |
| 1.3.2 | 546 | 9/24/2021 |
| 1.3.1 | 610 | 9/24/2021 |
| 1.3.0 | 687 | 9/20/2021 |
| 1.2.0 | 607 | 9/19/2021 |
| 1.1.68 | 630 | 9/15/2021 |
| 1.1.67 | 659 | 9/13/2021 |
| 1.1.66 | 699 | 9/11/2021 |
| 1.1.65 | 602 | 9/11/2021 |
| 1.1.64 | 617 | 9/9/2021 |
| 1.1.63 | 569 | 9/8/2021 |
| 1.1.62 | 543 | 9/6/2021 |
| 1.1.61 | 541 | 9/6/2021 |
| 1.1.60 | 558 | 9/5/2021 |
| 1.1.59 | 551 | 9/5/2021 |
| 1.1.58 | 540 | 9/2/2021 |
| 1.1.57 | 522 | 9/2/2021 |
| 1.1.56 | 586 | 8/31/2021 |
| 1.1.55 | 520 | 8/31/2021 |
| 1.1.54 | 548 | 8/31/2021 |
| 1.1.53 | 541 | 8/30/2021 |
| 1.1.52 | 595 | 8/30/2021 |
| 1.1.51 | 552 | 8/30/2021 |
| 1.1.50 | 524 | 8/26/2021 |
| 1.1.49 | 552 | 8/23/2021 |
| 1.1.48 | 508 | 8/20/2021 |
| 1.1.47 | 561 | 8/20/2021 |
| 1.1.46 | 519 | 8/20/2021 |
| 1.1.45 | 540 | 8/20/2021 |
| 1.1.43 | 555 | 8/17/2021 |
| 1.1.42 | 586 | 8/12/2021 |
| 1.1.41 | 560 | 8/12/2021 |
| 1.1.40 | 573 | 8/11/2021 |
| 1.1.39 | 552 | 8/11/2021 |
| 1.1.38 | 540 | 8/11/2021 |
| 1.1.37 | 598 | 8/7/2021 |
| 1.1.36 | 538 | 8/5/2021 |
| 1.1.35 | 532 | 8/3/2021 |
| 1.1.34 | 559 | 7/29/2021 |
| 1.1.33 | 593 | 7/28/2021 |
| 1.1.32 | 555 | 7/28/2021 |
| 1.1.31 | 623 | 7/27/2021 |
| 1.1.30 | 603 | 7/27/2021 |
| 1.1.29 | 583 | 7/26/2021 |
| 1.1.28 | 632 | 7/23/2021 |
| 1.1.27 | 618 | 7/21/2021 |
| 1.1.26 | 533 | 7/21/2021 |
| 1.1.25 | 534 | 7/19/2021 |
| 1.1.24 | 556 | 7/19/2021 |
| 1.1.23 | 532 | 7/19/2021 |
| 1.1.22 | 539 | 7/19/2021 |
| 1.1.21 | 602 | 7/13/2021 |
| 1.1.20 | 675 | 7/12/2021 |
| 1.1.18 | 627 | 7/2/2021 |
| 1.1.17 | 565 | 6/30/2021 |
| 1.1.16 | 606 | 6/29/2021 |
| 1.1.15 | 574 | 6/29/2021 |
| 1.1.14 | 560 | 6/28/2021 |
| 1.1.13 | 582 | 6/24/2021 |
| 1.1.12 | 556 | 6/23/2021 |
| 1.1.11 | 557 | 6/21/2021 |
| 1.1.10 | 669 | 6/16/2021 |
| 1.1.9 | 555 | 6/11/2021 |
| 1.1.8 | 580 | 6/8/2021 |
| 1.1.7 | 624 | 6/5/2021 |
| 1.1.6 | 557 | 6/3/2021 |
| 1.1.5 | 585 | 5/30/2021 |
| 1.1.4 | 572 | 5/23/2021 |
| 1.1.3 | 591 | 5/21/2021 |
| 1.1.2 | 552 | 5/19/2021 |
| 1.1.1 | 572 | 5/18/2021 |
| 1.1.0 | 550 | 5/16/2021 |
| 1.0.37 | 562 | 5/7/2021 |
| 1.0.36 | 544 | 5/3/2021 |
| 1.0.35 | 595 | 5/3/2021 |
| 1.0.34 | 581 | 4/30/2021 |
| 1.0.33 | 585 | 4/29/2021 |
| 1.0.32 | 609 | 4/24/2021 |
| 1.0.31 | 584 | 4/22/2021 |
| 1.0.30 | 621 | 4/21/2021 |
| 1.0.29 | 597 | 4/19/2021 |
| 1.0.28 | 537 | 4/13/2021 |
| 1.0.27 | 550 | 4/12/2021 |
| 1.0.26 | 521 | 4/12/2021 |
| 1.0.25 | 548 | 4/12/2021 |
| 1.0.24 | 544 | 4/9/2021 |
| 1.0.23 | 564 | 4/9/2021 |
| 1.0.22 | 565 | 4/6/2021 |
| 1.0.21 | 604 | 4/4/2021 |
| 1.0.20 | 551 | 3/29/2021 |
| 1.0.19 | 576 | 3/29/2021 |
| 1.0.18 | 557 | 3/26/2021 |
| 1.0.17 | 567 | 3/25/2021 |
| 1.0.16 | 603 | 3/24/2021 |
| 1.0.15 | 567 | 3/23/2021 |
| 1.0.14 | 565 | 3/17/2021 |
| 1.0.13 | 646 | 3/11/2021 |
| 1.0.12 | 668 | 3/7/2021 |
| 1.0.11 | 567 | 3/4/2021 |
| 1.0.10 | 578 | 3/4/2021 |
| 1.0.9 | 601 | 3/4/2021 |
| 1.0.8 | 624 | 3/3/2021 |
| 1.0.7 | 585 | 2/19/2021 |
| 1.0.6 | 604 | 2/18/2021 |
| 1.0.5 | 605 | 2/6/2021 |
| 1.0.4 | 599 | 2/5/2021 |
| 1.0.3 | 627 | 2/5/2021 |
| 1.0.2 | 597 | 2/4/2021 |
| 1.0.1 | 589 | 2/3/2021 |
| 1.0.0 | 701 | 2/2/2021 |