Socket
Socket
Sign inDemoInstall

@chakra-ui/portal

Package Overview
Dependencies
Maintainers
4
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/portal - npm Package Compare versions

Comparing version 1.0.0-rc.8 to 1.0.0

16

CHANGELOG.md

@@ -6,13 +6,23 @@ # Change Log

# 1.0.0-rc.8 (2020-10-29)
# 1.0.0 (2020-11-13)
**Note:** Version bump only for package @chakra-ui/portal
### Bug Fixes
* **toast:** allow custom render in update ([eb8bff9](https://github.com/chakra-ui/chakra-ui/commit/eb8bff911e6ec9de0165ab1e8f5ca10d5e022459)), closes [#2362](https://github.com/chakra-ui/chakra-ui/issues/2362)
# Change Log
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 1.0.0-rc.8 (2020-10-29)
### Bug Fixes
- **toast:** allow custom render in update
([eb8bff9](https://github.com/chakra-ui/chakra-ui/commit/eb8bff911e6ec9de0165ab1e8f5ca10d5e022459)),
closes [#2362](https://github.com/chakra-ui/chakra-ui/issues/2362)
# Change Log

@@ -19,0 +29,0 @@

2

dist/cjs/portal.js

@@ -84,3 +84,3 @@ "use strict";

* - If portal is nested, use the parent portal node as container.
* - If it's not nested, use the manager's node as container
* - If it is not nested, use the manager's node as container
* - else use document.body as containers

@@ -87,0 +87,0 @@ */

@@ -68,3 +68,3 @@ import { useSafeLayoutEffect } from "@chakra-ui/hooks";

* - If portal is nested, use the parent portal node as container.
* - If it's not nested, use the manager's node as container
* - If it is not nested, use the manager's node as container
* - else use document.body as containers

@@ -71,0 +71,0 @@ */

{
"name": "@chakra-ui/portal",
"version": "1.0.0-rc.8",
"version": "1.0.0",
"description": "React component used to render children outside the DOM hierarchy of the parent component",

@@ -55,4 +55,4 @@ "keywords": [

"dependencies": {
"@chakra-ui/hooks": "1.0.0-rc.8",
"@chakra-ui/utils": "1.0.0-rc.8"
"@chakra-ui/hooks": "1.0.0",
"@chakra-ui/utils": "1.0.0"
},

@@ -63,3 +63,3 @@ "peerDependencies": {

},
"gitHead": "de4cffb1638e8d10cd74515b0289d70eb94931be"
"gitHead": "c98ca366cec7151fe7ea4e0b6f893088797c5398"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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