Havit.Blazor.Components.Web.Bootstrap
3.2.11-pre2
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 3.2.11-pre2
NuGet\Install-Package Havit.Blazor.Components.Web.Bootstrap -Version 3.2.11-pre2
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="3.2.11-pre2" />
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="3.2.11-pre2" />
<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 3.2.11-pre2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Havit.Blazor.Components.Web.Bootstrap, 3.2.11-pre2"
#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.
#addin nuget:?package=Havit.Blazor.Components.Web.Bootstrap&version=3.2.11-pre2&prerelease
#tool nuget:?package=Havit.Blazor.Components.Web.Bootstrap&version=3.2.11-pre2&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 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 v3.x🔥
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 | 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 is compatible. 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 was computed. 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 (>= 3.2.11-pre2)
- Microsoft.Extensions.Localization (>= 7.0.3)
-
net7.0
- Havit.Blazor.Components.Web (>= 3.2.11-pre2)
- Microsoft.Extensions.Localization (>= 7.0.3)
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.12.2 | 917 | 6/10/2025 |
4.12.1 | 305 | 6/6/2025 |
4.12.0 | 237 | 6/5/2025 |
4.11.0 | 1,012 | 5/28/2025 |
4.10.0 | 261 | 5/27/2025 |
4.9.0 | 238 | 5/26/2025 |
4.9.0-pre4 | 143 | 5/26/2025 |
4.9.0-pre3 | 104 | 5/23/2025 |
4.9.0-pre2 | 140 | 5/22/2025 |
4.9.0-pre1 | 136 | 5/22/2025 |
4.8.2 | 1,969 | 4/30/2025 |
4.8.1 | 1,278 | 4/23/2025 |
4.8.1-pre2 | 199 | 4/16/2025 |
4.8.1-pre1 | 178 | 4/16/2025 |
4.8.0 | 2,448 | 4/10/2025 |
4.8.0-pre2 | 175 | 4/8/2025 |
4.8.0-pre1 | 149 | 4/7/2025 |
4.7.14 | 2,203 | 3/18/2025 |
4.7.13 | 2,304 | 3/11/2025 |
4.7.12 | 1,010 | 3/3/2025 |
4.7.11 | 7,994 | 2/11/2025 |
4.7.10 | 561 | 2/6/2025 |
4.7.9 | 591 | 1/30/2025 |
4.7.8 | 2,370 | 1/21/2025 |
4.7.7 | 1,185 | 1/10/2025 |
4.7.7-pre02 | 73 | 1/8/2025 |
4.7.7-pre01 | 78 | 1/8/2025 |
4.7.6 | 13,981 | 12/20/2024 |
4.7.5 | 2,399 | 12/12/2024 |
4.7.4 | 2,693 | 12/9/2024 |
4.7.3 | 791 | 12/3/2024 |
4.7.2 | 1,536 | 11/26/2024 |
4.7.2-pre02 | 101 | 11/25/2024 |
4.7.2-pre01 | 133 | 11/21/2024 |
4.7.1 | 1,441 | 11/13/2024 |
4.7.0 | 459 | 11/12/2024 |
4.7.0-pre05 | 135 | 11/12/2024 |
4.7.0-pre04 | 152 | 11/5/2024 |
4.7.0-pre03 | 96 | 11/5/2024 |
4.7.0-pre02 | 113 | 11/4/2024 |
4.7.0-pre01 | 102 | 10/31/2024 |
4.6.20 | 8,166 | 11/4/2024 |
4.6.19 | 2,284 | 10/25/2024 |
4.6.18 | 626 | 10/23/2024 |
4.6.18-pre1 | 123 | 10/14/2024 |
4.6.17 | 1,809 | 10/11/2024 |
4.6.16 | 687 | 10/9/2024 |
4.6.16-pre1 | 125 | 10/4/2024 |
4.6.15 | 1,843 | 10/2/2024 |
4.6.15-pre2 | 111 | 9/30/2024 |
4.6.15-pre1 | 156 | 9/27/2024 |
4.6.14 | 4,821 | 9/10/2024 |
4.6.14-pre2 | 127 | 9/10/2024 |
4.6.14-pre1 | 127 | 9/10/2024 |
4.6.13 | 1,843 | 9/2/2024 |
4.6.13-pre4 | 110 | 9/2/2024 |
4.6.13-pre3 | 116 | 8/30/2024 |
4.6.13-pre2 | 94 | 8/29/2024 |
4.6.13-pre1 | 892 | 8/15/2024 |
4.6.12 | 7,800 | 8/5/2024 |
4.6.11 | 2,158 | 7/18/2024 |
4.6.11-pre2 | 100 | 7/16/2024 |
4.6.11-pre1 | 123 | 7/15/2024 |
4.6.10 | 529 | 7/12/2024 |
4.6.10-pre1 | 160 | 6/26/2024 |
4.6.9 | 535 | 7/11/2024 |
4.6.9-pre1 | 189 | 6/12/2024 |
4.6.8 | 3,323 | 6/12/2024 |
4.6.8-pre3 | 103 | 6/12/2024 |
4.6.8-pre2 | 87 | 6/11/2024 |
4.6.8-pre1 | 169 | 5/23/2024 |
4.6.7 | 7,433 | 5/6/2024 |
4.6.6 | 1,050 | 4/29/2024 |
4.6.5 | 1,512 | 4/24/2024 |
4.6.4 | 568 | 4/22/2024 |
4.6.3 | 846 | 4/17/2024 |
4.6.2 | 7,266 | 4/8/2024 |
4.6.1 | 2,792 | 3/25/2024 |
4.6.1-pre1 | 105 | 3/25/2024 |
4.6.0 | 3,199 | 3/13/2024 |
4.5.5 | 18,426 | 2/5/2024 |
4.5.4 | 202 | 2/5/2024 |
4.5.3 | 6,996 | 1/29/2024 |
4.5.2 | 520 | 1/25/2024 |
4.5.1 | 139 | 1/25/2024 |
4.5.0 | 2,328 | 1/23/2024 |
4.5.0-pre1 | 164 | 1/15/2024 |
4.4.2-pre2 | 147 | 1/5/2024 |
4.4.2-pre1 | 133 | 12/30/2023 |
4.4.1 | 3,668 | 12/22/2023 |
4.4.0 | 256 | 12/21/2023 |
4.4.0-pre2 | 108 | 12/21/2023 |
4.4.0-pre1 | 146 | 12/15/2023 |
4.3.6-pre1 | 129 | 12/13/2023 |
4.3.5 | 2,724 | 12/12/2023 |
4.3.5-pre1 | 139 | 12/7/2023 |
4.3.4 | 2,282 | 11/27/2023 |
4.3.3 | 653 | 11/27/2023 |
4.3.2 | 614 | 11/24/2023 |
4.3.2-pre1 | 110 | 11/23/2023 |
4.3.1 | 1,724 | 11/15/2023 |
4.3.0 | 345 | 11/15/2023 |
4.3.0-pre2 | 101 | 11/15/2023 |
4.3.0-pre1 | 121 | 11/14/2023 |
4.2.7 | 1,604 | 11/11/2023 |
4.2.6 | 381 | 11/7/2023 |
4.2.6-pre6 | 165 | 11/1/2023 |
4.2.6-pre5 | 97 | 11/1/2023 |
4.2.6-pre4 | 95 | 11/1/2023 |
4.2.6-pre3 | 122 | 10/30/2023 |
4.2.6-pre2 | 141 | 10/24/2023 |
4.2.6-pre1 | 166 | 10/16/2023 |
4.2.5 | 2,552 | 10/16/2023 |
4.2.4 | 1,541 | 10/13/2023 |
4.2.3 | 322 | 10/12/2023 |
4.2.3-pre1 | 123 | 10/9/2023 |
4.2.2 | 1,847 | 10/8/2023 |
4.2.1 | 2,810 | 9/24/2023 |
4.2.1-TimeProvider | 101 | 9/25/2023 |
4.2.0 | 1,359 | 9/20/2023 |
4.1.3 | 1,459 | 9/7/2023 |
4.1.2 | 182 | 9/7/2023 |
4.1.2-pre2 | 146 | 9/1/2023 |
4.1.2-pre1 | 137 | 9/1/2023 |
4.1.1 | 4,058 | 8/21/2023 |
4.1.0 | 335 | 8/18/2023 |
4.0.9-pre2 | 149 | 8/14/2023 |
4.0.9-pre1 | 191 | 8/2/2023 |
4.0.8 | 1,271 | 8/2/2023 |
4.0.7 | 208 | 8/2/2023 |
4.0.6 | 267 | 8/1/2023 |
4.0.5 | 360 | 7/30/2023 |
4.0.4 | 1,689 | 7/17/2023 |
4.0.3 | 2,972 | 6/29/2023 |
4.0.2 | 2,399 | 6/14/2023 |
4.0.1 | 1,297 | 6/6/2023 |
4.0.0 | 235 | 6/5/2023 |
4.0.0-pre4 | 128 | 6/5/2023 |
4.0.0-pre3 | 234 | 4/26/2023 |
4.0.0-pre2 | 1,068 | 2/3/2023 |
4.0.0-pre1 | 168 | 2/1/2023 |
3.3.0 | 1,284 | 6/2/2023 |
3.2.15 | 5,335 | 5/2/2023 |
3.2.14 | 6,249 | 4/18/2023 |
3.2.13 | 6,114 | 4/5/2023 |
3.2.12 | 1,893 | 3/28/2023 |
3.2.11 | 1,172 | 3/24/2023 |
3.2.11-pre2 | 168 | 3/23/2023 |
3.2.11-pre1 | 151 | 3/23/2023 |
3.2.10 | 2,534 | 3/20/2023 |
3.2.10-pre1 | 155 | 3/20/2023 |
3.2.9 | 1,149 | 3/16/2023 |
3.2.8 | 469 | 3/14/2023 |
3.2.8-pre1 | 141 | 3/6/2023 |
3.2.7 | 13,043 | 2/14/2023 |
3.2.6 | 8,740 | 1/11/2023 |
3.2.5 | 511 | 1/10/2023 |
3.2.4 | 405 | 1/10/2023 |
3.2.3 | 643 | 1/9/2023 |
3.2.3-pre1 | 184 | 12/22/2022 |
3.2.2 | 5,758 | 11/29/2022 |
3.2.1 | 1,196 | 11/21/2022 |
3.2.0 | 1,225 | 11/11/2022 |
3.2.0-pre2 | 133 | 3/13/2023 |
3.2.0-pre1 | 216 | 11/9/2022 |
3.1.3 | 2,846 | 10/27/2022 |
3.1.2 | 1,089 | 10/21/2022 |
3.1.1 | 1,254 | 10/14/2022 |
3.1.0 | 1,039 | 10/11/2022 |
3.0.3 | 854 | 10/3/2022 |
3.0.3-pre1 | 158 | 10/3/2022 |
3.0.2 | 549 | 10/2/2022 |
3.0.1 | 1,644 | 9/21/2022 |
3.0.0 | 2,103 | 9/9/2022 |
3.0.0-pre6 | 178 | 9/8/2022 |
3.0.0-pre5 | 166 | 9/8/2022 |
3.0.0-pre4 | 189 | 9/8/2022 |
3.0.0-pre3 | 174 | 9/5/2022 |
3.0.0-pre2 | 179 | 9/2/2022 |
3.0.0-pre1 | 156 | 9/1/2022 |
2.8.1 | 51,454 | 8/16/2022 |
2.8.0 | 5,559 | 7/28/2022 |
2.8.0-pre1 | 183 | 7/28/2022 |
2.7.3 | 2,614 | 7/12/2022 |
2.7.3-pre2 | 193 | 7/11/2022 |
2.7.3-pre1 | 187 | 7/10/2022 |
2.7.2 | 14,224 | 6/15/2022 |
2.7.1 | 770 | 6/13/2022 |
2.7.0 | 531 | 6/13/2022 |
2.6.6 | 1,575 | 6/7/2022 |
2.6.6-pre2 | 215 | 6/6/2022 |
2.6.6-pre1 | 179 | 6/6/2022 |
2.6.5 | 630 | 6/6/2022 |
2.6.4 | 863 | 6/2/2022 |
2.6.3 | 1,070 | 5/27/2022 |
2.6.2 | 660 | 5/24/2022 |
2.6.1 | 507 | 5/24/2022 |
2.6.0 | 620 | 5/23/2022 |
2.6.0-pre1 | 255 | 5/20/2022 |
2.5.1 | 2,368 | 5/9/2022 |
2.5.0 | 603 | 5/8/2022 |
2.5.0-pre4 | 227 | 5/6/2022 |
2.5.0-pre3 | 189 | 5/6/2022 |
2.5.0-pre2 | 193 | 5/6/2022 |
2.4.0 | 4,498 | 4/20/2022 |
2.3.2-pre2 | 229 | 4/11/2022 |
2.3.2-pre1 | 185 | 4/11/2022 |
2.3.1 | 1,093 | 4/11/2022 |
2.3.0 | 14,999 | 4/5/2022 |
2.3.0-pre4 | 300 | 3/31/2022 |
2.3.0-pre3 | 184 | 3/31/2022 |
2.3.0-pre2 | 190 | 3/31/2022 |
2.3.0-pre1 | 194 | 3/31/2022 |
2.2.8 | 1,124 | 3/28/2022 |
2.2.7 | 1,366 | 3/23/2022 |
2.2.7-pre1 | 196 | 3/17/2022 |
2.2.6 | 1,529 | 3/17/2022 |
2.2.6-pre2 | 200 | 3/16/2022 |
2.2.6-pre1 | 185 | 3/15/2022 |
2.2.5 | 1,202 | 3/11/2022 |
2.2.4 | 743 | 3/8/2022 |
2.2.3 | 1,568 | 3/1/2022 |
2.2.2 | 722 | 2/26/2022 |
2.2.2-pre1 | 201 | 2/25/2022 |
2.2.1 | 1,299 | 2/21/2022 |
2.2.0 | 900 | 2/15/2022 |
2.2.0-pre1 | 236 | 1/29/2022 |
2.1.2 | 1,889 | 1/24/2022 |
2.1.1 | 591 | 1/24/2022 |
2.1.0 | 590 | 1/23/2022 |
2.0.3 | 691 | 1/20/2022 |
2.0.2 | 613 | 1/18/2022 |
2.0.1 | 824 | 1/14/2022 |
2.0.0 | 758 | 1/11/2022 |
2.0.0-pre3 | 202 | 1/10/2022 |
2.0.0-pre2 | 217 | 1/10/2022 |
2.0.0-pre1 | 222 | 1/9/2022 |
1.7.0-pre8 | 330 | 1/5/2022 |
1.7.0-pre7 | 220 | 1/5/2022 |
1.7.0-pre6 | 223 | 1/4/2022 |
1.7.0-pre4 | 216 | 1/3/2022 |
1.7.0-pre3 | 323 | 12/28/2021 |
1.7.0-pre2 | 251 | 12/17/2021 |
1.7.0-pre1 | 240 | 12/15/2021 |
1.6.7 | 1,232 | 12/10/2021 |
1.6.6 | 478 | 12/9/2021 |
1.6.5 | 757 | 12/2/2021 |
1.6.4 | 483 | 11/30/2021 |
1.6.3 | 1,939 | 11/28/2021 |
1.6.2 | 583 | 11/19/2021 |
1.6.1 | 412 | 11/19/2021 |
1.6.0 | 460 | 11/16/2021 |
1.5.0 | 516 | 11/12/2021 |
1.4.12 | 557 | 11/8/2021 |
1.4.11 | 462 | 11/8/2021 |
1.4.10 | 492 | 11/5/2021 |
1.4.9 | 596 | 10/31/2021 |
1.4.8 | 587 | 10/30/2021 |
1.4.7 | 503 | 10/27/2021 |
1.4.6 | 629 | 10/24/2021 |
1.4.5 | 518 | 10/24/2021 |
1.4.4 | 820 | 10/20/2021 |
1.4.3 | 527 | 10/17/2021 |
1.4.2 | 802 | 10/8/2021 |
1.4.1 | 532 | 10/6/2021 |
1.4.0 | 486 | 10/6/2021 |
1.3.7 | 549 | 10/4/2021 |
1.3.6 | 589 | 9/28/2021 |
1.3.5 | 514 | 9/24/2021 |
1.3.4 | 445 | 9/24/2021 |
1.3.3 | 440 | 9/24/2021 |
1.3.2 | 455 | 9/24/2021 |
1.3.1 | 522 | 9/24/2021 |
1.3.0 | 600 | 9/20/2021 |
1.2.0 | 508 | 9/19/2021 |
1.1.68 | 555 | 9/15/2021 |
1.1.67 | 585 | 9/13/2021 |
1.1.66 | 627 | 9/11/2021 |
1.1.65 | 526 | 9/11/2021 |
1.1.64 | 520 | 9/9/2021 |
1.1.63 | 495 | 9/8/2021 |
1.1.62 | 451 | 9/6/2021 |
1.1.61 | 448 | 9/6/2021 |
1.1.60 | 467 | 9/5/2021 |
1.1.59 | 462 | 9/5/2021 |
1.1.58 | 450 | 9/2/2021 |
1.1.57 | 424 | 9/2/2021 |
1.1.56 | 513 | 8/31/2021 |
1.1.55 | 444 | 8/31/2021 |
1.1.54 | 454 | 8/31/2021 |
1.1.53 | 455 | 8/30/2021 |
1.1.52 | 510 | 8/30/2021 |
1.1.51 | 463 | 8/30/2021 |
1.1.50 | 449 | 8/26/2021 |
1.1.49 | 472 | 8/23/2021 |
1.1.48 | 445 | 8/20/2021 |
1.1.47 | 471 | 8/20/2021 |
1.1.46 | 444 | 8/20/2021 |
1.1.45 | 451 | 8/20/2021 |
1.1.43 | 481 | 8/17/2021 |
1.1.42 | 511 | 8/12/2021 |
1.1.41 | 480 | 8/12/2021 |
1.1.40 | 499 | 8/11/2021 |
1.1.39 | 463 | 8/11/2021 |
1.1.38 | 455 | 8/11/2021 |
1.1.37 | 526 | 8/7/2021 |
1.1.36 | 463 | 8/5/2021 |
1.1.35 | 460 | 8/3/2021 |
1.1.34 | 492 | 7/29/2021 |
1.1.33 | 500 | 7/28/2021 |
1.1.32 | 464 | 7/28/2021 |
1.1.31 | 531 | 7/27/2021 |
1.1.30 | 514 | 7/27/2021 |
1.1.29 | 509 | 7/26/2021 |
1.1.28 | 539 | 7/23/2021 |
1.1.27 | 527 | 7/21/2021 |
1.1.26 | 454 | 7/21/2021 |
1.1.25 | 470 | 7/19/2021 |
1.1.24 | 467 | 7/19/2021 |
1.1.23 | 459 | 7/19/2021 |
1.1.22 | 463 | 7/19/2021 |
1.1.21 | 525 | 7/13/2021 |
1.1.20 | 600 | 7/12/2021 |
1.1.18 | 553 | 7/2/2021 |
1.1.17 | 495 | 6/30/2021 |
1.1.16 | 506 | 6/29/2021 |
1.1.15 | 501 | 6/29/2021 |
1.1.14 | 493 | 6/28/2021 |
1.1.13 | 492 | 6/24/2021 |
1.1.12 | 473 | 6/23/2021 |
1.1.11 | 471 | 6/21/2021 |
1.1.10 | 568 | 6/16/2021 |
1.1.9 | 459 | 6/11/2021 |
1.1.8 | 484 | 6/8/2021 |
1.1.7 | 539 | 6/5/2021 |
1.1.6 | 464 | 6/3/2021 |
1.1.5 | 514 | 5/30/2021 |
1.1.4 | 478 | 5/23/2021 |
1.1.3 | 494 | 5/21/2021 |
1.1.2 | 470 | 5/19/2021 |
1.1.1 | 482 | 5/18/2021 |
1.1.0 | 476 | 5/16/2021 |
1.0.37 | 500 | 5/7/2021 |
1.0.36 | 468 | 5/3/2021 |
1.0.35 | 506 | 5/3/2021 |
1.0.34 | 486 | 4/30/2021 |
1.0.33 | 494 | 4/29/2021 |
1.0.32 | 512 | 4/24/2021 |
1.0.31 | 506 | 4/22/2021 |
1.0.30 | 539 | 4/21/2021 |
1.0.29 | 500 | 4/19/2021 |
1.0.28 | 461 | 4/13/2021 |
1.0.27 | 459 | 4/12/2021 |
1.0.26 | 439 | 4/12/2021 |
1.0.25 | 475 | 4/12/2021 |
1.0.24 | 471 | 4/9/2021 |
1.0.23 | 481 | 4/9/2021 |
1.0.22 | 475 | 4/6/2021 |
1.0.21 | 525 | 4/4/2021 |
1.0.20 | 457 | 3/29/2021 |
1.0.19 | 486 | 3/29/2021 |
1.0.18 | 468 | 3/26/2021 |
1.0.17 | 492 | 3/25/2021 |
1.0.16 | 532 | 3/24/2021 |
1.0.15 | 492 | 3/23/2021 |
1.0.14 | 500 | 3/17/2021 |
1.0.13 | 547 | 3/11/2021 |
1.0.12 | 571 | 3/7/2021 |
1.0.11 | 468 | 3/4/2021 |
1.0.10 | 495 | 3/4/2021 |
1.0.9 | 520 | 3/4/2021 |
1.0.8 | 524 | 3/3/2021 |
1.0.7 | 507 | 2/19/2021 |
1.0.6 | 510 | 2/18/2021 |
1.0.5 | 528 | 2/6/2021 |
1.0.4 | 508 | 2/5/2021 |
1.0.3 | 547 | 2/5/2021 |
1.0.2 | 504 | 2/4/2021 |
1.0.1 | 496 | 2/3/2021 |
1.0.0 | 591 | 2/2/2021 |