Masa.Blazor 0.7.0-alpha.972

This is a prerelease version of Masa.Blazor.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Masa.Blazor --version 0.7.0-alpha.972
NuGet\Install-Package Masa.Blazor -Version 0.7.0-alpha.972
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="Masa.Blazor" Version="0.7.0-alpha.972" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Masa.Blazor --version 0.7.0-alpha.972
#r "nuget: Masa.Blazor, 0.7.0-alpha.972"
#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.
// Install Masa.Blazor as a Cake Addin
#addin nuget:?package=Masa.Blazor&version=0.7.0-alpha.972&prerelease

// Install Masa.Blazor as a Cake Tool
#tool nuget:?package=Masa.Blazor&version=0.7.0-alpha.972&prerelease

<p align="center"> <a href="https://blazor.masastack.com" target="_blank"> <img alt="MASA Blazor Logo" width="150" src="./imgs/logo.png"> </a> </p>

<h1 align="center">MASA Blazor</h1>

<div align="center">

A set of standard basic component libraries based on Material design specifications and BlazorComponent interaction capabilities

MASA.Blazor .NET Nuget Nuget

</div>

English| 简体中文

What is MASA Blazor?

Provide a standard basic component library based on Material design specifications and BlazorComponent's interactive capabilities. Provides preset components for standard scenarios such as layout, frame standard, Loading, and global exception handling. Starting from more practical scenarios, to meet the needs of more users and scenarios, and to minimize the time cost of developers. Shorten the development cycle and improve development efficiency. And provide a set of examples of Web solutions - MASA Blazor Pro has a variety of common scenes and preset layouts and other exciting content.

Why choose MASA Blazor?

MASA Blazor is based on the Material design specification, and each component is carefully designed, with modularity, responsiveness and excellent performance. MASA Blazor is regularly maintained and upgraded by a professional full-time technical team, efficient response speed, diversified solutions, long-term support, and enterprise-level support. At present, it has been used in several well-known companies, and the follow-up MASA Stack product series will continue to be used. In addition to ensuring the quality of the project, it can also continue to add new components and functions. In addition to providing developers with many mid- and Taiwan-based open source projects, MASA Stack, one of its most basic components, MASA Blazor, also hopes to be the most practical component library.

Feature

  • Rich components: Contains the basic components of Vuetify 1:1 restoration, as well as many practical preset components and deep integration functions of .Net, including three linkages of Url, breadcrumbs, navigation, advanced search, i18n, etc.
  • UI design language: modern design style, excellent UI multi-end experience design
  • Professional example: MASA Blazor Pro provides preset layouts for a variety of common scenarios
  • Easy to get started: rich and detailed getting started documents, free video tutorials (in production)
  • Active community encouragement: users participate in real-time interaction, make contributions to join us, and build the most open open source community
  • Long-term support: full-time team maintenance, long-term support, and enterprise-level support
  • Choice of well-known companies: This technology framework has been chosen by many well-known companies, and the MASA Stack product line will continue to be used in the future, and new functions will continue to be added

Stats

Alt

Getting started

Development environment setup

Install Template

dotnet new --install Masa.Template

Create Project

  • Blazor Server
dotnet new masabp -o Masa.Test
  • Blazor WebAssembly
dotnet new masabp --mode Wasm -o Masa.TestWasm
  • Blazor RCL
dotnet new masabp --mode ServerAndWasm -o Masa.TestRcl

Go to the Server project directory

cd Masa.Test

Run

dotnet run

Existing project

  • Install Nuget package
dotnet add package Masa.Blazor
  • Add Masa.Blazor related services to Startup.ConfigureServices:
services.AddMasaBlazor();
  • Introduce styles, fonts, scripts in wwwroot/index.html(WebAssembly) or Pages/_Host.cshtml(Server):
<html lang="en">
    <head>
        
        <link href="_content/Masa.Blazor/css/masa-blazor.min.css" rel="stylesheet">
        
        <link href="https://cdn.jsdelivr.net/npm/@("@mdi")/font@5.x/css/materialdesignicons.min.css" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css?family=Material+Icons" rel="stylesheet">
        <link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
    </head>
    <body>
        
        <script src="_content/BlazorComponent/js/blazor-component.js"></script>
    </body>
</html>
  • Add the namespace to the _Imports.razor file:
@using Masa.Blazor
@using BlazorComponent
  • Modify the Shared/MainLayout.razor file to make MApp the root element:
<MApp>
    //Other layout content
</MApp>

See more :https://blazor.masastack.com/

Local development

Development environment setup

Clone code

git clone --recursive https://github.com/BlazorComponent/MASA.Blazor.git
cd MASA.Blazor
git submodule foreach git checkout main

Run doc server

cd Doc/Masa.Blazor.Doc.Server
dotnet run

Visit

Recommended use chrome or edge to visit http://localhost:5000/

Supported browsers

chromefirefoxedgeieSafarioper

Mobile devices

iosAndriod

Chrome Firefox Safari Microsoft Edge
iOS Supported Supported Supported Supported
Android Supported Supported N/A Supported

Desktop devices

macOSlinuxwindows

Chrome Firefox Safari Opera Microsoft Edge Internet Explorer
Mac Supported Supported Supported Supported N/A N/A
Linux Supported Supported N/A N/A N/A N/A
Windows Supported Supported Not supported Supported Supported Supported, IE11+

Due to WebAssembly restriction, Blazor WebAssembly doesn't support IE browser, but Blazor Server supports IE 11† with additional polyfills. See official documentation

How to contribute

  1. Fork & Clone
  2. Create Feature_xxx branch
  3. Commit with commit message, like feat:add MButton
  4. Create Pull Request

Contributors

Thanks to all the friends who have contributed to this project.

<a href="https://github.com/BlazorComponent/Masa.Blazor/graphs/contributors"> <img src="https://contrib.rocks/image?repo=BlazorComponent/Masa.Blazor" /> </a>

Interactive

QQ group WX public account WX Customer Service
masa.blazor-qq masa.blazor-weixin masa.blazor-weixin

Development team

The Digital Flash technical team is an efficient, stable and innovative team. The team adheres to the original intention of enriching the Blazor ecosystem, and it is the pursuit of the Digital Flash technical team to continue to work hard to bring a better experience to the developers. Thank you for your support and use.

Code of conduct

This project adopts the code of conduct defined in the "Contributors Convention" to clarify the expected behavior of our community. For more information, see MASA Stack Community Code of Conduct.

License

Masa.Blazor

Copyright (c) 2021-present Masa.Blazor

Product 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on Masa.Blazor:

Package Downloads
Masa.Blazor.Doc

Package Description

Masa.Blazor.Doc.CLI

Package Description

Masa.Stack.Components

Package Description

MASA.Blazor.Experimental.Components

Experimental components about MASA.Blazor

CurrencyComponents

Package Description

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on Masa.Blazor:

Repository Stars
masastack/MASA.Blazor
Blazor UI component library based on Material Design. Support Blazor Server, Blazor WebAssembly and MAUI Blazor.
masalabs/MASA.EShop
A sample .NET Core distributed application based on eShopOnDapr, powered by MASA.Framework,Dapr.
239573049/ChatGpt.Desktop
ChatGpt Dekstop support Android,IOS,Mac,Linux,Win,Web
Yu-Core/SwashbucklerDiary
侠客日记是一个开源、跨平台的本地日记app,使用MAUI Blazor 构建。"SwashbucklerDiary" is an open source cross-platform local diary app using MAUI Blazor .
MicroSugarDeveloperOrg/Avalonia.WebView
Version Downloads Last updated
1.4.2 121 4/22/2024
1.4.1 143 4/17/2024
1.4.0 220 4/7/2024
1.4.0-beta.5 65 4/2/2024
1.4.0-beta.4 64 3/28/2024
1.4.0-beta.3 70 3/18/2024
1.4.0-beta.2 70 3/1/2024
1.4.0-beta.1 133 2/1/2024
1.3.4 1,909 1/26/2024
1.3.3 332 1/25/2024
1.3.2 950 1/9/2024
1.3.1 869 12/29/2023
1.3.0 450 12/28/2023
1.3.0-beta.7 75 12/27/2023
1.3.0-beta.6 250 12/26/2023
1.3.0-beta.5 136 12/22/2023
1.3.0-beta.4 78 12/18/2023
1.3.0-beta.3 165 12/5/2023
1.3.0-beta.2 130 11/29/2023
1.2.2 1,401 11/13/2023
1.2.1 300 11/10/2023
1.2.0 263 11/7/2023
1.1.1 920 10/23/2023
1.1.0 1,088 10/11/2023
1.0.4 2,092 9/7/2023
1.0.3 1,681 8/28/2023
1.0.2 2,882 8/18/2023
1.0.1 2,689 7/27/2023
1.0.0 2,975 7/17/2023
1.0.0-rc.6 494 7/6/2023
1.0.0-rc.5 313 6/29/2023
1.0.0-rc.4 795 6/15/2023
1.0.0-rc.3 412 6/2/2023
1.0.0-rc.2 2,554 5/15/2023
1.0.0-rc.1 1,668 4/27/2023
1.0.0-preview.19 113 4/27/2023
1.0.0-preview.18 326 4/26/2023
1.0.0-preview.17 1,887 4/23/2023
1.0.0-preview.16 326 4/19/2023
1.0.0-preview.15 595 4/14/2023
1.0.0-preview.14 350 4/12/2023
1.0.0-preview.13 208 4/10/2023
1.0.0-preview.12 796 4/3/2023
1.0.0-preview.11 1,043 3/27/2023
1.0.0-preview.10 763 3/22/2023
1.0.0-preview.9 427 3/18/2023
1.0.0-preview.8 805 3/10/2023
1.0.0-preview.7 510 3/3/2023
1.0.0-preview.6 656 2/28/2023
1.0.0-preview.5 140 2/28/2023
1.0.0-preview.4 431 2/21/2023
1.0.0-preview.3 765 2/13/2023
1.0.0-preview.2 1,292 2/3/2023
1.0.0-preview.1 261 1/17/2023
0.7.0-alpha.6179 63 9/18/2023
0.7.0-alpha.6178 62 9/18/2023
0.7.0-alpha.6177 68 9/18/2023
0.7.0-alpha.6119 85 9/13/2023
0.7.0-alpha.6118 74 9/13/2023
0.7.0-alpha.6107 81 9/13/2023
0.7.0-alpha.6096 69 9/12/2023
0.7.0-alpha.6095 73 9/12/2023
0.7.0-alpha.6094 74 9/12/2023
0.7.0-alpha.6041 79 9/8/2023
0.7.0-alpha.6040 75 9/8/2023
0.7.0-alpha.6025 75 9/7/2023
0.7.0-alpha.6021 77 9/7/2023
0.7.0-alpha.6012 66 9/7/2023
0.7.0-alpha.6011 72 9/7/2023
0.7.0-alpha.5956 73 9/4/2023
0.7.0-alpha.5926 70 9/1/2023
0.7.0-alpha.5897 81 8/30/2023
0.7.0-alpha.5872 78 8/29/2023
0.7.0-alpha.5870 79 8/29/2023
0.7.0-alpha.5857 73 8/28/2023
0.7.0-alpha.5847 76 8/28/2023
0.7.0-alpha.5731 75 8/22/2023
0.7.0-alpha.5699 67 8/18/2023
0.7.0-alpha.5682 61 8/18/2023
0.7.0-alpha.5681 62 8/18/2023
0.7.0-alpha.5650 74 8/16/2023
0.7.0-alpha.5644 77 8/15/2023
0.7.0-alpha.5642 73 8/15/2023
0.7.0-alpha.5641 83 8/15/2023
0.7.0-alpha.5620 80 8/14/2023
0.7.0-alpha.5619 81 8/14/2023
0.7.0-alpha.5618 82 8/14/2023
0.7.0-alpha.5617 79 8/14/2023
0.7.0-alpha.5611 81 8/11/2023
0.7.0-alpha.5609 81 8/11/2023
0.7.0-alpha.5608 78 8/11/2023
0.7.0-alpha.5607 85 8/11/2023
0.7.0-alpha.5606 82 8/11/2023
0.7.0-alpha.5581 76 8/9/2023
0.7.0-alpha.5492 85 8/3/2023
0.7.0-alpha.5482 77 8/3/2023
0.7.0-alpha.5435 87 8/1/2023
0.7.0-alpha.5372 66 7/27/2023
0.7.0-alpha.5365 73 7/26/2023
0.7.0-alpha.5363 78 7/26/2023
0.7.0-alpha.5362 79 7/26/2023
0.7.0-alpha.5344 91 7/25/2023
0.7.0-alpha.5321 87 7/24/2023
0.7.0-alpha.5320 91 7/24/2023
0.7.0-alpha.5319 95 7/24/2023
0.7.0-alpha.5292 88 7/20/2023
0.7.0-alpha.5236 89 7/17/2023
0.7.0-alpha.5160 89 7/13/2023
0.7.0-alpha.5142 85 7/12/2023
0.7.0-alpha.5139 89 7/12/2023
0.7.0-alpha.5124 87 7/11/2023
0.7.0-alpha.5070 61 7/7/2023
0.7.0-alpha.5061 82 7/7/2023
0.7.0-alpha.5056 80 7/6/2023
0.7.0-alpha.5049 78 7/6/2023
0.7.0-alpha.5013 79 7/5/2023
0.7.0-alpha.4994 85 7/4/2023
0.7.0-alpha.4992 84 7/4/2023
0.7.0-alpha.4991 82 7/4/2023
0.7.0-alpha.4963 81 7/3/2023
0.7.0-alpha.4962 84 7/3/2023
0.7.0-alpha.4959 89 7/3/2023
0.7.0-alpha.4926 83 6/30/2023
0.7.0-alpha.4919 74 6/30/2023
0.7.0-alpha.4883 72 6/27/2023
0.7.0-alpha.4882 62 6/27/2023
0.7.0-alpha.4881 72 6/27/2023
0.7.0-alpha.4847 73 6/25/2023
0.7.0-alpha.4804 71 6/20/2023
0.7.0-alpha.4802 73 6/20/2023
0.7.0-alpha.4798 74 6/20/2023
0.7.0-alpha.4797 77 6/20/2023
0.7.0-alpha.4796 80 6/20/2023
0.7.0-alpha.4790 67 6/19/2023
0.7.0-alpha.4736 76 6/16/2023
0.7.0-alpha.4709 74 6/15/2023
0.7.0-alpha.4695 71 6/15/2023
0.7.0-alpha.4639 76 6/12/2023
0.7.0-alpha.4569 74 6/9/2023
0.7.0-alpha.4527 86 6/8/2023
0.7.0-alpha.4503 75 6/7/2023
0.7.0-alpha.4502 76 6/7/2023
0.7.0-alpha.4442 71 6/5/2023
0.7.0-alpha.4441 72 6/5/2023
0.7.0-alpha.4391 74 6/1/2023
0.7.0-alpha.4390 71 6/1/2023
0.7.0-alpha.4389 71 6/1/2023
0.7.0-alpha.4366 84 5/31/2023
0.7.0-alpha.4365 75 5/31/2023
0.7.0-alpha.4363 73 5/31/2023
0.7.0-alpha.4332 74 5/29/2023
0.7.0-alpha.4331 74 5/29/2023
0.7.0-alpha.4329 71 5/26/2023
0.7.0-alpha.4310 83 5/26/2023
0.7.0-alpha.4303 69 5/26/2023
0.7.0-alpha.4262 75 5/24/2023
0.7.0-alpha.4261 80 5/24/2023
0.7.0-alpha.4260 76 5/24/2023
0.7.0-alpha.4158 100 5/19/2023
0.7.0-alpha.4156 91 5/19/2023
0.7.0-alpha.4117 92 5/15/2023
0.7.0-alpha.4108 93 5/15/2023
0.7.0-alpha.3987 83 5/5/2023
0.7.0-alpha.3986 80 5/5/2023
0.7.0-alpha.3965 109 5/4/2023
0.7.0-alpha.3932 92 4/28/2023
0.7.0-alpha.3930 85 4/28/2023
0.7.0-alpha.3929 95 4/28/2023
0.7.0-alpha.3923 89 4/28/2023
0.7.0-alpha.3917 93 4/27/2023
0.7.0-alpha.3915 92 4/27/2023
0.7.0-alpha.3914 90 4/27/2023
0.7.0-alpha.3896 96 4/27/2023
0.7.0-alpha.3895 90 4/27/2023
0.7.0-alpha.3889 109 4/27/2023
0.7.0-alpha.3880 99 4/26/2023
0.7.0-alpha.3875 92 4/26/2023
0.7.0-alpha.3869 87 4/26/2023
0.7.0-alpha.3865 92 4/26/2023
0.7.0-alpha.3852 93 4/26/2023
0.7.0-alpha.3850 101 4/26/2023
0.7.0-alpha.3848 101 4/26/2023
0.7.0-alpha.3841 97 4/26/2023
0.7.0-alpha.3830 106 4/25/2023
0.7.0-alpha.3800 105 4/24/2023
0.7.0-alpha.3767 100 4/23/2023
0.7.0-alpha.3766 103 4/23/2023
0.7.0-alpha.3763 106 4/23/2023
0.7.0-alpha.3757 86 4/21/2023
0.7.0-alpha.3756 100 4/21/2023
0.7.0-alpha.3736 107 4/21/2023
0.7.0-alpha.3734 107 4/21/2023
0.7.0-alpha.3723 105 4/20/2023
0.7.0-alpha.3719 114 4/20/2023
0.7.0-alpha.3690 104 4/19/2023
0.7.0-alpha.3682 122 4/19/2023
0.7.0-alpha.3672 96 4/19/2023
0.7.0-alpha.3671 97 4/19/2023
0.7.0-alpha.3668 97 4/19/2023
0.7.0-alpha.3666 112 4/19/2023
0.7.0-alpha.3575 112 4/14/2023
0.7.0-alpha.3574 120 4/14/2023
0.7.0-alpha.3570 113 4/14/2023
0.7.0-alpha.3569 109 4/14/2023
0.7.0-alpha.3558 108 4/14/2023
0.7.0-alpha.3531 117 4/13/2023
0.7.0-alpha.3522 114 4/13/2023
0.7.0-alpha.3477 118 4/12/2023
0.7.0-alpha.3462 112 4/12/2023
0.7.0-alpha.3460 129 4/12/2023
0.7.0-alpha.3434 113 4/12/2023
0.7.0-alpha.3429 106 4/11/2023
0.7.0-alpha.3415 126 4/11/2023
0.7.0-alpha.3398 107 4/10/2023
0.7.0-alpha.3382 112 4/10/2023
0.7.0-alpha.3380 128 4/10/2023
0.7.0-alpha.3379 119 4/10/2023
0.7.0-alpha.3376 129 4/10/2023
0.7.0-alpha.3373 123 4/10/2023
0.7.0-alpha.3372 126 4/10/2023
0.7.0-alpha.3370 124 4/10/2023
0.7.0-alpha.3348 120 4/7/2023
0.7.0-alpha.3339 144 4/7/2023
0.7.0-alpha.3330 105 4/6/2023
0.7.0-alpha.3329 99 4/6/2023
0.7.0-alpha.3317 103 4/6/2023
0.7.0-alpha.3313 125 4/6/2023
0.7.0-alpha.3310 115 4/6/2023
0.7.0-alpha.3308 137 4/6/2023
0.7.0-alpha.3304 125 4/6/2023
0.7.0-alpha.3292 118 4/5/2023
0.7.0-alpha.3281 143 4/4/2023
0.7.0-alpha.3278 109 4/4/2023
0.7.0-alpha.3236 104 4/3/2023
0.7.0-alpha.3235 131 4/3/2023
0.7.0-alpha.3230 116 4/3/2023
0.7.0-alpha.3228 121 4/3/2023
0.7.0-alpha.3227 114 4/3/2023
0.7.0-alpha.3226 139 4/3/2023
0.7.0-alpha.3222 133 4/1/2023
0.7.0-alpha.3219 110 3/31/2023
0.7.0-alpha.3217 133 3/31/2023
0.7.0-alpha.3214 134 3/31/2023
0.7.0-alpha.3207 141 3/31/2023
0.7.0-alpha.3204 145 3/31/2023
0.7.0-alpha.3186 115 3/31/2023
0.7.0-alpha.3164 117 3/30/2023
0.7.0-alpha.3152 107 3/30/2023
0.7.0-alpha.3129 129 3/29/2023
0.7.0-alpha.3127 130 3/29/2023
0.7.0-alpha.3124 131 3/29/2023
0.7.0-alpha.3112 121 3/29/2023
0.7.0-alpha.3074 130 3/28/2023
0.7.0-alpha.3073 131 3/28/2023
0.7.0-alpha.3064 149 3/28/2023
0.7.0-alpha.3062 141 3/28/2023
0.7.0-alpha.3060 139 3/27/2023
0.7.0-alpha.3057 129 3/27/2023
0.7.0-alpha.3055 156 3/27/2023
0.7.0-alpha.3047 148 3/27/2023
0.7.0-alpha.3042 153 3/27/2023
0.7.0-alpha.3041 130 3/27/2023
0.7.0-alpha.3037 127 3/27/2023
0.7.0-alpha.3036 129 3/27/2023
0.7.0-alpha.3034 138 3/27/2023
0.7.0-alpha.3032 133 3/27/2023
0.7.0-alpha.3031 122 3/27/2023
0.7.0-alpha.3004 132 3/24/2023
0.7.0-alpha.2994 137 3/23/2023
0.7.0-alpha.2986 147 3/23/2023
0.7.0-alpha.2978 167 3/23/2023
0.7.0-alpha.2916 132 3/21/2023
0.7.0-alpha.2907 121 3/21/2023
0.7.0-alpha.2871 138 3/20/2023
0.7.0-alpha.2847 166 3/18/2023
0.7.0-alpha.2836 151 3/17/2023
0.7.0-alpha.2801 132 3/17/2023
0.7.0-alpha.2799 119 3/16/2023
0.7.0-alpha.2798 119 3/16/2023
0.7.0-alpha.2797 113 3/16/2023
0.7.0-alpha.2795 110 3/16/2023
0.7.0-alpha.2787 108 3/16/2023
0.7.0-alpha.2769 119 3/16/2023
0.7.0-alpha.2741 123 3/15/2023
0.7.0-alpha.2733 133 3/14/2023
0.7.0-alpha.2712 113 3/14/2023
0.7.0-alpha.2711 109 3/14/2023
0.7.0-alpha.2705 117 3/14/2023
0.7.0-alpha.2699 112 3/13/2023
0.7.0-alpha.2698 109 3/13/2023
0.7.0-alpha.2697 118 3/13/2023
0.7.0-alpha.2695 112 3/13/2023
0.7.0-alpha.2680 112 3/10/2023
0.7.0-alpha.2650 113 3/10/2023
0.7.0-alpha.2648 110 3/10/2023
0.7.0-alpha.2641 110 3/9/2023
0.7.0-alpha.2640 119 3/9/2023
0.7.0-alpha.2635 125 3/9/2023
0.7.0-alpha.2634 122 3/9/2023
0.7.0-alpha.2629 120 3/9/2023
0.7.0-alpha.2617 117 3/8/2023
0.7.0-alpha.2616 115 3/8/2023
0.7.0-alpha.2614 118 3/8/2023
0.7.0-alpha.2602 102 3/7/2023
0.7.0-alpha.2590 103 3/7/2023
0.7.0-alpha.2589 119 3/7/2023
0.7.0-alpha.2588 118 3/7/2023
0.7.0-alpha.2533 126 3/3/2023
0.7.0-alpha.2529 122 3/3/2023
0.7.0-alpha.2528 120 3/3/2023
0.7.0-alpha.2454 125 2/28/2023
0.7.0-alpha.2445 141 2/28/2023
0.7.0-alpha.2439 117 2/28/2023
0.7.0-alpha.2435 117 2/28/2023
0.7.0-alpha.2429 128 2/28/2023
0.7.0-alpha.2390 127 2/26/2023
0.7.0-alpha.2360 128 2/24/2023
0.7.0-alpha.2296 129 2/22/2023
0.7.0-alpha.2205 112 2/16/2023
0.7.0-alpha.2192 114 2/15/2023
0.7.0-alpha.2157 123 2/14/2023
0.7.0-alpha.2149 109 2/14/2023
0.7.0-alpha.2062 123 2/13/2023
0.7.0-alpha.2058 122 2/13/2023
0.7.0-alpha.2025 117 2/10/2023
0.7.0-alpha.2007 114 2/9/2023
0.7.0-alpha.2005 116 2/8/2023
0.7.0-alpha.2002 135 2/8/2023
0.7.0-alpha.2001 124 2/8/2023
0.7.0-alpha.2000 117 2/8/2023
0.7.0-alpha.1999 121 2/8/2023
0.7.0-alpha.1998 124 2/8/2023
0.7.0-alpha.1971 133 2/5/2023
0.7.0-alpha.1964 130 2/3/2023
0.7.0-alpha.1961 135 2/3/2023
0.7.0-alpha.1960 127 2/3/2023
0.7.0-alpha.1958 125 2/3/2023
0.7.0-alpha.1957 119 2/3/2023
0.7.0-alpha.1956 126 2/3/2023
0.7.0-alpha.1954 133 2/3/2023
0.7.0-alpha.1945 144 2/2/2023
0.7.0-alpha.1944 150 2/2/2023
0.7.0-alpha.1911 144 1/30/2023
0.7.0-alpha.1904 140 1/29/2023
0.7.0-alpha.1903 149 1/29/2023
0.7.0-alpha.1902 159 1/29/2023
0.7.0-alpha.1899 143 1/29/2023
0.7.0-alpha.1897 141 1/20/2023
0.7.0-alpha.1893 127 1/17/2023
0.7.0-alpha.1891 131 1/17/2023
0.7.0-alpha.1882 135 1/17/2023
0.7.0-alpha.1879 126 1/17/2023
0.7.0-alpha.1865 177 1/16/2023
0.7.0-alpha.1864 133 1/16/2023
0.7.0-alpha.1860 148 1/16/2023
0.7.0-alpha.1856 194 1/15/2023
0.7.0-alpha.1846 172 1/15/2023
0.7.0-alpha.1844 198 1/15/2023
0.7.0-alpha.1840 151 1/15/2023
0.7.0-alpha.1827 135 1/14/2023
0.7.0-alpha.1826 145 1/14/2023
0.7.0-alpha.1804 415 1/14/2023
0.7.0-alpha.1798 155 1/13/2023
0.7.0-alpha.1797 118 1/13/2023
0.7.0-alpha.1794 209 1/13/2023
0.7.0-alpha.1787 132 1/13/2023
0.7.0-alpha.1777 127 1/13/2023
0.7.0-alpha.1761 238 1/12/2023
0.7.0-alpha.1744 140 1/11/2023
0.7.0-alpha.1733 178 1/11/2023
0.7.0-alpha.1726 317 1/11/2023
0.7.0-alpha.1725 178 1/11/2023
0.7.0-alpha.1717 151 1/11/2023
0.7.0-alpha.1712 175 1/11/2023
0.7.0-alpha.1709 155 1/11/2023
0.7.0-alpha.1699 144 1/11/2023
0.7.0-alpha.1697 148 1/11/2023
0.7.0-alpha.1696 142 1/10/2023
0.7.0-alpha.1661 178 1/10/2023
0.7.0-alpha.1655 149 1/9/2023
0.7.0-alpha.1634 153 1/9/2023
0.7.0-alpha.1632 152 1/9/2023
0.7.0-alpha.1611 187 1/6/2023
0.7.0-alpha.1559 291 1/5/2023
0.7.0-alpha.1549 169 1/4/2023
0.7.0-alpha.1544 167 1/4/2023
0.7.0-alpha.1541 222 1/4/2023
0.7.0-alpha.1513 161 1/3/2023
0.7.0-alpha.1512 168 1/3/2023
0.7.0-alpha.1511 155 1/3/2023
0.7.0-alpha.1500 155 1/3/2023
0.7.0-alpha.1409 1,081 12/27/2022
0.7.0-alpha.1406 131 12/27/2022
0.7.0-alpha.1402 133 12/27/2022
0.7.0-alpha.1400 130 12/26/2022
0.7.0-alpha.1399 128 12/26/2022
0.7.0-alpha.1397 141 12/26/2022
0.7.0-alpha.1154 219 12/14/2022
0.7.0-alpha.1122 136 12/12/2022
0.7.0-alpha.1114 138 12/12/2022
0.7.0-alpha.1096 144 12/8/2022
0.7.0-alpha.1044 283 12/6/2022
0.7.0-alpha.1036 131 12/6/2022
0.7.0-alpha.973 158 12/2/2022
0.7.0-alpha.972 136 12/2/2022
0.7.0-alpha.961 128 12/1/2022
0.7.0-alpha.937 171 11/30/2022
0.7.0-alpha.913 160 11/28/2022
0.7.0-alpha.900 145 11/25/2022
0.7.0-alpha.896 125 11/25/2022
0.7.0-alpha.888 129 11/24/2022
0.7.0-alpha.883 129 11/23/2022
0.7.0-alpha.882 138 11/23/2022
0.7.0-alpha.879 144 11/23/2022
0.7.0-alpha.873 142 11/22/2022
0.7.0-alpha.868 135 11/21/2022
0.7.0-alpha.864 123 11/21/2022
0.7.0-alpha.861 137 11/21/2022
0.7.0-alpha.858 133 11/21/2022
0.7.0-alpha.856 129 11/21/2022
0.7.0-alpha.855 147 11/21/2022
0.7.0-alpha.852 135 11/18/2022
0.7.0-alpha.851 134 11/18/2022
0.7.0-alpha.849 129 11/18/2022
0.7.0-alpha.842 128 11/17/2022
0.7.0-alpha.838 133 11/17/2022
0.7.0-alpha.835 137 11/17/2022
0.7.0-alpha.833 137 11/17/2022
0.7.0-alpha.832 142 11/17/2022
0.7.0-alpha.831 141 11/17/2022
0.7.0-alpha.829 135 11/16/2022
0.7.0-alpha.820 128 11/16/2022
0.7.0-alpha.812 142 11/16/2022
0.7.0-alpha.802 125 11/15/2022
0.7.0-alpha.800 133 11/15/2022
0.7.0-alpha.799 123 11/15/2022
0.7.0-alpha.798 124 11/15/2022
0.6.2 1,352 4/11/2023
0.6.1 129 4/11/2023
0.6.0 5,079 11/3/2022
0.6.0-rc.9 391 10/28/2022
0.6.0-rc.8 521 10/25/2022
0.6.0-rc.7 1,014 10/11/2022
0.6.0-rc.6 340 9/29/2022
0.6.0-rc.4 202 9/23/2022
0.6.0-rc.3 205 9/20/2022
0.6.0-rc.2 298 9/16/2022
0.6.0-preview.6 293 9/8/2022
0.6.0-preview.5 820 8/29/2022
0.6.0-preview.4 347 8/18/2022
0.6.0-preview.3 577 8/8/2022
0.6.0-preview.2 182 8/4/2022
0.6.0-preview.1 198 8/1/2022
0.5.0 4,855 7/29/2022
0.5.0-rc.7 171 7/28/2022
0.5.0-rc.6 383 7/19/2022
0.5.0-rc.5 268 7/13/2022
0.5.0-rc.4 158 7/12/2022
0.5.0-rc.3 181 7/11/2022
0.5.0-rc.2 230 7/8/2022
0.5.0-rc.1 157 7/7/2022
0.5.0-preview.5 387 6/30/2022
0.5.0-preview.4 201 6/27/2022
0.5.0-preview.3 488 6/21/2022
0.5.0-preview.2 268 6/14/2022
0.5.0-preview.1 201 6/10/2022
0.4.0 2,069 5/31/2022
0.4.0-rc.3 345 5/24/2022
0.4.0-rc.2 183 5/19/2022
0.4.0-rc.1 248 5/19/2022
0.4.0-preview.22 212 5/12/2022
0.4.0-preview.21 181 5/12/2022
0.4.0-preview.4 230 5/12/2022
0.4.0-preview.3 155 5/12/2022
0.4.0-preview.2 155 5/11/2022
0.4.0-preview.1 416 4/2/2022
0.3.11407 2,285 4/6/2022
0.3.0 3,009 2/25/2022
0.3.0-rc.28 188 1/25/2022
0.3.0-rc.26 168 1/24/2022
0.3.0-rc.24 177 1/24/2022
0.3.0-rc.23 176 1/24/2022
0.3.0-rc.22 180 1/24/2022
0.3.0-rc.21 190 1/24/2022
0.3.0-rc.20 175 1/23/2022
0.3.0-rc.19 174 1/22/2022
0.3.0-rc.17 165 1/22/2022
0.3.0-rc.16 181 1/21/2022
0.3.0-rc.14 168 1/21/2022
0.3.0-rc.13 173 1/21/2022
0.3.0-rc.12 173 1/21/2022
0.3.0-rc.11 165 1/21/2022
0.3.0-rc.10 177 1/21/2022
0.3.0-rc.9 170 1/20/2022
0.3.0-rc.8 175 1/17/2022
0.3.0-rc.7 167 1/17/2022
0.3.0-rc.6 179 1/14/2022
0.3.0-rc.5 173 1/13/2022
0.3.0-rc.3 176 12/30/2021
0.3.0-rc.2 211 12/28/2021
0.3.0-alpha.795 136 11/15/2022
0.3.0-alpha.793 133 11/15/2022
0.3.0-alpha.551 110 11/2/2022
0.3.0-alpha.550 112 11/2/2022
0.3.0-alpha.505 120 10/31/2022
0.3.0-alpha.481 115 10/31/2022
0.3.0-alpha.467 119 10/28/2022
0.3.0-alpha.456 132 10/27/2022
0.3.0-alpha.420 115 10/26/2022
0.3.0-alpha.415 128 10/25/2022
0.3.0-alpha.410 115 10/25/2022
0.3.0-alpha.407 112 10/25/2022
0.2.15401 919 9/26/2022
0.2.15400 896 9/26/2022
0.2.15352 913 9/23/2022
0.2.15312 913 9/21/2022
0.2.15296 905 9/20/2022
0.2.15295 922 9/20/2022
0.2.15288 920 9/20/2022
0.2.15286 922 9/20/2022
0.2.15281 899 9/20/2022
0.2.15275 918 9/19/2022
0.2.15273 898 9/19/2022
0.2.15257 949 9/19/2022
0.2.15241 930 9/16/2022
0.2.15240 881 9/16/2022
0.2.15237 924 9/16/2022
0.2.15232 946 9/16/2022
0.2.15231 934 9/16/2022
0.2.15230 915 9/16/2022
0.2.15229 906 9/16/2022
0.2.15210 997 9/15/2022
0.2.15196 987 9/14/2022
0.2.15184 899 9/13/2022
0.2.15140 907 9/8/2022
0.2.14958 906 8/30/2022
0.2.14948 959 8/29/2022
0.2.14946 933 8/29/2022
0.2.14940 946 8/29/2022
0.2.14939 943 8/29/2022
0.2.14934 930 8/29/2022
0.2.14837 938 8/19/2022
0.2.14822 941 8/18/2022
0.2.14816 909 8/18/2022
0.2.14805 948 8/18/2022
0.2.14781 929 8/17/2022
0.2.14746 927 8/16/2022
0.2.14734 918 8/16/2022
0.2.14541 942 8/11/2022
0.2.14496 922 8/10/2022
0.2.14421 929 8/8/2022
0.2.14363 939 8/5/2022
0.2.14323 971 8/3/2022
0.2.14262 925 8/3/2022
0.2.14189 955 8/1/2022
0.2.14171 975 8/1/2022
0.2.14169 987 8/1/2022
0.2.14163 975 7/29/2022
0.2.14072 944 7/27/2022
0.2.14007 944 7/22/2022
0.2.13863 979 7/18/2022
0.2.13821 945 7/15/2022
0.2.13819 973 7/15/2022
0.2.13795 980 7/14/2022
0.2.13777 972 7/14/2022
0.2.13776 963 7/14/2022
0.2.13741 941 7/12/2022
0.2.13740 953 7/12/2022
0.2.13724 969 7/11/2022
0.2.13717 980 7/11/2022
0.2.13705 948 7/8/2022
0.2.13703 959 7/8/2022
0.2.13687 994 7/8/2022
0.2.13675 982 7/8/2022
0.2.13672 949 7/7/2022
0.2.13665 951 7/7/2022
0.2.13627 947 7/6/2022
0.2.13626 976 7/6/2022
0.2.13620 967 7/6/2022
0.2.13594 951 7/5/2022
0.2.13593 949 7/5/2022
0.2.13573 969 7/5/2022
0.2.13564 957 7/4/2022
0.2.13561 955 7/4/2022
0.2.13560 987 7/4/2022
0.2.13555 971 7/4/2022
0.2.13549 985 7/4/2022
0.2.13491 980 6/30/2022
0.2.13488 984 6/30/2022
0.2.13487 966 6/30/2022
0.2.13486 950 6/30/2022
0.2.13482 978 6/30/2022
0.2.13481 969 6/30/2022
0.2.13480 965 6/30/2022
0.2.13479 956 6/30/2022
0.2.13476 964 6/30/2022
0.2.13474 952 6/30/2022
0.2.13472 971 6/30/2022
0.2.13471 944 6/30/2022
0.2.13470 984 6/30/2022
0.2.13469 993 6/30/2022
0.2.13461 963 6/30/2022
0.2.13458 962 6/30/2022
0.2.13453 976 6/30/2022
0.2.13449 955 6/29/2022
0.2.13447 985 6/29/2022
0.2.13438 947 6/29/2022
0.2.13417 934 6/29/2022
0.2.13414 961 6/29/2022
0.2.13413 967 6/28/2022
0.2.13404 962 6/28/2022
0.2.13399 978 6/28/2022
0.2.13398 991 6/28/2022
0.2.13387 951 6/27/2022
0.2.13382 977 6/27/2022
0.2.13377 974 6/27/2022
0.2.13356 979 6/24/2022
0.2.13330 1,002 6/24/2022
0.2.13310 986 6/23/2022
0.2.13294 981 6/23/2022
0.2.13291 983 6/23/2022
0.2.13290 962 6/23/2022
0.2.13286 995 6/23/2022
0.2.13214 965 6/21/2022
0.2.13211 991 6/21/2022
0.2.12942 944 6/14/2022
0.2.12901 956 6/10/2022
0.2.12871 995 6/8/2022
0.2.12848 995 6/7/2022
0.2.12846 977 6/6/2022
0.2.12794 1,005 6/1/2022
0.2.12793 1,011 6/1/2022
0.2.12694 999 5/30/2022
0.2.12507 1,000 5/19/2022
0.2.12495 1,022 5/18/2022
0.2.12494 1,000 5/18/2022
0.2.12492 1,017 5/18/2022
0.2.12478 1,001 5/18/2022
0.2.12476 975 5/18/2022
0.2.12468 1,026 5/17/2022
0.2.12453 1,004 5/17/2022
0.2.12452 981 5/17/2022
0.2.12450 1,017 5/17/2022
0.2.12437 1,019 5/17/2022
0.2.12435 1,009 5/17/2022
0.2.12433 993 5/17/2022
0.2.12431 985 5/17/2022
0.2.12407 1,001 5/16/2022
0.2.12395 1,011 5/16/2022
0.2.12340 1,003 5/13/2022
0.2.12339 1,014 5/13/2022
0.2.12324 1,008 5/12/2022
0.2.12323 976 5/12/2022
0.2.12309 991 5/11/2022
0.2.12277 1,031 5/10/2022
0.2.12265 1,286 5/10/2022
0.2.12261 962 5/10/2022
0.2.12240 1,304 5/9/2022
0.2.12238 1,008 5/9/2022
0.2.12237 1,010 5/9/2022
0.2.12228 1,020 5/9/2022
0.2.12227 993 5/9/2022
0.2.12173 1,006 5/7/2022
0.2.12129 978 5/6/2022
0.2.12121 1,345 5/6/2022
0.2.12120 988 5/6/2022
0.2.12057 1,004 4/29/2022
0.2.12051 1,003 4/28/2022
0.2.12050 1,051 4/28/2022
0.2.12019 1,005 4/28/2022
0.2.12018 1,006 4/28/2022
0.2.12017 1,001 4/28/2022
0.2.12016 2,034 4/28/2022
0.2.12005 2,109 4/27/2022
0.2.11993 2,094 4/27/2022
0.2.11989 2,041 4/27/2022
0.2.11975 2,058 4/27/2022
0.2.11974 2,107 4/27/2022
0.2.11962 2,085 4/26/2022
0.2.11934 2,067 4/26/2022
0.2.11933 2,069 4/26/2022
0.2.11923 2,040 4/25/2022
0.2.11907 1,898 4/25/2022
0.2.11906 1,939 4/25/2022
0.2.11903 1,930 4/25/2022
0.2.11902 1,913 4/25/2022
0.2.11869 1,920 4/24/2022
0.2.11852 1,844 4/22/2022
0.2.11799 1,916 4/21/2022
0.2.11763 1,894 4/19/2022
0.2.11740 1,881 4/19/2022
0.2.11701 1,927 4/18/2022
0.2.11698 1,913 4/18/2022
0.2.11681 1,937 4/16/2022
0.2.11568 1,890 4/14/2022
0.2.11507 2,004 4/12/2022
0.2.11501 1,905 4/12/2022
0.2.11476 1,910 4/11/2022
0.2.11472 1,908 4/10/2022
0.2.11396 1,892 4/6/2022
0.2.11395 1,880 4/6/2022
0.2.11364 1,880 4/2/2022
0.2.11356 1,908 4/1/2022
0.2.11355 1,891 4/1/2022
0.2.11354 1,874 4/1/2022
0.2.11350 1,883 4/1/2022
0.2.11329 1,886 4/1/2022
0.2.11327 1,914 4/1/2022
0.2.11326 1,933 4/1/2022
0.2.11323 1,839 4/1/2022
0.2.11320 1,871 3/31/2022
0.2.11319 1,897 3/31/2022
0.2.11281 1,898 3/31/2022
0.2.11268 1,904 3/30/2022
0.2.11267 1,930 3/30/2022
0.2.11259 1,940 3/30/2022
0.2.11257 1,837 3/30/2022
0.2.11211 1,796 3/29/2022
0.2.11205 1,872 3/29/2022
0.2.11202 1,912 3/29/2022
0.2.11197 1,880 3/28/2022
0.2.11195 1,857 3/28/2022
0.2.11194 1,860 3/28/2022
0.2.11190 1,837 3/28/2022
0.2.11174 1,883 3/28/2022
0.2.11170 1,846 3/28/2022
0.2.11169 1,828 3/28/2022
0.2.11123 1,814 3/23/2022
0.2.11120 1,826 3/23/2022
0.2.11092 1,852 3/23/2022
0.2.11091 1,827 3/23/2022
0.2.11090 1,882 3/23/2022
0.2.11087 1,857 3/23/2022
0.2.11059 1,876 3/22/2022
0.2.11057 1,870 3/22/2022
0.2.10900 1,908 3/7/2022
0.2.10893 1,905 3/7/2022
0.2.10846 1,836 3/3/2022
0.2.10844 1,801 3/3/2022
0.2.10829 1,949 3/3/2022
0.2.10739 1,901 2/28/2022
0.2.10649 6,327 2/24/2022
0.2.10628 1,884 2/23/2022
0.2.10602 1,691 2/23/2022
0.2.10600 1,762 2/23/2022
0.2.10574 1,705 2/23/2022
0.2.10494 1,714 2/22/2022
0.2.10426 1,696 2/18/2022
0.2.10424 1,704 2/18/2022
0.2.10395 1,653 2/17/2022
0.2.10377 1,697 2/16/2022
0.2.10375 1,763 2/16/2022
0.2.10367 1,707 2/16/2022
0.2.10365 1,764 2/16/2022
0.2.10349 1,778 2/15/2022
0.2.10329 1,754 2/15/2022
0.2.10323 1,648 2/14/2022
0.2.10321 1,710 2/14/2022
0.2.10317 1,724 2/14/2022
0.2.10312 1,750 2/14/2022
0.2.10303 1,861 2/14/2022
0.2.10288 1,731 2/11/2022
0.2.10287 1,730 2/11/2022
0.2.10286 1,653 2/11/2022
0.2.10285 1,735 2/11/2022
0.2.10283 1,696 2/11/2022
0.2.10277 1,824 2/9/2022
0.2.10275 1,719 2/9/2022
0.2.10273 1,804 2/9/2022
0.2.10268 1,802 2/9/2022
0.2.10261 1,765 2/9/2022
0.2.10256 1,828 2/9/2022
0.2.10254 1,761 2/9/2022
0.2.10245 1,764 1/31/2022
0.2.10244 1,785 1/31/2022
0.2.10243 1,791 1/31/2022
0.2.10240 1,833 1/25/2022
0.2.10232 1,710 1/24/2022
0.2.10220 1,753 1/24/2022
0.2.10217 4,335 1/24/2022
0.2.10212 1,766 1/24/2022
0.2.10210 1,730 1/24/2022
0.2.10208 1,705 1/24/2022
0.2.10206 1,694 1/24/2022
0.2.10204 1,756 1/24/2022
0.2.10194 1,725 1/22/2022
0.2.10192 1,749 1/22/2022
0.2.10190 1,728 1/22/2022
0.2.10172 1,749 1/22/2022
0.2.10118 1,735 1/21/2022
0.2.10097 1,736 1/20/2022
0.2.10091 1,711 1/20/2022
0.2.10073 1,730 1/19/2022
0.2.10068 1,783 1/19/2022
0.2.10064 1,731 1/19/2022
0.2.10061 1,740 1/19/2022
0.2.10057 1,823 1/19/2022
0.2.10039 1,726 1/19/2022
0.2.10037 1,755 1/19/2022
0.2.10022 1,749 1/18/2022
0.2.10021 1,751 1/18/2022
0.2.10020 1,762 1/18/2022
0.2.10018 1,742 1/18/2022
0.2.10005 1,881 1/18/2022
0.2.10002 1,806 1/18/2022
0.2.9994 1,764 1/18/2022
0.2.9992 1,793 1/18/2022
0.2.9985 1,807 1/18/2022
0.2.9982 1,817 1/18/2022
0.2.9981 1,804 1/17/2022
0.2.9977 1,702 1/17/2022
0.2.9973 1,750 1/17/2022
0.2.9971 1,741 1/17/2022
0.2.9961 1,739 1/17/2022
0.2.9959 1,753 1/17/2022
0.2.9956 1,699 1/17/2022
0.2.9952 1,773 1/17/2022
0.2.9950 1,766 1/17/2022
0.2.9943 1,707 1/17/2022
0.2.9941 1,724 1/17/2022
0.2.9940 1,782 1/17/2022
0.2.9934 1,719 1/17/2022
0.2.9932 1,749 1/17/2022
0.2.9929 1,820 1/17/2022
0.2.9899 1,767 1/14/2022
0.2.9889 1,775 1/13/2022
0.2.9886 1,799 1/13/2022
0.2.9856 1,830 1/13/2022
0.2.9854 1,790 1/13/2022
0.2.9835 1,812 1/12/2022
0.2.9801 1,822 1/11/2022
0.2.9798 1,754 1/11/2022
0.2.9797 1,477 1/10/2022
0.2.9794 1,487 1/10/2022
0.2.9782 1,504 1/10/2022
0.2.9775 1,476 1/10/2022
0.2.9771 1,436 1/10/2022
0.2.9736 1,545 1/7/2022
0.2.9735 1,564 1/7/2022
0.2.9679 1,517 1/6/2022
0.2.9664 1,600 1/6/2022
0.2.9642 1,499 1/5/2022
0.2.9627 1,469 1/5/2022
0.2.9623 1,562 1/5/2022
0.2.9617 1,478 1/5/2022
0.2.9606 1,487 1/4/2022
0.2.9599 1,509 1/4/2022
0.2.9595 1,474 1/4/2022
0.2.9578 1,430 1/4/2022
0.2.9566 1,521 1/4/2022
0.2.9545 1,504 12/31/2021
0.2.9533 1,466 12/31/2021
0.2.9525 1,435 12/31/2021
0.2.9513 1,468 12/31/2021
0.2.9476 1,694 12/30/2021
0.2.9442 1,526 12/29/2021
0.2.9441 1,453 12/29/2021
0.2.9411 1,441 12/29/2021
0.2.9386 1,480 12/29/2021
0.2.9384 1,469 12/29/2021
0.2.9382 1,466 12/29/2021
0.2.9381 1,516 12/29/2021
0.2.9377 1,492 12/28/2021
0.2.9374 1,472 12/28/2021
0.2.9370 1,485 12/28/2021
0.2.9369 1,446 12/28/2021
0.2.9367 1,471 12/28/2021
0.2.9351 1,473 12/28/2021
0.2.9347 1,448 12/28/2021
0.2.9346 1,435 12/28/2021
0.2.9337 1,499 12/28/2021
0.2.9331 1,500 12/28/2021
0.2.9323 1,479 12/27/2021
0.2.9322 1,512 12/27/2021
0.2.9320 1,566 12/27/2021
0.2.9319 1,534 12/27/2021
0.2.9318 1,535 12/27/2021
0.2.9312 1,560 12/27/2021
0.2.9308 1,574 12/27/2021
0.2.9295 1,537 12/27/2021
0.2.9291 1,523 12/27/2021
0.2.9283 1,517 12/27/2021
0.2.9282 1,566 12/27/2021
0.2.9228 1,489 12/24/2021
0.2.9225 1,478 12/23/2021
0.2.9221 1,508 12/23/2021
0.2.9217 1,572 12/23/2021
0.2.9216 1,486 12/23/2021
0.2.9202 1,516 12/23/2021
0.2.9198 1,497 12/23/2021
0.2.9197 1,480 12/23/2021
0.2.9187 1,558 12/23/2021
0.2.9182 1,478 12/22/2021
0.2.9180 1,454 12/22/2021
0.2.9163 1,540 12/22/2021
0.2.9155 1,495 12/22/2021
0.2.9154 1,463 12/22/2021
0.2.9140 1,525 12/21/2021
0.2.9116 1,494 12/21/2021
0.2.9098 1,516 12/20/2021
0.2.9095 1,530 12/17/2021
0.2.9094 1,505 12/17/2021
0.2.9086 1,412 12/17/2021
0.2.9083 1,453 12/17/2021
0.2.9079 1,472 12/17/2021
0.2.9075 1,469 12/17/2021
0.2.9061 1,513 12/16/2021
0.2.9049 1,437 12/16/2021
0.2.9046 1,466 12/16/2021
0.2.9036 1,542 12/15/2021
0.2.9035 1,487 12/15/2021
0.2.9034 1,464 12/15/2021
0.2.9016 1,490 12/14/2021
0.2.9009 1,473 12/14/2021
0.2.9006 1,516 12/14/2021
0.2.8987 1,561 12/13/2021
0.2.8984 1,506 12/13/2021
0.2.8980 1,766 12/13/2021
0.2.8977 1,567 12/12/2021
0.2.8965 1,563 12/10/2021
0.2.8964 1,489 12/10/2021
0.2.8963 1,218 12/10/2021
0.2.8962 1,526 12/10/2021
0.2.8961 1,479 12/10/2021
0.2.8960 1,526 12/10/2021
0.2.8959 1,549 12/10/2021
0.2.8958 1,492 12/10/2021
0.2.8952 1,525 12/10/2021
0.2.8864 1,540 12/9/2021
0.2.8809 1,556 12/7/2021
0.2.8768 1,497 12/7/2021
0.2.8764 1,534 12/7/2021
0.2.8762 1,524 12/7/2021
0.2.8760 1,486 12/7/2021
0.2.8759 1,522 12/7/2021
0.2.8633 1,937 12/3/2021
0.2.8603 1,475 12/3/2021
0.2.8567 1,443 12/2/2021
0.2.8566 1,520 12/2/2021
0.2.8553 1,481 12/2/2021
0.2.8542 1,522 12/2/2021
0.2.8538 1,470 12/2/2021
0.2.8495 1,479 12/1/2021
0.2.8494 1,496 12/1/2021
0.2.8470 1,549 12/1/2021
0.2.8390 1,191 11/30/2021
0.2.8383 1,205 11/30/2021
0.2.8187 2,418 11/26/2021
0.2.8146 3,502 11/26/2021
0.2.8145 2,500 11/26/2021
0.2.8139 2,721 11/25/2021
0.2.8120 3,935 11/25/2021
0.2.8118 5,295 11/24/2021
0.2.8096 4,988 11/24/2021
0.2.8078 249 11/23/2021
0.2.8071 232 11/23/2021
0.2.8069 250 11/23/2021
0.2.8065 244 11/23/2021
0.2.8046 258 11/23/2021
0.2.8044 236 11/23/2021
0.2.8036 271 11/22/2021
0.2.8033 242 11/22/2021
0.2.8032 240 11/22/2021
0.2.8031 248 11/22/2021
0.2.8029 254 11/22/2021
0.2.8028 235 11/22/2021
0.2.8024 237 11/22/2021
0.2.8022 250 11/22/2021
0.2.8020 248 11/22/2021
0.2.8019 257 11/22/2021
0.2.8018 274 11/22/2021
0.2.8017 306 11/22/2021
0.2.8016 352 11/22/2021
0.2.8015 363 11/22/2021
0.2.8012 390 11/22/2021
0.2.8006 279 11/19/2021
0.2.8004 285 11/19/2021
0.2.8002 268 11/19/2021
0.2.7996 312 11/19/2021
0.2.7992 322 11/19/2021
0.2.7990 255 11/19/2021
0.2.7988 298 11/19/2021
0.2.7974 301 11/19/2021
0.2.7972 254 11/19/2021
0.2.7968 276 11/18/2021
0.2.7937 313 11/18/2021
0.2.7933 255 11/18/2021
0.2.7931 265 11/18/2021
0.2.7923 276 11/17/2021
0.2.7915 283 11/17/2021
0.2.7912 260 11/17/2021
0.2.7901 298 11/17/2021
0.2.7882 292 11/16/2021
0.2.7876 275 11/16/2021
0.2.7869 313 11/16/2021
0.2.7861 281 11/15/2021
0.2.7853 267 11/15/2021
0.2.7843 287 11/15/2021
0.2.7821 265 11/12/2021
0.2.7811 278 11/12/2021
0.2.7808 283 11/12/2021
0.2.7803 258 11/12/2021
0.2.7802 264 11/12/2021
0.2.7801 263 11/12/2021
0.2.7800 268 11/12/2021
0.2.7789 257 11/11/2021
0.2.7751 229 11/9/2021
0.2.7730 253 11/9/2021
0.2.7727 259 11/9/2021
0.2.7689 203 11/8/2021
0.2.7667 262 11/5/2021
0.2.7641 260 11/4/2021
0.2.7625 221 11/3/2021
0.2.7583 240 11/2/2021
0.2.7580 204 11/1/2021
0.2.7541 237 10/29/2021
0.2.7415 259 10/25/2021
0.2.7399 212 10/22/2021
0.2.7394 227 10/22/2021
0.2.7391 266 10/22/2021
0.2.7369 246 10/20/2021
0.2.7339 237 10/20/2021
0.2.7336 238 10/20/2021
0.2.7332 216 10/20/2021
0.2.7319 213 10/19/2021
0.2.7317 222 10/19/2021
0.2.7316 215 10/19/2021
0.2.7307 207 10/19/2021
0.2.7304 195 10/19/2021
0.2.7302 204 10/18/2021
0.2.7292 244 10/18/2021
0.2.7219 221 10/12/2021
0.2.7197 239 10/11/2021
0.2.7194 239 10/11/2021
0.2.7192 290 10/11/2021
0.2.7183 243 10/9/2021
0.2.7161 248 10/9/2021
0.2.7158 263 10/9/2021
0.2.7157 279 10/9/2021
0.2.7149 240 10/8/2021
0.2.7134 204 10/8/2021
0.2.7121 203 9/30/2021
0.2.7110 222 9/30/2021
0.2.7054 253 9/28/2021
0.2.6901 220 9/26/2021
0.2.6894 225 9/26/2021
0.2.6887 244 9/26/2021
0.2.6884 282 9/26/2021
0.2.6883 305 9/26/2021
0.2.6847 230 9/22/2021
0.2.6662 221 9/18/2021
0.2.6661 222 9/18/2021
0.2.6577 222 9/17/2021
0.2.6573 227 9/17/2021
0.2.6572 231 9/17/2021
0.2.6561 8,835 9/16/2021
0.2.6552 230 9/17/2021
0.2.6547 210 9/17/2021
0.2.6544 214 9/17/2021
0.2.5758 231 9/6/2021
0.2.5757 205 9/6/2021
0.2.5756 205 9/6/2021
0.2.5410 444 8/26/2021
0.2.5408 426 8/26/2021
0.2.5395 213 8/26/2021
0.2.5394 210 8/26/2021
0.2.5393 210 8/25/2021
0.2.5117 278 8/21/2021
0.2.5116 209 8/21/2021
0.2.5115 200 8/21/2021
0.2.4935 1,500 8/18/2021
0.2.4635 242 8/12/2021
0.2.4574 227 8/12/2021
0.2.4523 256 8/11/2021
0.2.4517 227 8/11/2021
0.2.4505 206 8/11/2021
0.2.4503 203 8/11/2021
0.2.4489 217 8/11/2021
0.2.4482 211 8/11/2021
0.2.4476 213 8/11/2021
0.2.4475 216 8/11/2021
0.2.4458 1,613 8/10/2021
0.2.4447 217 8/10/2021
0.2.4426 240 8/10/2021
0.2.4425 233 8/10/2021
0.2.4424 230 8/10/2021
0.2.4312 246 8/9/2021
0.2.4275 235 8/6/2021
0.2.4271 234 8/6/2021
0.2.4259 270 8/6/2021
0.2.4253 265 8/6/2021
0.2.4201 239 8/5/2021
0.2.4161 243 8/5/2021
0.2.4158 248 8/5/2021
0.2.4151 230 8/5/2021
0.2.4064 251 8/3/2021
0.2.4023 222 8/2/2021
0.2.4009 215 8/2/2021
0.2.4008 216 8/2/2021
0.2.4004 216 8/2/2021
0.2.3964 6,580 8/2/2021
0.2.3958 223 8/2/2021
0.2.3954 227 8/2/2021
0.2.3885 307 7/31/2021
0.2.3880 244 7/31/2021
0.2.3850 291 7/31/2021
0.2.3838 324 7/31/2021
0.2.3832 327 7/31/2021
0.2.3829 334 7/31/2021
0.2.3782 255 7/30/2021
0.2.3768 260 7/30/2021
0.2.3760 261 7/30/2021
0.2.3752 233 7/30/2021
0.2.3750 236 7/29/2021
0.2.3734 237 7/29/2021
0.2.3717 418 7/29/2021
0.2.3716 237 7/29/2021
0.2.3710 240 7/29/2021
0.2.397 836 10/25/2022
0.2.396 841 10/24/2022
0.2.395 819 10/24/2022
0.2.392 838 10/24/2022
0.2.385 825 10/21/2022
0.2.373 841 10/21/2022
0.2.368 887 10/20/2022
0.2.357 859 10/20/2022
0.2.345 862 10/19/2022
0.2.317 831 10/18/2022
0.2.316 858 10/18/2022
0.2.315 869 10/18/2022
0.2.313 842 10/18/2022
0.2.312 869 10/18/2022
0.2.311 858 10/18/2022
0.2.299 841 10/17/2022
0.2.297 876 10/17/2022
0.2.296 885 10/17/2022
0.2.295 852 10/17/2022
0.2.288 845 10/17/2022
0.2.259 876 10/13/2022
0.2.258 913 10/13/2022
0.2.194 884 10/11/2022
0.2.175 138 10/11/2022
0.2.173 876 10/10/2022
0.2.169 875 10/10/2022
0.2.155 930 10/10/2022
0.2.60 1,812 3/22/2022
0.2.59 1,855 3/22/2022
0.2.58 1,783 3/22/2022
0.2.57 1,812 3/21/2022
0.2.56 1,889 3/18/2022
0.2.55 1,859 3/18/2022
0.2.53 1,842 3/18/2022
0.2.52 1,870 3/18/2022
0.2.50 1,875 3/18/2022
0.2.49 1,818 3/17/2022
0.2.48 1,832 3/17/2022
0.2.47 1,880 3/17/2022
0.2.44 1,919 3/17/2022
0.2.43 1,825 3/16/2022
0.2.42 1,834 3/16/2022
0.2.41 1,849 3/11/2022
0.2.40 1,166 3/11/2022
0.2.39 1,152 3/10/2022
0.2.38 1,884 3/10/2022
0.2.37 1,139 3/10/2022
0.2.36 1,165 3/9/2022
0.2.35 1,171 3/9/2022
0.2.31 1,212 3/9/2022
0.2.30 1,148 3/8/2022
0.2.29 1,912 3/8/2022
0.2.27 1,888 3/8/2022
0.2.25 1,822 3/8/2022
0.2.20 1,807 3/7/2022
0.2.17 1,892 3/7/2022
0.2.14 1,853 3/3/2022
0.2.11 1,741 2/16/2022
0.2.10 1,721 2/12/2022
0.2.7 1,841 2/16/2022
0.2.3 1,780 2/14/2022
0.2.1 1,724 2/12/2022
0.1.0.3681 282 7/29/2021
0.1.0.3642 306 7/28/2021
0.1.0.3513 241 7/26/2021
0.1.0.3323 263 7/21/2021
0.1.0.3246 598 7/20/2021
0.1.0.3169 221 7/19/2021
0.1.0.3037 244 7/16/2021
0.1.0.3036 254 7/16/2021
0.1.0.3035 287 7/16/2021
0.1.0.3034 284 7/16/2021
0.1.0.3030 213 7/16/2021
0.1.0.2852 240 7/9/2021
0.1.0.2849 234 7/9/2021
0.1.0.345 415 7/9/2021