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

react-css-collapse

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-css-collapse - npm Package Versions

13

3.6.0

Diff

Changelog

Source

3.6.0

October 1, 2018

  • :nut_and_bolt: New Add support for ARIA and data attributes
thalseth
published 3.5.0 •

Changelog

Source

3.5.0

September 3, 2018

  • :nut_and_bolt: New Add transition prop
  • :tada: Enhancement Use Jest for unit tests
  • :tada: Enhancement Add knobs to the stories
thalseth
published 3.4.0 •

Changelog

Source

3.4.0

August 31, 2018

  • :tada: Enhancement Handle the style changes manually when React can just do this as part of its rendering. Moved the style properties to the state and just uses setState to update them. Changed the test so the actual component styles are checked when they are updated.
  • :tada: Enhancement PureComponent is more efficient than Component so changed it to that
  • :tada: Enhancement Added a default className — would be nice not to have to pass one if you just want to use the default
  • :bug: Bugfix All Component constructors should pass the props through to the super
thalseth
published 3.3.2 •

Changelog

Source

3.3.2

July 05, 2018

  • :bug: Bugfix Added nullcheck to make sure we wont try to set style on nonexisting content
thalseth
published 3.3.1 •

Changelog

Source

3.3.1

July 05, 2018

  • :bug: Bugfix Check if element target equals content on transition end
thalseth
published 3.3.0 •

Changelog

Source

3.3.0

July 04, 2018

  • :tada: Enhancement Setting visibility: hidden when collapse is closed to prevent screenreaders from reading the content
thalseth
published 3.2.0 •

thalseth
published 3.1.0 •

Changelog

Source

3.1.0

Nov 15, 2017

  • :nut_and_bolt: New Add prettier-eslint 💅
  • :nut_and_bolt: New Support react 15.x || 16.x 🕺🏼 . Solving #14
  • :tada: Enhancement Upgrade storybook 🙏
thalseth
published 3.0.2 •

Changelog

Source

3.0.2

May 04, 2017

  • :bug: Bugfix Accessing PropTypes from 'prop-types' package instead of main React package. React.PropTypes will be deprecated in React 15.5
thalseth
published 3.0.1 •

Changelog

Source

3.0.1

Apr 30, 2017

  • :bug: Bugfix When isOpen={true}, set the overflow: visible after the component mounts to prevent cutting off content that may overflow outside the flow of height: auto (i.e. child content with position: relative and grandchildren with position: absolute may get cut off).
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