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

react-smooth-collapse

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

react-smooth-collapse - npm Package Versions

2

2.1.2

Diff

Changelog

Source

2.1.2 (2022-08-28)

  • Added React v18 to peerDependencies. This library wasn't affected by any React changes and works without warnings even in Strict Mode.
macil
published 2.1.1 •

Changelog

Source

2.1.1 (2022-01-22)

  • Added React v17 to peerDependencies.
macil
published 2.1.0 •

Changelog

Source

2.1.0 (2019-07-30)

  • Pass any unrecognized props on to the outer div element #23
macil
published 2.0.1 •

Changelog

Source

2.0.1 (2019-03-12)

  • Removed dependency on Kefir (10KB minified and gzipped).
agentme
published 2.0.0 •

Changelog

Source

2.0.0 (2018-09-24)

Breaking Changes

  • Now requires React ^16.3.0.
  • The module now exports the SmoothCollapse component as the default export. If you use SmoothCollapse by using import SmoothCollapse from 'react-smooth-collapse'; with Babel or TypeScript, then you don't need to change anything, but if you use require('react-smooth-collapse'), then you'll need to change your code to use import or to use require('react-smooth-collapse').default.

Improvements

  • No longer uses deprecated React methods.
  • Added TypeScript type definitions.
agentme
published 1.6.0 •

Changelog

Source

1.6.0 (2018-09-24)

  • Added eagerRender prop #19
agentme
published 1.5.0 •

Changelog

Source

1.5.0 (2018-02-19)

  • Added allowOverflowWhenOpen prop #10
agentme
published 1.4.0 •

Changelog

Source

1.4.0 (2018-02-19)

  • Added className prop #9
agentme
published 1.3.2 •

Changelog

Source

1.3.2 (2017-10-04)

  • Minor optimization to internal ref handling.
  • Changed the package's peerDependencies to mark compatibility with React v16.
agentme
published 1.3.1 •

2
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