Havit.Blazor.Components.Web.Bootstrap
4.6.15-pre1
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.15-pre1
NuGet\Install-Package Havit.Blazor.Components.Web.Bootstrap -Version 4.6.15-pre1
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.15-pre1" />
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.15-pre1" />
<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.15-pre1
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.15-pre1"
#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.15-pre1
#: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.15-pre1&prerelease
#tool nuget:?package=Havit.Blazor.Components.Web.Bootstrap&version=4.6.15-pre1&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.15-pre1)
- Microsoft.Extensions.Localization (>= 8.0.8)
-
net8.0
- Havit.Blazor.Components.Web (>= 4.6.15-pre1)
- Microsoft.Extensions.Localization (>= 8.0.8)
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-pre2 | 117 | 10/30/2025 |
| 4.20.0-net10-pre1 | 164 | 10/16/2025 |
| 4.16.0 | 729 | 10/16/2025 |
| 4.15.2-pre5 | 175 | 10/4/2025 |
| 4.15.2-pre4 | 115 | 10/3/2025 |
| 4.15.2-pre3 | 123 | 10/3/2025 |
| 4.15.2-pre2 | 126 | 10/3/2025 |
| 4.15.1 | 3,332 | 9/19/2025 |
| 4.15.0 | 726 | 9/17/2025 |
| 4.14.1 | 1,721 | 9/4/2025 |
| 4.14.0 | 709 | 9/1/2025 |
| 4.13.0 | 2,078 | 8/3/2025 |
| 4.12.3 | 4,085 | 7/15/2025 |
| 4.12.2 | 2,956 | 6/10/2025 |
| 4.12.1 | 705 | 6/6/2025 |
| 4.12.0 | 442 | 6/5/2025 |
| 4.11.0 | 2,026 | 5/28/2025 |
| 4.10.0 | 387 | 5/27/2025 |
| 4.9.0 | 346 | 5/26/2025 |
| 4.9.0-pre4 | 207 | 5/26/2025 |
| 4.9.0-pre3 | 158 | 5/23/2025 |
| 4.9.0-pre2 | 198 | 5/22/2025 |
| 4.9.0-pre1 | 196 | 5/22/2025 |
| 4.8.2 | 2,830 | 4/30/2025 |
| 4.8.1 | 2,764 | 4/23/2025 |
| 4.8.1-pre2 | 256 | 4/16/2025 |
| 4.8.1-pre1 | 235 | 4/16/2025 |
| 4.8.0 | 3,171 | 4/10/2025 |
| 4.8.0-pre2 | 214 | 4/8/2025 |
| 4.8.0-pre1 | 202 | 4/7/2025 |
| 4.7.14 | 2,841 | 3/18/2025 |
| 4.7.13 | 2,563 | 3/11/2025 |
| 4.7.12 | 1,220 | 3/3/2025 |
| 4.7.11 | 10,374 | 2/11/2025 |
| 4.7.10 | 665 | 2/6/2025 |
| 4.7.9 | 654 | 1/30/2025 |
| 4.7.8 | 2,806 | 1/21/2025 |
| 4.7.7 | 2,214 | 1/10/2025 |
| 4.7.7-pre02 | 113 | 1/8/2025 |
| 4.7.7-pre01 | 131 | 1/8/2025 |
| 4.7.6 | 24,625 | 12/20/2024 |
| 4.7.5 | 2,492 | 12/12/2024 |
| 4.7.4 | 2,769 | 12/9/2024 |
| 4.7.3 | 891 | 12/3/2024 |
| 4.7.2 | 1,877 | 11/26/2024 |
| 4.7.2-pre02 | 158 | 11/25/2024 |
| 4.7.2-pre01 | 173 | 11/21/2024 |
| 4.7.1 | 1,562 | 11/13/2024 |
| 4.7.0 | 540 | 11/12/2024 |
| 4.7.0-pre05 | 211 | 11/12/2024 |
| 4.7.0-pre04 | 214 | 11/5/2024 |
| 4.7.0-pre03 | 154 | 11/5/2024 |
| 4.7.0-pre02 | 170 | 11/4/2024 |
| 4.7.0-pre01 | 140 | 10/31/2024 |
| 4.6.20 | 12,779 | 11/4/2024 |
| 4.6.19 | 2,937 | 10/25/2024 |
| 4.6.18 | 698 | 10/23/2024 |
| 4.6.18-pre1 | 177 | 10/14/2024 |
| 4.6.17 | 1,909 | 10/11/2024 |
| 4.6.16 | 781 | 10/9/2024 |
| 4.6.16-pre1 | 183 | 10/4/2024 |
| 4.6.15 | 2,034 | 10/2/2024 |
| 4.6.15-pre2 | 171 | 9/30/2024 |
| 4.6.15-pre1 | 210 | 9/27/2024 |
| 4.6.14 | 4,916 | 9/10/2024 |
| 4.6.14-pre2 | 185 | 9/10/2024 |
| 4.6.14-pre1 | 166 | 9/10/2024 |
| 4.6.13 | 1,930 | 9/2/2024 |
| 4.6.13-pre4 | 169 | 9/2/2024 |
| 4.6.13-pre3 | 174 | 8/30/2024 |
| 4.6.13-pre2 | 135 | 8/29/2024 |
| 4.6.13-pre1 | 979 | 8/15/2024 |
| 4.6.12 | 8,160 | 8/5/2024 |
| 4.6.11 | 2,271 | 7/18/2024 |
| 4.6.11-pre2 | 148 | 7/16/2024 |
| 4.6.11-pre1 | 163 | 7/15/2024 |
| 4.6.10 | 595 | 7/12/2024 |
| 4.6.10-pre1 | 220 | 6/26/2024 |
| 4.6.9 | 628 | 7/11/2024 |
| 4.6.9-pre1 | 227 | 6/12/2024 |
| 4.6.8 | 3,434 | 6/12/2024 |
| 4.6.8-pre3 | 162 | 6/12/2024 |
| 4.6.8-pre2 | 147 | 6/11/2024 |
| 4.6.8-pre1 | 219 | 5/23/2024 |
| 4.6.7 | 8,009 | 5/6/2024 |
| 4.6.6 | 1,153 | 4/29/2024 |
| 4.6.5 | 2,195 | 4/24/2024 |
| 4.6.4 | 639 | 4/22/2024 |
| 4.6.3 | 910 | 4/17/2024 |
| 4.6.2 | 7,354 | 4/8/2024 |
| 4.6.1 | 2,945 | 3/25/2024 |
| 4.6.1-pre1 | 162 | 3/25/2024 |
| 4.6.0 | 3,434 | 3/13/2024 |
| 4.5.5 | 18,630 | 2/5/2024 |
| 4.5.4 | 233 | 2/5/2024 |
| 4.5.3 | 7,040 | 1/29/2024 |
| 4.5.2 | 577 | 1/25/2024 |
| 4.5.1 | 197 | 1/25/2024 |
| 4.5.0 | 2,384 | 1/23/2024 |
| 4.5.0-pre1 | 210 | 1/15/2024 |
| 4.4.2-pre2 | 183 | 1/5/2024 |
| 4.4.2-pre1 | 169 | 12/30/2023 |
| 4.4.1 | 3,735 | 12/22/2023 |
| 4.4.0 | 299 | 12/21/2023 |
| 4.4.0-pre2 | 160 | 12/21/2023 |
| 4.4.0-pre1 | 201 | 12/15/2023 |
| 4.3.6-pre1 | 174 | 12/13/2023 |
| 4.3.5 | 2,790 | 12/12/2023 |
| 4.3.5-pre1 | 193 | 12/7/2023 |
| 4.3.4 | 2,333 | 11/27/2023 |
| 4.3.3 | 694 | 11/27/2023 |
| 4.3.2 | 663 | 11/24/2023 |
| 4.3.2-pre1 | 160 | 11/23/2023 |
| 4.3.1 | 1,757 | 11/15/2023 |
| 4.3.0 | 395 | 11/15/2023 |
| 4.3.0-pre2 | 149 | 11/15/2023 |
| 4.3.0-pre1 | 154 | 11/14/2023 |
| 4.2.7 | 1,689 | 11/11/2023 |
| 4.2.6 | 427 | 11/7/2023 |
| 4.2.6-pre6 | 207 | 11/1/2023 |
| 4.2.6-pre5 | 135 | 11/1/2023 |
| 4.2.6-pre4 | 145 | 11/1/2023 |
| 4.2.6-pre3 | 173 | 10/30/2023 |
| 4.2.6-pre2 | 171 | 10/24/2023 |
| 4.2.6-pre1 | 221 | 10/16/2023 |
| 4.2.5 | 2,628 | 10/16/2023 |
| 4.2.4 | 2,348 | 10/13/2023 |
| 4.2.3 | 420 | 10/12/2023 |
| 4.2.3-pre1 | 183 | 10/9/2023 |
| 4.2.2 | 1,903 | 10/8/2023 |
| 4.2.1 | 3,023 | 9/24/2023 |
| 4.2.1-TimeProvider | 144 | 9/25/2023 |
| 4.2.0 | 1,536 | 9/20/2023 |
| 4.1.3 | 1,533 | 9/7/2023 |
| 4.1.2 | 317 | 9/7/2023 |
| 4.1.2-pre2 | 200 | 9/1/2023 |
| 4.1.2-pre1 | 198 | 9/1/2023 |
| 4.1.1 | 4,764 | 8/21/2023 |
| 4.1.0 | 397 | 8/18/2023 |
| 4.0.9-pre2 | 227 | 8/14/2023 |
| 4.0.9-pre1 | 260 | 8/2/2023 |
| 4.0.8 | 1,329 | 8/2/2023 |
| 4.0.7 | 261 | 8/2/2023 |
| 4.0.6 | 346 | 8/1/2023 |
| 4.0.5 | 433 | 7/30/2023 |
| 4.0.4 | 1,778 | 7/17/2023 |
| 4.0.3 | 3,102 | 6/29/2023 |
| 4.0.2 | 2,802 | 6/14/2023 |
| 4.0.1 | 1,441 | 6/6/2023 |
| 4.0.0 | 304 | 6/5/2023 |
| 4.0.0-pre4 | 196 | 6/5/2023 |
| 4.0.0-pre3 | 298 | 4/26/2023 |
| 4.0.0-pre2 | 1,128 | 2/3/2023 |
| 4.0.0-pre1 | 232 | 2/1/2023 |
| 3.3.0 | 1,444 | 6/2/2023 |
| 3.2.15 | 5,807 | 5/2/2023 |
| 3.2.14 | 8,033 | 4/18/2023 |
| 3.2.13 | 7,924 | 4/5/2023 |
| 3.2.12 | 2,093 | 3/28/2023 |
| 3.2.11 | 1,239 | 3/24/2023 |
| 3.2.11-pre2 | 223 | 3/23/2023 |
| 3.2.11-pre1 | 233 | 3/23/2023 |
| 3.2.10 | 2,915 | 3/20/2023 |
| 3.2.10-pre1 | 235 | 3/20/2023 |
| 3.2.9 | 1,394 | 3/16/2023 |
| 3.2.8 | 526 | 3/14/2023 |
| 3.2.8-pre1 | 211 | 3/6/2023 |
| 3.2.7 | 14,339 | 2/14/2023 |
| 3.2.6 | 14,188 | 1/11/2023 |
| 3.2.5 | 599 | 1/10/2023 |
| 3.2.4 | 475 | 1/10/2023 |
| 3.2.3 | 710 | 1/9/2023 |
| 3.2.3-pre1 | 251 | 12/22/2022 |
| 3.2.2 | 6,303 | 11/29/2022 |
| 3.2.1 | 1,256 | 11/21/2022 |
| 3.2.0 | 1,317 | 11/11/2022 |
| 3.2.0-pre2 | 212 | 3/13/2023 |
| 3.2.0-pre1 | 300 | 11/9/2022 |
| 3.1.3 | 2,980 | 10/27/2022 |
| 3.1.2 | 1,150 | 10/21/2022 |
| 3.1.1 | 1,325 | 10/14/2022 |
| 3.1.0 | 1,129 | 10/11/2022 |
| 3.0.3 | 926 | 10/3/2022 |
| 3.0.3-pre1 | 232 | 10/3/2022 |
| 3.0.2 | 646 | 10/2/2022 |
| 3.0.1 | 1,744 | 9/21/2022 |
| 3.0.0 | 2,449 | 9/9/2022 |
| 3.0.0-pre6 | 251 | 9/8/2022 |
| 3.0.0-pre5 | 241 | 9/8/2022 |
| 3.0.0-pre4 | 280 | 9/8/2022 |
| 3.0.0-pre3 | 245 | 9/5/2022 |
| 3.0.0-pre2 | 264 | 9/2/2022 |
| 3.0.0-pre1 | 237 | 9/1/2022 |
| 2.8.1 | 58,507 | 8/16/2022 |
| 2.8.0 | 5,657 | 7/28/2022 |
| 2.8.0-pre1 | 259 | 7/28/2022 |
| 2.7.3 | 2,801 | 7/12/2022 |
| 2.7.3-pre2 | 284 | 7/11/2022 |
| 2.7.3-pre1 | 261 | 7/10/2022 |
| 2.7.2 | 16,846 | 6/15/2022 |
| 2.7.1 | 867 | 6/13/2022 |
| 2.7.0 | 605 | 6/13/2022 |
| 2.6.6 | 1,674 | 6/7/2022 |
| 2.6.6-pre2 | 307 | 6/6/2022 |
| 2.6.6-pre1 | 263 | 6/6/2022 |
| 2.6.5 | 716 | 6/6/2022 |
| 2.6.4 | 954 | 6/2/2022 |
| 2.6.3 | 1,149 | 5/27/2022 |
| 2.6.2 | 749 | 5/24/2022 |
| 2.6.1 | 581 | 5/24/2022 |
| 2.6.0 | 713 | 5/23/2022 |
| 2.6.0-pre1 | 326 | 5/20/2022 |
| 2.5.1 | 2,471 | 5/9/2022 |
| 2.5.0 | 678 | 5/8/2022 |
| 2.5.0-pre4 | 317 | 5/6/2022 |
| 2.5.0-pre3 | 281 | 5/6/2022 |
| 2.5.0-pre2 | 271 | 5/6/2022 |
| 2.4.0 | 4,573 | 4/20/2022 |
| 2.3.2-pre2 | 306 | 4/11/2022 |
| 2.3.2-pre1 | 257 | 4/11/2022 |
| 2.3.1 | 1,185 | 4/11/2022 |
| 2.3.0 | 18,453 | 4/5/2022 |
| 2.3.0-pre4 | 393 | 3/31/2022 |
| 2.3.0-pre3 | 279 | 3/31/2022 |
| 2.3.0-pre2 | 286 | 3/31/2022 |
| 2.3.0-pre1 | 289 | 3/31/2022 |
| 2.2.8 | 1,195 | 3/28/2022 |
| 2.2.7 | 1,456 | 3/23/2022 |
| 2.2.7-pre1 | 278 | 3/17/2022 |
| 2.2.6 | 1,624 | 3/17/2022 |
| 2.2.6-pre2 | 292 | 3/16/2022 |
| 2.2.6-pre1 | 280 | 3/15/2022 |
| 2.2.5 | 1,284 | 3/11/2022 |
| 2.2.4 | 816 | 3/8/2022 |
| 2.2.3 | 1,644 | 3/1/2022 |
| 2.2.2 | 794 | 2/26/2022 |
| 2.2.2-pre1 | 282 | 2/25/2022 |
| 2.2.1 | 1,371 | 2/21/2022 |
| 2.2.0 | 1,015 | 2/15/2022 |
| 2.2.0-pre1 | 331 | 1/29/2022 |
| 2.1.2 | 1,985 | 1/24/2022 |
| 2.1.1 | 690 | 1/24/2022 |
| 2.1.0 | 676 | 1/23/2022 |
| 2.0.3 | 764 | 1/20/2022 |
| 2.0.2 | 693 | 1/18/2022 |
| 2.0.1 | 898 | 1/14/2022 |
| 2.0.0 | 850 | 1/11/2022 |
| 2.0.0-pre3 | 299 | 1/10/2022 |
| 2.0.0-pre2 | 315 | 1/10/2022 |
| 2.0.0-pre1 | 310 | 1/9/2022 |
| 1.7.0-pre8 | 420 | 1/5/2022 |
| 1.7.0-pre7 | 298 | 1/5/2022 |
| 1.7.0-pre6 | 318 | 1/4/2022 |
| 1.7.0-pre4 | 296 | 1/3/2022 |
| 1.7.0-pre3 | 393 | 12/28/2021 |
| 1.7.0-pre2 | 316 | 12/17/2021 |
| 1.7.0-pre1 | 318 | 12/15/2021 |
| 1.6.7 | 1,366 | 12/10/2021 |
| 1.6.6 | 550 | 12/9/2021 |
| 1.6.5 | 850 | 12/2/2021 |
| 1.6.4 | 580 | 11/30/2021 |
| 1.6.3 | 2,032 | 11/28/2021 |
| 1.6.2 | 676 | 11/19/2021 |
| 1.6.1 | 490 | 11/19/2021 |
| 1.6.0 | 549 | 11/16/2021 |
| 1.5.0 | 613 | 11/12/2021 |
| 1.4.12 | 660 | 11/8/2021 |
| 1.4.11 | 561 | 11/8/2021 |
| 1.4.10 | 582 | 11/5/2021 |
| 1.4.9 | 685 | 10/31/2021 |
| 1.4.8 | 683 | 10/30/2021 |
| 1.4.7 | 575 | 10/27/2021 |
| 1.4.6 | 702 | 10/24/2021 |
| 1.4.5 | 605 | 10/24/2021 |
| 1.4.4 | 917 | 10/20/2021 |
| 1.4.3 | 609 | 10/17/2021 |
| 1.4.2 | 892 | 10/8/2021 |
| 1.4.1 | 604 | 10/6/2021 |
| 1.4.0 | 571 | 10/6/2021 |
| 1.3.7 | 640 | 10/4/2021 |
| 1.3.6 | 682 | 9/28/2021 |
| 1.3.5 | 599 | 9/24/2021 |
| 1.3.4 | 519 | 9/24/2021 |
| 1.3.3 | 517 | 9/24/2021 |
| 1.3.2 | 549 | 9/24/2021 |
| 1.3.1 | 612 | 9/24/2021 |
| 1.3.0 | 689 | 9/20/2021 |
| 1.2.0 | 608 | 9/19/2021 |
| 1.1.68 | 631 | 9/15/2021 |
| 1.1.67 | 660 | 9/13/2021 |
| 1.1.66 | 700 | 9/11/2021 |
| 1.1.65 | 603 | 9/11/2021 |
| 1.1.64 | 618 | 9/9/2021 |
| 1.1.63 | 570 | 9/8/2021 |
| 1.1.62 | 544 | 9/6/2021 |
| 1.1.61 | 545 | 9/6/2021 |
| 1.1.60 | 560 | 9/5/2021 |
| 1.1.59 | 552 | 9/5/2021 |
| 1.1.58 | 542 | 9/2/2021 |
| 1.1.57 | 524 | 9/2/2021 |
| 1.1.56 | 587 | 8/31/2021 |
| 1.1.55 | 521 | 8/31/2021 |
| 1.1.54 | 551 | 8/31/2021 |
| 1.1.53 | 544 | 8/30/2021 |
| 1.1.52 | 597 | 8/30/2021 |
| 1.1.51 | 553 | 8/30/2021 |
| 1.1.50 | 525 | 8/26/2021 |
| 1.1.49 | 553 | 8/23/2021 |
| 1.1.48 | 509 | 8/20/2021 |
| 1.1.47 | 563 | 8/20/2021 |
| 1.1.46 | 521 | 8/20/2021 |
| 1.1.45 | 542 | 8/20/2021 |
| 1.1.43 | 556 | 8/17/2021 |
| 1.1.42 | 587 | 8/12/2021 |
| 1.1.41 | 561 | 8/12/2021 |
| 1.1.40 | 574 | 8/11/2021 |
| 1.1.39 | 553 | 8/11/2021 |
| 1.1.38 | 542 | 8/11/2021 |
| 1.1.37 | 599 | 8/7/2021 |
| 1.1.36 | 539 | 8/5/2021 |
| 1.1.35 | 534 | 8/3/2021 |
| 1.1.34 | 560 | 7/29/2021 |
| 1.1.33 | 595 | 7/28/2021 |
| 1.1.32 | 557 | 7/28/2021 |
| 1.1.31 | 626 | 7/27/2021 |
| 1.1.30 | 604 | 7/27/2021 |
| 1.1.29 | 584 | 7/26/2021 |
| 1.1.28 | 633 | 7/23/2021 |
| 1.1.27 | 620 | 7/21/2021 |
| 1.1.26 | 535 | 7/21/2021 |
| 1.1.25 | 535 | 7/19/2021 |
| 1.1.24 | 560 | 7/19/2021 |
| 1.1.23 | 534 | 7/19/2021 |
| 1.1.22 | 540 | 7/19/2021 |
| 1.1.21 | 603 | 7/13/2021 |
| 1.1.20 | 677 | 7/12/2021 |
| 1.1.18 | 628 | 7/2/2021 |
| 1.1.17 | 566 | 6/30/2021 |
| 1.1.16 | 607 | 6/29/2021 |
| 1.1.15 | 575 | 6/29/2021 |
| 1.1.14 | 561 | 6/28/2021 |
| 1.1.13 | 583 | 6/24/2021 |
| 1.1.12 | 557 | 6/23/2021 |
| 1.1.11 | 558 | 6/21/2021 |
| 1.1.10 | 671 | 6/16/2021 |
| 1.1.9 | 557 | 6/11/2021 |
| 1.1.8 | 582 | 6/8/2021 |
| 1.1.7 | 625 | 6/5/2021 |
| 1.1.6 | 558 | 6/3/2021 |
| 1.1.5 | 586 | 5/30/2021 |
| 1.1.4 | 573 | 5/23/2021 |
| 1.1.3 | 593 | 5/21/2021 |
| 1.1.2 | 553 | 5/19/2021 |
| 1.1.1 | 574 | 5/18/2021 |
| 1.1.0 | 552 | 5/16/2021 |
| 1.0.37 | 564 | 5/7/2021 |
| 1.0.36 | 545 | 5/3/2021 |
| 1.0.35 | 598 | 5/3/2021 |
| 1.0.34 | 583 | 4/30/2021 |
| 1.0.33 | 587 | 4/29/2021 |
| 1.0.32 | 612 | 4/24/2021 |
| 1.0.31 | 586 | 4/22/2021 |
| 1.0.30 | 623 | 4/21/2021 |
| 1.0.29 | 598 | 4/19/2021 |
| 1.0.28 | 538 | 4/13/2021 |
| 1.0.27 | 553 | 4/12/2021 |
| 1.0.26 | 523 | 4/12/2021 |
| 1.0.25 | 549 | 4/12/2021 |
| 1.0.24 | 545 | 4/9/2021 |
| 1.0.23 | 565 | 4/9/2021 |
| 1.0.22 | 566 | 4/6/2021 |
| 1.0.21 | 605 | 4/4/2021 |
| 1.0.20 | 554 | 3/29/2021 |
| 1.0.19 | 577 | 3/29/2021 |
| 1.0.18 | 559 | 3/26/2021 |
| 1.0.17 | 568 | 3/25/2021 |
| 1.0.16 | 604 | 3/24/2021 |
| 1.0.15 | 569 | 3/23/2021 |
| 1.0.14 | 566 | 3/17/2021 |
| 1.0.13 | 647 | 3/11/2021 |
| 1.0.12 | 670 | 3/7/2021 |
| 1.0.11 | 570 | 3/4/2021 |
| 1.0.10 | 579 | 3/4/2021 |
| 1.0.9 | 602 | 3/4/2021 |
| 1.0.8 | 626 | 3/3/2021 |
| 1.0.7 | 586 | 2/19/2021 |
| 1.0.6 | 605 | 2/18/2021 |
| 1.0.5 | 606 | 2/6/2021 |
| 1.0.4 | 600 | 2/5/2021 |
| 1.0.3 | 629 | 2/5/2021 |
| 1.0.2 | 599 | 2/4/2021 |
| 1.0.1 | 591 | 2/3/2021 |
| 1.0.0 | 702 | 2/2/2021 |