Havit.Blazor.Components.Web.Bootstrap
4.7.0-pre02
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.7.0-pre02
NuGet\Install-Package Havit.Blazor.Components.Web.Bootstrap -Version 4.7.0-pre02
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.7.0-pre02" />
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.7.0-pre02" />
<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.7.0-pre02
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Havit.Blazor.Components.Web.Bootstrap, 4.7.0-pre02"
#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.7.0-pre02
#: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.7.0-pre02&prerelease
#tool nuget:?package=Havit.Blazor.Components.Web.Bootstrap&version=4.7.0-pre02&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
HAVIT Blazor Bootstrap - Free 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 (usualyHxGrid
with 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 forHxTab
for easier implementation of tabbed UI.HxRedirectTo
- Rendering aHxRedirectTo
will 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
-HxToastContainer
wrapper for displayingHxToast
messages 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 | 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 is compatible. 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.
-
net8.0
- Havit.Blazor.Components.Web (>= 4.7.0-pre02)
- Microsoft.Extensions.Localization (>= 8.0.10)
-
net9.0
- Havit.Blazor.Components.Web (>= 4.7.0-pre02)
- Microsoft.Extensions.Localization (>= 8.0.10)
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.15.2-pre5 | 47 | 10/4/2025 |
4.15.2-pre4 | 67 | 10/3/2025 |
4.15.2-pre3 | 72 | 10/3/2025 |
4.15.2-pre2 | 74 | 10/3/2025 |
4.15.1 | 1,610 | 9/19/2025 |
4.15.0 | 706 | 9/17/2025 |
4.14.1 | 1,534 | 9/4/2025 |
4.14.0 | 613 | 9/1/2025 |
4.13.0 | 1,900 | 8/3/2025 |
4.12.3 | 3,479 | 7/15/2025 |
4.12.2 | 2,897 | 6/10/2025 |
4.12.1 | 666 | 6/6/2025 |
4.12.0 | 431 | 6/5/2025 |
4.11.0 | 1,975 | 5/28/2025 |
4.10.0 | 376 | 5/27/2025 |
4.9.0 | 339 | 5/26/2025 |
4.9.0-pre4 | 197 | 5/26/2025 |
4.9.0-pre3 | 151 | 5/23/2025 |
4.9.0-pre2 | 193 | 5/22/2025 |
4.9.0-pre1 | 188 | 5/22/2025 |
4.8.2 | 2,674 | 4/30/2025 |
4.8.1 | 2,624 | 4/23/2025 |
4.8.1-pre2 | 243 | 4/16/2025 |
4.8.1-pre1 | 224 | 4/16/2025 |
4.8.0 | 3,129 | 4/10/2025 |
4.8.0-pre2 | 209 | 4/8/2025 |
4.8.0-pre1 | 193 | 4/7/2025 |
4.7.14 | 2,788 | 3/18/2025 |
4.7.13 | 2,503 | 3/11/2025 |
4.7.12 | 1,201 | 3/3/2025 |
4.7.11 | 10,235 | 2/11/2025 |
4.7.10 | 649 | 2/6/2025 |
4.7.9 | 644 | 1/30/2025 |
4.7.8 | 2,753 | 1/21/2025 |
4.7.7 | 1,930 | 1/10/2025 |
4.7.7-pre02 | 109 | 1/8/2025 |
4.7.7-pre01 | 122 | 1/8/2025 |
4.7.6 | 21,525 | 12/20/2024 |
4.7.5 | 2,475 | 12/12/2024 |
4.7.4 | 2,760 | 12/9/2024 |
4.7.3 | 878 | 12/3/2024 |
4.7.2 | 1,837 | 11/26/2024 |
4.7.2-pre02 | 147 | 11/25/2024 |
4.7.2-pre01 | 169 | 11/21/2024 |
4.7.1 | 1,543 | 11/13/2024 |
4.7.0 | 535 | 11/12/2024 |
4.7.0-pre05 | 193 | 11/12/2024 |
4.7.0-pre04 | 202 | 11/5/2024 |
4.7.0-pre03 | 142 | 11/5/2024 |
4.7.0-pre02 | 163 | 11/4/2024 |
4.7.0-pre01 | 135 | 10/31/2024 |
4.6.20 | 12,171 | 11/4/2024 |
4.6.19 | 2,830 | 10/25/2024 |
4.6.18 | 690 | 10/23/2024 |
4.6.18-pre1 | 167 | 10/14/2024 |
4.6.17 | 1,895 | 10/11/2024 |
4.6.16 | 766 | 10/9/2024 |
4.6.16-pre1 | 175 | 10/4/2024 |
4.6.15 | 2,020 | 10/2/2024 |
4.6.15-pre2 | 159 | 9/30/2024 |
4.6.15-pre1 | 202 | 9/27/2024 |
4.6.14 | 4,910 | 9/10/2024 |
4.6.14-pre2 | 176 | 9/10/2024 |
4.6.14-pre1 | 161 | 9/10/2024 |
4.6.13 | 1,924 | 9/2/2024 |
4.6.13-pre4 | 156 | 9/2/2024 |
4.6.13-pre3 | 168 | 8/30/2024 |
4.6.13-pre2 | 131 | 8/29/2024 |
4.6.13-pre1 | 961 | 8/15/2024 |
4.6.12 | 8,114 | 8/5/2024 |
4.6.11 | 2,253 | 7/18/2024 |
4.6.11-pre2 | 138 | 7/16/2024 |
4.6.11-pre1 | 156 | 7/15/2024 |
4.6.10 | 592 | 7/12/2024 |
4.6.10-pre1 | 210 | 6/26/2024 |
4.6.9 | 620 | 7/11/2024 |
4.6.9-pre1 | 221 | 6/12/2024 |
4.6.8 | 3,410 | 6/12/2024 |
4.6.8-pre3 | 149 | 6/12/2024 |
4.6.8-pre2 | 139 | 6/11/2024 |
4.6.8-pre1 | 208 | 5/23/2024 |
4.6.7 | 7,856 | 5/6/2024 |
4.6.6 | 1,132 | 4/29/2024 |
4.6.5 | 2,058 | 4/24/2024 |
4.6.4 | 636 | 4/22/2024 |
4.6.3 | 908 | 4/17/2024 |
4.6.2 | 7,344 | 4/8/2024 |
4.6.1 | 2,932 | 3/25/2024 |
4.6.1-pre1 | 154 | 3/25/2024 |
4.6.0 | 3,405 | 3/13/2024 |
4.5.5 | 18,599 | 2/5/2024 |
4.5.4 | 225 | 2/5/2024 |
4.5.3 | 7,035 | 1/29/2024 |
4.5.2 | 572 | 1/25/2024 |
4.5.1 | 186 | 1/25/2024 |
4.5.0 | 2,376 | 1/23/2024 |
4.5.0-pre1 | 206 | 1/15/2024 |
4.4.2-pre2 | 180 | 1/5/2024 |
4.4.2-pre1 | 163 | 12/30/2023 |
4.4.1 | 3,726 | 12/22/2023 |
4.4.0 | 293 | 12/21/2023 |
4.4.0-pre2 | 147 | 12/21/2023 |
4.4.0-pre1 | 193 | 12/15/2023 |
4.3.6-pre1 | 167 | 12/13/2023 |
4.3.5 | 2,776 | 12/12/2023 |
4.3.5-pre1 | 181 | 12/7/2023 |
4.3.4 | 2,331 | 11/27/2023 |
4.3.3 | 687 | 11/27/2023 |
4.3.2 | 655 | 11/24/2023 |
4.3.2-pre1 | 155 | 11/23/2023 |
4.3.1 | 1,752 | 11/15/2023 |
4.3.0 | 390 | 11/15/2023 |
4.3.0-pre2 | 138 | 11/15/2023 |
4.3.0-pre1 | 152 | 11/14/2023 |
4.2.7 | 1,670 | 11/11/2023 |
4.2.6 | 421 | 11/7/2023 |
4.2.6-pre6 | 202 | 11/1/2023 |
4.2.6-pre5 | 130 | 11/1/2023 |
4.2.6-pre4 | 140 | 11/1/2023 |
4.2.6-pre3 | 164 | 10/30/2023 |
4.2.6-pre2 | 169 | 10/24/2023 |
4.2.6-pre1 | 213 | 10/16/2023 |
4.2.5 | 2,619 | 10/16/2023 |
4.2.4 | 2,299 | 10/13/2023 |
4.2.3 | 382 | 10/12/2023 |
4.2.3-pre1 | 169 | 10/9/2023 |
4.2.2 | 1,889 | 10/8/2023 |
4.2.1 | 2,973 | 9/24/2023 |
4.2.1-TimeProvider | 142 | 9/25/2023 |
4.2.0 | 1,506 | 9/20/2023 |
4.1.3 | 1,520 | 9/7/2023 |
4.1.2 | 301 | 9/7/2023 |
4.1.2-pre2 | 195 | 9/1/2023 |
4.1.2-pre1 | 190 | 9/1/2023 |
4.1.1 | 4,735 | 8/21/2023 |
4.1.0 | 392 | 8/18/2023 |
4.0.9-pre2 | 217 | 8/14/2023 |
4.0.9-pre1 | 253 | 8/2/2023 |
4.0.8 | 1,325 | 8/2/2023 |
4.0.7 | 258 | 8/2/2023 |
4.0.6 | 331 | 8/1/2023 |
4.0.5 | 422 | 7/30/2023 |
4.0.4 | 1,767 | 7/17/2023 |
4.0.3 | 3,086 | 6/29/2023 |
4.0.2 | 2,687 | 6/14/2023 |
4.0.1 | 1,418 | 6/6/2023 |
4.0.0 | 294 | 6/5/2023 |
4.0.0-pre4 | 187 | 6/5/2023 |
4.0.0-pre3 | 290 | 4/26/2023 |
4.0.0-pre2 | 1,117 | 2/3/2023 |
4.0.0-pre1 | 225 | 2/1/2023 |
3.3.0 | 1,429 | 6/2/2023 |
3.2.15 | 5,787 | 5/2/2023 |
3.2.14 | 7,995 | 4/18/2023 |
3.2.13 | 7,894 | 4/5/2023 |
3.2.12 | 2,080 | 3/28/2023 |
3.2.11 | 1,231 | 3/24/2023 |
3.2.11-pre2 | 215 | 3/23/2023 |
3.2.11-pre1 | 217 | 3/23/2023 |
3.2.10 | 2,887 | 3/20/2023 |
3.2.10-pre1 | 222 | 3/20/2023 |
3.2.9 | 1,378 | 3/16/2023 |
3.2.8 | 518 | 3/14/2023 |
3.2.8-pre1 | 202 | 3/6/2023 |
3.2.7 | 14,264 | 2/14/2023 |
3.2.6 | 12,578 | 1/11/2023 |
3.2.5 | 588 | 1/10/2023 |
3.2.4 | 468 | 1/10/2023 |
3.2.3 | 701 | 1/9/2023 |
3.2.3-pre1 | 243 | 12/22/2022 |
3.2.2 | 6,254 | 11/29/2022 |
3.2.1 | 1,248 | 11/21/2022 |
3.2.0 | 1,304 | 11/11/2022 |
3.2.0-pre2 | 199 | 3/13/2023 |
3.2.0-pre1 | 284 | 11/9/2022 |
3.1.3 | 2,949 | 10/27/2022 |
3.1.2 | 1,140 | 10/21/2022 |
3.1.1 | 1,315 | 10/14/2022 |
3.1.0 | 1,117 | 10/11/2022 |
3.0.3 | 915 | 10/3/2022 |
3.0.3-pre1 | 221 | 10/3/2022 |
3.0.2 | 627 | 10/2/2022 |
3.0.1 | 1,726 | 9/21/2022 |
3.0.0 | 2,433 | 9/9/2022 |
3.0.0-pre6 | 240 | 9/8/2022 |
3.0.0-pre5 | 229 | 9/8/2022 |
3.0.0-pre4 | 266 | 9/8/2022 |
3.0.0-pre3 | 237 | 9/5/2022 |
3.0.0-pre2 | 250 | 9/2/2022 |
3.0.0-pre1 | 219 | 9/1/2022 |
2.8.1 | 56,580 | 8/16/2022 |
2.8.0 | 5,647 | 7/28/2022 |
2.8.0-pre1 | 248 | 7/28/2022 |
2.7.3 | 2,775 | 7/12/2022 |
2.7.3-pre2 | 266 | 7/11/2022 |
2.7.3-pre1 | 251 | 7/10/2022 |
2.7.2 | 16,569 | 6/15/2022 |
2.7.1 | 844 | 6/13/2022 |
2.7.0 | 597 | 6/13/2022 |
2.6.6 | 1,658 | 6/7/2022 |
2.6.6-pre2 | 291 | 6/6/2022 |
2.6.6-pre1 | 248 | 6/6/2022 |
2.6.5 | 700 | 6/6/2022 |
2.6.4 | 940 | 6/2/2022 |
2.6.3 | 1,131 | 5/27/2022 |
2.6.2 | 733 | 5/24/2022 |
2.6.1 | 574 | 5/24/2022 |
2.6.0 | 696 | 5/23/2022 |
2.6.0-pre1 | 317 | 5/20/2022 |
2.5.1 | 2,458 | 5/9/2022 |
2.5.0 | 667 | 5/8/2022 |
2.5.0-pre4 | 306 | 5/6/2022 |
2.5.0-pre3 | 267 | 5/6/2022 |
2.5.0-pre2 | 258 | 5/6/2022 |
2.4.0 | 4,562 | 4/20/2022 |
2.3.2-pre2 | 295 | 4/11/2022 |
2.3.2-pre1 | 249 | 4/11/2022 |
2.3.1 | 1,170 | 4/11/2022 |
2.3.0 | 17,745 | 4/5/2022 |
2.3.0-pre4 | 375 | 3/31/2022 |
2.3.0-pre3 | 263 | 3/31/2022 |
2.3.0-pre2 | 273 | 3/31/2022 |
2.3.0-pre1 | 272 | 3/31/2022 |
2.2.8 | 1,187 | 3/28/2022 |
2.2.7 | 1,441 | 3/23/2022 |
2.2.7-pre1 | 266 | 3/17/2022 |
2.2.6 | 1,610 | 3/17/2022 |
2.2.6-pre2 | 279 | 3/16/2022 |
2.2.6-pre1 | 264 | 3/15/2022 |
2.2.5 | 1,269 | 3/11/2022 |
2.2.4 | 805 | 3/8/2022 |
2.2.3 | 1,633 | 3/1/2022 |
2.2.2 | 785 | 2/26/2022 |
2.2.2-pre1 | 272 | 2/25/2022 |
2.2.1 | 1,364 | 2/21/2022 |
2.2.0 | 990 | 2/15/2022 |
2.2.0-pre1 | 315 | 1/29/2022 |
2.1.2 | 1,967 | 1/24/2022 |
2.1.1 | 674 | 1/24/2022 |
2.1.0 | 661 | 1/23/2022 |
2.0.3 | 755 | 1/20/2022 |
2.0.2 | 682 | 1/18/2022 |
2.0.1 | 889 | 1/14/2022 |
2.0.0 | 830 | 1/11/2022 |
2.0.0-pre3 | 282 | 1/10/2022 |
2.0.0-pre2 | 296 | 1/10/2022 |
2.0.0-pre1 | 298 | 1/9/2022 |
1.7.0-pre8 | 403 | 1/5/2022 |
1.7.0-pre7 | 286 | 1/5/2022 |
1.7.0-pre6 | 307 | 1/4/2022 |
1.7.0-pre4 | 284 | 1/3/2022 |
1.7.0-pre3 | 375 | 12/28/2021 |
1.7.0-pre2 | 303 | 12/17/2021 |
1.7.0-pre1 | 307 | 12/15/2021 |
1.6.7 | 1,348 | 12/10/2021 |
1.6.6 | 541 | 12/9/2021 |
1.6.5 | 832 | 12/2/2021 |
1.6.4 | 559 | 11/30/2021 |
1.6.3 | 2,013 | 11/28/2021 |
1.6.2 | 662 | 11/19/2021 |
1.6.1 | 479 | 11/19/2021 |
1.6.0 | 531 | 11/16/2021 |
1.5.0 | 591 | 11/12/2021 |
1.4.12 | 641 | 11/8/2021 |
1.4.11 | 545 | 11/8/2021 |
1.4.10 | 565 | 11/5/2021 |
1.4.9 | 671 | 10/31/2021 |
1.4.8 | 668 | 10/30/2021 |
1.4.7 | 565 | 10/27/2021 |
1.4.6 | 693 | 10/24/2021 |
1.4.5 | 591 | 10/24/2021 |
1.4.4 | 902 | 10/20/2021 |
1.4.3 | 595 | 10/17/2021 |
1.4.2 | 874 | 10/8/2021 |
1.4.1 | 594 | 10/6/2021 |
1.4.0 | 556 | 10/6/2021 |
1.3.7 | 623 | 10/4/2021 |
1.3.6 | 667 | 9/28/2021 |
1.3.5 | 588 | 9/24/2021 |
1.3.4 | 509 | 9/24/2021 |
1.3.3 | 507 | 9/24/2021 |
1.3.2 | 528 | 9/24/2021 |
1.3.1 | 591 | 9/24/2021 |
1.3.0 | 674 | 9/20/2021 |
1.2.0 | 591 | 9/19/2021 |
1.1.68 | 618 | 9/15/2021 |
1.1.67 | 649 | 9/13/2021 |
1.1.66 | 690 | 9/11/2021 |
1.1.65 | 593 | 9/11/2021 |
1.1.64 | 593 | 9/9/2021 |
1.1.63 | 558 | 9/8/2021 |
1.1.62 | 525 | 9/6/2021 |
1.1.61 | 524 | 9/6/2021 |
1.1.60 | 542 | 9/5/2021 |
1.1.59 | 536 | 9/5/2021 |
1.1.58 | 524 | 9/2/2021 |
1.1.57 | 504 | 9/2/2021 |
1.1.56 | 577 | 8/31/2021 |
1.1.55 | 507 | 8/31/2021 |
1.1.54 | 530 | 8/31/2021 |
1.1.53 | 525 | 8/30/2021 |
1.1.52 | 582 | 8/30/2021 |
1.1.51 | 540 | 8/30/2021 |
1.1.50 | 510 | 8/26/2021 |
1.1.49 | 541 | 8/23/2021 |
1.1.48 | 497 | 8/20/2021 |
1.1.47 | 546 | 8/20/2021 |
1.1.46 | 508 | 8/20/2021 |
1.1.45 | 528 | 8/20/2021 |
1.1.43 | 547 | 8/17/2021 |
1.1.42 | 576 | 8/12/2021 |
1.1.41 | 546 | 8/12/2021 |
1.1.40 | 562 | 8/11/2021 |
1.1.39 | 537 | 8/11/2021 |
1.1.38 | 523 | 8/11/2021 |
1.1.37 | 589 | 8/7/2021 |
1.1.36 | 528 | 8/5/2021 |
1.1.35 | 524 | 8/3/2021 |
1.1.34 | 550 | 7/29/2021 |
1.1.33 | 579 | 7/28/2021 |
1.1.32 | 540 | 7/28/2021 |
1.1.31 | 610 | 7/27/2021 |
1.1.30 | 590 | 7/27/2021 |
1.1.29 | 574 | 7/26/2021 |
1.1.28 | 615 | 7/23/2021 |
1.1.27 | 604 | 7/21/2021 |
1.1.26 | 517 | 7/21/2021 |
1.1.25 | 523 | 7/19/2021 |
1.1.24 | 539 | 7/19/2021 |
1.1.23 | 522 | 7/19/2021 |
1.1.22 | 532 | 7/19/2021 |
1.1.21 | 592 | 7/13/2021 |
1.1.20 | 664 | 7/12/2021 |
1.1.18 | 616 | 7/2/2021 |
1.1.17 | 557 | 6/30/2021 |
1.1.16 | 594 | 6/29/2021 |
1.1.15 | 562 | 6/29/2021 |
1.1.14 | 549 | 6/28/2021 |
1.1.13 | 568 | 6/24/2021 |
1.1.12 | 542 | 6/23/2021 |
1.1.11 | 545 | 6/21/2021 |
1.1.10 | 652 | 6/16/2021 |
1.1.9 | 539 | 6/11/2021 |
1.1.8 | 564 | 6/8/2021 |
1.1.7 | 614 | 6/5/2021 |
1.1.6 | 543 | 6/3/2021 |
1.1.5 | 577 | 5/30/2021 |
1.1.4 | 558 | 5/23/2021 |
1.1.3 | 575 | 5/21/2021 |
1.1.2 | 541 | 5/19/2021 |
1.1.1 | 555 | 5/18/2021 |
1.1.0 | 539 | 5/16/2021 |
1.0.37 | 553 | 5/7/2021 |
1.0.36 | 532 | 5/3/2021 |
1.0.35 | 578 | 5/3/2021 |
1.0.34 | 566 | 4/30/2021 |
1.0.33 | 568 | 4/29/2021 |
1.0.32 | 593 | 4/24/2021 |
1.0.31 | 570 | 4/22/2021 |
1.0.30 | 609 | 4/21/2021 |
1.0.29 | 579 | 4/19/2021 |
1.0.28 | 526 | 4/13/2021 |
1.0.27 | 535 | 4/12/2021 |
1.0.26 | 511 | 4/12/2021 |
1.0.25 | 539 | 4/12/2021 |
1.0.24 | 534 | 4/9/2021 |
1.0.23 | 550 | 4/9/2021 |
1.0.22 | 550 | 4/6/2021 |
1.0.21 | 591 | 4/4/2021 |
1.0.20 | 534 | 3/29/2021 |
1.0.19 | 566 | 3/29/2021 |
1.0.18 | 543 | 3/26/2021 |
1.0.17 | 557 | 3/25/2021 |
1.0.16 | 596 | 3/24/2021 |
1.0.15 | 556 | 3/23/2021 |
1.0.14 | 554 | 3/17/2021 |
1.0.13 | 632 | 3/11/2021 |
1.0.12 | 652 | 3/7/2021 |
1.0.11 | 550 | 3/4/2021 |
1.0.10 | 563 | 3/4/2021 |
1.0.9 | 587 | 3/4/2021 |
1.0.8 | 606 | 3/3/2021 |
1.0.7 | 575 | 2/19/2021 |
1.0.6 | 588 | 2/18/2021 |
1.0.5 | 595 | 2/6/2021 |
1.0.4 | 587 | 2/5/2021 |
1.0.3 | 614 | 2/5/2021 |
1.0.2 | 580 | 2/4/2021 |
1.0.1 | 574 | 2/3/2021 |
1.0.0 | 681 | 2/2/2021 |