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

react-accessible-accordion

Package Overview
Dependencies
Maintainers
4
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-accessible-accordion - npm Package Compare versions

Comparing version 2.3.1 to 2.4.0

8

CHANGELOG.md

@@ -8,7 +8,13 @@ # Changelog

## [[v2.4.0]](https://github.com/springload/react-accessible-accordion/releases/tag/v2.4.0)
### Added
* Possibility to have custom uuid on `AccordionItem` - suggested by https://github.com/springload/react-accessible-accordion/issues/70
### Fixed
* Fix rollup config after version bump - https://gist.github.com/Rich-Harris/d472c50732dab03efeb37472b08a3f32
* Adds existing arrow animation for aria-selected=true in fancy CSS
## [[v2.3.1]](https://github.com/springload/react-accessible-accordion/releases/tag/v2.3.1)

@@ -15,0 +21,0 @@

4

package.json
{
"name": "react-accessible-accordion",
"version": "2.3.1",
"version": "2.4.0",
"description": "Accessible Accordion component for React",

@@ -21,3 +21,3 @@ "main": "dist/umd/index.js",

"start-demo": "webpack-dev-server --mode=development",
"pages": "rm -rf pages && webpack --mode=production --progress",
"pages": "rm -rf pages && webpack --mode=production --progress && cp demo/*.css pages && cp demo/*.ico pages",
"deploy": "npm run pages && ./bin/deploy.sh",

@@ -24,0 +24,0 @@ "prettier": "prettier **/*.js --write",

@@ -5,8 +5,6 @@ [react-accessible-accordion](https://springload.github.io/react-accessible-accordion/) [![npm](https://img.shields.io/npm/v/react-accessible-accordion.svg?style=flat-square)](https://www.npmjs.com/package/react-accessible-accordion) [![Build Status](https://travis-ci.org/springload/react-accessible-accordion.svg?branch=master)](https://travis-ci.org/springload/react-accessible-accordion) [![Coverage Status](https://coveralls.io/repos/github/springload/react-accessible-accordion/badge.svg)](https://coveralls.io/github/springload/react-accessible-accordion) [![Dependency Status](https://david-dm.org/springload/react-accessible-accordion.svg?style=flat-square)](https://david-dm.org/springload/react-accessible-accordion) [![devDependency Status](https://david-dm.org/springload/react-accessible-accordion/dev-status.svg?style=flat-square)](https://david-dm.org/springload/react-accessible-accordion#info=devDependencies)

> Accessible Accordion component for React. Inspired by [rc-collapse](https://github.com/react-component/collapse) and [react-sanfona](https://github.com/daviferreira/react-sanfona). :mag::ok_hand:
## Demo
[Try a demo now](https://springload.github.io/react-accessible-accordion/).
If you like accessible components, feel free to check this other repo [react-accessible-modal](https://github.com/springload/react-accessible-modal).
## Usage

@@ -143,2 +141,8 @@

</tr>
<tr>
<td>uuid</td>
<td>String</td>
<td>null</td>
<td>Custom uuid to be passed to Accordion - onChange. Has to be unique.</td>
</tr>
</tbody>

@@ -145,0 +149,0 @@ </table>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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