Havit.Blazor.Components.Web.Bootstrap
4.7.0-pre01
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-pre01
NuGet\Install-Package Havit.Blazor.Components.Web.Bootstrap -Version 4.7.0-pre01
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-pre01" />
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-pre01" />
<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-pre01
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-pre01"
#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-pre01
#: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-pre01&prerelease
#tool nuget:?package=Havit.Blazor.Components.Web.Bootstrap&version=4.7.0-pre01&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-pre01)
- Microsoft.Extensions.Localization (>= 8.0.10)
-
net9.0
- Havit.Blazor.Components.Web (>= 4.7.0-pre01)
- 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.1 | 966 | 9/19/2025 |
4.15.0 | 680 | 9/17/2025 |
4.14.1 | 1,465 | 9/4/2025 |
4.14.0 | 537 | 9/1/2025 |
4.13.0 | 1,860 | 8/3/2025 |
4.12.3 | 3,279 | 7/15/2025 |
4.12.2 | 2,847 | 6/10/2025 |
4.12.1 | 645 | 6/6/2025 |
4.12.0 | 419 | 6/5/2025 |
4.11.0 | 1,953 | 5/28/2025 |
4.10.0 | 356 | 5/27/2025 |
4.9.0 | 329 | 5/26/2025 |
4.9.0-pre4 | 184 | 5/26/2025 |
4.9.0-pre3 | 139 | 5/23/2025 |
4.9.0-pre2 | 181 | 5/22/2025 |
4.9.0-pre1 | 176 | 5/22/2025 |
4.8.2 | 2,623 | 4/30/2025 |
4.8.1 | 2,550 | 4/23/2025 |
4.8.1-pre2 | 231 | 4/16/2025 |
4.8.1-pre1 | 213 | 4/16/2025 |
4.8.0 | 3,104 | 4/10/2025 |
4.8.0-pre2 | 199 | 4/8/2025 |
4.8.0-pre1 | 182 | 4/7/2025 |
4.7.14 | 2,768 | 3/18/2025 |
4.7.13 | 2,489 | 3/11/2025 |
4.7.12 | 1,187 | 3/3/2025 |
4.7.11 | 10,175 | 2/11/2025 |
4.7.10 | 639 | 2/6/2025 |
4.7.9 | 634 | 1/30/2025 |
4.7.8 | 2,736 | 1/21/2025 |
4.7.7 | 1,784 | 1/10/2025 |
4.7.7-pre02 | 98 | 1/8/2025 |
4.7.7-pre01 | 110 | 1/8/2025 |
4.7.6 | 20,626 | 12/20/2024 |
4.7.5 | 2,464 | 12/12/2024 |
4.7.4 | 2,759 | 12/9/2024 |
4.7.3 | 866 | 12/3/2024 |
4.7.2 | 1,823 | 11/26/2024 |
4.7.2-pre02 | 137 | 11/25/2024 |
4.7.2-pre01 | 159 | 11/21/2024 |
4.7.1 | 1,530 | 11/13/2024 |
4.7.0 | 524 | 11/12/2024 |
4.7.0-pre05 | 182 | 11/12/2024 |
4.7.0-pre04 | 189 | 11/5/2024 |
4.7.0-pre03 | 130 | 11/5/2024 |
4.7.0-pre02 | 152 | 11/4/2024 |
4.7.0-pre01 | 125 | 10/31/2024 |
4.6.20 | 11,977 | 11/4/2024 |
4.6.19 | 2,784 | 10/25/2024 |
4.6.18 | 680 | 10/23/2024 |
4.6.18-pre1 | 157 | 10/14/2024 |
4.6.17 | 1,884 | 10/11/2024 |
4.6.16 | 755 | 10/9/2024 |
4.6.16-pre1 | 163 | 10/4/2024 |
4.6.15 | 2,009 | 10/2/2024 |
4.6.15-pre2 | 146 | 9/30/2024 |
4.6.15-pre1 | 192 | 9/27/2024 |
4.6.14 | 4,900 | 9/10/2024 |
4.6.14-pre2 | 165 | 9/10/2024 |
4.6.14-pre1 | 151 | 9/10/2024 |
4.6.13 | 1,913 | 9/2/2024 |
4.6.13-pre4 | 146 | 9/2/2024 |
4.6.13-pre3 | 157 | 8/30/2024 |
4.6.13-pre2 | 129 | 8/29/2024 |
4.6.13-pre1 | 942 | 8/15/2024 |
4.6.12 | 8,101 | 8/5/2024 |
4.6.11 | 2,242 | 7/18/2024 |
4.6.11-pre2 | 127 | 7/16/2024 |
4.6.11-pre1 | 146 | 7/15/2024 |
4.6.10 | 582 | 7/12/2024 |
4.6.10-pre1 | 199 | 6/26/2024 |
4.6.9 | 599 | 7/11/2024 |
4.6.9-pre1 | 211 | 6/12/2024 |
4.6.8 | 3,399 | 6/12/2024 |
4.6.8-pre3 | 138 | 6/12/2024 |
4.6.8-pre2 | 127 | 6/11/2024 |
4.6.8-pre1 | 203 | 5/23/2024 |
4.6.7 | 7,819 | 5/6/2024 |
4.6.6 | 1,121 | 4/29/2024 |
4.6.5 | 1,998 | 4/24/2024 |
4.6.4 | 625 | 4/22/2024 |
4.6.3 | 905 | 4/17/2024 |
4.6.2 | 7,333 | 4/8/2024 |
4.6.1 | 2,921 | 3/25/2024 |
4.6.1-pre1 | 143 | 3/25/2024 |
4.6.0 | 3,392 | 3/13/2024 |
4.5.5 | 18,584 | 2/5/2024 |
4.5.4 | 225 | 2/5/2024 |
4.5.3 | 7,025 | 1/29/2024 |
4.5.2 | 561 | 1/25/2024 |
4.5.1 | 173 | 1/25/2024 |
4.5.0 | 2,364 | 1/23/2024 |
4.5.0-pre1 | 196 | 1/15/2024 |
4.4.2-pre2 | 170 | 1/5/2024 |
4.4.2-pre1 | 153 | 12/30/2023 |
4.4.1 | 3,724 | 12/22/2023 |
4.4.0 | 291 | 12/21/2023 |
4.4.0-pre2 | 136 | 12/21/2023 |
4.4.0-pre1 | 180 | 12/15/2023 |
4.3.6-pre1 | 154 | 12/13/2023 |
4.3.5 | 2,766 | 12/12/2023 |
4.3.5-pre1 | 170 | 12/7/2023 |
4.3.4 | 2,320 | 11/27/2023 |
4.3.3 | 686 | 11/27/2023 |
4.3.2 | 653 | 11/24/2023 |
4.3.2-pre1 | 143 | 11/23/2023 |
4.3.1 | 1,752 | 11/15/2023 |
4.3.0 | 378 | 11/15/2023 |
4.3.0-pre2 | 128 | 11/15/2023 |
4.3.0-pre1 | 142 | 11/14/2023 |
4.2.7 | 1,670 | 11/11/2023 |
4.2.6 | 406 | 11/7/2023 |
4.2.6-pre6 | 199 | 11/1/2023 |
4.2.6-pre5 | 120 | 11/1/2023 |
4.2.6-pre4 | 129 | 11/1/2023 |
4.2.6-pre3 | 153 | 10/30/2023 |
4.2.6-pre2 | 169 | 10/24/2023 |
4.2.6-pre1 | 202 | 10/16/2023 |
4.2.5 | 2,609 | 10/16/2023 |
4.2.4 | 2,059 | 10/13/2023 |
4.2.3 | 353 | 10/12/2023 |
4.2.3-pre1 | 158 | 10/9/2023 |
4.2.2 | 1,878 | 10/8/2023 |
4.2.1 | 2,908 | 9/24/2023 |
4.2.1-TimeProvider | 130 | 9/25/2023 |
4.2.0 | 1,487 | 9/20/2023 |
4.1.3 | 1,508 | 9/7/2023 |
4.1.2 | 290 | 9/7/2023 |
4.1.2-pre2 | 185 | 9/1/2023 |
4.1.2-pre1 | 180 | 9/1/2023 |
4.1.1 | 4,480 | 8/21/2023 |
4.1.0 | 382 | 8/18/2023 |
4.0.9-pre2 | 206 | 8/14/2023 |
4.0.9-pre1 | 240 | 8/2/2023 |
4.0.8 | 1,314 | 8/2/2023 |
4.0.7 | 248 | 8/2/2023 |
4.0.6 | 319 | 8/1/2023 |
4.0.5 | 412 | 7/30/2023 |
4.0.4 | 1,756 | 7/17/2023 |
4.0.3 | 3,051 | 6/29/2023 |
4.0.2 | 2,611 | 6/14/2023 |
4.0.1 | 1,388 | 6/6/2023 |
4.0.0 | 284 | 6/5/2023 |
4.0.0-pre4 | 177 | 6/5/2023 |
4.0.0-pre3 | 280 | 4/26/2023 |
4.0.0-pre2 | 1,117 | 2/3/2023 |
4.0.0-pre1 | 215 | 2/1/2023 |
3.3.0 | 1,395 | 6/2/2023 |
3.2.15 | 5,651 | 5/2/2023 |
3.2.14 | 7,220 | 4/18/2023 |
3.2.13 | 7,155 | 4/5/2023 |
3.2.12 | 2,016 | 3/28/2023 |
3.2.11 | 1,221 | 3/24/2023 |
3.2.11-pre2 | 215 | 3/23/2023 |
3.2.11-pre1 | 206 | 3/23/2023 |
3.2.10 | 2,745 | 3/20/2023 |
3.2.10-pre1 | 211 | 3/20/2023 |
3.2.9 | 1,294 | 3/16/2023 |
3.2.8 | 518 | 3/14/2023 |
3.2.8-pre1 | 192 | 3/6/2023 |
3.2.7 | 13,761 | 2/14/2023 |
3.2.6 | 12,299 | 1/11/2023 |
3.2.5 | 578 | 1/10/2023 |
3.2.4 | 458 | 1/10/2023 |
3.2.3 | 691 | 1/9/2023 |
3.2.3-pre1 | 233 | 12/22/2022 |
3.2.2 | 6,241 | 11/29/2022 |
3.2.1 | 1,248 | 11/21/2022 |
3.2.0 | 1,293 | 11/11/2022 |
3.2.0-pre2 | 189 | 3/13/2023 |
3.2.0-pre1 | 272 | 11/9/2022 |
3.1.3 | 2,937 | 10/27/2022 |
3.1.2 | 1,130 | 10/21/2022 |
3.1.1 | 1,304 | 10/14/2022 |
3.1.0 | 1,105 | 10/11/2022 |
3.0.3 | 904 | 10/3/2022 |
3.0.3-pre1 | 210 | 10/3/2022 |
3.0.2 | 613 | 10/2/2022 |
3.0.1 | 1,715 | 9/21/2022 |
3.0.0 | 2,420 | 9/9/2022 |
3.0.0-pre6 | 229 | 9/8/2022 |
3.0.0-pre5 | 218 | 9/8/2022 |
3.0.0-pre4 | 254 | 9/8/2022 |
3.0.0-pre3 | 225 | 9/5/2022 |
3.0.0-pre2 | 237 | 9/2/2022 |
3.0.0-pre1 | 205 | 9/1/2022 |
2.8.1 | 56,216 | 8/16/2022 |
2.8.0 | 5,636 | 7/28/2022 |
2.8.0-pre1 | 235 | 7/28/2022 |
2.7.3 | 2,759 | 7/12/2022 |
2.7.3-pre2 | 254 | 7/11/2022 |
2.7.3-pre1 | 240 | 7/10/2022 |
2.7.2 | 16,474 | 6/15/2022 |
2.7.1 | 833 | 6/13/2022 |
2.7.0 | 586 | 6/13/2022 |
2.6.6 | 1,646 | 6/7/2022 |
2.6.6-pre2 | 278 | 6/6/2022 |
2.6.6-pre1 | 236 | 6/6/2022 |
2.6.5 | 687 | 6/6/2022 |
2.6.4 | 927 | 6/2/2022 |
2.6.3 | 1,130 | 5/27/2022 |
2.6.2 | 721 | 5/24/2022 |
2.6.1 | 563 | 5/24/2022 |
2.6.0 | 685 | 5/23/2022 |
2.6.0-pre1 | 306 | 5/20/2022 |
2.5.1 | 2,444 | 5/9/2022 |
2.5.0 | 656 | 5/8/2022 |
2.5.0-pre4 | 294 | 5/6/2022 |
2.5.0-pre3 | 256 | 5/6/2022 |
2.5.0-pre2 | 247 | 5/6/2022 |
2.4.0 | 4,551 | 4/20/2022 |
2.3.2-pre2 | 283 | 4/11/2022 |
2.3.2-pre1 | 237 | 4/11/2022 |
2.3.1 | 1,157 | 4/11/2022 |
2.3.0 | 17,603 | 4/5/2022 |
2.3.0-pre4 | 363 | 3/31/2022 |
2.3.0-pre3 | 252 | 3/31/2022 |
2.3.0-pre2 | 261 | 3/31/2022 |
2.3.0-pre1 | 259 | 3/31/2022 |
2.2.8 | 1,176 | 3/28/2022 |
2.2.7 | 1,429 | 3/23/2022 |
2.2.7-pre1 | 251 | 3/17/2022 |
2.2.6 | 1,598 | 3/17/2022 |
2.2.6-pre2 | 266 | 3/16/2022 |
2.2.6-pre1 | 252 | 3/15/2022 |
2.2.5 | 1,256 | 3/11/2022 |
2.2.4 | 794 | 3/8/2022 |
2.2.3 | 1,622 | 3/1/2022 |
2.2.2 | 774 | 2/26/2022 |
2.2.2-pre1 | 261 | 2/25/2022 |
2.2.1 | 1,352 | 2/21/2022 |
2.2.0 | 978 | 2/15/2022 |
2.2.0-pre1 | 304 | 1/29/2022 |
2.1.2 | 1,956 | 1/24/2022 |
2.1.1 | 661 | 1/24/2022 |
2.1.0 | 650 | 1/23/2022 |
2.0.3 | 743 | 1/20/2022 |
2.0.2 | 670 | 1/18/2022 |
2.0.1 | 878 | 1/14/2022 |
2.0.0 | 818 | 1/11/2022 |
2.0.0-pre3 | 271 | 1/10/2022 |
2.0.0-pre2 | 282 | 1/10/2022 |
2.0.0-pre1 | 286 | 1/9/2022 |
1.7.0-pre8 | 391 | 1/5/2022 |
1.7.0-pre7 | 275 | 1/5/2022 |
1.7.0-pre6 | 294 | 1/4/2022 |
1.7.0-pre4 | 284 | 1/3/2022 |
1.7.0-pre3 | 364 | 12/28/2021 |
1.7.0-pre2 | 292 | 12/17/2021 |
1.7.0-pre1 | 296 | 12/15/2021 |
1.6.7 | 1,335 | 12/10/2021 |
1.6.6 | 530 | 12/9/2021 |
1.6.5 | 819 | 12/2/2021 |
1.6.4 | 548 | 11/30/2021 |
1.6.3 | 2,002 | 11/28/2021 |
1.6.2 | 650 | 11/19/2021 |
1.6.1 | 468 | 11/19/2021 |
1.6.0 | 520 | 11/16/2021 |
1.5.0 | 579 | 11/12/2021 |
1.4.12 | 629 | 11/8/2021 |
1.4.11 | 532 | 11/8/2021 |
1.4.10 | 553 | 11/5/2021 |
1.4.9 | 660 | 10/31/2021 |
1.4.8 | 655 | 10/30/2021 |
1.4.7 | 554 | 10/27/2021 |
1.4.6 | 682 | 10/24/2021 |
1.4.5 | 579 | 10/24/2021 |
1.4.4 | 891 | 10/20/2021 |
1.4.3 | 582 | 10/17/2021 |
1.4.2 | 863 | 10/8/2021 |
1.4.1 | 583 | 10/6/2021 |
1.4.0 | 543 | 10/6/2021 |
1.3.7 | 612 | 10/4/2021 |
1.3.6 | 654 | 9/28/2021 |
1.3.5 | 575 | 9/24/2021 |
1.3.4 | 497 | 9/24/2021 |
1.3.3 | 496 | 9/24/2021 |
1.3.2 | 516 | 9/24/2021 |
1.3.1 | 579 | 9/24/2021 |
1.3.0 | 663 | 9/20/2021 |
1.2.0 | 580 | 9/19/2021 |
1.1.68 | 607 | 9/15/2021 |
1.1.67 | 638 | 9/13/2021 |
1.1.66 | 679 | 9/11/2021 |
1.1.65 | 580 | 9/11/2021 |
1.1.64 | 582 | 9/9/2021 |
1.1.63 | 547 | 9/8/2021 |
1.1.62 | 514 | 9/6/2021 |
1.1.61 | 523 | 9/6/2021 |
1.1.60 | 531 | 9/5/2021 |
1.1.59 | 525 | 9/5/2021 |
1.1.58 | 512 | 9/2/2021 |
1.1.57 | 490 | 9/2/2021 |
1.1.56 | 566 | 8/31/2021 |
1.1.55 | 496 | 8/31/2021 |
1.1.54 | 519 | 8/31/2021 |
1.1.53 | 512 | 8/30/2021 |
1.1.52 | 570 | 8/30/2021 |
1.1.51 | 528 | 8/30/2021 |
1.1.50 | 499 | 8/26/2021 |
1.1.49 | 530 | 8/23/2021 |
1.1.48 | 497 | 8/20/2021 |
1.1.47 | 535 | 8/20/2021 |
1.1.46 | 497 | 8/20/2021 |
1.1.45 | 517 | 8/20/2021 |
1.1.43 | 536 | 8/17/2021 |
1.1.42 | 565 | 8/12/2021 |
1.1.41 | 532 | 8/12/2021 |
1.1.40 | 551 | 8/11/2021 |
1.1.39 | 525 | 8/11/2021 |
1.1.38 | 509 | 8/11/2021 |
1.1.37 | 578 | 8/7/2021 |
1.1.36 | 517 | 8/5/2021 |
1.1.35 | 512 | 8/3/2021 |
1.1.34 | 539 | 7/29/2021 |
1.1.33 | 567 | 7/28/2021 |
1.1.32 | 529 | 7/28/2021 |
1.1.31 | 598 | 7/27/2021 |
1.1.30 | 578 | 7/27/2021 |
1.1.29 | 563 | 7/26/2021 |
1.1.28 | 603 | 7/23/2021 |
1.1.27 | 592 | 7/21/2021 |
1.1.26 | 506 | 7/21/2021 |
1.1.25 | 510 | 7/19/2021 |
1.1.24 | 527 | 7/19/2021 |
1.1.23 | 510 | 7/19/2021 |
1.1.22 | 519 | 7/19/2021 |
1.1.21 | 580 | 7/13/2021 |
1.1.20 | 653 | 7/12/2021 |
1.1.18 | 605 | 7/2/2021 |
1.1.17 | 546 | 6/30/2021 |
1.1.16 | 583 | 6/29/2021 |
1.1.15 | 551 | 6/29/2021 |
1.1.14 | 538 | 6/28/2021 |
1.1.13 | 554 | 6/24/2021 |
1.1.12 | 531 | 6/23/2021 |
1.1.11 | 534 | 6/21/2021 |
1.1.10 | 638 | 6/16/2021 |
1.1.9 | 528 | 6/11/2021 |
1.1.8 | 551 | 6/8/2021 |
1.1.7 | 593 | 6/5/2021 |
1.1.6 | 530 | 6/3/2021 |
1.1.5 | 566 | 5/30/2021 |
1.1.4 | 547 | 5/23/2021 |
1.1.3 | 562 | 5/21/2021 |
1.1.2 | 529 | 5/19/2021 |
1.1.1 | 542 | 5/18/2021 |
1.1.0 | 528 | 5/16/2021 |
1.0.37 | 542 | 5/7/2021 |
1.0.36 | 520 | 5/3/2021 |
1.0.35 | 567 | 5/3/2021 |
1.0.34 | 555 | 4/30/2021 |
1.0.33 | 556 | 4/29/2021 |
1.0.32 | 581 | 4/24/2021 |
1.0.31 | 556 | 4/22/2021 |
1.0.30 | 597 | 4/21/2021 |
1.0.29 | 567 | 4/19/2021 |
1.0.28 | 515 | 4/13/2021 |
1.0.27 | 523 | 4/12/2021 |
1.0.26 | 500 | 4/12/2021 |
1.0.25 | 528 | 4/12/2021 |
1.0.24 | 523 | 4/9/2021 |
1.0.23 | 537 | 4/9/2021 |
1.0.22 | 538 | 4/6/2021 |
1.0.21 | 580 | 4/4/2021 |
1.0.20 | 523 | 3/29/2021 |
1.0.19 | 555 | 3/29/2021 |
1.0.18 | 532 | 3/26/2021 |
1.0.17 | 546 | 3/25/2021 |
1.0.16 | 585 | 3/24/2021 |
1.0.15 | 545 | 3/23/2021 |
1.0.14 | 543 | 3/17/2021 |
1.0.13 | 620 | 3/11/2021 |
1.0.12 | 639 | 3/7/2021 |
1.0.11 | 538 | 3/4/2021 |
1.0.10 | 550 | 3/4/2021 |
1.0.9 | 576 | 3/4/2021 |
1.0.8 | 594 | 3/3/2021 |
1.0.7 | 564 | 2/19/2021 |
1.0.6 | 577 | 2/18/2021 |
1.0.5 | 584 | 2/6/2021 |
1.0.4 | 574 | 2/5/2021 |
1.0.3 | 603 | 2/5/2021 |
1.0.2 | 568 | 2/4/2021 |
1.0.1 | 560 | 2/3/2021 |
1.0.0 | 667 | 2/2/2021 |