@mui/x-date-pickers-pro 5.0.0-beta.5 → 5.0.0-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,48 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 5.15.3
7
+
8
+ _Aug 18, 2022_
9
+
10
+ We'd like to offer a big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
11
+
12
+ - 📚 Documentation improvements
13
+ - 🐞 Bugfixes
14
+
15
+ ### `@mui/x-data-grid@v5.15.3` / `@mui/x-data-grid-pro@v5.15.3` / `@mui/x-data-grid-premium@v5.15.3`
16
+
17
+ #### Changes
18
+
19
+ - [DataGrid] Fix <kbd>Enter</kbd> causing Select to re-open when commiting value (#5756) @m4theushw
20
+ - [DataGrid] Fix `GridOverlays` bypassing pointer events (#5674) @philjones88
21
+
22
+ ### `@mui/x-date-pickers@v5.0.0-beta.6` / `@mui/x-date-picker-pro@v5.0.0-beta.6`
23
+
24
+ #### Changes
25
+
26
+ - [DatePicker] Support click on day outside of current month (#5768) @alexfauquette
27
+ - [pickers] Extend `PickersActionBarProps` with `DialogActionProps` (#5798) @LukasTy
28
+
29
+ ### Docs
30
+
31
+ - [docs] Fix API anchor link scroll top (#5795) @oliviertassinari
32
+ - [docs] Fix contradiction in the free trial clause (#5732) @oliviertassinari
33
+ - [docs] Fix default value of the DataGrid `logLevel` prop to false (#5784) @HwangTaehyun
34
+ - [docs] Fix typo on the row height page (#5772) @flaviendelangle
35
+ - [docs] Improve "upgrading plans" documentation. (#5683) @joserodolfofreitas
36
+ - [docs] Link the license docs before pricing (#5726) @oliviertassinari
37
+ - [docs] Update packages README files (#5835) @cherniavskii
38
+ - [docs] Use `InputBase` for pickers inputs (#5597) @cherniavskii
39
+
40
+ ### Core
41
+
42
+ - [core] Upgrade monorepo (#5771, #5797) @cherniavskii
43
+ - [core] Various TS improvements (#5556) @flaviendelangle
44
+ - [license] Give more context in the missing license (#5731) @oliviertassinari
45
+ - [license] Only log an error type once (#5730) @oliviertassinari
46
+ - [test] Increase timeout to take print screenshot (#5799) @m4theushw
47
+
6
48
  ## 5.15.2
7
49
 
8
50
  _Aug 11, 2022_
@@ -13,7 +55,7 @@ We'd like to offer a big thanks to the 7 contributors who made this release poss
13
55
  - 📚 Documentation improvements
14
56
  - 🐞 Bugfixes
15
57
 
16
- ### `@mui/x-data-grid@5.15.2` / `@mui/x-data-grid-pro@5.15.2` / `@mui/x-data-grid-premium@5.15.2`
58
+ ### `@mui/x-data-grid@v5.15.2` / `@mui/x-data-grid-pro@v5.15.2` / `@mui/x-data-grid-premium@v5.15.2`
17
59
 
18
60
  #### Changes
19
61
 
@@ -1,8 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/esm/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
3
3
  const _excluded = ["desktopModeMediaQuery", "DialogProps", "PopperProps", "TransitionComponent"];
4
- import PropTypes from 'prop-types';
5
4
  import * as React from 'react';
5
+ import PropTypes from 'prop-types';
6
6
  import { useThemeProps } from '@mui/material/styles';
7
7
  import { useLicenseVerifier } from '@mui/x-license-pro';
8
8
  import useMediaQuery from '@mui/material/useMediaQuery';
package/README.md CHANGED
@@ -36,7 +36,8 @@ This component has the following peer dependencies that you will need to install
36
36
  "peerDependencies": {
37
37
  "@mui/material": "^5.4.1",
38
38
  "@mui/system": "^5.4.1",
39
- "react": "^17.0.2 || ^18.0.0"
39
+ "react": "^17.0.2 || ^18.0.0",
40
+ "react-dom": "^17.0.2 || ^18.0.0"
40
41
  },
41
42
  ```
42
43
 
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.0-beta.5
1
+ /** @license MUI v5.0.0-beta.6
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTY2MDE2NTIwMDAwMA==";
3
+ const releaseInfo = "MTY2MDc5MTYwMDAwMA==";
4
4
 
5
5
  if (process.env.NODE_ENV !== 'production') {
6
6
  // A simple hack to set the value in the test environment (has no build step).
@@ -1,8 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/esm/extends";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
3
  var _excluded = ["desktopModeMediaQuery", "DialogProps", "PopperProps", "TransitionComponent"];
4
- import PropTypes from 'prop-types';
5
4
  import * as React from 'react';
5
+ import PropTypes from 'prop-types';
6
6
  import { useThemeProps } from '@mui/material/styles';
7
7
  import { useLicenseVerifier } from '@mui/x-license-pro';
8
8
  import useMediaQuery from '@mui/material/useMediaQuery';
package/legacy/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.0-beta.5
1
+ /** @license MUI v5.0.0-beta.6
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export var getReleaseInfo = function getReleaseInfo() {
3
- var releaseInfo = "MTY2MDE2NTIwMDAwMA==";
3
+ var releaseInfo = "MTY2MDc5MTYwMDAwMA==";
4
4
 
5
5
  if (process.env.NODE_ENV !== 'production') {
6
6
  // A simple hack to set the value in the test environment (has no build step).
@@ -1,8 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/esm/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
3
3
  const _excluded = ["desktopModeMediaQuery", "DialogProps", "PopperProps", "TransitionComponent"];
4
- import PropTypes from 'prop-types';
5
4
  import * as React from 'react';
5
+ import PropTypes from 'prop-types';
6
6
  import { useThemeProps } from '@mui/material/styles';
7
7
  import { useLicenseVerifier } from '@mui/x-license-pro';
8
8
  import useMediaQuery from '@mui/material/useMediaQuery';
package/modern/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.0-beta.5
1
+ /** @license MUI v5.0.0-beta.6
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -1,6 +1,6 @@
1
1
  import { ponyfillGlobal } from '@mui/utils';
2
2
  export const getReleaseInfo = () => {
3
- const releaseInfo = "MTY2MDE2NTIwMDAwMA==";
3
+ const releaseInfo = "MTY2MDc5MTYwMDAwMA==";
4
4
 
5
5
  if (process.env.NODE_ENV !== 'production') {
6
6
  // A simple hack to set the value in the test environment (has no build step).
@@ -11,10 +11,10 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
11
11
 
12
12
  var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
13
13
 
14
- var _propTypes = _interopRequireDefault(require("prop-types"));
15
-
16
14
  var React = _interopRequireWildcard(require("react"));
17
15
 
16
+ var _propTypes = _interopRequireDefault(require("prop-types"));
17
+
18
18
  var _styles = require("@mui/material/styles");
19
19
 
20
20
  var _xLicensePro = require("@mui/x-license-pro");
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.0-beta.5
1
+ /** @license MUI v5.0.0-beta.6
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -8,7 +8,7 @@ exports.getReleaseInfo = void 0;
8
8
  var _utils = require("@mui/utils");
9
9
 
10
10
  const getReleaseInfo = () => {
11
- const releaseInfo = "MTY2MDE2NTIwMDAwMA==";
11
+ const releaseInfo = "MTY2MDc5MTYwMDAwMA==";
12
12
 
13
13
  if (process.env.NODE_ENV !== 'production') {
14
14
  // A simple hack to set the value in the test environment (has no build step).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-date-pickers-pro",
3
- "version": "5.0.0-beta.5",
3
+ "version": "5.0.0-beta.6",
4
4
  "description": "The commercial edition of the date picker components (MUI X).",
5
5
  "author": "MUI Team",
6
6
  "main": "./node/index.js",
@@ -31,16 +31,16 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.18.6",
34
- "@date-io/date-fns": "^2.14.0",
35
- "@date-io/dayjs": "^2.14.0",
36
- "@date-io/luxon": "^2.14.0",
37
- "@date-io/moment": "^2.14.0",
34
+ "@date-io/date-fns": "^2.15.0",
35
+ "@date-io/dayjs": "^2.15.0",
36
+ "@date-io/luxon": "^2.15.0",
37
+ "@date-io/moment": "^2.15.0",
38
38
  "@mui/utils": "^5.4.1",
39
- "@mui/x-date-pickers": "5.0.0-beta.5",
39
+ "@mui/x-date-pickers": "5.0.0-beta.6",
40
40
  "@mui/x-license-pro": "5.12.1",
41
41
  "clsx": "^1.2.1",
42
42
  "prop-types": "^15.7.2",
43
- "react-transition-group": "^4.4.2",
43
+ "react-transition-group": "^4.4.5",
44
44
  "rifm": "^0.12.1"
45
45
  },
46
46
  "peerDependencies": {