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

@bonio-ui/components

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bonio-ui/components - npm Package Compare versions

Comparing version 6.2.1 to 6.3.0

11

CHANGELOG.md
# @bonio-ui/components
## 6.3.0
### Minor Changes
- [#182](https://github.com/BoniO-Taiwan/BoniO-UI/pull/182) [`fe52f29`](https://github.com/BoniO-Taiwan/BoniO-UI/commit/fe52f297afc07b45b82c1095278308eb05a76dda) Thanks [@ElenaChien1993](https://github.com/ElenaChien1993)! - [Update] label in Input & Selector proptype should be node
### Patch Changes
- Updated dependencies [[`6e4d148`](https://github.com/BoniO-Taiwan/BoniO-UI/commit/6e4d148f2c417ff4cb3cc0da150ff033df3b3c69)]:
- @bonio-ui/icons@5.1.0
## 6.2.1

@@ -4,0 +15,0 @@

2

dist/input/Input.js

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

label: _propTypes.default.shape({
name: _propTypes.default.string.isRequired,
name: _propTypes.default.node.isRequired,
align: _propTypes.default.oneOf(['left', 'top'])

@@ -124,0 +124,0 @@ }),

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

label: _propTypes.default.shape({
name: _propTypes.default.string.isRequired,
name: _propTypes.default.node.isRequired,
align: _propTypes.default.oneOf(['left', 'top'])

@@ -244,0 +244,0 @@ })

{
"name": "@bonio-ui/components",
"version": "6.2.1",
"version": "6.3.0",
"license": "Apache-2.0",

@@ -23,3 +23,3 @@ "description": "BoniO UI components in React",

"dependencies": {
"@bonio-ui/icons": "^5.0.0",
"@bonio-ui/icons": "^5.1.0",
"@bonio-ui/theme": "^2.0.1",

@@ -26,0 +26,0 @@ "lodash.debounce": "^4.0.8",

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