@material-ui/pickers
Advanced tools
Comparing version 3.3.10 to 3.3.11
{ | ||
"name": "@material-ui/pickers", | ||
"version": "3.3.10", | ||
"version": "3.3.11", | ||
"private": false, | ||
@@ -21,8 +21,8 @@ "description": "React components, that implements material design pickers for material-ui v4", | ||
"bugs": { | ||
"url": "https://github.com/mui-org/material-ui-pickers/issues" | ||
"url": "https://github.com/mui/material-ui-pickers/issues" | ||
}, | ||
"homepage": "https://material-ui-pickers.dev/", | ||
"homepage": "https://github.com/mui/material-ui-pickers", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/mui-org/material-ui-pickers" | ||
"url": "https://github.com/mui/material-ui-pickers" | ||
}, | ||
@@ -29,0 +29,0 @@ "author": { |
@@ -1,5 +0,1 @@ | ||
<p align="center"> | ||
<a href="https://material-ui.com/" rel="noopener" target="_blank"><img width="200" src="https://material-ui-pickers.dev/static/meta-image.png" alt="Material-ui-pickers logo"></a></p> | ||
</p> | ||
<h1 align="center">Material-UI pickers</h1> | ||
@@ -13,7 +9,7 @@ | ||
[![npm download](https://img.shields.io/npm/dm/@material-ui/pickers.svg)](https://www.npmjs.org/package/@material-ui/pickers) | ||
[![codecov](https://codecov.io/gh/mui-org/material-ui-pickers/branch/next/graph/badge.svg)](https://codecov.io/gh/mui-org/material-ui-pickers) | ||
[![codecov](https://codecov.io/gh/mui/material-ui-pickers/branch/next/graph/badge.svg)](https://codecov.io/gh/mui/material-ui-pickers) | ||
[![Bundle Size](https://badgen.net/bundlephobia/minzip/@material-ui/pickers)](https://bundlephobia.com/result?p=@material-ui/pickers@latest) | ||
[![CircleCI](https://circleci.com/gh/mui-org/material-ui-pickers.svg?style=svg)](https://circleci.com/gh/mui-org/material-ui-pickers) | ||
[![CircleCI](https://circleci.com/gh/mui/material-ui-pickers.svg?style=svg)](https://circleci.com/gh/mui/material-ui-pickers) | ||
[![Cypress.io tests](https://img.shields.io/badge/cypress.io-tests-green.svg?style=flat-square)](https://dashboard.cypress.io/#/projects/qow28y/runs) | ||
[![This project is using Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.svg)](https://percy.io/mui-org/material-ui-pickers) | ||
[![This project is using Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.svg)](https://percy.io/mui/material-ui-pickers) | ||
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) | ||
@@ -23,5 +19,8 @@ | ||
> [!WARNING] | ||
> The docs website is not online anymore, you can still get access to it by cloning this repository and run `yarn dev`. | ||
### Installation | ||
Note that this package requires `@material-ui/core` **v4**. It will not work with the old v3. Please read the [migration guide](https://material-ui-pickers.dev/guides/upgrading-to-v3) if you are updating from v2 | ||
Note that this package requires `@material-ui/core` **v4**. It will not work with the old v3. Please read the [migration guide](/) if you are updating from v2 | ||
@@ -69,14 +68,14 @@ ```sh | ||
Check out the [documentation website](https://material-ui-pickers.dev/) | ||
Check out the [documentation website](/) | ||
### Recently updated? | ||
Changelog available [here](https://github.com/mui-org/material-ui-pickers/releases) | ||
Changelog available [here](https://github.com/mui/material-ui-pickers/releases) | ||
### Contributing | ||
For information about how to contribute, see the [CONTRIBUTING](https://github.com/mui-org/material-ui-pickers/blob/master/CONTRIBUTING.md) file. | ||
For information about how to contribute, see the [CONTRIBUTING](https://github.com/mui/material-ui-pickers/blob/master/CONTRIBUTING.md) file. | ||
### LICENSE | ||
The project is licensed under the terms of [MIT license](https://github.com/mui-org/material-ui-pickers/blob/master/LICENSE) | ||
The project is licensed under the terms of [MIT license](https://github.com/mui/material-ui-pickers/blob/master/LICENSE) |
1489839
79