New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@s-ui/react-molecule-input-field

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@s-ui/react-molecule-input-field - npm Package Compare versions

Comparing version 2.3.0 to 3.0.0

39

CHANGELOG.md

@@ -5,3 +5,16 @@ # Change Log

<a name="2.3.0"></a>
# 3.0.0 (2020-01-14)
### Features
* update major of atom-input to version 4 ([dbc05e9](https://github.com/SUI-Components/sui-components/commit/dbc05e9cf1a3f85a25c1fdce8c1f5170ec978185))
### BREAKING CHANGES
* update major of atom-input to version 4
# 2.3.0 (2019-10-18)

@@ -12,7 +25,6 @@

* propagate onchange prop to adapt to new version of molecule field ([9ee370f](https://github.com/SUI-Components/sui-components/commit/9ee370f))
* propagate onchange prop to adapt to new version of molecule field ([9ee370f](https://github.com/SUI-Components/sui-components/commit/9ee370fc2017688512d9e402434f5a064d5cf727))
<a name="2.2.0"></a>
# 2.2.0 (2019-04-30)

@@ -23,7 +35,6 @@

* fix issue propTypes messages ([e10d394](https://github.com/SUI-Components/sui-components/commit/e10d394))
* fix issue propTypes messages ([e10d394](https://github.com/SUI-Components/sui-components/commit/e10d39417198519de1d5963e44d19977919a40cc))
<a name="2.1.0"></a>
# 2.1.0 (2019-01-10)

@@ -34,7 +45,6 @@

* update major version atomInput ([e345c87](https://github.com/SUI-Components/sui-components/commit/e345c87))
* update major version atomInput ([e345c87](https://github.com/SUI-Components/sui-components/commit/e345c87141f454a50ac5c31ea239919d4d1a2b36))
<a name="2.0.0"></a>
# 2.0.0 (2018-11-26)

@@ -45,4 +55,4 @@

* onChange added to propTypes ([4653e30](https://github.com/SUI-Components/sui-components/commit/4653e30))
* updated version AtomInput to v2 & updated demo ([2385333](https://github.com/SUI-Components/sui-components/commit/2385333))
* onChange added to propTypes ([4653e30](https://github.com/SUI-Components/sui-components/commit/4653e30d932ba94b25dfb4ed8fb6c59a5ff77e79))
* updated version AtomInput to v2 & updated demo ([2385333](https://github.com/SUI-Components/sui-components/commit/2385333723342b21b58d2b49f3d8eec7aac067c2))

@@ -56,3 +66,2 @@

<a name="1.2.0"></a>
# 1.2.0 (2018-09-18)

@@ -63,12 +72,6 @@

* update AtomInput dependency ([5239b6b](https://github.com/SUI-Components/sui-components/commit/5239b6b))
* update AtomInput dependency ([5239b6b](https://github.com/SUI-Components/sui-components/commit/5239b6bff8b589c192d3499750a8231486d4d23f))
### Features
* first commit with only Schibsted Spain Components ([c0814de](https://github.com/SUI-Components/sui-components/commit/c0814de))
<a name="1.1.0"></a>
# 1.1.0 (2018-09-05)

@@ -79,5 +82,5 @@

* renaming from AtomInput to MoleculeInputField ([60d43aa](https://github.com/SUI-Components/sui-components/commit/60d43aa))
* renaming from AtomInput to MoleculeInputField ([60d43aa](https://github.com/SUI-Components/sui-components/commit/60d43aa3dfa1dcd7bcdaa9847d696347f88ef88c))

@@ -1,2 +0,2 @@

import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
import React from 'react';

@@ -20,3 +20,3 @@ import PropTypes from 'prop-types';

onChange = _ref.onChange,
props = _objectWithoutProperties(_ref, ["id", "label", "successText", "errorText", "helpText", "inline", "onChange"]);
props = _objectWithoutPropertiesLoose(_ref, ["id", "label", "successText", "errorText", "helpText", "inline", "onChange"]);

@@ -23,0 +23,0 @@ var errorState = getErrorState(successText, errorText);

{
"name": "@s-ui/react-molecule-input-field",
"version": "2.3.0",
"version": "3.0.0",
"description": "",

@@ -13,3 +13,3 @@ "main": "lib/index.js",

"@s-ui/component-dependencies": "1",
"@s-ui/react-atom-input": "3",
"@s-ui/react-atom-input": "4",
"@s-ui/react-molecule-field": "1"

@@ -16,0 +16,0 @@ },

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