Skip to content

Commit

Permalink
v4.0.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Aug 1, 2020
1 parent f8bc7ba commit a6ea9c2
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 15 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
### [Versions](https://material-ui.com/versions/)

## 4.0.0-alpha.11

###### _Aug 1, 2020_

Big thanks to the 9 contributors who made this release possible.

### `@material-ui/pickers@v4.0.0-alpha.11`

#### Breaking changes

- [DatePicker] Require Material-UI v5 alpha (#2053) @eps1lon

#### Changes

- [DateTimePicker] Allow same date selection (#2016) @dmtrKovalenko

### Docs

- [docs] Fix `inputRef` date picker customization demo (#2028) @Chee7ah
- [docs] Migrate demos to TypeScript (#2030) @dmtrKovalenko
- [docs] Remove mention of removed `autoOk` prop (#2020) @dandv
- [docs] Update guides links to point to next (#2048) @aamirafridi

### Core

- [test] Add test for textbox aria-invalid (#1955) @PaulSavignano
- [test] check prettier on CI (#2025) @dmtrKovalenko
- [test] Add yarn deduplicate step (#2036) @oliviertassinari
- [Security] Bump codecov from 3.6.5 to 3.7.1 (#2014) @dependabot-preview
- [Security] Bump elliptic from 6.5.1 to 6.5.3 (#2049) @dependabot-preview
- [core] Batch small changes (#2034) @oliviertassinari
- [core] Continue eslint sync with main repo (#2004) @oliviertassinari
- [core] Upgrade prettier (#2005) @oliviertassinari
24 changes: 12 additions & 12 deletions lib/.size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"material-ui-pickers.esm.js": {
"bundled": 206357,
"minified": 110201,
"gzipped": 28112,
"bundled": 207515,
"minified": 110094,
"gzipped": 28162,
"treeshaked": {
"rollup": {
"code": 89508,
"import_statements": 2098
"code": 89152,
"import_statements": 2087
},
"webpack": {
"code": 99259
"code": 98860
}
}
},
"material-ui-pickers.umd.js": {
"bundled": 319934,
"minified": 124137,
"gzipped": 34867
"bundled": 321075,
"minified": 123998,
"gzipped": 34875
},
"material-ui-pickers.umd.min.js": {
"bundled": 275030,
"minified": 114319,
"gzipped": 32057
"bundled": 276181,
"minified": 114203,
"gzipped": 32060
}
}
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/pickers",
"version": "4.0.0-alpha.10",
"version": "4.0.0-alpha.11",
"private": true,
"description": "React components, that implements material design pickers for material-ui v4",
"main": "./src/index.ts",
Expand Down Expand Up @@ -70,7 +70,7 @@
"build:typescript": "tsc --project tsconfig.json && tsc -p tsconfig.adapters.json",
"build": "yarn build:typescript && yarn build:bundle && yarn build:prepare-files",
"build:analyze": "yarn build",
"release": "yarn test && yarn version && yarn build && yarn publish --non-interactive --tag next build"
"release": "yarn build && yarn publish --non-interactive --tag next build"
},
"devDependencies": {
"@babel/core": "^7.9.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.0",
"version": "4.0.0-alpha.11",
"private": true,
"description": "Material-ui pickers root package",
"main": "index.js",
Expand Down

1 comment on commit a6ea9c2

@vercel
Copy link

@vercel vercel bot commented on a6ea9c2 Aug 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.