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

@twilio-paste/dropdown-library

Package Overview
Dependencies
Maintainers
5
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twilio-paste/dropdown-library - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

dist/index.debug.es.js

68

CHANGELOG.md
# Change Log
## 1.1.2
### Patch Changes
- [`b7675915`](https://github.com/twilio-labs/paste/commit/b76759157a8c554863b6e37ddb6ea081c1c53258) [#1985](https://github.com/twilio-labs/paste/pull/1985) Thanks [@TheSisb](https://github.com/TheSisb)! - For debugging purposes we now ship a `filename.debug.js` unminified version of each component or library in Paste.
* [`ed5c0a49c`](https://github.com/twilio-labs/paste/commit/ed5c0a49ced5c524607cac7166d3aa4c389f2e7f) [#1965](https://github.com/twilio-labs/paste/pull/1965) Thanks [@shleewhite](https://github.com/shleewhite)! - Upgrade Paste to use React 17 by default, but maintain React 16 support for consumers.
All notable changes to this project will be documented in this file.

@@ -10,17 +18,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/twilio-labs/paste/compare/@twilio-paste/dropdown-library@1.0.5...@twilio-paste/dropdown-library@1.1.0) (2021-01-21)
### Features
* ESBuild for builds ([#1084](https://github.com/twilio-labs/paste/issues/1084)) ([0536460](https://github.com/twilio-labs/paste/commit/053646011508be10477d5b732269cdb0419235d7))
- ESBuild for builds ([#1084](https://github.com/twilio-labs/paste/issues/1084)) ([0536460](https://github.com/twilio-labs/paste/commit/053646011508be10477d5b732269cdb0419235d7))
## [1.0.5](https://github.com/twilio-labs/paste/compare/@twilio-paste/dropdown-library@1.0.4...@twilio-paste/dropdown-library@1.0.5) (2021-01-15)

@@ -30,6 +29,2 @@

## [1.0.4](https://github.com/twilio-labs/paste/compare/@twilio-paste/dropdown-library@1.0.3...@twilio-paste/dropdown-library@1.0.4) (2020-12-09)

@@ -39,6 +34,2 @@

## [1.0.3](https://github.com/twilio-labs/paste/compare/@twilio-paste/dropdown-library@1.0.2...@twilio-paste/dropdown-library@1.0.3) (2020-10-23)

@@ -48,6 +39,2 @@

## [1.0.2](https://github.com/twilio-labs/paste/compare/@twilio-paste/dropdown-library@1.0.1...@twilio-paste/dropdown-library@1.0.2) (2020-10-13)

@@ -57,36 +44,21 @@

## [1.0.1](https://github.com/twilio-labs/paste/compare/@twilio-paste/dropdown-library@1.0.0...@twilio-paste/dropdown-library@1.0.1) (2020-10-07)
### Bug Fixes
* **dropdown-library:** bump downshift to latest ([32e1d27](https://github.com/twilio-labs/paste/commit/32e1d27c1e45cd1becea1c3075de5353e43bc123))
- **dropdown-library:** bump downshift to latest ([32e1d27](https://github.com/twilio-labs/paste/commit/32e1d27c1e45cd1becea1c3075de5353e43bc123))
# [1.0.0](https://github.com/twilio-labs/paste/compare/@twilio-paste/dropdown-library@0.1.2...@twilio-paste/dropdown-library@1.0.0) (2020-09-03)
### chore
* **dropdown-library:** upgrade downshift to v6 ([#716](https://github.com/twilio-labs/paste/issues/716)) ([ee7d839](https://github.com/twilio-labs/paste/commit/ee7d839746160f1612931a3d35f22dab357b58b2))
- **dropdown-library:** upgrade downshift to v6 ([#716](https://github.com/twilio-labs/paste/issues/716)) ([ee7d839](https://github.com/twilio-labs/paste/commit/ee7d839746160f1612931a3d35f22dab357b58b2))
### BREAKING CHANGES
* **dropdown-library:** The upgrade to downshift has introduced some breaking changes to the typings of certain properties
but none to the API itself.
- **dropdown-library:** The upgrade to downshift has introduced some breaking changes to the typings of certain properties
but none to the API itself.
Please follow the release notes from downshift for more information: https://github.com/downshift-js/downshift/releases/tag/v6.0.0
## [0.1.2](https://github.com/twilio-labs/paste/compare/@twilio-paste/dropdown-library@0.1.1...@twilio-paste/dropdown-library@0.1.2) (2020-07-01)

@@ -96,22 +68,12 @@

## [0.1.1](https://github.com/twilio-labs/paste/compare/@twilio-paste/dropdown-library@0.1.0...@twilio-paste/dropdown-library@0.1.1) (2020-05-22)
### Bug Fixes
* **dropdown-library:** export all from downshift ([042f858](https://github.com/twilio-labs/paste/commit/042f8582f0ced1d290fa8e5c4e1d0b177feb20ee))
- **dropdown-library:** export all from downshift ([042f858](https://github.com/twilio-labs/paste/commit/042f8582f0ced1d290fa8e5c4e1d0b177feb20ee))
# 0.1.0 (2020-05-13)
### Features
* **dropdown-library:** add dropdown-library package ([e05be37](https://github.com/twilio-labs/paste/commit/e05be37ee6bd4758fb07cd7195c564cecfd40bb5))
- **dropdown-library:** add dropdown-library package ([e05be37](https://github.com/twilio-labs/paste/commit/e05be37ee6bd4758fb07cd7195c564cecfd40bb5))
{
"name": "@twilio-paste/dropdown-library",
"version": "1.1.1",
"version": "1.1.2",
"category": "dropdown",
"status": "beta",
"status": "production",
"description": "A library to build dropdowns.",

@@ -31,10 +31,9 @@ "author": "Twilio Inc.",

"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
"react": "^16.8.6 || ^17.0.2",
"react-dom": "^16.8.6 || ^17.0.2"
},
"devDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"gitHead": "fdba10a048fcf1197873da0a9bcdc4b656e0508c"
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}

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