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

@chakra-ui/editable

Package Overview
Dependencies
Maintainers
4
Versions
456
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/editable - npm Package Compare versions

Comparing version 1.0.0-rc.7 to 1.0.0-rc.8

26

CHANGELOG.md

@@ -6,26 +6,30 @@ # Change Log

# 1.0.0-rc.7 (2020-10-25)
# 1.0.0-rc.8 (2020-10-29)
**Note:** Version bump only for package @chakra-ui/editable
### 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)
# 1.0.0-rc.6 (2020-10-25)
**Note:** Version bump only for package @chakra-ui/editable
# 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.7 (2020-10-25)
**Note:** Version bump only for package @chakra-ui/editable
# 1.0.0-rc.5 (2020-09-27)
# 1.0.0-rc.6 (2020-10-25)
**Note:** Version bump only for package @chakra-ui/editable
# 1.0.0-rc.5 (2020-09-27)
**Note:** Version bump only for package @chakra-ui/editable
# 1.0.0-rc.4 (2020-09-25)

@@ -35,6 +39,2 @@

# 1.0.0-rc.3 (2020-08-30)

@@ -44,6 +44,2 @@

# Change Log

@@ -50,0 +46,0 @@

@@ -65,3 +65,2 @@ "use strict";

}, htmlProps, {
__css: styles.container,
className: _className

@@ -68,0 +67,0 @@ }), children)));

@@ -53,6 +53,3 @@ "use strict";

value: valueProp,
onChange: onChangeProp,
shouldUpdate: function shouldUpdate(prev, next) {
return prev !== next;
}
onChange: onChangeProp
}),

@@ -59,0 +56,0 @@ value = _useControllableState[0],

@@ -52,3 +52,2 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

}, htmlProps, {
__css: styles.container,
className: _className

@@ -55,0 +54,0 @@ }), children)));

@@ -40,4 +40,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

value: valueProp,
onChange: onChangeProp,
shouldUpdate: (prev, next) => prev !== next
onChange: onChangeProp
});

@@ -44,0 +43,0 @@ /**

{
"name": "@chakra-ui/editable",
"version": "1.0.0-rc.7",
"version": "1.0.0-rc.8",
"description": "React component used to build inline-editable components",

@@ -58,7 +58,7 @@ "keywords": [

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

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

},
"gitHead": "6da531af61ae3780c764590cbee62297fb206e46"
"gitHead": "de4cffb1638e8d10cd74515b0289d70eb94931be"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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