Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rc-dialog

Package Overview
Dependencies
Maintainers
10
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-dialog - npm Package Compare versions

Comparing version 8.3.3 to 8.3.4

4

es/Dialog.js

@@ -86,3 +86,5 @@ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";

try {
_this.lastOutSideFocusNode.focus();
_this.lastOutSideFocusNode.focus({
preventScroll: true
});
} catch (e) {

@@ -89,0 +91,0 @@ _this.lastOutSideFocusNode = null;

# History
----
## 8.3.4 (8.2.2, 8.1.2) / 2020-09-04
- fix: prevent scroll behavior when focus trigger. [ant-design/ant-design#26582](https://github.com/ant-design/ant-design/issues/26582)
## 8.3.3 / 2020-09-02
- fix: page scroll position will jump after dialog is closed. [#202](https://github.com/react-component/dialog/pull/202)
## 8.3.2 / 2020-09-02

@@ -5,0 +11,0 @@ - fix: remove typing from package.json. [#201](https://github.com/react-component/dialog/pull/201)

@@ -107,3 +107,5 @@ "use strict";

try {
_this.lastOutSideFocusNode.focus();
_this.lastOutSideFocusNode.focus({
preventScroll: true
});
} catch (e) {

@@ -110,0 +112,0 @@ _this.lastOutSideFocusNode = null;

{
"name": "rc-dialog",
"version": "8.3.3",
"version": "8.3.4",
"description": "dialog ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc